Languages API.

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

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

{
    "total": 34692,
    "total_words": 235479,
    "total_chars": 1503598,
    "last_change": "2025-03-12T16:12:07.686945Z",
    "recent_changes": 20,
    "translated": 16292,
    "translated_words": 73195,
    "translated_percent": 46.9,
    "translated_words_percent": 31.0,
    "translated_chars": 472704,
    "translated_chars_percent": 31.4,
    "fuzzy": 493,
    "fuzzy_percent": 1.4,
    "fuzzy_words": 2501,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 16696,
    "fuzzy_chars_percent": 1.1,
    "failing": 359,
    "failing_percent": 1.0,
    "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": 2519,
    "comments": 0,
    "name": "Interlingua",
    "url": "https://translate.fedoraproject.org/languages/ia/"
}