Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2024-11-22T15:19:15.779653Z",
    "recent_changes": 13,
    "translated": 212,
    "translated_words": 1091,
    "translated_percent": 80.3,
    "translated_words_percent": 75.4,
    "translated_chars": 6791,
    "translated_chars_percent": 74.2,
    "total_chars": 9144,
    "fuzzy": 16,
    "fuzzy_percent": 6.0,
    "failing": 16,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 3,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/it/"
}