Translation components API.

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

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

{
    "total": 34,
    "total_words": 223,
    "last_change": "2021-05-17T20:26:03.285252Z",
    "recent_changes": 5,
    "translated": 33,
    "translated_words": 220,
    "translated_percent": 97.0,
    "translated_words_percent": 98.6,
    "translated_chars": 1502,
    "translated_chars_percent": 96.2,
    "total_chars": 1560,
    "fuzzy": 1,
    "fuzzy_percent": 2.9,
    "failing": 0,
    "failing_percent": 0.0,
    "code": "sv",
    "name": "Swedish",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/app/sv/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/app/sv/"
}