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": 9338,
    "total_words": 77796,
    "total_chars": 524069,
    "last_change": "2025-02-28T23:31:57.106688Z",
    "recent_changes": 376,
    "translated": 8408,
    "translated_words": 68454,
    "translated_percent": 90.0,
    "translated_words_percent": 87.9,
    "translated_chars": 458165,
    "translated_chars_percent": 87.4,
    "fuzzy": 48,
    "fuzzy_percent": 0.5,
    "failing": 24,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 54,
    "readonly_percent": 0.5,
    "suggestions": 5,
    "comments": 1,
    "name": "Finnish",
    "url": "http://translate.pkp.sfu.ca/languages/fi/"
}