Languages API.

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

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

{
    "total": 11376,
    "total_words": 118357,
    "last_change": "2024-03-02T05:17:28.388535Z",
    "recent_changes": 309,
    "translated": 5162,
    "translated_words": 54430,
    "translated_percent": 45.3,
    "translated_words_percent": 45.9,
    "translated_chars": 328173,
    "translated_chars_percent": 46.2,
    "total_chars": 709982,
    "fuzzy": 461,
    "fuzzy_percent": 4.0,
    "failing": 3353,
    "failing_percent": 29.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 70,
    "comments": 0,
    "name": "Serbian",
    "url": "https://translate.habitica.com/languages/sr/"
}