Translation components API.

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

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

{
    "total": 17,
    "total_words": 23,
    "last_change": "2024-05-06T14:50:55.001773Z",
    "recent_changes": 1,
    "translated": 12,
    "translated_words": 12,
    "translated_percent": 70.5,
    "translated_words_percent": 52.1,
    "translated_chars": 77,
    "translated_chars_percent": 51.6,
    "total_chars": 149,
    "fuzzy": 2,
    "fuzzy_percent": 11.7,
    "failing": 1,
    "failing_percent": 5.8,
    "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/sidebar/bg/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/sidebar/bg/"
}