Languages API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/languages/en/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 8173,
    "total_words": 58544,
    "last_change": "2025-10-15T09:42:24.436714Z",
    "recent_changes": 259,
    "translated": 8171,
    "translated_words": 58542,
    "translated_percent": 99.9,
    "translated_words_percent": 99.9,
    "translated_chars": 336815,
    "translated_chars_percent": 99.9,
    "total_chars": 336829,
    "fuzzy": 2,
    "fuzzy_percent": 0.1,
    "failing": 7174,
    "failing_percent": 87.7,
    "approved": 731,
    "approved_percent": 8.9,
    "readonly": 5291,
    "readonly_percent": 64.7,
    "suggestions": 4,
    "comments": 0,
    "name": "English",
    "url": "https://traduk.amikumu.com/languages/en/"
}