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": 132980,
    "total_words": 1963413,
    "last_change": "2023-03-28T19:19:50.346795Z",
    "recent_changes": 1272,
    "translated": 33095,
    "translated_words": 207706,
    "translated_percent": 24.8,
    "translated_words_percent": 10.5,
    "translated_chars": 1387587,
    "translated_chars_percent": 10.2,
    "total_chars": 13489973,
    "fuzzy": 36822,
    "fuzzy_percent": 27.6,
    "failing": 13709,
    "failing_percent": 10.3,
    "approved": 47,
    "approved_percent": 0.1,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 101,
    "comments": 21,
    "name": "Hungarian",
    "url": "https://l10n.opensuse.org/languages/hu/"
}