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": 13113,
    "total_words": 326443,
    "total_chars": 2581025,
    "last_change": "2026-04-02T20:54:52.977218Z",
    "recent_changes": 1,
    "translated": 247,
    "translated_words": 2261,
    "translated_percent": 1.8,
    "translated_words_percent": 0.6,
    "translated_chars": 17297,
    "translated_chars_percent": 0.6,
    "fuzzy": 53,
    "fuzzy_percent": 0.4,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 147,
    "comments": 0,
    "name": "Turkish",
    "url": "https://weblate.mineland.net/languages/tr/"
}