Languages API.

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

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

{
    "total": 22215,
    "total_words": 122040,
    "total_chars": 739478,
    "last_change": "2024-05-13T14:50:48.221697Z",
    "recent_changes": 282,
    "translated": 12259,
    "translated_words": 55097,
    "translated_percent": 55.1,
    "translated_words_percent": 45.1,
    "translated_chars": 335258,
    "translated_chars_percent": 45.3,
    "fuzzy": 199,
    "fuzzy_percent": 0.8,
    "fuzzy_words": 903,
    "fuzzy_words_percent": 0.7,
    "fuzzy_chars": 5557,
    "fuzzy_chars_percent": 0.7,
    "failing": 489,
    "failing_percent": 2.2,
    "approved": 40,
    "approved_percent": 0.1,
    "approved_words": 168,
    "approved_words_percent": 0.1,
    "approved_chars": 1121,
    "approved_chars_percent": 0.1,
    "readonly": 89,
    "readonly_percent": 0.4,
    "readonly_words": 102,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1221,
    "readonly_chars_percent": 0.1,
    "suggestions": 60,
    "comments": 3,
    "name": "Dutch (Belgium)",
    "url": "https://hosted.weblate.org/languages/nl_BE/"
}