Languages API.

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

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

{
    "total": 1513,
    "total_words": 4633,
    "last_change": "2026-04-07T16:51:17.452588Z",
    "recent_changes": 2,
    "translated": 1448,
    "translated_words": 4420,
    "translated_percent": 95.7,
    "translated_words_percent": 95.4,
    "translated_chars": 26720,
    "translated_chars_percent": 95.3,
    "total_chars": 28022,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 10,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 116,
    "readonly_percent": 7.6,
    "suggestions": 50,
    "comments": 0,
    "name": "Russian",
    "url": "https://translate.opensourcepos.org/languages/ru/"
}