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": 12048,
    "total_words": 127491,
    "last_change": "2025-04-01T05:43:33.659206Z",
    "recent_changes": 839,
    "translated": 8189,
    "translated_words": 95655,
    "translated_percent": 67.9,
    "translated_words_percent": 75.0,
    "translated_chars": 575661,
    "translated_chars_percent": 75.3,
    "total_chars": 764123,
    "fuzzy": 179,
    "fuzzy_percent": 1.4,
    "failing": 218,
    "failing_percent": 1.8,
    "approved": 793,
    "approved_percent": 6.5,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 125,
    "comments": 4,
    "name": "Spanish (Latin America)",
    "url": "https://translate.habitica.com/languages/es_419/"
}