IP画像查询(高速)

GET

免费API提供快速的IP查询服务,基于本地数据实现高效响应,支持位置查询等功能。如需额外支持,请联系管理员获取更多信息。

https://v1.nsuuu.com/api/IPV4_portrait

请求参数

接口指标

QPS 上限
30次/秒
平均响应时间
349.69ms
今日调用量
0
累计调用量
78

请求示例

Shell
JavaScript
Python
PHP
Java
Go
C#
Ruby
curl -X GET 'https://v1.nsuuu.com/api/IPV4_portrait?ip=${ip地址}'

返回示例

{
  "code": 0,
  "data": {
    "ip": "106.224.48.17",
    "ip_int": 1793077265,
    "location": "中国江西赣州于都G323",
    "continent": "亚洲",
    "country": "中国",
    "country_code": "CN",
    "province": "江西",
    "city": "赣州",
    "district": "于都",
    "street": "G323",
    "isp": "电信",
    "latitude": "25.935574",
    "longitude": "115.405447",
    "area_code": "360731",
    "zip_code": "341000",
    "time_zone": "Asia/Shanghai",
    "street_history": [
      "江西赣州于都G323",
      "江西赣州于都盘古大道",
      "江西赣州于都贡江镇",
      "江西赣州南康东山街道",
      "江西赣州南康唐平南路"
    ],
    "risk": {
      "risk_score": 0,
      "risk_level": "无风险",
      "is_proxy": "否",
      "proxy_type": "",
      "risk_tag": ""
    }
}