Languages API.

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

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

{
    "total": 29072,
    "total_words": 182771,
    "total_chars": 1162931,
    "last_change": "2025-03-12T01:14:09.338075Z",
    "recent_changes": 18,
    "translated": 2414,
    "translated_words": 8362,
    "translated_percent": 8.3,
    "translated_words_percent": 4.5,
    "translated_chars": 51779,
    "translated_chars_percent": 4.4,
    "fuzzy": 249,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 1093,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 7162,
    "fuzzy_chars_percent": 0.6,
    "failing": 248,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 17,
    "readonly_percent": 0.1,
    "readonly_words": 28,
    "readonly_words_percent": 0.1,
    "readonly_chars": 202,
    "readonly_chars_percent": 0.1,
    "suggestions": 873,
    "comments": 0,
    "name": "Icelandic",
    "url": "https://translate.fedoraproject.org/languages/is/"
}