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": 1860,
    "total_words": 17753,
    "total_chars": 115091,
    "last_change": "2025-05-18T16:20:45.845968Z",
    "recent_changes": 0,
    "translated": 342,
    "translated_words": 1969,
    "translated_percent": 18.3,
    "translated_words_percent": 11.0,
    "translated_chars": 12269,
    "translated_chars_percent": 10.6,
    "fuzzy": 15,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 360,
    "fuzzy_words_percent": 2.0,
    "fuzzy_chars": 2158,
    "fuzzy_chars_percent": 1.8,
    "failing": 13,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Finnish",
    "url": "https://translate.yunohost.org/languages/fi/"
}