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": 245447,
    "total_words": 3766310,
    "total_chars": 27440695,
    "last_change": "2024-04-24T22:44:39.275603Z",
    "recent_changes": 1126,
    "translated": 55200,
    "translated_words": 346963,
    "translated_percent": 22.4,
    "translated_words_percent": 9.2,
    "translated_chars": 2260344,
    "translated_chars_percent": 8.2,
    "fuzzy": 5650,
    "fuzzy_percent": 2.3,
    "fuzzy_words": 33423,
    "fuzzy_words_percent": 0.8,
    "fuzzy_chars": 229816,
    "fuzzy_chars_percent": 0.8,
    "failing": 2739,
    "failing_percent": 1.1,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 93,
    "readonly_percent": 0.1,
    "readonly_words": 407,
    "readonly_words_percent": 0.1,
    "readonly_chars": 5179,
    "readonly_chars_percent": 0.1,
    "suggestions": 7872,
    "comments": 5,
    "name": "Italian",
    "url": "https://translate.fedoraproject.org/languages/it/"
}