Translation components API.

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

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

{
    "total": 56,
    "total_words": 383,
    "last_change": "2021-05-04T21:27:41.712783Z",
    "recent_changes": 1,
    "translated": 53,
    "translated_words": 347,
    "translated_percent": 94.6,
    "translated_words_percent": 90.6,
    "translated_chars": 1983,
    "translated_chars_percent": 90.6,
    "total_chars": 2188,
    "fuzzy": 2,
    "fuzzy_percent": 3.5,
    "failing": 33,
    "failing_percent": 58.9,
    "approved": 0,
    "approved_percent": 0.0,
    "readonly": 0,
    "readonly_percent": 0.0,
    "suggestions": 0,
    "comments": 0,
    "code": "sr",
    "name": "Serbian",
    "url": "https://translate.habitica.com/projects/habitica/spells/sr/",
    "translate_url": "https://translate.habitica.com/translate/habitica/spells/sr/"
}