Translation components API.

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

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

{
    "total": 10,
    "total_words": 22,
    "last_change": "2020-03-11T16:57:12.208215Z",
    "recent_changes": 10,
    "translated": 9,
    "translated_words": 21,
    "translated_percent": 90.0,
    "translated_words_percent": 95.4,
    "translated_chars": 121,
    "translated_chars_percent": 92.3,
    "total_chars": 131,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 0,
    "failing_percent": 0.0,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 1,
    "comments": 0,
    "code": "sv",
    "name": "Swedish",
    "url": "https://translate.habitica.com/projects/habitica-android/profile/sv/",
    "translate_url": "https://translate.habitica.com/translate/habitica-android/profile/sv/"
}