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": 1638,
    "total_words": 6876,
    "total_chars": 46837,
    "last_change": "2026-04-04T21:30:53.776590Z",
    "recent_changes": 7,
    "translated": 863,
    "translated_words": 2850,
    "translated_percent": 52.6,
    "translated_words_percent": 41.4,
    "translated_chars": 19329,
    "translated_chars_percent": 41.2,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 20,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 146,
    "fuzzy_chars_percent": 0.3,
    "failing": 23,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Finnish",
    "url": "https://translate.seerr.dev/languages/fi/"
}