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.
Risk & AMLMethod: GET

Pricing

5.2 UT/ call
Connect API

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

NameTypeRequiredDescription
ipstringYesThe IPv4 address to query.

Response Fields

NameTypeDescription
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

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