Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/it_IT/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 53804,
    "total_words": 928663,
    "last_change": "2024-03-07T15:08:50.903974Z",
    "recent_changes": 589,
    "translated": 6166,
    "translated_words": 102401,
    "translated_percent": 11.4,
    "translated_words_percent": 11.0,
    "translated_chars": 847766,
    "translated_chars_percent": 12.1,
    "total_chars": 6949437,
    "fuzzy": 715,
    "fuzzy_percent": 1.3,
    "failing": 1830,
    "failing_percent": 3.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "suggestions": 0,
    "comments": 1,
    "name": "Italian",
    "url": "https://translate-dev.freebsd.org/languages/it_IT/"
}