TXT格式API接口 【创建桌面快捷方式】
接口: http://two.ft12.com/api.php?url=urlencode('要缩短的网址')&apikey=yourkey
例如: http://two.ft12.com/api.php?url=http%3a%2f%2fwww.baidu.com&apikey=yourkey
返回: http://r5m.cn/baidu
短链接api请求频次限制: <4次/秒
使用问题和建议, 请联系aiqing174@qq.com
JSON格式短网址API接口
说明: format为json
例如: http://two.ft12.com/api.php?format=json&url=http%3a%2f%2fwww.baidu.com&apikey=yourkey
返回:{"url":"http://r5m.cn/baidu","err":""}
JSONP格式短网址API接口
说明: format为jsonp
例如: http://two.ft12.com/api.php?format=jsonp&url=http%3a%2f%2fbaidu.com&callback=callbackname&apikey=yourkey
返回: callbackname({"url":"http://r5m.cn/baidu","err":""})