Languages API.

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

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

{
    "total": 5537,
    "total_words": 22577,
    "last_change": "2024-04-24T12:45:02.760542Z",
    "recent_changes": 576,
    "translated": 4865,
    "translated_words": 16351,
    "translated_percent": 87.8,
    "translated_words_percent": 72.4,
    "translated_chars": 108009,
    "translated_chars_percent": 72.3,
    "total_chars": 149386,
    "fuzzy": 267,
    "fuzzy_percent": 4.8,
    "failing": 514,
    "failing_percent": 9.2,
    "name": "Slovak",
    "url": "https://translate.lxqt-project.org/languages/sk/"
}