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": 287113,
    "total_words": 2441598,
    "total_chars": 19361377,
    "last_change": "2024-05-02T18:01:03.166211Z",
    "recent_changes": 1044,
    "translated": 285959,
    "translated_words": 2420615,
    "translated_percent": 99.5,
    "translated_words_percent": 99.1,
    "translated_chars": 19212027,
    "translated_chars_percent": 99.2,
    "fuzzy": 1094,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 19814,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 140070,
    "fuzzy_chars_percent": 0.7,
    "failing": 4710,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 49,
    "readonly_percent": 0.1,
    "readonly_words": 82,
    "readonly_words_percent": 0.1,
    "readonly_chars": 591,
    "readonly_chars_percent": 0.1,
    "suggestions": 6,
    "comments": 11,
    "name": "Portuguese (Brazil)",
    "url": "https://translations.documentfoundation.org/languages/pt_BR/"
}