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": 675,
    "total_words": 4323,
    "total_chars": 26029,
    "last_change": "2024-05-03T16:27:09.869954Z",
    "recent_changes": 4,
    "translated": 650,
    "translated_words": 3064,
    "translated_percent": 96.2,
    "translated_words_percent": 70.8,
    "translated_chars": 18673,
    "translated_chars_percent": 71.7,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "fuzzy_words": 0,
    "fuzzy_words_percent": 0.0,
    "fuzzy_chars": 0,
    "fuzzy_chars_percent": 0.0,
    "failing": 4,
    "failing_percent": 0.5,
    "approved": 312,
    "approved_percent": 46.2,
    "approved_words": 1185,
    "approved_words_percent": 27.4,
    "approved_chars": 7149,
    "approved_chars_percent": 27.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 1,
    "comments": 3,
    "name": "Italian",
    "url": "https://weblate.tusky.app/languages/it/"
}