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": 590917,
    "total_words": 4724058,
    "total_chars": 31048544,
    "last_change": "2024-04-27T02:33:00.243741Z",
    "recent_changes": 10713,
    "translated": 272809,
    "translated_words": 1347602,
    "translated_percent": 46.1,
    "translated_words_percent": 28.5,
    "translated_chars": 8524905,
    "translated_chars_percent": 27.4,
    "fuzzy": 38720,
    "fuzzy_percent": 6.5,
    "fuzzy_words": 221267,
    "fuzzy_words_percent": 4.6,
    "fuzzy_chars": 1452766,
    "fuzzy_chars_percent": 4.6,
    "failing": 19365,
    "failing_percent": 3.2,
    "approved": 2375,
    "approved_percent": 0.4,
    "approved_words": 10459,
    "approved_words_percent": 0.2,
    "approved_chars": 66557,
    "approved_chars_percent": 0.2,
    "readonly": 5425,
    "readonly_percent": 0.9,
    "readonly_words": 23517,
    "readonly_words_percent": 0.4,
    "readonly_chars": 186157,
    "readonly_chars_percent": 0.5,
    "suggestions": 8518,
    "comments": 70,
    "name": "Finnish",
    "url": "https://hosted.weblate.org/languages/fi/"
}