home

API Instuctions



You can use this simple URL shortener microservice for your project by fetching this api. All data sent will be in JSON format.

Creating a URL


/api/new/[yourURL]


Ex: https://url.glitch.me/api/new/glitch.com

Using the URL


Add the short url on to the end of this api.


Ex: https://url.glitch.me/ByWa0WCUb

Viewing Shortened URL's


You can view the list of shortened URL's with the /all api endpoint.


Ex: https://url.glitch.me/api/all