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": 2118,
    "total_words": 9259,
    "last_change": "2025-04-27T11:00:53.916731Z",
    "recent_changes": 13,
    "translated": 370,
    "translated_words": 1266,
    "translated_percent": 17.4,
    "translated_words_percent": 13.6,
    "translated_chars": 8032,
    "translated_chars_percent": 13.6,
    "total_chars": 58773,
    "fuzzy": 78,
    "fuzzy_percent": 3.6,
    "failing": 34,
    "failing_percent": 1.6,
    "name": "Turkish",
    "url": "http://i18n.foe-helper.com/languages/tr/"
}