How to Use the Blacklist API
This service provides a public JSON API for accessing all approved domain blacklist entries.
Available API Endpoints
Endpoint | Description | Example |
---|---|---|
?action=list |
Returns all approved domains (warning - huge!) | /api?action=list |
?action=list&category=ads |
Only domains in category "ads" | /api?action=list&category=ads |
?action=list&category=scam |
Only domains in category "scam" | /api?action=list&category=scam |
?action=list&category=tracker |
Only domains in category "tracker" | /api?action=list&category=tracker |
?action=list&category=malware |
Only domains in category "malware" | /api?action=list&category=malware |
?action=list&category=phishing |
Only domains in category "phishing" | /api?action=list&category=phishing |
?action=list&category=coinmining |
Only domains in category "coinmining" | /api?action=list&category=coinmining |
?action=check&domain=example.com |
Checks if a specific domain is blacklisted | /api?action=check&domain=example.com |
Notes
- Only approved domains are returned.
- Results are returned as
application/json
. - There is currently no limit on how many entries can be retrieved.
This API is live and can be used immediately.