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": 12257,
    "total_words": 78634,
    "total_chars": 571708,
    "last_change": "2023-09-27T19:11:22.274755Z",
    "recent_changes": 27,
    "translated": 12232,
    "translated_words": 77822,
    "translated_percent": 99.7,
    "translated_words_percent": 98.9,
    "translated_chars": 565892,
    "translated_chars_percent": 98.9,
    "fuzzy": 23,
    "fuzzy_percent": 0.1,
    "failing": 1627,
    "failing_percent": 13.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 3280,
    "readonly_percent": 26.7,
    "suggestions": 5,
    "comments": 49,
    "name": "English",
    "url": "http://translate.pkp.sfu.ca/languages/en/"
}