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": 675,
    "total_words": 2357,
    "last_change": "2024-10-07T20:38:03.348402Z",
    "recent_changes": 3,
    "translated": 152,
    "translated_words": 553,
    "translated_percent": 22.5,
    "translated_words_percent": 23.4,
    "translated_chars": 4538,
    "translated_chars_percent": 27.9,
    "total_chars": 16245,
    "fuzzy": 11,
    "fuzzy_percent": 1.6,
    "failing": 1,
    "failing_percent": 0.1,
    "name": "Serbian (latin)",
    "url": "https://translate.lxqt-project.org/languages/sr_Latn/"
}