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": 1579,
    "total_words": 6501,
    "last_change": "2022-08-10T18:07:36.207156Z",
    "recent_changes": 226,
    "translated": 1104,
    "translated_words": 4239,
    "translated_percent": 69.9,
    "translated_words_percent": 65.2,
    "translated_chars": 27395,
    "translated_chars_percent": 66.4,
    "total_chars": 41228,
    "fuzzy": 55,
    "fuzzy_percent": 3.4,
    "failing": 11,
    "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/"
}