Skip to main content
POST
Check IP blacklist status

Authorizations

Authorization
string
header
required

Bearer token authentication. Use format: Bearer YOUR_API_KEY

Body

application/x-www-form-urlencoded
ipv4
string

IPv4 address to check (provide either IPv4 or IPv6, not both)

Example:

"192.168.1.1"

ipv6
string

IPv6 address to check (provide either IPv4 or IPv6, not both)

Example:

"2001:0db8:85a3:0000:0000:8a2e:0370:7334"

type
enum<string>

Type of blacklist check: full (comprehensive) or popular (common blacklists only)

Available options:
full,
popular
Example:

"popular"

Response

Successfully checked IP blacklist status

status
enum<string>
required

Indicates successful operation

Available options:
success
data
object
required