Translation components API.

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

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

{
    "total": 264,
    "total_words": 1446,
    "last_change": "2024-11-22T15:19:11.316062Z",
    "recent_changes": 12,
    "translated": 148,
    "translated_words": 772,
    "translated_percent": 56.0,
    "translated_words_percent": 53.3,
    "translated_chars": 4740,
    "translated_chars_percent": 51.8,
    "total_chars": 9144,
    "fuzzy": 16,
    "fuzzy_percent": 6.0,
    "failing": 16,
    "failing_percent": 6.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 12,
    "code": "bg",
    "name": "Bulgarian",
    "url": "https://translate.habitica.com/projects/habitica/subscriber/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica/subscriber/bg/"
}