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": 128631,
    "total_words": 1369925,
    "last_change": "2024-04-27T05:32:57.238372Z",
    "recent_changes": 85,
    "translated": 127721,
    "translated_words": 1361638,
    "translated_percent": 99.2,
    "translated_words_percent": 99.3,
    "translated_chars": 7291494,
    "translated_chars_percent": 99.3,
    "total_chars": 7339366,
    "fuzzy": 653,
    "fuzzy_percent": 0.5,
    "failing": 11296,
    "failing_percent": 8.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 131,
    "comments": 1,
    "name": "Russian",
    "url": "https://hive.bgforge.net/languages/ru/"
}