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": 9133,
    "total_words": 82040,
    "total_chars": 500036,
    "last_change": "2023-02-01T02:45:55.542110Z",
    "recent_changes": 63,
    "translated": 6511,
    "translated_words": 47926,
    "translated_percent": 71.2,
    "translated_words_percent": 58.4,
    "translated_chars": 270650,
    "translated_chars_percent": 54.1,
    "fuzzy": 117,
    "fuzzy_percent": 1.2,
    "failing": 3642,
    "failing_percent": 39.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1518,
    "comments": 3,
    "name": "Portuguese (Brazil)",
    "url": "http://translate.getmonero.org/languages/pt_BR/"
}