Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/ca/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1771,
    "total_words": 6763,
    "total_chars": 41836,
    "last_change": "2025-08-11T18:46:43.940268Z",
    "recent_changes": 1,
    "translated": 53,
    "translated_words": 87,
    "translated_percent": 2.9,
    "translated_words_percent": 1.2,
    "translated_chars": 549,
    "translated_chars_percent": 1.3,
    "fuzzy": 759,
    "fuzzy_percent": 42.8,
    "failing": 293,
    "failing_percent": 16.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 9,
    "readonly_percent": 0.5,
    "suggestions": 1,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.gajim.org/languages/ca/"
}