Translation components API.

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

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

{
    "total": 845,
    "total_words": 28479,
    "last_change": "2024-07-20T02:48:31.026910Z",
    "recent_changes": 11,
    "translated": 572,
    "translated_words": 18265,
    "translated_percent": 67.6,
    "translated_words_percent": 64.1,
    "translated_chars": 110747,
    "translated_chars_percent": 64.0,
    "total_chars": 172884,
    "fuzzy": 68,
    "fuzzy_percent": 8.0,
    "failing": 64,
    "failing_percent": 7.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 8,
    "comments": 1,
    "code": "pl",
    "name": "Polish",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/pl/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/pl/"
}