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": 8911,
    "total_words": 105300,
    "total_chars": 819913,
    "last_change": "2024-04-27T07:05:31.315407Z",
    "recent_changes": 1514,
    "translated": 4622,
    "translated_words": 40080,
    "translated_percent": 51.8,
    "translated_words_percent": 38.0,
    "translated_chars": 330646,
    "translated_chars_percent": 40.3,
    "fuzzy": 981,
    "fuzzy_percent": 11.0,
    "fuzzy_words": 12196,
    "fuzzy_words_percent": 11.5,
    "fuzzy_chars": 112278,
    "fuzzy_chars_percent": 13.6,
    "failing": 322,
    "failing_percent": 3.6,
    "approved": 3863,
    "approved_percent": 43.3,
    "approved_words": 32903,
    "approved_words_percent": 31.2,
    "approved_chars": 270651,
    "approved_chars_percent": 33.0,
    "readonly": 163,
    "readonly_percent": 1.8,
    "readonly_words": 934,
    "readonly_words_percent": 0.8,
    "readonly_chars": 7575,
    "readonly_chars_percent": 0.9,
    "suggestions": 1177,
    "comments": 5,
    "name": "Spanish",
    "url": "https://translate.tails.boum.org/languages/es/"
}