IP Blacklist Lookup API GET

IP Blacklist Lookup checks whether a given IP address appears on known malicious IP blocklists. Identifies both inbound threats (attackers, spammers) and outbound threats (C2 servers, malware hosts).

Try it — live request, no key required

Request
GETapi.apiverve.com/v1/ipblacklistlookup
Verification
Format

No key required to try it. Get a key to use it in your app.

200 OK
{
  "status": "ok",
  "error": null,
  "data": {
    // IP Blacklist Lookup response payload
  }
}

About the IP Blacklist Lookup API

IP Blacklist Lookup checks IPs against comprehensive blocklists that are updated multiple times daily. Inbound lists contain IPs known for spam, scanning, and brute-force attacks. Outbound lists contain known malicious destinations like command-and-control servers and malware hosts.

What people use it for

Firewall Enhancement
Automatically block connections to/from known malicious IPs to strengthen your security posture
Threat Detection
Identify if incoming traffic originates from known malicious sources before processing requests
Outbound Security
Detect if your systems are attempting to connect to known command-and-control or malware servers
Security Auditing
Check historical connection logs against current threat intelligence to identify past compromises

Ways to call it

One endpoint, many ways in — REST with JSON, XML, YAML and CSV, plus GraphQL and an MCP interface for AI agents.

JSON
Default REST response
XML
Markup format
YAML
Human-readable
CSV
Tabular export
Beta
GraphQL
Query language
New
MCP
For AI agents

Other ways to use IP Blacklist Lookup

Same data, same APIVerve account, same credit balance — one key works on all of them.

Questions.

Common questions about the IP Blacklist Lookup API.

Read the docs
What does the IP Blacklist Lookup API do?
IP Blacklist Lookup checks whether a given IP address appears on known malicious IP blocklists. Identifies both inbound threats (attackers, spammers) and outbound threats (C2 servers, malware hosts).
How do I authenticate IP Blacklist Lookup API requests?
Pass your API key in the x-api-key header over HTTPS. One key works across all 300+ APIVerve APIs — there are no per-endpoint credentials.
How much does the IP Blacklist Lookup API cost?
Each call spends 10 credits from your shared pool. The free tier includes 200 credits every month, and paid plans add more headroom.
How fast is the IP Blacklist Lookup API?
Response time depends on the endpoint — the p50 through p99 latency for this API is published on this page. Requests are served over HTTPS through a global edge network.
What response formats does the IP Blacklist Lookup API support?
JSON by default, plus XML and YAML via the format parameter. GraphQL and an MCP interface for AI agents are available across the catalog.
What HTTP method does the IP Blacklist Lookup API use?
GET over HTTPS, following standard REST conventions with a consistent { status, error, data } response envelope.

Ready to build with IP Blacklist Lookup? Start with 200 free credits — one key unlocks all 300+ APIs.

Explore the catalog

300+ APIs on the same key and the same response shape.

Browse all APIs