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": 7191,
    "total_words": 32973,
    "total_chars": 216656,
    "last_change": "2024-04-17T19:40:06.477801Z",
    "recent_changes": 387,
    "translated": 4550,
    "translated_words": 16057,
    "translated_percent": 63.2,
    "translated_words_percent": 48.6,
    "translated_chars": 107008,
    "translated_chars_percent": 49.3,
    "fuzzy": 553,
    "fuzzy_percent": 7.6,
    "failing": 463,
    "failing_percent": 6.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 8,
    "readonly_percent": 0.1,
    "suggestions": 1174,
    "comments": 0,
    "name": "Italian",
    "url": "https://l10n.elementary.io/languages/it/"
}