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": 2995,
    "total_words": 16706,
    "last_change": "2026-03-24T20:13:36.861519Z",
    "recent_changes": 26,
    "translated": 2986,
    "translated_words": 16644,
    "translated_percent": 99.6,
    "translated_words_percent": 99.6,
    "translated_chars": 108932,
    "translated_chars_percent": 99.6,
    "total_chars": 109329,
    "fuzzy": 4,
    "fuzzy_percent": 0.1,
    "failing": 205,
    "failing_percent": 6.8,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 449,
    "readonly_percent": 14.9,
    "suggestions": 0,
    "comments": 0,
    "name": "English",
    "url": "https://weblate.duniter.org/languages/en/"
}