TNY.nl API DOC
http://tny.nl
Request type:
JSON
(More to come, please request if you need one)
API Location:
http://api.tny.nl
GET:
return; Return format (JSON)
POST:
action; what to do (create)
location; the url to shorten
Example:
GET: http://api.tny.nl?return=json
POST:action=create&location=http://www.google.com
Response (in JSON):
{“status”:true,”result”:{“token”:”H6JM5″,”location”:”http:\/\/www.google.com”,”url”:”http:\/\/tny.nl\/H6JM5″,”stats”:”http:\/\/tny.nl\/H6JM5+”}}
Status: If operation succesfull (true|false);
Token: unique token
Location: The webaddress you submitted
URL: the full tny url including token.
Stats: the location of the stats page (under development)
Need any support or have any suggestions, please contact us.