Translation components API.

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

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

{
    "total": 276,
    "total_words": 1611,
    "last_change": "2024-07-08T09:40:14.248522Z",
    "recent_changes": 16,
    "translated": 259,
    "translated_words": 1500,
    "translated_percent": 93.8,
    "translated_words_percent": 93.1,
    "translated_chars": 9388,
    "translated_chars_percent": 93.3,
    "total_chars": 10059,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 56,
    "code": "id",
    "name": "Indonesian",
    "url": "https://translate.habitica.com/projects/habitica/limited/id/",
    "translate_url": "https://translate.habitica.com/translate/habitica/limited/id/"
}