UUMit Logo

IP Risk Profile · IP Risk Intelligence Query

IP Risk Profiling Anti-fraud
Based on multi-dimensional data, continuous IP risk verification and multi-level IP risk scoring algorithms, the API correlates IP location, application scenarios, port services and device risk information in real time for precise IP risk assessment, with risk scoring and tiering to simplify business adoption. Query risk tags and other information for a given IPv4 address.
风控反欺诈请求方式: GET

定价

5.2 UT/ 次
接入 API

运行指标

100.00%

成功率

356ms

平均延迟

8.0k

总调用量

详细介绍

Based on multi-dimensional data, continuous IP risk verification and multi-level IP risk scoring algorithms, the API correlates IP location, application scenarios, port services and device risk information in real time for precise IP risk assessment, with risk scoring and tiering to simplify business adoption. Query risk tags and other information for a given IPv4 address.

How to call: Invoke via GET in the UUMit Data Marketplace (API ID: f140f277-f656-4bcf-bb67-fe535701af7f). The platform centrally manages authentication and upstream configuration, so you only need to submit business fields as request parameters. Current price: 5.2 UT per call.

Request parameters: ip (required). The response fields mainly include isp, lat, lng, tag, city, prov, level, owner.

Use cases: anti-fraud, security risk control, login protection and abnormal access detection.

Usage statistics: 8000 total calls, 8000 successful calls, 100.0% success rate, average response time 356ms. Data comes from officially listed APIs; for exact results, refer to the real-time response on the web platform.

请求参数

参数名类型必填说明
ipstringThe IPv4 address to query.

响应字段

字段名类型说明
ispstringISP (internet service provider)
latstringLatitude
lngstringLongitude
tagstringRisk tag. Proxy: the IP is detected as being used as a proxy; VPN: detected as being used as a VPN IP; Sec_Dial: detected as being used for second-dial IPs; IDC: recognized as a data center IP; Tor: detected as being used as a Tor node; Scan: detected to have port scanning behavior; Brute_Force: detected to have brute-force attack behavior
citystringCity
provstringProvince
levelstringRisk level. High: block, flag or trigger strict verification based on business needs; strong risk control is recommended. Medium: medium-strength risk control with minimal impact on user experience. Low: low-strength risk control with no impact on user experience, or flag the related account. None: allow the request and take no action.
ownerstringOwning organization
scenestringUsage scenario
scoreintegerRisk score, range 0-100
radiusstringLocation radius (km)
reasonstringResponse description
resultobjectResult set
countrystringCountry
areacodestringCountry code
districtstringDistrict
continentstringContinent
error_codeintegerResponse code
updatetimestringRisk capture time

请求示例

{
  "ip": "8.8.8.8"
}

响应示例

{
  "reason": "Query successful",
  "result": {
    "isp": "Tencent",
    "lat": "39.902798",
    "lng": "116.401159",
    "tag": "IDC",
    "city": "Beijing",
    "prov": "Beijing",
    "level": "High",
    "owner": "Tencent",
    "scene": "Data center",
    "score": 80,
    "radius": "105.2321",
    "country": "China",
    "areacode": "CN",
    "continent": "Asia",
    "updatetime": "2023-07-20 14:02:05"
  },
  "error_code": 0
}

更新记录

2026-06-22

Synced the officially listed API details to the UUMit Data Marketplace on the official website.

上架方: UUMit Official