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": 8111,
    "total_words": 60760,
    "total_chars": 415334,
    "last_change": "2024-03-26T14:34:49.801675Z",
    "recent_changes": 1164,
    "translated": 5765,
    "translated_words": 38289,
    "translated_percent": 71.0,
    "translated_words_percent": 63.0,
    "translated_chars": 263357,
    "translated_chars_percent": 63.4,
    "fuzzy": 502,
    "fuzzy_percent": 6.1,
    "fuzzy_words": 4429,
    "fuzzy_words_percent": 7.2,
    "fuzzy_chars": 36665,
    "fuzzy_chars_percent": 8.8,
    "failing": 459,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 3,
    "readonly_percent": 0.1,
    "readonly_words": 3,
    "readonly_words_percent": 0.1,
    "readonly_chars": 17,
    "readonly_chars_percent": 0.1,
    "suggestions": 110,
    "comments": 1,
    "name": "Portuguese (Brazil)",
    "url": "https://weblate.framasoft.org/languages/pt_BR/"
}