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": 38576,
    "total_words": 377037,
    "total_chars": 2407504,
    "last_change": "2024-05-03T10:37:42.162611Z",
    "recent_changes": 2654,
    "translated": 26782,
    "translated_words": 231751,
    "translated_percent": 69.4,
    "translated_words_percent": 61.4,
    "translated_chars": 1450562,
    "translated_chars_percent": 60.2,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 73,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 518,
    "fuzzy_chars_percent": 0.1,
    "failing": 656,
    "failing_percent": 1.7,
    "approved": 2410,
    "approved_percent": 6.2,
    "approved_words": 22449,
    "approved_words_percent": 5.9,
    "approved_chars": 143475,
    "approved_chars_percent": 5.9,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Portuguese (Brazil)",
    "url": "http://translate.otrs.com/languages/pt_BR/"
}