Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/habitica-android/main-strings/tr/statistics/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "total": 1537,
    "total_words": 9469,
    "last_change": "2025-01-31T11:00:18.855868Z",
    "recent_changes": 1,
    "translated": 1224,
    "translated_words": 6777,
    "translated_percent": 79.6,
    "translated_words_percent": 71.5,
    "translated_chars": 38926,
    "translated_chars_percent": 71.3,
    "total_chars": 54588,
    "fuzzy": 51,
    "fuzzy_percent": 3.3,
    "failing": 68,
    "failing_percent": 4.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 7,
    "readonly_percent": 0.4,
    "suggestions": 27,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.habitica.com/projects/habitica-android/main-strings/tr/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/main-strings/tr/"
}