Translation components API.

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

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

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2021-03-25T12:07:57.009099Z",
    "recent_changes": 4,
    "translated": 2,
    "translated_words": 2,
    "translated_percent": 0.4,
    "translated_words_percent": 0.1,
    "translated_chars": 12,
    "translated_chars_percent": 0.1,
    "total_chars": 14533,
    "fuzzy": 0,
    "fuzzy_percent": 0.0,
    "failing": 1,
    "failing_percent": 0.2,
    "code": "rue",
    "name": "Rusyn",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/rue/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/rue/"
}