Translation components API.

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

GET /api/translations/habitica/questscontent/ro/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:33.566452Z",
    "recent_changes": 14,
    "translated": 670,
    "translated_words": 21511,
    "translated_percent": 79.2,
    "translated_words_percent": 75.5,
    "translated_chars": 130871,
    "translated_chars_percent": 75.6,
    "total_chars": 172884,
    "fuzzy": 24,
    "fuzzy_percent": 2.8,
    "failing": 630,
    "failing_percent": 74.5,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "ro",
    "name": "Romanian",
    "url": "https://translate.habitica.com/projects/habitica/questscontent/ro/",
    "translate_url": "https://translate.habitica.com/translate/habitica/questscontent/ro/"
}