API Reference

VPN / Proxy Check API

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

FieldTypeDescription
reference_idIntegerHTTP-like custom response code indicating success (200 = OK).
messageStringTransaction result message
statuscodeStringHTTP-style code representing the response status. 200 means the request was successful.
ipStringThe IP address that was queried or analyzed.
hostnameFloatThe reverse DNS hostname associated with the IP address.
country_codeString/FloatThe 2-letter ISO country code where the IP address is registered (e.g., "IN" for India).
country_nameStringThe full name of the country corresponding to the IP address.
asnIntegerThe Autonomous System Number (ASN) identifying the network or organization that owns the IP address.
ispString(Timestamp)The Internet Service Provider (ISP) or network name associated with the IP address.
ip_blockInteger(Boolean Type)Indicates whether the IP is part of a blocked or blacklisted range (true = blocked, false = allowed).
Language
Click Try It! to start a request and see the response here!