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": 10049,
    "total_words": 81596,
    "total_chars": 546195,
    "last_change": "2025-05-12T07:31:50.663533Z",
    "recent_changes": 0,
    "translated": 4970,
    "translated_words": 19793,
    "translated_percent": 49.4,
    "translated_words_percent": 24.2,
    "translated_chars": 136918,
    "translated_chars_percent": 25.0,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 56,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 323,
    "fuzzy_chars_percent": 0.1,
    "failing": 1026,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 23,
    "readonly_percent": 0.2,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Dutch",
    "url": "https://weblate.osgeo.org/languages/nl/"
}