IP Risk Profile · IP Risk Intelligence Query
Pricing
Performance
100.00%
Success Rate
356ms
Avg Latency
8.0k
Total Calls
Description
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.
Request Parameters
| Name | Type | Required | Description |
|---|---|---|---|
| ip | string | Yes | The IPv4 address to query. |
Response Fields
| Name | Type | Description |
|---|---|---|
| isp | string | ISP (internet service provider) |
| lat | string | Latitude |
| lng | string | Longitude |
| tag | string | Risk 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 |
| city | string | City |
| prov | string | Province |
| level | string | Risk 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. |
| owner | string | Owning organization |
| scene | string | Usage scenario |
| score | integer | Risk score, range 0-100 |
| radius | string | Location radius (km) |
| reason | string | Response description |
| result | object | Result set |
| country | string | Country |
| areacode | string | Country code |
| district | string | District |
| continent | string | Continent |
| error_code | integer | Response code |
| updatetime | string | Risk capture time |
Request Example
{
"ip": "8.8.8.8"
}Response Example
{
"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
}Changelog
2026-06-22
Synced the officially listed API details to the UUMit Data Marketplace on the official website.
Provider: UUMit Official