Back to library
Domain DNSBL API
Check if a domain or IP address is listed in DNS-based blacklists (DNSBL), with detailed provider-level detection and category information.
Active1 credit = 1 requestGET/v2/domain/dnsbl
Endpoint Overview
Detailed documentation, pricing, and usage examples.
Loading…
Code samples
Bash
curl --location --request GET 'https://api.piloterr.com/v2/domain/dnsbl' \
--header 'Content-Type: application/json' \
--header 'x-api-key: <token>'Replace <token> with your API key, then run the request from your terminal or app.
Create free account, get +500 creditsExample response
JSON
{
"address": "185.122.xx.xx",
"detected": {
"count": 5,
"providers": [
"dbl.spamhaus.org",
"spambot.bls.digibase.ca",
"abuse-contacts.abusix.org",
"origin.asn.cymru.com",
"peer.asn.cymru.com"
],
"categories": {
"dbl.spamhaus.org": [
"unknown"
],
"peer.asn.cymru.com": [
"unknown"
],
"origin.asn.cymru.com": [
"unknown"
],
"spambot.bls.digibase.ca": [
"unknown"
],
"abuse-contacts.abusix.org": [
"unknown"
]
}
},
"providers": {
"failed": [
"list.bbfh.org",
"dnsbl.darklist.de",
"dnsbl.isx.fr"
],
"domains": [
"dbl.spamhaus.org",
"spambot.bls.digibase.ca",
"zen.spamhaus.org"
],
"failed_count": 23,
"domains_count": 271
},
"blacklisted": true
}Integrations
Integrate Domain DNSBL with your favorite tools.
Pricing
1 credit per request
Reviews
5 / 5 (58 reviews)
66 active users
392K requests
12ms avg response time
Method
GET, POST
Path
/v2/domain/dnsbl
Status
Active
Collections
Related APIs
Expand your data capabilities with these complementary tools.