Languages API.

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

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

{
    "total": 1394,
    "total_words": 5801,
    "total_chars": 35332,
    "last_change": "2025-11-27T13:33:15.465181Z",
    "recent_changes": 18,
    "translated": 804,
    "translated_words": 2470,
    "translated_percent": 57.6,
    "translated_words_percent": 42.5,
    "translated_chars": 15304,
    "translated_chars_percent": 43.3,
    "fuzzy": 77,
    "fuzzy_percent": 5.5,
    "fuzzy_words": 331,
    "fuzzy_words_percent": 5.7,
    "fuzzy_chars": 1771,
    "fuzzy_chars_percent": 5.0,
    "failing": 124,
    "failing_percent": 8.8,
    "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": 7.4,
    "readonly_words": 622,
    "readonly_words_percent": 10.7,
    "readonly_chars": 3850,
    "readonly_chars_percent": 10.8,
    "suggestions": 6,
    "comments": 0,
    "name": "Spanish",
    "url": "http://translate.gtaf.org/languages/es/"
}