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": 5462,
    "total_words": 58814,
    "total_chars": 477063,
    "last_change": "2026-08-07T06:56:37.042547Z",
    "recent_changes": 294,
    "translated": 4554,
    "translated_words": 46545,
    "translated_percent": 83.3,
    "translated_words_percent": 79.1,
    "translated_chars": 377282,
    "translated_chars_percent": 79.0,
    "fuzzy": 499,
    "fuzzy_percent": 9.1,
    "fuzzy_words": 6408,
    "fuzzy_words_percent": 10.8,
    "fuzzy_chars": 51347,
    "fuzzy_chars_percent": 10.7,
    "failing": 196,
    "failing_percent": 3.5,
    "approved": 4260,
    "approved_percent": 77.9,
    "approved_words": 43665,
    "approved_words_percent": 74.2,
    "approved_chars": 354692,
    "approved_chars_percent": 74.3,
    "readonly": 102,
    "readonly_percent": 1.8,
    "readonly_words": 168,
    "readonly_words_percent": 0.2,
    "readonly_chars": 1489,
    "readonly_chars_percent": 0.3,
    "suggestions": 42,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.tails.net/languages/ca/"
}