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": 28256,
    "total_words": 190236,
    "total_chars": 1221337,
    "last_change": "2024-04-27T01:03:36.058672Z",
    "recent_changes": 341,
    "translated": 3501,
    "translated_words": 17245,
    "translated_percent": 12.3,
    "translated_words_percent": 9.0,
    "translated_chars": 116940,
    "translated_chars_percent": 9.5,
    "fuzzy": 404,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 2658,
    "fuzzy_words_percent": 1.3,
    "fuzzy_chars": 17259,
    "fuzzy_chars_percent": 1.4,
    "failing": 181,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 14,
    "readonly_percent": 0.1,
    "readonly_words": 24,
    "readonly_words_percent": 0.1,
    "readonly_chars": 161,
    "readonly_chars_percent": 0.1,
    "suggestions": 1877,
    "comments": 0,
    "name": "Norwegian Nynorsk",
    "url": "https://translate.fedoraproject.org/languages/nn/"
}