当前位置 : 主页 > 网络编程 > PHP >

常用的API接口,返回JSON格式的服务API接口

来源:互联网 收集:自由互联 发布时间:2021-07-03
常用的API接口,返回JSON格式的服务API接口 原文地址:http://www.sucker-fly.com/archives/571 1. [代码] [PHP]代码 快递接口:http://www.kuaidi100.com/query?type=快递公司代号postid=快递单号 ps:快递公司编码
常用的API接口,返回JSON格式的服务API接口


原文地址:http://www.sucker-fly.com/archives/571

1. [代码][PHP]代码    

快递接口:
http://www.kuaidi100.com/query?type=快递公司代号&postid=快递单号 
ps:快递公司编码:申通="shentong" EMS="ems" 顺丰="shunfeng" 圆通="yuantong" 中通="zhongtong" 韵达="yunda" 天天="tiantian" 汇通="huitongkuaidi" 全峰="quanfengkuaidi" 德邦="debangwuliu" 宅急送="zhaijisong"

2. [代码][PHP]代码    

谷歌接口

FeedXml转json接口:
http://ajax.googleapis.com/ajax/services/feed/load?q=Feed地址&v=1.0
备选参数:callback:&callback=foo就会在json外面嵌套foo({})方便做jsonp使用。 
备选参数:n:返回多少条记录。

3. [代码][PHP]代码    

百度百科接口:
http://baike.baidu.com/api/openapi/BaikeLemmaCardApi?scope=103&format=json&appid=379020&bk_key=关键字&bk_length=600
查询出错示例如下:查看原始页面 {"error_code":"20000","error_msg":"search word not found"}
网友评论