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": 4568,
    "total_words": 22138,
    "total_chars": 134553,
    "last_change": "2023-10-21T03:06:36.648875Z",
    "recent_changes": 2,
    "translated": 1309,
    "translated_words": 5738,
    "translated_percent": 28.6,
    "translated_words_percent": 25.9,
    "translated_chars": 35316,
    "translated_chars_percent": 26.2,
    "fuzzy": 3139,
    "fuzzy_percent": 68.7,
    "fuzzy_words": 15589,
    "fuzzy_words_percent": 70.4,
    "fuzzy_chars": 94283,
    "fuzzy_chars_percent": 70.0,
    "failing": 3466,
    "failing_percent": 75.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 24,
    "readonly_percent": 0.5,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 50,
    "readonly_chars_percent": 0.1,
    "suggestions": 9,
    "comments": 0,
    "name": "Hungarian",
    "url": "https://l10n.xwiki.org/languages/hu/"
}