Translation components API.

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

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

{
    "total": 3103,
    "total_words": 40969,
    "last_change": "2023-04-17T21:38:25.407837Z",
    "recent_changes": 1,
    "translated": 2760,
    "translated_words": 35857,
    "translated_percent": 88.9,
    "translated_words_percent": 87.5,
    "translated_chars": 216781,
    "translated_chars_percent": 87.7,
    "total_chars": 247125,
    "fuzzy": 3,
    "fuzzy_percent": 0.1,
    "failing": 3,
    "failing_percent": 0.1,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 17,
    "code": "it",
    "name": "Italian",
    "url": "https://translate.habitica.com/projects/habitica/gear/it/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/it/"
}