Create TinyURL Using API In PHP

TinyURL is a URL Shortener service like bit.ly , is.gd which is very popular. TinyURL provides API By Using Which We Can Short The Link With Ease.


For Example :

This Link Can Be Converted As

TinyURL API

http://tinyurl.com/api-create.php?url=your_url_here

This is the tinyurl api. You can implement it in your desired language and can get the short link.

Note : Replace 'your_url_here' to your desired url

TinyURL API In PHP



By Using This , Your Can Use TinyURL's API In PHP

Output