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": 5629,
    "total_words": 45027,
    "last_change": "2025-11-21T10:08:46.647461Z",
    "recent_changes": 1276,
    "translated": 4284,
    "translated_words": 38130,
    "translated_percent": 76.1,
    "translated_words_percent": 84.6,
    "translated_chars": 231114,
    "translated_chars_percent": 85.5,
    "total_chars": 270096,
    "fuzzy": 1243,
    "fuzzy_percent": 22.0,
    "failing": 2121,
    "failing_percent": 37.6,
    "approved": 384,
    "approved_percent": 6.8,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 0,
    "name": "Spanish",
    "url": "https://traduk.amikumu.com/languages/es/"
}