Languages API.

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

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

{
    "total": 2248,
    "total_words": 7533,
    "last_change": "2024-03-19T07:55:04.525939Z",
    "recent_changes": 260,
    "translated": 1198,
    "translated_words": 3693,
    "translated_percent": 53.2,
    "translated_words_percent": 49.0,
    "translated_chars": 23587,
    "translated_chars_percent": 49.5,
    "total_chars": 47624,
    "fuzzy": 31,
    "fuzzy_percent": 1.3,
    "failing": 5,
    "failing_percent": 0.2,
    "name": "Slovenian",
    "url": "https://translate.lxqt-project.org/languages/sl/"
}