ShortURL短網(wǎng)址生成網(wǎng)站
ShortURL 是一個能縮短網(wǎng)址,并生成二維碼的網(wǎng)站。http://3sd.me/
API
Long -> Short
URL: http://3sd.me/j/shorten Method: POST Parameters: url Return: JSON
Examples:
$ curl 3sd.me/j/shorten -d "url=baidu.com"
{"shorten": "http://3sd.me/Jh8x3", "expand": "http://baidu.com"}
Short -> Long
URL: http://3sd.me/j/expand Method: POST Parameters: shorten Return: JSON
Examples:
$ curl 3sd.me/j/expand -d "shorten=Jh8x3"
{"shorten": "http://3sd.me/Jh8x3", "expand": "http://baidu.com"}評論
圖片
表情
