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": 2077,
    "total_words": 9089,
    "last_change": "2025-04-27T11:00:53.916731Z",
    "recent_changes": 13,
    "translated": 375,
    "translated_words": 1286,
    "translated_percent": 18.0,
    "translated_words_percent": 14.1,
    "translated_chars": 8237,
    "translated_chars_percent": 14.3,
    "total_chars": 57512,
    "fuzzy": 73,
    "fuzzy_percent": 3.5,
    "failing": 34,
    "failing_percent": 1.6,
    "name": "Turkish",
    "url": "http://i18n.foe-helper.com/languages/tr/"
}