访问网络版的解决方案,挖掘和监测所有域名相关事件。
获得网络版企业级解决方案,以搜索和监控域名注册和所有权细节,了解品牌术语、模糊匹配、感兴趣的注册者等。
在恶意攻击者利用危险域名进行攻击之前,检测并阻止对危险域名的访问。立即联系我们了解更多信息。
解锁有关互联网资产及其所有权、基础设施和其他属性的综合情报。
域名、IP和DNS情报套餐可通过API查询,以可预测的价格进行每年订阅。
可为丰富产品内容和威胁狩猎等需求完整访问WHOIS、IP、DNS和子域名数据库。
通过API优享服务获取优先的数据访问,另有额外福利,包括专业的团队支持、企业级的基础设施和SLA,以实现全面的可扩展性和高性能。
多级 API 用户管理现已推出 - 管理组织中团队成员的个人 API 密钥。
了解更多curl https://ip-geolocation.whoisxmlapi.com/api/bgservice/request/completed -X POST -H "Content-Type: application/json" -d '{"apiKey": "YOUR_API_KEY", "id": 622, "format": "json"}'
{
"apiKey": "YOUR_API_KEY",
"id": 596,
"format": "csv"
}
apiKey |
必填。在我的产品页面获取您的个人 API 密钥。 |
ID |
必填。整数。 请求的 ID。 |
format |
选填。String。 用于指定响应格式。 允许值:“xml”、“json”、“csv”。 默认值:“json”。 |
{
"response": [
[
{
"ip": "8.8.8.8",
"location": {
"country": "US",
"region": "California",
"city": "Mountain View",
"lat": 37.40599,
"lng": -122.078514,
"postalCode": "94043",
"timezone": "-07:00"
},
"domains": [
"0.cnxelg.top",
"000180.top",
"0002.by",
"00049ok.com",
"001998.com.he2.aqb.so"
],
"as": {
"asn": 15169,
"name": "Google LLC",
"route": "8.8.8.0/24",
"domain": "https://about.google/intl/en/",
"type": "Content"
},
"isp": "Google",
"term": "8.8.8.8"
}
],
[
{
"ip": "2607:f8b0:4007:804::2005",
"location": {
"country": "US",
"region": "California",
"city": "Mountain View",
"lat": 37.38605,
"lng": -122.08385,
"postalCode": "94041",
"timezone": "-07:00"
},
"isp": "Google",
"term": "gmail.com"
},
{
"ip": "172.217.11.165",
"location": {
"country": "US",
"region": "California",
"city": "Mountain View",
"lat": 37.40599,
"lng": -122.078514,
"postalCode": "94043",
"timezone": "-07:00"
},
"domains": [
"lax28s15-in-f5.1e100.net"
],
"as": {
"asn": 15169,
"name": "Google LLC",
"route": "172.217.0.0/16",
"domain": "https://about.google/intl/en/",
"type": "Content"
},
"isp": "Google",
"term": "gmail.com"
}
]
]
}
Code: 200 OK.
{
"response": {
"error": "Wrong request id"
}
}
Code: 422 Unprocessable Entity.
response |
响应对象。 包含原始请求中每个 IP 地址的一组地理位置。请参阅文档以获取更多信息。 对这些请求的回复可以直接保存到磁盘。 如果出现错误,它会在“错误”字段中包含其描述。如果有多个错误,它们的描述将返回到“错误”数组中。 |