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": 1265,
    "total_words": 7924,
    "last_change": "2024-05-29T03:25:17.703366Z",
    "recent_changes": 121,
    "translated": 1149,
    "translated_words": 6912,
    "translated_percent": 90.8,
    "translated_words_percent": 87.2,
    "translated_chars": 45342,
    "translated_chars_percent": 87.9,
    "total_chars": 51534,
    "fuzzy": 24,
    "fuzzy_percent": 1.8,
    "failing": 107,
    "failing_percent": 8.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 42,
    "readonly_percent": 3.3,
    "suggestions": 13,
    "comments": 0,
    "name": "Italian",
    "url": "https://weblate.rikka.app/languages/it/"
}