suo短网址快速、稳定、永久有效,免费开放短网址API接口,基于txt/json/jsonp模式,支持批量缩短网址,适配所有设备,没有对请求数做任何限制,无广告、无二次跳转,请勿滥用!
TXT 格式 API
接口:http://suo.nz/api.php?url=urlencode('要缩短的网址')
例如:http://suo.nz/api.php?url=http%3A%2F%2Fwww.baidu.com
返回:http://suo.nz/baidu
JSON 格式 API
短链接接口:format为json
例如:http://suo.nz/api.php?format=json&url=http%3A%2F%2Fwww.baidu.com
返回:{"url":"http://suo.nz/baidu","err":""}
JSONP 格式 API
短链接接口:format为jsonp
例如:http://suo.nz/api.php?format=jsonp&url=http%3A%2F%2Fwww.baidu.com&callback=callbackname
返回:callbackname({"url":"http://suo.nz/baidu","err":""})