Languages API.

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

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

{
    "total": 3297,
    "total_words": 17374,
    "total_chars": 113135,
    "last_change": "2024-04-20T07:36:32.231041Z",
    "recent_changes": 50,
    "translated": 821,
    "translated_words": 1785,
    "translated_percent": 24.9,
    "translated_words_percent": 10.2,
    "translated_chars": 12541,
    "translated_chars_percent": 11.0,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 2,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 21,
    "fuzzy_chars_percent": 0.1,
    "failing": 267,
    "failing_percent": 8.0,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 20,
    "readonly_chars_percent": 0.1,
    "suggestions": 276,
    "comments": 0,
    "name": "Occidental",
    "url": "https://translate.fedoraproject.org/languages/ie/"
}