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": 6818,
    "total_words": 20283,
    "last_change": "2025-01-21T11:12:20.843221Z",
    "recent_changes": 2,
    "translated": 4751,
    "translated_words": 13821,
    "translated_percent": 69.6,
    "translated_words_percent": 68.1,
    "translated_chars": 85353,
    "translated_chars_percent": 66.9,
    "total_chars": 127434,
    "fuzzy": 114,
    "fuzzy_percent": 1.6,
    "failing": 151,
    "failing_percent": 2.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 0,
    "comments": 0,
    "name": "Finnish",
    "url": "https://t.naviter.com/languages/fi/"
}