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": 1657,
    "total_words": 15370,
    "total_chars": 99277,
    "last_change": "2024-03-31T19:13:15.238853Z",
    "recent_changes": 84,
    "translated": 1328,
    "translated_words": 11159,
    "translated_percent": 80.1,
    "translated_words_percent": 72.6,
    "translated_chars": 71889,
    "translated_chars_percent": 72.4,
    "fuzzy": 88,
    "fuzzy_percent": 5.3,
    "fuzzy_words": 1678,
    "fuzzy_words_percent": 10.9,
    "fuzzy_chars": 11132,
    "fuzzy_chars_percent": 11.2,
    "failing": 45,
    "failing_percent": 2.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": 12,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.yunohost.org/languages/it/"
}