Heim >Backend-Entwicklung >PHP-Tutorial >IP接口 API接口查询

IP接口 API接口查询

WBOY
WBOYOriginal
2016-07-25 08:48:571153Durchsuche
IP接口查询
http://api.apidatas.com/ip/doc

接口说明

IP地理位置调用,此接口非纯真数据,非市场上其它任何数据相比,但...不能够完全100%准确!!!可以做到无限量调用!!!

接口地址
http://api.apidatas.com/ip/
接口参数
http://api.apidatas.com/ip/127.0.0.1
http://api.apidatas.com/ip?ip=127.0.0.1
接口类型
http://api.apidatas.com/ip/127.0.0.1/json
http://api.apidatas.com/ip/127.0.0.1/js
接口默认是JSON格式(暂未提供XML格式)
如果你想使用JS调用来显示IP的话 那么我们建议:

返回数据
名称 返回类型 说明 为空则返回0
country string 国家或IANA(计算机保留地址) 为空则返回0
area string 区域:华东、华中、华东... 为空则返回0
region string 省:北京、上海、山东... 为空则返回0
city string 市:杭州、无锡、莱芜... 为空则返回0
county string 县级市 为空则返回0
isp string 运营商:如电信、联通 为空则返回0
错误码
名称 错误码 说明
state 10000 IP输入错误
  1. //返回JSON数据
  2. {"country":"IANA","area":"0","region":"0","city":"0","county":"0","isp":"0"}
复制代码
  1. //返回JS代码
  2. var API_IP=["country":"\u4fc4\u7f57\u65af","area":"0","region":"0","city":"0","county":"0","isp":"0"];
复制代码


Stellungnahme:
Der Inhalt dieses Artikels wird freiwillig von Internetnutzern beigesteuert und das Urheberrecht liegt beim ursprünglichen Autor. Diese Website übernimmt keine entsprechende rechtliche Verantwortung. Wenn Sie Inhalte finden, bei denen der Verdacht eines Plagiats oder einer Rechtsverletzung besteht, wenden Sie sich bitte an admin@php.cn