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": 3013,
    "total_words": 13019,
    "total_chars": 80151,
    "last_change": "2023-12-11T14:37:58.174084Z",
    "recent_changes": 93,
    "translated": 2658,
    "translated_words": 10761,
    "translated_percent": 88.2,
    "translated_words_percent": 82.6,
    "translated_chars": 65804,
    "translated_chars_percent": 82.1,
    "fuzzy": 55,
    "fuzzy_percent": 1.8,
    "failing": 86,
    "failing_percent": 2.8,
    "approved": 85,
    "approved_percent": 2.8,
    "readonly": 2,
    "readonly_percent": 0.1,
    "suggestions": 1,
    "comments": 3,
    "name": "Italian",
    "url": "https://translate.funkwhale.audio/languages/it/"
}