Translation components API.

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

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

{
    "total": 245,
    "total_words": 7501,
    "last_change": "2025-03-09T13:36:21.152040Z",
    "recent_changes": 15,
    "translated": 76,
    "translated_words": 2527,
    "translated_percent": 31.0,
    "translated_words_percent": 33.6,
    "translated_chars": 14102,
    "translated_chars_percent": 31.9,
    "total_chars": 44104,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 6,
    "failing_percent": 2.4,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 2,
    "comments": 0,
    "code": "tr",
    "name": "Turkish",
    "url": "https://translate.habitica.com/projects/habitica/faq/tr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/tr/"
}