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": 126455,
    "total_words": 1415977,
    "total_chars": 9783087,
    "last_change": "2025-04-27T12:11:36.305052Z",
    "recent_changes": 302,
    "translated": 51732,
    "translated_words": 318335,
    "translated_percent": 40.9,
    "translated_words_percent": 22.4,
    "translated_chars": 2083171,
    "translated_chars_percent": 21.2,
    "fuzzy": 6502,
    "fuzzy_percent": 5.1,
    "fuzzy_words": 31993,
    "fuzzy_words_percent": 2.2,
    "fuzzy_chars": 209836,
    "fuzzy_chars_percent": 2.1,
    "failing": 2979,
    "failing_percent": 2.3,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 63,
    "readonly_words_percent": 0.1,
    "readonly_chars": 477,
    "readonly_chars_percent": 0.1,
    "suggestions": 5940,
    "comments": 0,
    "name": "Catalan",
    "url": "https://translate.fedoraproject.org/languages/ca/"
}