Languages API.

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

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

{
    "total": 7339,
    "total_words": 36543,
    "last_change": "2025-04-02T11:23:58.703639Z",
    "recent_changes": 247,
    "translated": 5833,
    "translated_words": 21728,
    "translated_percent": 79.4,
    "translated_words_percent": 59.4,
    "translated_chars": 144056,
    "translated_chars_percent": 56.0,
    "total_chars": 257052,
    "fuzzy": 366,
    "fuzzy_percent": 4.9,
    "failing": 261,
    "failing_percent": 3.5,
    "name": "Czech",
    "url": "https://translate.lxqt-project.org/languages/cs/"
}