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": 153685,
    "total_words": 2089321,
    "last_change": "2024-03-06T08:50:55.452055Z",
    "recent_changes": 1819,
    "translated": 61602,
    "translated_words": 456948,
    "translated_percent": 40.0,
    "translated_words_percent": 21.8,
    "translated_chars": 3126347,
    "translated_chars_percent": 21.7,
    "total_chars": 14397135,
    "fuzzy": 31384,
    "fuzzy_percent": 20.4,
    "failing": 10192,
    "failing_percent": 6.6,
    "approved": 1039,
    "approved_percent": 0.6,
    "readonly": 9,
    "readonly_percent": 0.1,
    "suggestions": 152,
    "comments": 76,
    "name": "Italian",
    "url": "https://l10n.opensuse.org/languages/it/"
}