Languages API.

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

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

{
    "total": 12047,
    "total_words": 127491,
    "last_change": "2025-04-03T15:17:08.730616Z",
    "recent_changes": 287,
    "translated": 9310,
    "translated_words": 91322,
    "translated_percent": 77.2,
    "translated_words_percent": 71.6,
    "translated_chars": 548211,
    "translated_chars_percent": 71.7,
    "total_chars": 764080,
    "fuzzy": 279,
    "fuzzy_percent": 2.3,
    "failing": 717,
    "failing_percent": 5.9,
    "approved": 1566,
    "approved_percent": 12.9,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 279,
    "comments": 15,
    "name": "Dutch",
    "url": "https://translate.habitica.com/languages/nl/"
}