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": 1526,
    "total_words": 4660,
    "last_change": "2026-04-07T16:58:09.630690Z",
    "recent_changes": 15,
    "translated": 1513,
    "translated_words": 4584,
    "translated_percent": 99.1,
    "translated_words_percent": 98.3,
    "translated_chars": 27678,
    "translated_chars_percent": 98.1,
    "total_chars": 28205,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 49,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 116,
    "readonly_percent": 7.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "https://translate.opensourcepos.org/languages/it/"
}