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": 4317,
    "total_words": 37925,
    "last_change": "2025-11-21T10:06:50.832650Z",
    "recent_changes": 61,
    "translated": 3552,
    "translated_words": 29458,
    "translated_percent": 82.2,
    "translated_words_percent": 77.6,
    "translated_chars": 179035,
    "translated_chars_percent": 77.9,
    "total_chars": 229722,
    "fuzzy": 76,
    "fuzzy_percent": 1.7,
    "failing": 1193,
    "failing_percent": 27.6,
    "approved": 149,
    "approved_percent": 3.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "name": "Romanian",
    "url": "https://traduk.amikumu.com/languages/ro/"
}