一些常用的API接口分享给大家 很赞哦

发现了一些互联网上的数据接口  一直再用  今天分享给大家 记得点赞

项目地址:
http://vpi.36wu.com/
支持HTML/XML/JSON/JSV/CSV/SOAP 1.1/SOAP 1.2

请求格式默认为html
http://vpi.36wu.com/Aqi/GetAqiArea

例如JSON:
http://vpi.36wu.com/Aqi/GetAqiArea?format=json


http://vpi.36wu.com/Aqi/GetAqiArea.json



xml: http://vpi.36wu.com/Aqi/GetAqiArea.xml   或   http://vpi.36wu.com/Aqi/GetAqiArea?format=xml

客气质量接口:
空气质量支持区域:  http://vpi.36wu.com/Aqi/GetAqiArea?format=json
空气质量查询:  http://vpi.36wu.com/Aqi/GetAqiDetails?areaid=110100&format=json

通用快递查询  
支持市面所有快递查询
快递物流商查询   http://vpi.36wu.com/Express/GetExpressCom?format=json
快递物流查询 
postid:快递单号
com:快递物流商代码
http://vpi.36wu.com/Express/GetGeneralExpressInfo?postid=2645745616&com=gto&format=json

IP查询
Ip不传参 默认为客户端Ip
http://vpi.36wu.com/Ip/GetIpInfo?format=json&ip=111.112.23.68

天气查询
支持区域查询
http://vpi.36wu.com/Weather/GetWeatherDistrict?format=json
天气查询
district参数可为district_id或区域名称  汉字必须ULR编码
http://vpi.36wu.com/Weather/GetMoreWeather?district=101010100&format=json

例如:北京天气
http://vpi.36wu.com/Weather/GetMoreWeather?district=%E5%8C%97%E4%BA%AC&format=json

你可能感兴趣的:(一些常用的API接口分享给大家 很赞哦)