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": 41442,
    "total_chars": 262052,
    "last_change": "2024-12-20T11:54:06.262826Z",
    "recent_changes": 13,
    "translated": 175,
    "translated_words": 534,
    "translated_percent": 2.5,
    "translated_words_percent": 1.2,
    "translated_chars": 3289,
    "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": 9,
    "readonly_percent": 0.1,
    "readonly_words": 14,
    "readonly_words_percent": 0.1,
    "readonly_chars": 104,
    "readonly_chars_percent": 0.1,
    "suggestions": 142,
    "comments": 0,
    "name": "Iloko",
    "url": "https://translate.fedoraproject.org/languages/ilo/"
}