TXT格式API接口 【创建桌面快捷方式】
接口: http://one.ft12.com/api.php?url=urlencode('要缩短的网址')&apikey=yourkey
例如: http://one.ft12.com/api.php?url=http%3a%2f%2fwww.baidu.com&apikey=yourkey
返回: http://985.so/baidu
( 备注:1号短网址选择 one.ft12.com, 2号短网址选择 two.ft12.com )
短链接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://985.so/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://985.so/baidu","err":""})