Translation components API.

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

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

{
    "total": 1390,
    "total_words": 5715,
    "last_change": "2022-08-10T18:07:36.207156Z",
    "recent_changes": 227,
    "translated": 1129,
    "translated_words": 4349,
    "translated_percent": 81.2,
    "translated_words_percent": 76.0,
    "translated_chars": 28133,
    "translated_chars_percent": 76.1,
    "total_chars": 36950,
    "fuzzy": 29,
    "fuzzy_percent": 2.0,
    "failing": 9,
    "failing_percent": 0.6,
    "code": "sk",
    "name": "Slovak",
    "url": "http://i18n.foe-helper.com/projects/foe-helper/extension/sk/",
    "translate_url": "http://i18n.foe-helper.com/translate/foe-helper/extension/sk/"
}