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": 8189,
    "total_words": 68470,
    "total_chars": 462433,
    "last_change": "2025-03-07T14:55:22.657943Z",
    "recent_changes": 278,
    "translated": 6924,
    "translated_words": 54597,
    "translated_percent": 84.5,
    "translated_words_percent": 79.7,
    "translated_chars": 366956,
    "translated_chars_percent": 79.3,
    "fuzzy": 90,
    "fuzzy_percent": 1.0,
    "failing": 139,
    "failing_percent": 1.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 50,
    "readonly_percent": 0.6,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "http://translate.pkp.sfu.ca/languages/it/"
}