I create a short url using tinyurl Api. now i am finding Api that expand these tinyurls i tried to find but only get websites that expand the url not api. I want api that dynamically expand the url in my website.
Api for url Expander in php
839 views Asked by jaw At
2
There are 2 answers
0
On
What exactly you want to achieve , As i understand you want to add something to your tinyurl with some api help,You can append these url simply by your code , or else if you want to add some data in these urls , You can take a look at branch.io it is good for adding many data in a short url .Like deeplink
On your Question I think You want to expand tiny Urls. Its is also Possible using Curl And Php .
I think this is helpful for you.