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": 1614,
    "total_words": 11775,
    "total_chars": 70190,
    "last_change": "2024-05-03T13:55:42.535019Z",
    "recent_changes": 24,
    "translated": 1477,
    "translated_words": 10873,
    "translated_percent": 91.5,
    "translated_words_percent": 92.3,
    "translated_chars": 64587,
    "translated_chars_percent": 92.0,
    "fuzzy": 73,
    "fuzzy_percent": 4.5,
    "failing": 20,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "http://translate.pretalx.com/languages/pt_BR/"
}