Translation components API.

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

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

{
    "total": 902,
    "total_words": 4146,
    "last_change": "2024-07-02T06:40:50.734815Z",
    "recent_changes": 1,
    "translated": 736,
    "translated_words": 3346,
    "translated_percent": 81.5,
    "translated_words_percent": 80.7,
    "translated_chars": 19504,
    "translated_chars_percent": 81.0,
    "total_chars": 24058,
    "fuzzy": 1,
    "fuzzy_percent": 0.1,
    "failing": 1,
    "failing_percent": 0.1,
    "approved": 401,
    "approved_percent": 44.4,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 1,
    "code": "cs",
    "name": "Czech",
    "url": "https://translate.habitica.com/projects/habitica/backgrounds/cs/",
    "translate_url": "https://translate.habitica.com/translate/habitica/backgrounds/cs/"
}