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": 11988,
    "total_words": 127393,
    "last_change": "2025-03-21T04:35:22.723251Z",
    "recent_changes": 296,
    "translated": 7373,
    "translated_words": 72211,
    "translated_percent": 61.5,
    "translated_words_percent": 56.6,
    "translated_chars": 434200,
    "translated_chars_percent": 56.8,
    "total_chars": 763535,
    "fuzzy": 225,
    "fuzzy_percent": 1.8,
    "failing": 296,
    "failing_percent": 2.4,
    "approved": 6,
    "approved_percent": 0.1,
    "readonly": 12,
    "readonly_percent": 0.1,
    "suggestions": 120,
    "comments": 0,
    "name": "Turkish",
    "url": "https://translate.habitica.com/languages/tr/"
}