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": 1326,
    "total_words": 5181,
    "last_change": "2025-01-20T07:57:14.263894Z",
    "recent_changes": 384,
    "translated": 943,
    "translated_words": 3329,
    "translated_percent": 71.1,
    "translated_words_percent": 64.2,
    "translated_chars": 22392,
    "translated_chars_percent": 63.5,
    "total_chars": 35226,
    "fuzzy": 33,
    "fuzzy_percent": 2.4,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Serbian",
    "url": "https://translate.lxqt-project.org/languages/sr/"
}