缩短你的网址长度

稳定可靠、永远免费
TXT格式短网址API接口

接口:http://api.0s.cn/api.php?url=urlencode('要缩短的网址')&expireDate=2019-03-31

例如:http://api.0s.cn/api.php?url=http%3a%2f%2fwww.baidu.com&expireDate=2019-03-31

返回:http://0s.cn/baidu

JSON格式短网址API接口

说明:format为json

例如:http://api.0s.cn/api.php?format=json&url=http%3a%2f%2fwww.baidu.com&expireDate=2019-03-31

返回:{"url":"http://0s.cn/baidu","err":""}

JSONP格式短网址API接口

说明:format为jsonp

例如:http://api.0s.cn/api.php?format=jsonp&url=http%3a%2f%2fwww.baidu.com&callback=callbackname&expireDate=2019-03-31

返回:callbackname({"url":"http://0s.cn/baidu","err":""})