Skip to content

Hosted free url shortener api thats support returning txt,json,xml,html

Notifications You must be signed in to change notification settings

0xcniaso/Tiny-urls

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 

Repository files navigation

Tiny URLs

Tiny URLs is a simple URLs shortener API.

This API is free to use and do not have rate limit.

Generating short URLs

To generate a short URL, simply pass in a url query parameter to the website:

https://tinyurls.gq/?url=http://www.google.com

This will return a shortened URL such as:

https://tinyurls.gq/9xq

When a user opens the short URL they will be redirected to the long URL location.

By default, it will generate an HTML response for all saved URLs. You can alter the response format by passing in a format query parameter.

https://tinyurls.gq/?url=http://www.google.com&format=text

The possible formats are html, xml, text, and json.

About

Hosted free url shortener api thats support returning txt,json,xml,html

Topics

Resources

Stars

Watchers

Forks