Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2024-07-04T21:49:00.731004Z",
    "recent_changes": 2,
    "translated": 373,
    "translated_words": 818,
    "translated_percent": 91.4,
    "translated_words_percent": 90.2,
    "translated_chars": 4420,
    "translated_chars_percent": 90.6,
    "total_chars": 4876,
    "fuzzy": 2,
    "fuzzy_percent": 0.4,
    "failing": 2,
    "failing_percent": 0.4,
    "approved": 13,
    "approved_percent": 3.1,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.habitica.com/projects/habitica/content/id/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/id/"
}