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": 20788,
    "total_words": 76018,
    "last_change": "2025-04-16T06:48:28.544782Z",
    "recent_changes": 2146,
    "translated": 16999,
    "translated_words": 59128,
    "translated_percent": 81.7,
    "translated_words_percent": 77.7,
    "translated_chars": 388529,
    "translated_chars_percent": 72.5,
    "total_chars": 535614,
    "fuzzy": 183,
    "fuzzy_percent": 0.8,
    "failing": 6,
    "failing_percent": 0.1,
    "name": "Italian",
    "url": "http://weblate.ops404.it/languages/it/"
}