Languages API.

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

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

{
    "total": 1705,
    "total_words": 7040,
    "last_change": "2025-10-28T22:56:36.560899Z",
    "recent_changes": 20,
    "translated": 1608,
    "translated_words": 6572,
    "translated_percent": 94.3,
    "translated_words_percent": 93.3,
    "translated_chars": 41807,
    "translated_chars_percent": 93.5,
    "total_chars": 44670,
    "fuzzy": 14,
    "fuzzy_percent": 0.8,
    "failing": 9,
    "failing_percent": 0.5,
    "name": "Serbian (latin)",
    "url": "http://i18n.foe-helper.com/languages/sr_Latn/"
}