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": 12783,
    "total_words": 35641,
    "total_chars": 227546,
    "last_change": "2024-04-30T22:42:57.915506Z",
    "recent_changes": 1,
    "translated": 5368,
    "translated_words": 10458,
    "translated_percent": 41.9,
    "translated_words_percent": 29.3,
    "translated_chars": 66386,
    "translated_chars_percent": 29.1,
    "fuzzy": 2467,
    "fuzzy_percent": 19.2,
    "fuzzy_words": 5630,
    "fuzzy_words_percent": 15.7,
    "fuzzy_chars": 37256,
    "fuzzy_chars_percent": 16.3,
    "failing": 828,
    "failing_percent": 6.4,
    "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": 3,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.tryton.org/languages/it/"
}