常用WebService(逐渐更新)

来源:互联网 发布:郑州八度网络 编辑:程序博客网 时间:2024/06/05 05:04

持续更新中……

行政区划API
返回xml
比如要想罗列出中国所有的省份,只需访问如下地址:
http://www.weather.com.cn/data/list3/city.xml
服务器会返回我们一段文本信息,其中包含了中国所有的省份名称以及省级代号,如下所示:
01|北京,02|上海,03|天津,04|重庆,05|黑龙江,06|吉林,07|辽宁,08|内蒙古,09|河北,10|山西,11|陕西,12|山东,13|新疆,14|西藏,15|青海,16|甘肃,17|宁夏,18|河南,19|江苏,20|湖北,21|浙江,22|安徽,23|福建,24|江西,25|湖南,26|贵州,27|四川,28|广东,29|云南,30|广西,31|海南,32|香港,33|澳门,34|台湾
可以看到,北京的代号是01,上海的代号是02,不同省份之间以逗号分隔,省份名称和省级代号之间以单竖线分隔。那么如何才能知道某个省内有哪些城市呢?其实也很简单,比如江苏的省级代号是19,访问如下地址即可:
http://www.weather.com.cn/data/list3/city19.xml
也就是说,只需要将省级代号添加到city的后面就行了,现在服务器返回的数据如下:
1901|南京,1902|无锡,1903|镇江,1904|苏州,1905|南通,1906|扬州,1907|盐城,1908|徐州,1909|淮安,1910|连云港,1911|常州,1912|泰州,1913|宿迁
这样我们就得到江苏省内所有城市的信息了,可以看到,现在返回的数据格式和刚才查看省份信息时返回的数据格式是一样的。相信此时你已经可以举一反三了,比如说苏州的市级代号是1904,那么想要知道苏州市下又有哪些县的时候,只需访问如下地址:
http://www.weather.com.cn/data/list3/city1904.xml
这次服务器返回的数据如下:
190401|苏州,190402|常熟,190403|张家港,190404|昆山,190405|吴县东山,190406|吴县,190407|吴江,190408|太仓
通过这种方式,我们就能把全国所有的省、市、县都罗列出来了。

天气预报接口

中央气象台
首先找到某个地区对应的天气代号。比如说昆山的县级代号是190404,那么访问如下地址:
http://www.weather.com.cn/data/list3/city190404.xml
这时服务器返回的数据非常简短:
190404|101190404
其中,后半部分的101190404就是昆山所对应的天气代号了。这个时候再去访问查询天气接口,将相应的天气代号填入即可,接口地址如下:
http://www.weather.com.cn/data/cityinfo/101190404.html
这样,服务器就会把昆山当前的天气信息以JSON格式返回给我们了,如下所示:
{“weatherinfo”:
{“city”:”昆山”,”cityid”:”101190404”,”temp1”:”21℃”,”temp2”:”9℃”, “weather”:”多云转小雨”,”img1”:”d1.gif”,”img2”:”n7.gif”,”ptime”:”11:00”}
}
其中city表示城市名,cityid表示城市对应的天气代号,temp1和temp2表示气温是几度到几度,weather表示今日天气信息的描述,img1和 img2表示今日天气对应的图片,ptime表示天气发布的时间。

中央天气预报:
http://weather.51wnl.com/weatherinfo/GetMoreWeather?cityCode=101040100&weatherType=0
http://weather.51wnl.com/weatherinfo/GetMoreWeather?cityCode=101040100&weatherType=1

快递查询接口
http://webservice.36wu.com/ExpressService.asmx

ip查询接口
http://webservice.36wu.com/ipService.asmx

天气预报接口
http://webservice.36wu.com/weatherService.asmx

身份证查询接口
http://webservice.36wu.com/IdCardService.asmx

手机归属地接口
http://webservice.36wu.com/MobilePhoneService.asmx

翻译接口
http://webservice.36wu.com/TranslationService.asmx

火车时刻接口
http://webservice.36wu.com/TrainService.asmx

股票查询接口
http://webservice.36wu.com/StockService.asmx

邮编接口
http://webservice.36wu.com/ZipcodeService.asmx

二维码Web服务
http://webservice.36wu.com/DimensionalCodeService.asmx

公交查询Web服务
http://webservice.36wu.com/mapService.asmx

ISBN查询Web服务
http://webservice.36wu.com/ISBNService.asmx

ICP备案查询Web服务
http://webservice.36wu.com/ICPServic.asmx

天气预报Web服务,数据来源于中国气象局
Endpoint :http://www.webxml.com.cn/WebServices/WeatherWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/WeatherWebService.asmx?wsdl

IP地址来源搜索 WEB 服务(是目前最完整的IP地址数据)
Endpoint :http://www.webxml.com.cn/WebServices/IpAddressSearchWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/IpAddressSearchWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/IpAddressSearchWebService.asmx?wsdl

随机英文、数字和中文简体字 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/RandomFontsWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/RandomFontsWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/RandomFontsWebService.asmx?wsdl

中国邮政编码 <-> 地址信息双向查询/搜索 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/ChinaZipSearchWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/ChinaZipSearchWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/ChinaZipSearchWebService.asmx?wsdl

验证码图片 WEB 服务 支持中文、字母、数字 图像和多媒体
Endpoint :http://www.webxml.com.cn/WebServices/ValidateCodeWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/ValidateCodeWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/ValidateCodeWebService.asmx?wsdl

Email 电子邮件地址验证 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/ValidateEmailWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/ValidateEmailWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/ValidateEmailWebService.asmx?wsdl

中文简体字 <->繁体字转换 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/TraditionalSimplifiedWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/TraditionalSimplifiedWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/TraditionalSimplifiedWebService.asmx?wsdl

中文 <-> 英文双向翻译 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/TranslatorWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/TranslatorWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/TranslatorWebService.asmx?wsdl

火车时刻表 WEB 服务 (第六次提速最新列车时刻表)
Endpoint :http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/TrainTimeWebService.asmx?wsdl

中国股票行情数据 WEB 服务(支持深圳和上海股市的基金、债券和股票)
Endpoint :http://www.webxml.com.cn/WebServices/ChinaStockWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/ChinaStockWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/ChinaStockWebService.asmx?wsdl

即时外汇汇率数据 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/ExchangeRateWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/ExchangeRateWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/ExchangeRateWebService.asmx?wsdl

腾讯QQ在线状态 WEB 服务
Endpoint :http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx
Disco :http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx?disco
WSDL :http://www.webxml.com.cn/webservices/qqOnlineWebService.asmx?wsdl

中国电视节目预告(电视节目表) WEB 服务
Endpoint :http://www.webxml.com.cn/webservices/ChinaTVprogramWebService.asmx
Disco :http://www.webxml.com.cn/webservices/ChinaTVprogramWebService.asmx?disco
WSDL :http://www.webxml.com.cn/webservices/ChinaTVprogramWebService.asmx?wsdl

外汇-人民币即时报价 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/ForexRmbRateWebService.asmx
Disco :http://www.webxml.com.cn/WebServices/ForexRmbRateWebService.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/ForexRmbRateWebService.asmx?wsdl

中国股票行情分时走势预览缩略图 WEB 服务
Endpoint : http://www.webxml.com.cn/webservices/ChinaStockSmallImageWS.asmx
Disco : http://www.webxml.com.cn/webservices/ChinaStockSmallImageWS.asmx?disco
WSDL : http://www.webxml.com.cn/webservices/ChinaStockSmallImageWS.asmx?wsdl

国内飞机航班时刻表 WEB 服务
Endpoint :http://www.webxml.com.cn/webservices/DomesticAirline.asmx
Disco : http://www.webxml.com.cn/webservices/DomesticAirline.asmx?disco
WSDL : http://www.webxml.com.cn/webservices/DomesticAirline.asmx?wsdl

中国开放式基金数据 WEB 服务
Endpoint :http://www.webxml.com.cn/WebServices/ChinaOpenFundWS.asmx
Disco : http://www.webxml.com.cn/WebServices/ChinaOpenFundWS.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/ChinaOpenFundWS.asmx?wsdl

股票行情数据 WEB 服务(支持香港、深圳、上海基金、债券和股票;支持多股票同时查询)
Endpoint :http://www.webxml.com.cn/WebServices/StockInfoWS.asmx
Disco :http://www.webxml.com.cn/WebServices/StockInfoWS.asmx?disco
WSDL :http://www.webxml.com.cn/WebServices/StockInfoWS.asmx?wsdl

*本文部分内容参考郭霖的《第一行代码》

0 0