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": 12725,
    "total_words": 135718,
    "last_change": "2026-05-30T21:30:36.473191Z",
    "recent_changes": 202,
    "translated": 5088,
    "translated_words": 50983,
    "translated_percent": 39.9,
    "translated_words_percent": 37.5,
    "translated_chars": 307707,
    "translated_chars_percent": 37.8,
    "total_chars": 812570,
    "fuzzy": 596,
    "fuzzy_percent": 4.6,
    "failing": 3281,
    "failing_percent": 25.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 16,
    "readonly_percent": 0.1,
    "suggestions": 112,
    "comments": 1,
    "name": "Serbian",
    "url": "https://translate.habitica.com/languages/sr/"
}