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": 166523,
    "total_words": 2093592,
    "total_chars": 14693803,
    "last_change": "2025-03-13T00:07:44.713691Z",
    "recent_changes": 677,
    "translated": 56290,
    "translated_words": 373721,
    "translated_percent": 33.8,
    "translated_words_percent": 17.8,
    "translated_chars": 2440160,
    "translated_chars_percent": 16.6,
    "fuzzy": 5487,
    "fuzzy_percent": 3.2,
    "fuzzy_words": 34481,
    "fuzzy_words_percent": 1.6,
    "fuzzy_chars": 225778,
    "fuzzy_chars_percent": 1.5,
    "failing": 2358,
    "failing_percent": 1.4,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 48,
    "readonly_percent": 0.1,
    "readonly_words": 95,
    "readonly_words_percent": 0.1,
    "readonly_chars": 1064,
    "readonly_chars_percent": 0.1,
    "suggestions": 3591,
    "comments": 37,
    "name": "Dutch",
    "url": "https://translate.fedoraproject.org/languages/nl/"
}