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": 816452,
    "total_words": 6389126,
    "total_chars": 42223906,
    "last_change": "2024-03-29T10:41:21.349587Z",
    "recent_changes": 17869,
    "translated": 507198,
    "translated_words": 2710004,
    "translated_percent": 62.1,
    "translated_words_percent": 42.4,
    "translated_chars": 17327657,
    "translated_chars_percent": 41.0,
    "fuzzy": 32116,
    "fuzzy_percent": 3.9,
    "fuzzy_words": 189856,
    "fuzzy_words_percent": 2.9,
    "fuzzy_chars": 1378548,
    "fuzzy_chars_percent": 3.2,
    "failing": 28847,
    "failing_percent": 3.5,
    "approved": 4889,
    "approved_percent": 0.5,
    "approved_words": 33440,
    "approved_words_percent": 0.5,
    "approved_chars": 215950,
    "approved_chars_percent": 0.5,
    "readonly": 7871,
    "readonly_percent": 0.9,
    "readonly_words": 38720,
    "readonly_words_percent": 0.6,
    "readonly_chars": 293868,
    "readonly_chars_percent": 0.6,
    "suggestions": 11071,
    "comments": 115,
    "name": "Dutch",
    "url": "https://hosted.weblate.org/languages/nl/"
}