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": 1225,
    "total_words": 10751,
    "last_change": "2025-06-10T19:47:46.470266Z",
    "recent_changes": 9,
    "translated": 873,
    "translated_words": 7675,
    "translated_percent": 71.2,
    "translated_words_percent": 71.3,
    "translated_chars": 47357,
    "translated_chars_percent": 71.8,
    "total_chars": 65945,
    "fuzzy": 8,
    "fuzzy_percent": 0.6,
    "failing": 61,
    "failing_percent": 4.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 4,
    "readonly_percent": 0.3,
    "suggestions": 1,
    "comments": 0,
    "name": "Serbian (Latin script)",
    "url": "https://translate.phyphox.org/languages/sr_Latn/"
}