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": 3317,
    "total_words": 17583,
    "total_chars": 114417,
    "last_change": "2025-03-09T13:03:10.506946Z",
    "recent_changes": 44,
    "translated": 817,
    "translated_words": 1781,
    "translated_percent": 24.6,
    "translated_words_percent": 10.1,
    "translated_chars": 12520,
    "translated_chars_percent": 10.9,
    "fuzzy": 7,
    "fuzzy_percent": 0.2,
    "fuzzy_words": 10,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 88,
    "fuzzy_chars_percent": 0.1,
    "failing": 268,
    "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/"
}