post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/vpn_proxy
This API service is used to identify if an IP is either a proxy or VPN. This helps to prevent spam by offering security to businesses and websites across the web.
Response Field Description
| Field | Type | Description |
|---|---|---|
| reference_id | Integer | HTTP-like custom response code indicating success (200 = OK). |
| message | String | Transaction result message |
| statuscode | String | HTTP-style code representing the response status. 200 means the request was successful. |
| ip | String | The IP address that was queried or analyzed. |
| hostname | Float | The reverse DNS hostname associated with the IP address. |
| country_code | String/Float | The 2-letter ISO country code where the IP address is registered (e.g., "IN" for India). |
| country_name | String | The full name of the country corresponding to the IP address. |
| asn | Integer | The Autonomous System Number (ASN) identifying the network or organization that owns the IP address. |
| isp | String(Timestamp) | The Internet Service Provider (ISP) or network name associated with the IP address. |
| ip_block | Integer(Boolean Type) | Indicates whether the IP is part of a blocked or blacklisted range (true = blocked, false = allowed). |
