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": 863,
    "total_words": 5781,
    "last_change": "2024-04-17T16:35:27.044961Z",
    "recent_changes": 38,
    "translated": 666,
    "translated_words": 5122,
    "translated_percent": 77.1,
    "translated_words_percent": 88.6,
    "translated_chars": 35127,
    "translated_chars_percent": 87.7,
    "total_chars": 40021,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 31,
    "failing_percent": 3.5,
    "approved": 133,
    "approved_percent": 15.4,
    "readonly": 3,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Russian",
    "url": "https://weblate.ppc.lol/languages/ru/"
}