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": 1254,
    "total_words": 7893,
    "last_change": "2024-03-02T21:05:40.921737Z",
    "recent_changes": 119,
    "translated": 1147,
    "translated_words": 6917,
    "translated_percent": 91.4,
    "translated_words_percent": 87.6,
    "translated_chars": 45281,
    "translated_chars_percent": 88.3,
    "total_chars": 51276,
    "fuzzy": 23,
    "fuzzy_percent": 1.8,
    "failing": 106,
    "failing_percent": 8.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 31,
    "readonly_percent": 2.4,
    "suggestions": 3,
    "comments": 0,
    "name": "Italian",
    "url": "https://weblate.rikka.app/languages/it/"
}