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": 12448,
    "total_words": 132289,
    "last_change": "2025-11-26T01:47:08.902450Z",
    "recent_changes": 564,
    "translated": 8264,
    "translated_words": 91060,
    "translated_percent": 66.3,
    "translated_words_percent": 68.8,
    "translated_chars": 547297,
    "translated_chars_percent": 69.0,
    "total_chars": 792239,
    "fuzzy": 337,
    "fuzzy_percent": 2.7,
    "failing": 361,
    "failing_percent": 2.9,
    "approved": 790,
    "approved_percent": 6.3,
    "readonly": 13,
    "readonly_percent": 0.1,
    "suggestions": 120,
    "comments": 4,
    "name": "Spanish (Latin America)",
    "url": "https://translate.habitica.com/languages/es_419/"
}