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": 167619,
    "total_words": 2050192,
    "total_chars": 14419101,
    "last_change": "2024-03-28T19:36:11.027461Z",
    "recent_changes": 4045,
    "translated": 64632,
    "translated_words": 496688,
    "translated_percent": 38.5,
    "translated_words_percent": 24.2,
    "translated_chars": 3290027,
    "translated_chars_percent": 22.8,
    "fuzzy": 3432,
    "fuzzy_percent": 2.0,
    "fuzzy_words": 15729,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 117899,
    "fuzzy_chars_percent": 0.8,
    "failing": 1593,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 85,
    "readonly_percent": 0.1,
    "readonly_words": 247,
    "readonly_words_percent": 0.1,
    "readonly_chars": 3602,
    "readonly_chars_percent": 0.1,
    "suggestions": 5141,
    "comments": 5,
    "name": "Finnish",
    "url": "https://translate.fedoraproject.org/languages/fi/"
}