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": 7751,
    "total_words": 54607,
    "total_chars": 373222,
    "last_change": "2023-09-11T22:22:01.546395Z",
    "recent_changes": 1107,
    "translated": 5077,
    "translated_words": 32678,
    "translated_percent": 65.5,
    "translated_words_percent": 59.8,
    "translated_chars": 220132,
    "translated_chars_percent": 58.9,
    "fuzzy": 906,
    "fuzzy_percent": 11.6,
    "failing": 929,
    "failing_percent": 11.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 5,
    "readonly_percent": 0.1,
    "suggestions": 105,
    "comments": 1,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.framasoft.org/languages/pt_BR/"
}