Languages API.

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

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

{
    "total": 1400,
    "total_words": 8726,
    "last_change": "2024-04-18T07:02:02.714217Z",
    "recent_changes": 267,
    "translated": 1351,
    "translated_words": 8434,
    "translated_percent": 96.5,
    "translated_words_percent": 96.6,
    "translated_chars": 54659,
    "translated_chars_percent": 96.7,
    "total_chars": 56489,
    "fuzzy": 3,
    "fuzzy_percent": 0.2,
    "failing": 16,
    "failing_percent": 1.1,
    "approved": 436,
    "approved_percent": 31.1,
    "readonly": 34,
    "readonly_percent": 2.4,
    "suggestions": 8,
    "comments": 0,
    "name": "Spanish",
    "url": "https://weblate.rikka.app/languages/es/"
}