外---工具 · IP地址查询
工具 · IP地址查询 查询IP地址的归属地

接口地址: https://api.dwo.cc/api/ips

返回格式: json

请求方式: get

请求示例: https://api.dwo.cc/api/ips?text=https://183.136.134.111/

请求参数说明:

名称 必填 类型 说明
text string 需要查询的ip
type string 返回格式json&text

返回参数说明:

名称 类型 说明

返回示例:

{
    "状态": "成功",
    "数据": {
        "Code": 0,
        "Data": {
            "IP": "183.136.134.111",
            "Continent": "亚洲",
            "Country": "中国",
            "Region": "",
            "City": "",
            "ISP": "China Telecom",
            "Latitude": 34.7732,
            "Longitude": 113.722,
            "ASNumber": "AS136188",
            "ASName": "NINGBO, ZHEJIANG Province, P.R.China."
        },
        "Message": "ok"
    },
    "本站api": "api.dwo.cc"
}

请求参数设置:

参数名称 参数值


{
    "状态": "成功",
    "数据": {
        "Code": 0,
        "Data": {
            "IP": "183.136.134.111",
            "Continent": "亚洲",
            "Country": "中国",
            "Region": "",
            "City": "",
            "ISP": "China Telecom",
            "Latitude": 34.7732,
            "Longitude": 113.722,
            "ASNumber": "AS136188",
            "ASName": "NINGBO, ZHEJIANG Province, P.R.China."
        },
        "Message": "ok"
    },
    "本站api": "api.dwo.cc"
}

错误码格式说明:

名称 类型 说明

代码示例: