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": 9512,
    "total_words": 111963,
    "total_chars": 858771,
    "last_change": "2025-05-08T22:31:42.797305Z",
    "recent_changes": 2069,
    "translated": 5289,
    "translated_words": 44507,
    "translated_percent": 55.6,
    "translated_words_percent": 39.7,
    "translated_chars": 371844,
    "translated_chars_percent": 43.2,
    "fuzzy": 591,
    "fuzzy_percent": 6.2,
    "fuzzy_words": 8570,
    "fuzzy_words_percent": 7.6,
    "fuzzy_chars": 69443,
    "fuzzy_chars_percent": 8.0,
    "failing": 361,
    "failing_percent": 3.7,
    "approved": 4706,
    "approved_percent": 49.4,
    "approved_words": 39250,
    "approved_words_percent": 35.0,
    "approved_chars": 329009,
    "approved_chars_percent": 38.3,
    "readonly": 156,
    "readonly_percent": 1.6,
    "readonly_words": 870,
    "readonly_words_percent": 0.7,
    "readonly_chars": 6894,
    "readonly_chars_percent": 0.8,
    "suggestions": 981,
    "comments": 0,
    "name": "Spanish",
    "url": "https://translate.tails.net/languages/es/"
}