当前位置: 浏览接口 >IP问问-API-区县级

IP问问-API-区县级

描述:查询IP区县级定位信息

  • 数据ID:81
  • 接口状态:正常
  • 付费类型:收费
  • 免费次数:0
  • 所属分类:站长工具
  • 上架时间:2018-05-27

接口地址:https://apidatav2.chinaz.com/ipapi/district

返回格式:JSON

请求方式:GET/POST(POST请求用form-data类型)

请求示例:https://apidatav2.chinaz.com/ipapi/district?key=申请的key&ip=您需要查询的ip&coordsys=坐标系&area=区域类型

请求参数:

名称 类型 必填 示例值 说明
key string 申请接口时获取的key
ip string 8.8.8.8 查询的IP
coordsys string WGS84 坐标系,分为WGS84和BD09,默认为WGS84
area string multi 区域类型,分为multi和single,默认为multi

返回参数说明:

名称 类型 示例值 说明
StateCode int 1 状态码
Reason string 成功 状态说明
Result data continent string 北美洲 大洲
country string 美国 国家
zipcode string 邮编
timezone string UTC+8 时区
accuracy string 国家 精度
owner string Google 所属机构
isp string Google 运营商
source string 数据挖掘 采集方式
multiAreas object [
    {
        "lat":"39.825700",
        "lng":"-82.945500",
        "radius":"",
        "prov":"",
        "city":"",
        "district":""
        "address":""
    }
]
定位区域
ip string 8.8.8.8 查询的IP
charge bool true 保留字段
coordsys string WGS84 坐标系
area string multi 区域类型

JSON返回示例:

{
    "StateCode": 1,
    "Reason": "成功",
    "Result": {
        "data": {
            "continent": "北美洲",
            "country": "美国",
            "zipcode": "",
            "timezone": "UTC-6",
            "accuracy": "国家",
            "owner": "Google LLC",
            "isp": "Google LLC",
            "source": "",
            "multiAreas": [
                {
                    "lat": "39.765054",
                    "lng": "-101.407912",
                    "radius": "",
                    "prov": "",
                    "city": "",
                    "district": ""
                }
            ]
        },
        "ip": "8.8.8.8",
        "charge": true,
        "coordsys": "WGS84",
        "area": "multi"
    }
}
API测试工具
我的数据:
IP问问-API-区县级查询

接口列表:
获取方式:
返回格式:
API参数:

注:此测试只适用于“单一调用”接口测试,
“批量调用”测试请看详细文档说明。

   点击左侧调用接口按钮可自动生成相关代码
返回的内容:复制全部代码
错误代码说明
1成功
0获取数据状态信息
-1系统异常
10001错误的请求KEY
10002该KEY无请求权限
10003KEY过期
10004错误的SDK KEY
10005应用未审核,请提交认证
10007未知的请求源,(服务器没有获取到IP地址)
10008被禁止的IP
10009被禁止的KEY
10011当前IP请求超过限制
10012当前Key请求超过限制
10013测试KEY超过请求限制
10020接口维护
10021接口停用
10022appKey剩余请求次数不足
10023请求IP无效
10024网络错误
10025没有查询到结果
10026当前请求频率过高超过权限限制
10027账号违规被冻结
10028传递参数错误
10029系统内部异常,请重试
10030校验值sign错误
10031套餐产品编号不存在
10032虚拟账号余额不足
10033提交的订单号不能重复
10034通道请求超时
内容说明
客服微信