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": 4067,
    "total_words": 14248,
    "last_change": "2023-09-20T09:35:17.626242Z",
    "recent_changes": 99,
    "translated": 3654,
    "translated_words": 12382,
    "translated_percent": 89.8,
    "translated_words_percent": 86.9,
    "translated_chars": 76426,
    "translated_chars_percent": 86.8,
    "total_chars": 88013,
    "fuzzy": 35,
    "fuzzy_percent": 0.8,
    "failing": 86,
    "failing_percent": 2.1,
    "name": "Italian",
    "url": "https://weblate.linphone.org/languages/it/"
}