当前位置:浏览接口 >IP反查域名

IP反查域名

描述:IP反查域名是通过IP查询相关联的域名信息的功能,它提供IP地址历史上绑定过的域名信息。需要注意的是,IP和域名之间的关系可能会发生变化,特别是在共享IP地址的情况下。因此,在使用IP反查域名的结果时,应该综合考虑其他因素,并结合其他工具和数据进行分析和判断。(接口数据来源于站长工具收集整理,不保证数据100%完整性

接口地址: https://openapi.chinaz.net/v1/1001/sameip

返回格式:JSON

请求方式:GET

请求示例:https://openapi.chinaz.net/v1/1001/sameip?ip=ip地址&page=页码
&APIKey=申请接口时获取的APIKey值&ChinazVer=接口版本号

请求参数:

名称 类型 必填 说明
ip string IP地址(仅限查询IP)
page int 页码,默认第1页
APIKey string 申请接口时获取的APIKey值
ChinazVer string 接口版本号,取值1.0

返回参数说明:

名称 类型 说明
StateCodeint状态码
Reasonstring状态说明
Resultobject具体返回内容
Result.TotalCountint总数量
Result.TotalPageint总页数
Result.Pageint当前页
Result.PageSizeint当前页数量(最多返回10条)
Result.Ipstring查询的IP
Result.Listobject数据列表
Result.List.Domainstring解析过的域名(同IP网站)
Result.List.FirstDatestring从首次解析成功时间(基于站长工具分析的时间)
Result.List.LastDatestring最后解析成功时间(基于站长工具分析的时间)

JSON返回示例:

{
    "StateCode": 1,
    "Reason": "成功",
    "Result": {
        "Ip": "1.0.0.10",
        "Page": 1,
        "PageSize": 10,
        "TotalCount": 2492,
        "TotalPage": 250,
        "List": [
            {
                "Domain": "shjbwl.cn",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "shilipiaoxiang.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "www.hantengiot.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "www.parsonvy.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "www.linyigbl.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "btukdz.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "tssjdz.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "99nahuo.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "0551happy.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            },
            {
                "Domain": "hkshuangxi.com",
                "FirstDate": "2024-06-06",
                "LastDate": "2024-06-06"
            }
        ]
    }
}
错误代码说明
1成功
-1系统异常
0IP不能为空
10006暂无数据
431http响应状态码:APIKey缺失,请附带APIKey参数
432http响应状态码:错误的APIkey长度
433http响应状态码:错误的请求key(或者返回状态码10001)
434http响应状态码:错误的APIkey类型
436http响应状态码:额度不足,或者APIKey不存在
437http响应状态码:该IP未在白名单内
531http响应状态码:请求过于频繁
532http响应状态码:未知错误,请联系管理员(或者返回533)
内容说明
客服微信