全球IP归属地查询
服务商: 昆明秀派科技有限公司
电话: 400-998-8033
QQ: 3007663665
邮箱: services@showapi.com
全球IP地址查询
参数名称 | 类型 | 默认值 | 示例值 | 必须 | 描述 |
---|---|---|---|---|---|
ip | String |
116.4.201.181
|
是 | 要查询的ip |
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
area | String |
西南
|
片区 |
country | String |
中国
|
国家 |
county | String |
东山县
|
县级 |
city | String |
昆明
|
市级 |
isp | String |
电信
|
运营商 |
region | String |
云南省
|
省级 |
ret_code | String |
0
|
0为成功,其他为失败 |
lnt | String |
113.760234
|
经度 |
lat | String |
23.048884
|
纬度 |
city_code | String |
530100
|
我国行政区划编码 |
{
"showapi_res_code": 0,
"showapi_res_error": "",
"showapi_res_id":"ce135f6739294c63be0c021b76b6fbff",
"showapi_res_body": {
"region": "广东",
"county": "",
"isp": "电信",
"continents": "亚洲",
"en_name": "China",
"city_code": "441900",
"lnt": "113.760234",
"lat": "23.048884",
"en_name_short": "CN",
"city": "东莞",
"country": "中国",
"city_code":"530100"
}
}
参数名称 | 类型 | 示例值 | 描述 |
---|---|---|---|
showapi_res_body | String | {"city":"昆明","prov":"云南"} | 消息体的JSON封装,所有应用级的返回参数将嵌入此对象 。 |
showapi_res_code | int | 0 | 查看错误码 |
showapi_res_error | String | 用户输入有误! | 错误信息的展示 |
showapi_res_id | String | ce135f6739294c63be0c021b76b6fbff | 本次请求id |
状态码 | 描述 |
---|---|
0 | 成功 |
-1 | 系统调用错误 |
-2 | 可调用次数或金额为0 |
-3 | 读取超时 |
-4 | 服务端返回数据解析错误 |
-5 | 后端服务器DNS解析错误 |
-6 | 服务不存在或未上线 |
-7 | API创建者的网关资源不足 |
-3 | 读取超时 |
-1000 | 系统维护 |
-1002 | showapi_appid字段必传 |
-1003 | showapi_sign字段必传 |
-1004 | 签名sign验证有误 |
-1005 | showapi_timestamp无效 |
-1006 | app无权限调用接口 |
-1007 | 没有订购套餐 |
-1008 | 服务商关闭对您的调用权限 |
-1009 | 调用频率受限 |
-1010 | 找不到您的应用 |
-1011 | 子授权app_child_id无效 |
-1012 | 子授权已过期或失效 |
-1013 | 子授权ip受限 |
-1014 | token权限无效 |