Languages API.

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

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

{
    "total": 5597,
    "total_words": 22778,
    "last_change": "2025-03-10T17:45:00.489724Z",
    "recent_changes": 459,
    "translated": 4677,
    "translated_words": 16224,
    "translated_percent": 83.5,
    "translated_words_percent": 71.2,
    "translated_chars": 108065,
    "translated_chars_percent": 71.7,
    "total_chars": 150620,
    "fuzzy": 268,
    "fuzzy_percent": 4.7,
    "failing": 262,
    "failing_percent": 4.6,
    "name": "Danish",
    "url": "https://translate.lxqt-project.org/languages/da/"
}