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": 284087,
    "total_words": 2398919,
    "total_chars": 19027383,
    "last_change": "2024-03-27T10:07:44.710147Z",
    "recent_changes": 2683,
    "translated": 233684,
    "translated_words": 1743591,
    "translated_percent": 82.2,
    "translated_words_percent": 72.6,
    "translated_chars": 13087084,
    "translated_chars_percent": 68.7,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 38,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 337,
    "fuzzy_chars_percent": 0.1,
    "failing": 3163,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 47,
    "readonly_percent": 0.1,
    "readonly_words": 78,
    "readonly_words_percent": 0.1,
    "readonly_chars": 560,
    "readonly_chars_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://translations.documentfoundation.org/languages/hu/"
}