Languages API.

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

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

{
    "total": 151684,
    "total_words": 2514154,
    "total_chars": 18611013,
    "last_change": "2025-03-13T03:10:36.341467Z",
    "recent_changes": 176,
    "translated": 6310,
    "translated_words": 43552,
    "translated_percent": 4.1,
    "translated_words_percent": 1.7,
    "translated_chars": 323232,
    "translated_chars_percent": 1.7,
    "fuzzy": 538,
    "fuzzy_percent": 0.3,
    "fuzzy_words": 3342,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 21511,
    "fuzzy_chars_percent": 0.1,
    "failing": 345,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 21,
    "readonly_percent": 0.1,
    "readonly_words": 37,
    "readonly_words_percent": 0.1,
    "readonly_chars": 273,
    "readonly_chars_percent": 0.1,
    "suggestions": 2447,
    "comments": 0,
    "name": "Norwegian Nynorsk",
    "url": "https://translate.fedoraproject.org/languages/nn/"
}