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": 12006,
    "total_words": 127414,
    "last_change": "2025-03-19T16:30:54.029753Z",
    "recent_changes": 162,
    "translated": 7245,
    "translated_words": 70169,
    "translated_percent": 60.3,
    "translated_words_percent": 55.0,
    "translated_chars": 422577,
    "translated_chars_percent": 55.3,
    "total_chars": 763624,
    "fuzzy": 272,
    "fuzzy_percent": 2.2,
    "failing": 3691,
    "failing_percent": 30.7,
    "approved": 1,
    "approved_percent": 0.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 21,
    "comments": 0,
    "name": "Romanian",
    "url": "https://translate.habitica.com/languages/ro/"
}