Translation components API.

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

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

{
    "total": 408,
    "total_words": 906,
    "last_change": "2024-07-04T21:48:54.945740Z",
    "recent_changes": 1,
    "translated": 303,
    "translated_words": 599,
    "translated_percent": 74.2,
    "translated_words_percent": 66.1,
    "translated_chars": 3229,
    "translated_chars_percent": 66.2,
    "total_chars": 4876,
    "fuzzy": 4,
    "fuzzy_percent": 0.9,
    "failing": 1,
    "failing_percent": 0.2,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 19,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/projects/habitica/content/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica/content/bg/"
}