电商接口
京东获取单个商品价格接口:
http://p.3.cn/prices/mgets?skuIds=J_商品 ID&type=1
ps:商品 ID 这么获取: http://item.jd.com/954086.html
物流接口
快递接口:
http://www.kuaidi100.com/query?type=快递公司代号&postid=快递单号
ps:
快递公司编码:
申通=”shentong” EMS=”ems” 顺丰=”shunfeng”
圆通=”yuantong” 中通=”zhongtong” 韵达=”yunda”
天天=”tiantian” 汇通=”huitongkuaidi” 全峰=”quanfengkuaidi”
德邦=”debangwuliu” 宅急送=”zhaijisong”
谷歌接口
FeedXml 转 json 接口:
http://ajax.googleapis.com/ajax/services/feed/load?q=Feed 地址&v=1.0
备选参数:
callback:&callback=foo 就会在 json 外面嵌套 foo ({})方便做 jsonp 使用。
备选参数:
n:返回多少条记录。
天气接口
京东获取单个商品价格接口:
http://p.3.cn/prices/mgets?skuIds=J_商品 ID&type=1
ps:商品 ID 这么获取: http://item.jd.com/954086.html
物流接口
快递接口:
http://www.kuaidi100.com/query?type=快递公司代号&postid=快递单号
ps:
快递公司编码:
申通=”shentong” EMS=”ems” 顺丰=”shunfeng”
圆通=”yuantong” 中通=”zhongtong” 韵达=”yunda”
天天=”tiantian” 汇通=”huitongkuaidi” 全峰=”quanfengkuaidi”
德邦=”debangwuliu” 宅急送=”zhaijisong”
谷歌接口
FeedXml 转 json 接口:
http://ajax.googleapis.com/ajax/services/feed/load?q=Feed 地址&v=1.0
备选参数:
callback:&callback=foo 就会在 json 外面嵌套 foo ({})方便做 jsonp 使用。
备选参数:
n:返回多少条记录。
天气接口