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": 580414,
    "total_words": 4837453,
    "total_chars": 32218712,
    "last_change": "2024-04-26T10:39:21.879959Z",
    "recent_changes": 8584,
    "translated": 276602,
    "translated_words": 1618045,
    "translated_percent": 47.6,
    "translated_words_percent": 33.4,
    "translated_chars": 10655418,
    "translated_chars_percent": 33.0,
    "fuzzy": 46993,
    "fuzzy_percent": 8.0,
    "fuzzy_words": 239054,
    "fuzzy_words_percent": 4.9,
    "fuzzy_chars": 1566766,
    "fuzzy_chars_percent": 4.8,
    "failing": 20851,
    "failing_percent": 3.5,
    "approved": 1815,
    "approved_percent": 0.3,
    "approved_words": 7141,
    "approved_words_percent": 0.1,
    "approved_chars": 44821,
    "approved_chars_percent": 0.1,
    "readonly": 5633,
    "readonly_percent": 0.9,
    "readonly_words": 22255,
    "readonly_words_percent": 0.4,
    "readonly_chars": 183295,
    "readonly_chars_percent": 0.5,
    "suggestions": 8899,
    "comments": 61,
    "name": "Catalan",
    "url": "https://hosted.weblate.org/languages/ca/"
}