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": 82128,
    "total_words": 692709,
    "total_chars": 4553792,
    "last_change": "2024-04-26T19:37:42.897934Z",
    "recent_changes": 487,
    "translated": 41622,
    "translated_words": 260909,
    "translated_percent": 50.6,
    "translated_words_percent": 37.6,
    "translated_chars": 1687907,
    "translated_chars_percent": 37.0,
    "fuzzy": 4035,
    "fuzzy_percent": 4.9,
    "fuzzy_words": 21222,
    "fuzzy_words_percent": 3.0,
    "fuzzy_chars": 141159,
    "fuzzy_chars_percent": 3.0,
    "failing": 1466,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 36,
    "readonly_percent": 0.1,
    "readonly_words": 60,
    "readonly_words_percent": 0.1,
    "readonly_chars": 443,
    "readonly_chars_percent": 0.1,
    "suggestions": 2686,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://translate.fedoraproject.org/languages/hu/"
}