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": 5427,
    "total_words": 57815,
    "total_chars": 470548,
    "last_change": "2025-12-17T02:01:19.179493Z",
    "recent_changes": 456,
    "translated": 4724,
    "translated_words": 48526,
    "translated_percent": 87.0,
    "translated_words_percent": 83.9,
    "translated_chars": 394925,
    "translated_chars_percent": 83.9,
    "fuzzy": 416,
    "fuzzy_percent": 7.6,
    "fuzzy_words": 5408,
    "fuzzy_words_percent": 9.3,
    "fuzzy_chars": 42047,
    "fuzzy_chars_percent": 8.9,
    "failing": 405,
    "failing_percent": 7.4,
    "approved": 4459,
    "approved_percent": 82.1,
    "approved_words": 45392,
    "approved_words_percent": 78.5,
    "approved_chars": 369231,
    "approved_chars_percent": 78.4,
    "readonly": 59,
    "readonly_percent": 1.0,
    "readonly_words": 125,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1450,
    "readonly_chars_percent": 0.3,
    "suggestions": 45,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.tails.net/languages/ca/"
}