trim.li/nk - The easy way to shorten and monitor an URL

trim.li/nk it!

Instant trim.li/nk-ing directly within your browser...

The easiest way to use trim.li/nk is to simply drag the following icon directly on your browser's toolbar. Why should you do this? - It's easy:

When you are on a website and you want to trim the URL of the website you are just visiting, then you only have to klick the "trim.li/nk it!" button on your toolbar. The URL ist transferred to trim.li/nk and you only have to agree with the idea to trim this URL.

Try it out...it's really easy!

 

Drag the following icon on your toolbar:

trim.li/nk it!

 

Explained in images:

 
 

trim.li/nk API for developers

Create a trim.li/nk-URL

For developers who want to integrate trim.li/nk in their software there is a very simple way to do this. Simply create an HTTP request using the following URL structure to receive your generated trim.li/nk-URL or null <error message> in case of an error:

http://trim.li/api.php?url=<the URL you want to trim>

E.g. http://trim.li/api.php?url=http://en.wikipedia.org/wiki/World_Wide_Web

 

Resolve a trim.li/nk-URL

The reverse way is very easy, too! If you have an trim.li/nk-URL and you want to know to which URL the id/alias points to, then you can call the following URL structure to receive the URL or null <error message> in case of an error:

http://trim.li/reverse-api.php?id=<the id/alias you want to know>

E.g. http://trim.li/reverse-api.php?id=www

 

Advice for both ways

You can also send the url/id-parameter as POST and not as GET parameter to be more compatible with different forms of specific URLs.