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": 14459,
    "total_words": 98777,
    "total_chars": 715993,
    "last_change": "2025-09-10T09:20:39.857588Z",
    "recent_changes": 35,
    "translated": 14445,
    "translated_words": 98608,
    "translated_percent": 99.9,
    "translated_words_percent": 99.8,
    "translated_chars": 714816,
    "translated_chars_percent": 99.8,
    "fuzzy": 11,
    "fuzzy_percent": 0.1,
    "failing": 1479,
    "failing_percent": 10.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3901,
    "readonly_percent": 26.9,
    "suggestions": 8,
    "comments": 53,
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/languages/en/"
}