Languages API.

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

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

{
    "total": 291453,
    "total_words": 4343658,
    "total_chars": 31610051,
    "last_change": "2024-04-24T22:55:59.499905Z",
    "recent_changes": 4817,
    "translated": 91487,
    "translated_words": 907141,
    "translated_percent": 31.3,
    "translated_words_percent": 20.8,
    "translated_chars": 6228114,
    "translated_chars_percent": 19.7,
    "fuzzy": 9378,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 76944,
    "fuzzy_words_percent": 1.7,
    "fuzzy_chars": 605677,
    "fuzzy_chars_percent": 1.9,
    "failing": 4993,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 178,
    "readonly_percent": 0.1,
    "readonly_words": 749,
    "readonly_words_percent": 0.1,
    "readonly_chars": 9863,
    "readonly_chars_percent": 0.1,
    "suggestions": 23515,
    "comments": 21,
    "name": "Portuguese (Brazil)",
    "url": "https://translate.fedoraproject.org/languages/pt_BR/"
}