Skip to content

Instantly share code, notes, and snippets.

@MikeRogers0
Created June 10, 2012 22:26
Show Gist options
  • Save MikeRogers0/2907534 to your computer and use it in GitHub Desktop.
Save MikeRogers0/2907534 to your computer and use it in GitHub Desktop.
Tiny URL API
<?php
echo file_get_contents('http://tinyurl.com/api-create.php?url='.'http://www.example.com/');
/* For example
http://tinyurl.com/api-create.php?url=http://www.fullondesign.co.uk/
Would return:
http://tinyurl.com/d4px9f
*/
?>
@abhisheksurve45
Copy link

try with https

@danouche93
Copy link

danouche93 commented Nov 18, 2021

I got error 503 too from this morning, now it's back

@inderjitpassi
Copy link

Right @danouche93 it's back now. Thanks

@rickykusriana
Copy link

is there a limit to the use of this API?

@AliAryanTech
Copy link

Wow, Thanks it's working...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment