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": 8888,
    "total_words": 75498,
    "total_chars": 509218,
    "last_change": "2025-02-28T23:32:18.098508Z",
    "recent_changes": 239,
    "translated": 8143,
    "translated_words": 68070,
    "translated_percent": 91.6,
    "translated_words_percent": 90.1,
    "translated_chars": 457808,
    "translated_chars_percent": 89.9,
    "fuzzy": 32,
    "fuzzy_percent": 0.3,
    "failing": 76,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 54,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "http://translate.pkp.sfu.ca/languages/ru/"
}