Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/nl/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1857,
    "total_words": 17719,
    "total_chars": 114901,
    "last_change": "2025-04-10T17:06:09.702550Z",
    "recent_changes": 5,
    "translated": 759,
    "translated_words": 5192,
    "translated_percent": 40.8,
    "translated_words_percent": 29.3,
    "translated_chars": 32892,
    "translated_chars_percent": 28.6,
    "fuzzy": 50,
    "fuzzy_percent": 2.6,
    "fuzzy_words": 501,
    "fuzzy_words_percent": 2.8,
    "fuzzy_chars": 2935,
    "fuzzy_chars_percent": 2.5,
    "failing": 21,
    "failing_percent": 1.1,
    "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": 19,
    "comments": 2,
    "name": "Dutch",
    "url": "https://translate.yunohost.org/languages/nl/"
}