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": 2224,
    "total_words": 9737,
    "last_change": "2025-04-27T11:00:53.916731Z",
    "recent_changes": 13,
    "translated": 357,
    "translated_words": 1187,
    "translated_percent": 16.0,
    "translated_words_percent": 12.1,
    "translated_chars": 7483,
    "translated_chars_percent": 12.1,
    "total_chars": 61684,
    "fuzzy": 91,
    "fuzzy_percent": 4.0,
    "failing": 34,
    "failing_percent": 1.5,
    "name": "Turkish",
    "url": "http://i18n.foe-helper.com/languages/tr/"
}