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": 22169,
    "total_words": 182513,
    "total_chars": 1147494,
    "last_change": "2024-04-29T08:03:45.729141Z",
    "recent_changes": 2858,
    "translated": 17992,
    "translated_words": 137060,
    "translated_percent": 81.1,
    "translated_words_percent": 75.0,
    "translated_chars": 859881,
    "translated_chars_percent": 74.9,
    "fuzzy": 19,
    "fuzzy_percent": 0.1,
    "fuzzy_words": 109,
    "fuzzy_words_percent": 0.1,
    "fuzzy_chars": 677,
    "fuzzy_chars_percent": 0.1,
    "failing": 704,
    "failing_percent": 3.1,
    "approved": 87,
    "approved_percent": 0.3,
    "approved_words": 392,
    "approved_words_percent": 0.2,
    "approved_chars": 2679,
    "approved_chars_percent": 0.2,
    "readonly": 0,
    "readonly_percent": 0.0,
    "readonly_words": 0,
    "readonly_words_percent": 0.0,
    "readonly_chars": 0,
    "readonly_chars_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "http://translate.otrs.com/languages/es/"
}