IP地址归宿地查询正常
高并发、高可用、低延迟!支持IPv6地址查询!涵盖全球IP地址,支持自动获取客户端IP地址查询。根据IP地址查询归属地信息,包含国家、省、市和运营商等信息。商业版数据源、更新及时、准确度高;多机房集群部署,保障服务稳定。
调用次数
1081 次
请求频率限制
3 次/秒
计费单价
免费用户300次/日 VIP用户4000次/日 SVIP用户10000次/日
API文档
接口调试
接口地址
https://api.29783.com/ip-destination 复制
返回格式
JSON
请求方式
HTTPSGETPOST
Header参数
名称 类型 必须 示例值 说明
id String 您自己的Api ID(注册登录后在秘钥管理中获得)
key String 您自己的Api Key(注册登录后在秘钥管理中获得)
请求参数
名称 类型 必须 示例值 说明
content String 2408:8240:2811:17f0:b42c:d113:c2e7:fa0d IP地址,同时支持IPV4和IPV6
返回参数
名称 类型 示例值 说明
返回结果公共参数
code Number 0 接口返回状态码,0为成功
message String 成功 接口返回文本信息
data Object/Array 返回结果数据集/数组
request_ip String 123.152.251.58 请求接口的终端IP
request_time Number 1719145459 接口请求时间(默认为时间戳)
返回结果数据集
ip String 2408:8240:2811:17f0:b42c:d113:c2e7:fa0d IP地址
ip String 47896388019376190862055934115906583053 LONG类型IP地址
country String 中国 归属国家
country_id String CN 国家编号
region String 浙江 归属省份
region_id String 330000 省份编号
city String 杭州 归属市
city_id String 330100 城市编号
district String 萧山区 归属地区
district_id String 330109 地区编号
area String 华东 地区
isp String 联通 归属运营商
lat String 30.183806 经度
lng String 120.264253 纬度
返回实例
{
    "code": 0,
    "message": "成功",
    "data": {
        "ip": "2408:8240:2811:17f0:b42c:d113:c2e7:fa0d",
        "long_ip": "47896388019376190862055934115906583053",
        "isp": "联通",
        "area": "华东",
        "region_id": "330000",
        "region": "浙江",
        "city_id": "330100",
        "city": "杭州",
        "district": "萧山区",
        "district_id": "330109",
        "country_id": "CN",
        "country": "中国",
        "lat": "30.183806",
        "lng": "120.264253"
    },
    "request_ip": "123.152.182.40",
    "request_time": 1721974786
}