Languages API.

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

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

{
    "total": 32654,
    "total_words": 152895,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:36.168482Z",
    "recent_changes": 993,
    "translated": 20175,
    "translated_words": 85873,
    "translated_percent": 61.7,
    "translated_words_percent": 56.1,
    "translated_chars": 532476,
    "translated_chars_percent": 56.4,
    "fuzzy": 329,
    "fuzzy_percent": 1.0,
    "fuzzy_words": 1408,
    "fuzzy_words_percent": 0.9,
    "fuzzy_chars": 8618,
    "fuzzy_chars_percent": 0.9,
    "failing": 722,
    "failing_percent": 2.2,
    "approved": 1394,
    "approved_percent": 4.2,
    "approved_words": 6396,
    "approved_words_percent": 4.1,
    "approved_chars": 39737,
    "approved_chars_percent": 4.2,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 16,
    "comments": 2,
    "name": "Hungarian",
    "url": "https://kodi.weblate.cloud/languages/hu_hu/"
}