Short URL API
The sqco.ws url shortener API is still experimental but we are opening it up to the public to test. We currently return data in TXT, XML or JSON. To generate a new Short URL and return the value to the database simply you a HTTP GET/POST with the following syntax:
Syntax
http://sqco.ws/api/short/FORMAT/URL
Request Parameters
A request expects the following values:| FORMAT: | txt, xml, json |
| URL: | Long URL (pref urlencoded) |
Example Responce
TXT Format:http://sqco.ws/9




