API Reference
cURL
curl --request GET \ --url https://api.waterfall.host/v1/ddos/filters/{ipAddress} \ --header 'Authorization: Bearer <token>'
{ "ipAddress": "82.24.83.10", "rules": [ { "policy": "minecraft", "protocols": [ "tcp" ], "ports": [ 25565 ] } ], "profileId": 9263, "site": "DC3" }
Retrieve the current DDoS protection filter rules for a specific IP address. You must own a VPS or dedicated server with this IP.
API key generated from your Waterfall dashboard
IPv4 address to get filters for
Current filter rules
"82.24.83.10"
Show child attributes
9263
"DC3"