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": 7114,
    "total_words": 21137,
    "last_change": "2025-01-20T13:44:36.456598Z",
    "recent_changes": 67,
    "translated": 6442,
    "translated_words": 18650,
    "translated_percent": 90.5,
    "translated_words_percent": 88.2,
    "translated_chars": 117963,
    "translated_chars_percent": 88.6,
    "total_chars": 133117,
    "fuzzy": 30,
    "fuzzy_percent": 0.4,
    "failing": 229,
    "failing_percent": 3.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 27,
    "readonly_percent": 0.3,
    "suggestions": 21,
    "comments": 0,
    "name": "Spanish",
    "url": "https://t.naviter.com/languages/es/"
}