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": 1883,
    "total_words": 17879,
    "total_chars": 115867,
    "last_change": "2025-05-20T14:56:30.547281Z",
    "recent_changes": 128,
    "translated": 1808,
    "translated_words": 17114,
    "translated_percent": 96.0,
    "translated_words_percent": 95.7,
    "translated_chars": 111031,
    "translated_chars_percent": 95.8,
    "fuzzy": 8,
    "fuzzy_percent": 0.4,
    "fuzzy_words": 218,
    "fuzzy_words_percent": 1.2,
    "fuzzy_chars": 1263,
    "fuzzy_chars_percent": 1.0,
    "failing": 24,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "approved_words": 0,
    "approved_words_percent": 0.0,
    "approved_chars": 0,
    "approved_chars_percent": 0.0,
    "readonly": 1,
    "readonly_percent": 0.1,
    "readonly_words": 2,
    "readonly_words_percent": 0.1,
    "readonly_chars": 13,
    "readonly_chars_percent": 0.1,
    "suggestions": 0,
    "comments": 0,
    "name": "Spanish",
    "url": "https://translate.yunohost.org/languages/es/"
}