Languages API.

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

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

{
    "total": 9206,
    "total_words": 78787,
    "total_chars": 531832,
    "last_change": "2025-10-10T22:26:06.873105Z",
    "recent_changes": 507,
    "translated": 8559,
    "translated_words": 69212,
    "translated_percent": 92.9,
    "translated_words_percent": 87.8,
    "translated_chars": 465747,
    "translated_chars_percent": 87.5,
    "fuzzy": 30,
    "fuzzy_percent": 0.3,
    "failing": 185,
    "failing_percent": 2.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 53,
    "readonly_percent": 0.5,
    "suggestions": 4,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/languages/tr/"
}