All APIs Syndaq DNSBL

Intelligence API

Know if an IP is on the blacklists that matter.

Check Spamhaus, SpamCop, Barracuda, SORBS, and more in a single request. The Syndaq DNSBL API returns listed status, list count, and per-zone details as structured JSON.

At a glance

  • 3 REST endpoints
  • JSON Request & response
  • HTTPS TLS required
  • Free tier available Starting price

Use cases

Where teams use Syndaq DNSBL

Mail filtering

Reject or quarantine traffic from IPs listed on reputation blocklists before it hits your MTA.

Signup gates

Challenge registrations from addresses already flagged by major abuse lists.

Abuse desks

Triage complainants and open-proxy reports with a single multi-zone snapshot.

Security logging

Attach blacklist status to security logs and SIEM events for faster review.

Integration

Up and running in three steps

1

Get an API key

Subscribe to a DNSBL plan and copy your bl_sec_ secret key from the client area.

2

Look up the IP

Pass any public IPv4 address by path or query parameter.

3

Act on the result

Use listed, list_count, and per-zone details to allow, challenge, or block.

Example

Copy, paste, ship

Every response includes a request_id for support correlation. Rate limit and quota headers are returned on authenticated routes so you can backoff gracefully.

Authenticated with your Syndaq secret key over HTTPS. Private and reserved IPs return a clear error. DNSBL v1 supports IPv4.

Request
curl -s "https://api.syndaq.com/v1/dnsbl/lookup/8.8.8.8" \
  -H "Authorization: Bearer bl_sec_YOUR_SECRET_KEY"
Response
{
  "success": true,
  "ip": "8.8.8.8",
  "cached": true,
  "listed": false,
  "list_count": 0,
  "lists": [],
  "checked": 8,
  "request_id": "a1b2c3d4e5f6789012345678901234ab"
}

Reference

API endpoints

Included with your Syndaq DNSBL plan.

Method Path Description
GET /v1/dnsbl/lookup Lookup blacklist status by ?ip= query parameter.
GET /v1/dnsbl/lookup/{ip} Lookup blacklist status for an IP in the URL path.
GET /v1/dnsbl/status Returns plan limits and quota for the authenticated key.

Pricing

Plans for every stage

Transparent limits. Upgrade when your traffic grows—no surprise overages without a plan change.

Starter

Free

Development and light production lookups.

  • 120 requests / minute
  • 10,000 lookups / month
  • Secret key authentication
  • DNSBL / IP blacklist JSON REST API
  • Multi-zone blacklist verdicts
  • Rate limit & quota headers
Get started

Enterprise

monthly
$99.00 USD

High-volume lookups with priority limits.

  • 3,000 requests / minute
  • Unlimited monthly lookups
  • Secret key authentication
  • DNSBL / IP blacklist JSON REST API
  • Multi-zone blacklist verdicts
  • Rate limit & quota headers
Get started

FAQ

Common questions

Send your bl_sec_ secret key as a Bearer token in the Authorization header on every request to https://api.syndaq.com.

Whether the IP is listed, how many zones matched, which zones were checked, and per-zone detail—ready for mail filtering and signup gates.

Spamhaus ZEN, SpamCop, Barracuda, SORBS (and spam zone), UCEPROTECT Level 1, PSBL, and DroneBL. IPv4 only in v1.

Ready to integrate Syndaq DNSBL?

Pick a plan, create your keys in the client area, and start calling the API in minutes.

Choose a plan Ask a question