Languages API.

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

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

{
    "total": 7246,
    "total_words": 51578,
    "total_chars": 317373,
    "last_change": "2024-04-16T13:07:00.636039Z",
    "recent_changes": 8,
    "translated": 1068,
    "translated_words": 3608,
    "translated_percent": 14.7,
    "translated_words_percent": 6.9,
    "translated_chars": 22255,
    "translated_chars_percent": 7.0,
    "fuzzy": 413,
    "fuzzy_percent": 5.6,
    "fuzzy_words": 3578,
    "fuzzy_words_percent": 6.9,
    "fuzzy_chars": 21544,
    "fuzzy_chars_percent": 6.7,
    "failing": 122,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1577,
    "comments": 1,
    "name": "Italian",
    "url": "http://translate.beamng.com/languages/it/"
}