| The free and safer approach to link shortening API | |
|
Get your hands on the free and safe Tinyit.cc link shortening and tracking API and keep a track of your tiny URL's you create through API, through your tinyit.cc's user account. |
|
| How to use API | |
|
Tinyit.cc provides a free application programming interface for developers to access the Tinyit.cc link shortening service in different applications. 1. To create a new short link through API, the URL is: http://tinyit.cc/api.php?url=longurl&user=username&api=apikey A. longurl is the long URL and without the prefix 'http://'. B. username is your Tinyit.cc user name. C. apikey is your Tinyit.cc case sensitive API key. (http://tinyit.cc/api.php?url=tinyit.cc&user=testuser&api=TINY-SH-547) 2. To get the number of clicks of the short link through API, the URL is: http://tinyit.cc/api.php?url=tinyurl&user=username&api=apikey&getclicks=1 A. tinyurl is the shortlink URL and without the prefix 'http://'. B. username is your Tinyit.cc user name. C. apikey is your Tinyit.cc case sensitive API key. D. getclicks is the API switch to fetch number of clicks. (http://tinyit.cc/api.php?url=tinyit.cc/ad2s&user=testuser&api=TINY-SH-547&getclick=1) API can be accessed using simple HTTPWebRequest and HTTPWebResponse classes. |
|
| Sample Applications and Code | |
|
PHP sample | ASP.Net - C# sample | ASP.Net - VB sample C#.Net Library And Application |
|
