Languages API.

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

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

{
    "total": 7602,
    "total_words": 37970,
    "last_change": "2025-03-10T17:45:00.480467Z",
    "recent_changes": 495,
    "translated": 5461,
    "translated_words": 21131,
    "translated_percent": 71.8,
    "translated_words_percent": 55.6,
    "translated_chars": 139774,
    "translated_chars_percent": 52.6,
    "total_chars": 265378,
    "fuzzy": 332,
    "fuzzy_percent": 4.3,
    "failing": 256,
    "failing_percent": 3.3,
    "name": "Finnish",
    "url": "https://translate.lxqt-project.org/languages/fi/"
}