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": 5618,
    "total_words": 22985,
    "last_change": "2025-03-10T17:45:00.499151Z",
    "recent_changes": 564,
    "translated": 4943,
    "translated_words": 17511,
    "translated_percent": 87.9,
    "translated_words_percent": 76.1,
    "translated_chars": 116672,
    "translated_chars_percent": 76.8,
    "total_chars": 151854,
    "fuzzy": 267,
    "fuzzy_percent": 4.7,
    "failing": 504,
    "failing_percent": 8.9,
    "name": "Slovak",
    "url": "https://translate.lxqt-project.org/languages/sk/"
}