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": 1621,
    "total_words": 11809,
    "total_chars": 70266,
    "last_change": "2024-05-03T13:55:35.441062Z",
    "recent_changes": 18,
    "translated": 1581,
    "translated_words": 11652,
    "translated_percent": 97.5,
    "translated_words_percent": 98.6,
    "translated_chars": 69328,
    "translated_chars_percent": 98.6,
    "fuzzy": 22,
    "fuzzy_percent": 1.3,
    "failing": 15,
    "failing_percent": 0.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Italian",
    "url": "http://translate.pretalx.com/languages/it/"
}