Languages API.

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

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

{
    "total": 2757,
    "total_words": 10449,
    "total_chars": 64160,
    "last_change": "2025-07-28T03:23:58.171239Z",
    "recent_changes": 107,
    "translated": 2608,
    "translated_words": 9839,
    "translated_percent": 94.5,
    "translated_words_percent": 94.1,
    "translated_chars": 60403,
    "translated_chars_percent": 94.1,
    "fuzzy": 89,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 210,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 1435,
    "fuzzy_chars_percent": 2.2,
    "failing": 273,
    "failing_percent": 9.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 104,
    "readonly_percent": 3.7,
    "readonly_words": 620,
    "readonly_words_percent": 5.9,
    "readonly_chars": 3830,
    "readonly_chars_percent": 5.9,
    "suggestions": 10,
    "comments": 0,
    "name": "Indonesian",
    "url": "http://translate.gtaf.org/languages/id/"
}