Languages API.

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

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

{
    "total": 32654,
    "total_words": 152895,
    "total_chars": 942623,
    "last_change": "2024-05-05T21:30:39.908264Z",
    "recent_changes": 893,
    "translated": 21709,
    "translated_words": 91444,
    "translated_percent": 66.4,
    "translated_words_percent": 59.8,
    "translated_chars": 566005,
    "translated_chars_percent": 60.0,
    "fuzzy": 49,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 482,
    "fuzzy_words_percent": 0.3,
    "fuzzy_chars": 3329,
    "fuzzy_chars_percent": 0.3,
    "failing": 832,
    "failing_percent": 2.5,
    "approved": 472,
    "approved_percent": 1.4,
    "approved_words": 2710,
    "approved_words_percent": 1.7,
    "approved_chars": 17403,
    "approved_chars_percent": 1.8,
    "readonly": 39,
    "readonly_percent": 0.1,
    "readonly_words": 58,
    "readonly_words_percent": 0.1,
    "readonly_chars": 345,
    "readonly_chars_percent": 0.1,
    "suggestions": 53,
    "comments": 1,
    "name": "Dutch",
    "url": "https://kodi.weblate.cloud/languages/nl_nl/"
}