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": 4078,
    "total_words": 28361,
    "total_chars": 171181,
    "last_change": "2025-12-03T04:30:26.658279Z",
    "recent_changes": 240,
    "translated": 3485,
    "translated_words": 15442,
    "translated_percent": 85.4,
    "translated_words_percent": 54.4,
    "translated_chars": 94824,
    "translated_chars_percent": 55.3,
    "fuzzy": 109,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 149,
    "fuzzy_words_percent": 0.5,
    "fuzzy_chars": 1153,
    "fuzzy_chars_percent": 0.6,
    "failing": 494,
    "failing_percent": 12.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 106,
    "readonly_percent": 2.5,
    "readonly_words": 624,
    "readonly_words_percent": 2.2,
    "readonly_chars": 3863,
    "readonly_chars_percent": 2.2,
    "suggestions": 8,
    "comments": 0,
    "name": "Indonesian",
    "url": "http://translate.gtaf.org/languages/id/"
}