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": 1640,
    "total_words": 6764,
    "last_change": "2025-10-28T22:56:36.560899Z",
    "recent_changes": 20,
    "translated": 1614,
    "translated_words": 6615,
    "translated_percent": 98.4,
    "translated_words_percent": 97.7,
    "translated_chars": 42129,
    "translated_chars_percent": 97.9,
    "total_chars": 42989,
    "fuzzy": 8,
    "fuzzy_percent": 0.4,
    "failing": 7,
    "failing_percent": 0.4,
    "name": "Serbian (latin)",
    "url": "http://i18n.foe-helper.com/languages/sr_Latn/"
}