Translation components API.

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

GET /api/translations/habitica/faq/it/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-29T11:36:00.420617Z",
    "recent_changes": 1,
    "translated": 29,
    "translated_words": 982,
    "translated_percent": 11.8,
    "translated_words_percent": 13.0,
    "translated_chars": 5481,
    "translated_chars_percent": 12.4,
    "total_chars": 44104,
    "fuzzy": 3,
    "fuzzy_percent": 1.2,
    "failing": 3,
    "failing_percent": 1.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica/faq/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica/faq/it/"
}