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": 20501,
    "total_words": 179008,
    "total_chars": 1115975,
    "last_change": "2024-04-10T21:58:50.364848Z",
    "recent_changes": 2142,
    "translated": 16449,
    "translated_words": 130158,
    "translated_percent": 80.2,
    "translated_words_percent": 72.7,
    "translated_chars": 813548,
    "translated_chars_percent": 72.9,
    "fuzzy": 34,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 436,
    "fuzzy_words_percent": 0.2,
    "fuzzy_chars": 2855,
    "fuzzy_chars_percent": 0.2,
    "failing": 366,
    "failing_percent": 1.7,
    "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": 0,
    "comments": 0,
    "name": "Italian",
    "url": "http://translate.otrs.com/languages/it/"
}