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": 690258,
    "total_words": 5891074,
    "total_chars": 38852147,
    "last_change": "2024-04-26T15:45:19.096862Z",
    "recent_changes": 10982,
    "translated": 303758,
    "translated_words": 1650296,
    "translated_percent": 44.0,
    "translated_words_percent": 28.0,
    "translated_chars": 10517505,
    "translated_chars_percent": 27.0,
    "fuzzy": 53853,
    "fuzzy_percent": 7.8,
    "fuzzy_words": 285426,
    "fuzzy_words_percent": 4.8,
    "fuzzy_chars": 1861554,
    "fuzzy_chars_percent": 4.7,
    "failing": 26300,
    "failing_percent": 3.8,
    "approved": 4714,
    "approved_percent": 0.6,
    "approved_words": 35372,
    "approved_words_percent": 0.6,
    "approved_chars": 230252,
    "approved_chars_percent": 0.5,
    "readonly": 6308,
    "readonly_percent": 0.9,
    "readonly_words": 26195,
    "readonly_words_percent": 0.4,
    "readonly_chars": 226728,
    "readonly_chars_percent": 0.5,
    "suggestions": 6575,
    "comments": 541,
    "name": "Hungarian",
    "url": "https://hosted.weblate.org/languages/hu/"
}