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": 2631,
    "total_words": 11576,
    "last_change": "2025-04-27T11:00:53.916731Z",
    "recent_changes": 13,
    "translated": 356,
    "translated_words": 1171,
    "translated_percent": 13.5,
    "translated_words_percent": 10.1,
    "translated_chars": 7365,
    "translated_chars_percent": 10.2,
    "total_chars": 71929,
    "fuzzy": 92,
    "fuzzy_percent": 3.4,
    "failing": 34,
    "failing_percent": 1.2,
    "name": "Turkish",
    "url": "http://i18n.foe-helper.com/languages/tr/"
}