Translation components API.

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

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

{
    "total": 3,
    "total_words": 146,
    "last_change": "2020-08-05T14:54:08.349576Z",
    "recent_changes": 1,
    "translated": 2,
    "translated_words": 14,
    "translated_percent": 66.6,
    "translated_words_percent": 9.5,
    "translated_chars": 77,
    "translated_chars_percent": 9.0,
    "total_chars": 849,
    "fuzzy": 1,
    "fuzzy_percent": 33.3,
    "failing": 1,
    "failing_percent": 33.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-android/store/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/store/bg/"
}