Languages API.

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

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

{
    "total": 6833,
    "total_words": 41344,
    "total_chars": 262052,
    "last_change": "2024-02-16T17:21:57.793358Z",
    "recent_changes": 4,
    "translated": 173,
    "translated_words": 532,
    "translated_percent": 2.5,
    "translated_words_percent": 1.2,
    "translated_chars": 3268,
    "translated_chars_percent": 1.2,
    "fuzzy": 13,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 32,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 243,
    "fuzzy_chars_percent": 0.1,
    "failing": 8,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "readonly_words": 12,
    "readonly_words_percent": 0.1,
    "readonly_chars": 83,
    "readonly_chars_percent": 0.1,
    "suggestions": 142,
    "comments": 0,
    "name": "Iloko",
    "url": "https://translate.fedoraproject.org/languages/ilo/"
}