Translation components API.

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

GET /api/translations/habitica/subscriber/pl/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-12T23:57:20.869311Z",
    "recent_changes": 13,
    "translated": 199,
    "translated_words": 1041,
    "translated_percent": 75.3,
    "translated_words_percent": 71.9,
    "translated_chars": 6532,
    "translated_chars_percent": 71.4,
    "total_chars": 9144,
    "fuzzy": 15,
    "fuzzy_percent": 5.6,
    "failing": 15,
    "failing_percent": 5.6,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 3,
    "comments": 0,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/pl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/pl/"
}