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": 1872,
    "total_words": 18004,
    "total_chars": 116043,
    "last_change": "2025-10-25T12:17:40.652871Z",
    "recent_changes": 5,
    "translated": 1066,
    "translated_words": 8314,
    "translated_percent": 56.9,
    "translated_words_percent": 46.1,
    "translated_chars": 52724,
    "translated_chars_percent": 45.4,
    "fuzzy": 35,
    "fuzzy_percent": 1.8,
    "fuzzy_words": 191,
    "fuzzy_words_percent": 1.0,
    "fuzzy_chars": 1178,
    "fuzzy_chars_percent": 1.0,
    "failing": 16,
    "failing_percent": 0.8,
    "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": 18,
    "comments": 2,
    "name": "Dutch",
    "url": "https://translate.yunohost.org/languages/nl/"
}