Translation components API.

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

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

{
    "total": 3315,
    "total_words": 44147,
    "last_change": "2024-10-29T12:27:08.341653Z",
    "recent_changes": 19,
    "translated": 1725,
    "translated_words": 20726,
    "translated_percent": 52.0,
    "translated_words_percent": 46.9,
    "translated_chars": 126109,
    "translated_chars_percent": 47.3,
    "total_chars": 266080,
    "fuzzy": 12,
    "fuzzy_percent": 0.3,
    "failing": 11,
    "failing_percent": 0.3,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/projects/habitica/gear/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica/gear/bg/"
}