Short URL target

GET /api/{url}

Returns the target URL of a shortened URL

Path parameters

  • url string Required

    The short URL name

Responses

  • 200 application/json

    The short URL target URL

    Hide response attribute Show response attribute object
    • url string(url) Required

      The target URL of the short URL, can also be a data URL if the target is a file

  • The requested short URL doesn't exist

GET /api/{url}
curl \
 -X GET https://sh0rt.zip/api/bundbot
Response examples (200)
{
  "url": "https://github.com/DEVTomatoCake/Bundbot"
}