Languages API.

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

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

{
    "total": 12651,
    "total_words": 134761,
    "last_change": "2026-05-07T15:57:12.080213Z",
    "recent_changes": 267,
    "translated": 7214,
    "translated_words": 65295,
    "translated_percent": 57.0,
    "translated_words_percent": 48.4,
    "translated_chars": 392493,
    "translated_chars_percent": 48.6,
    "total_chars": 806816,
    "fuzzy": 441,
    "fuzzy_percent": 3.4,
    "failing": 3718,
    "failing_percent": 29.3,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 29,
    "comments": 0,
    "name": "Romanian",
    "url": "https://translate.habitica.com/languages/ro/"
}