Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/hu/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 52294,
    "total_words": 550261,
    "total_chars": 3528960,
    "last_change": "2024-04-22T10:32:04.043470Z",
    "recent_changes": 2569,
    "translated": 51362,
    "translated_words": 541570,
    "translated_percent": 98.2,
    "translated_words_percent": 98.4,
    "translated_chars": 3455907,
    "translated_chars_percent": 97.9,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 190,
    "failing_percent": 0.3,
    "approved": 50193,
    "approved_percent": 95.9,
    "approved_words": 537386,
    "approved_words_percent": 97.6,
    "approved_chars": 3422556,
    "approved_chars_percent": 96.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": "Hungarian",
    "url": "http://translate.otrs.com/languages/hu/"
}