Urlenco.de API
Urlenco.de supports a very simple and straight-forward API for encoding, and decoding URLs.
Please don't abuse it, but feel free to use it whereever you need to shorten some URLs :)
Libraries
Documentation
Encoding
Sending:
http://urlenco.de/api?encode=http://www.google.com
Returns:
{'url' : 'http://www.google.com', 'encoded' : 'http://urlenco.de/rrsek'}
Decoding
Sending:
http://urlenco.de/api?decode=http://urlenco.de/rrsek
or
http://urlenco.de/encode_json?decode=rrsek
Returns:
{'url' : 'http://www.google.com', 'encoded' : 'http://urlenco.de/rrsek'}
If you have any problems, please contact me at tyler [at] monkeypox.org.