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": 14505,
    "total_words": 99229,
    "total_chars": 718866,
    "last_change": "2025-09-10T09:20:39.857588Z",
    "recent_changes": 35,
    "translated": 14496,
    "translated_words": 99127,
    "translated_percent": 99.9,
    "translated_words_percent": 99.8,
    "translated_chars": 718108,
    "translated_chars_percent": 99.8,
    "fuzzy": 6,
    "fuzzy_percent": 0.1,
    "failing": 1507,
    "failing_percent": 10.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3901,
    "readonly_percent": 26.8,
    "suggestions": 8,
    "comments": 56,
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/languages/en/"
}