This API lets you retrieve statistics of a user's proxy detection API usage based on the Proxy Detection service. It supports both JSON and HTML (table) responses, allowing you to choose how to display results.
- Proxy & VPN Detection API
- Email Verification API
- Phone Number Validation API
- Device Fingerprint API
- Malicious URL Scanner API
- Mobile Device Fingerprinting SDK
- Gaming Fraud Detection SDK
- Dark Web Leak API
- Malware File Scanner API
- Request List API
- Fraud Reporting API
- Credit Usage API
- Bulk Validation CSV API
- Allowlist & Blocklist APIs
- Plugins Platforms & Integrations
- IP Reputation Database
- Custom Integrations
- Country List API
Recent Proxy Statistics
About Recent Proxy Statistics in Custom Integrations
API Request URLs
JSON
You can use the following URL to retrieve statistics in JSON format:
HTML
Alternatively, you can use the following URL to retrieve statistics in HTML format:
Request Parameters
Parameter | Description | Example Value / Format |
key | Required. Your site's domain or the domain that requested this integration. | google.com |
secret | Required. Your user's current secret created during the authentication process. | char(128) |
Response Parameters
JSON
The JSON response will have the following data points:
Parameter | Description | Format | |||||||||||||||||||||
message | Description of the status of this call. May contain errors if errors exist. | text | |||||||||||||||||||||
success | Boolean result of if the request was successful or not. | boolean | |||||||||||||||||||||
proxy_lookups | The total number of recent IP API requests by this user. | int | |||||||||||||||||||||
proxy_fraud_detections | The total number of recent IP API requests that were fraudulent. | int | |||||||||||||||||||||
proxy_detection_ratio | The ratio of IP API requests that were clean/fraudulent. | float, percentage | |||||||||||||||||||||
remaining_credits | The total number of credits currently available to this user. | int | |||||||||||||||||||||
recent_lookups | List containing the 1,000 most recent IP address lookups by this user. | Array of objects
|
HTML
The HTML Response will look like the screenshot below:
EXAMPLE CODE
- PHP