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": 9287,
    "total_words": 79628,
    "total_chars": 537016,
    "last_change": "2026-06-15T07:32:28.638609Z",
    "recent_changes": 594,
    "translated": 8869,
    "translated_words": 72767,
    "translated_percent": 95.4,
    "translated_words_percent": 91.3,
    "translated_chars": 488067,
    "translated_chars_percent": 90.8,
    "fuzzy": 31,
    "fuzzy_percent": 0.3,
    "failing": 162,
    "failing_percent": 1.7,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.1,
    "suggestions": 2,
    "comments": 0,
    "name": "Turkish",
    "url": "http://translate.pkp.sfu.ca/languages/tr/"
}