Translation components API.

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

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

{
    "total": 457,
    "total_words": 2347,
    "last_change": "2021-10-17T13:37:11.322089Z",
    "recent_changes": 1,
    "translated": 66,
    "translated_words": 148,
    "translated_percent": 14.4,
    "translated_words_percent": 6.3,
    "translated_chars": 835,
    "translated_chars_percent": 5.7,
    "total_chars": 14533,
    "fuzzy": 4,
    "fuzzy_percent": 0.8,
    "failing": 1,
    "failing_percent": 0.2,
    "code": "sk",
    "name": "Slovak",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/website/sk/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/website/sk/"
}