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": 11361,
    "total_words": 118240,
    "last_change": "2024-03-02T05:17:24.045661Z",
    "recent_changes": 250,
    "translated": 5240,
    "translated_words": 54369,
    "translated_percent": 46.1,
    "translated_words_percent": 45.9,
    "translated_chars": 327649,
    "translated_chars_percent": 46.1,
    "total_chars": 709369,
    "fuzzy": 355,
    "fuzzy_percent": 3.1,
    "failing": 712,
    "failing_percent": 6.2,
    "approved": 1047,
    "approved_percent": 9.2,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 51,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://translate.habitica.com/languages/hu/"
}