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": 1971,
    "total_words": 21129,
    "last_change": "2023-01-24T01:24:36.891027Z",
    "recent_changes": 29,
    "translated": 1902,
    "translated_words": 16630,
    "translated_percent": 96.4,
    "translated_words_percent": 78.7,
    "translated_chars": 92367,
    "translated_chars_percent": 76.1,
    "total_chars": 121220,
    "fuzzy": 41,
    "fuzzy_percent": 2.0,
    "failing": 2,
    "failing_percent": 0.1,
    "name": "Italian",
    "url": "http://Translate.ArchiveEntertainment.com/languages/it/"
}