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": 309,
    "total_words": 1140,
    "total_chars": 7250,
    "last_change": "2025-01-18T21:37:34.125836Z",
    "recent_changes": 8,
    "translated": 308,
    "translated_words": 1135,
    "translated_percent": 99.6,
    "translated_words_percent": 99.5,
    "translated_chars": 7219,
    "translated_chars_percent": 99.5,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 2,
    "failing_percent": 0.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 30,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translations.zorin.com/languages/tr/"
}