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": 8378,
    "total_words": 71430,
    "total_chars": 481305,
    "last_change": "2024-02-23T17:01:40.672280Z",
    "recent_changes": 388,
    "translated": 8196,
    "translated_words": 68405,
    "translated_percent": 97.8,
    "translated_words_percent": 95.7,
    "translated_chars": 460006,
    "translated_chars_percent": 95.5,
    "fuzzy": 15,
    "fuzzy_percent": 0.1,
    "failing": 68,
    "failing_percent": 0.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 32,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "http://translate.pkp.sfu.ca/languages/ru/"
}