Languages API.

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

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

{
    "total": 12316,
    "total_words": 130821,
    "last_change": "2025-08-31T05:53:28.524211Z",
    "recent_changes": 685,
    "translated": 8341,
    "translated_words": 95968,
    "translated_percent": 67.7,
    "translated_words_percent": 73.3,
    "translated_chars": 577307,
    "translated_chars_percent": 73.6,
    "total_chars": 783761,
    "fuzzy": 209,
    "fuzzy_percent": 1.6,
    "failing": 234,
    "failing_percent": 1.8,
    "approved": 790,
    "approved_percent": 6.4,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 119,
    "comments": 4,
    "name": "Spanish (Latin America)",
    "url": "https://translate.habitica.com/languages/es_419/"
}