Rest
#
REST APIThe REST API to the example app is described below.
#
Rate LimitingYou can enable the rate limiter for REST API in the config.yml
file.
Max
number of recent connections during Duration
seconds before sending a 429 response
Expiration
is the time on how long to keep records of requests in memory per minute
#
Health#
RequestGET /health
#
Response#
IP Proxy#
RequestGET /list/ip/proxy
#
Response#
IP Spam#
RequestGET /list/ip/spam
#
Response#
IP VPN#
RequestGET /list/ip/vpn
#
Response#
IP Tor#
RequestGET /list/ip/tor
#
Response#
Email Disposal#
RequestGET /list/email/disposal
#
Response#
Email Generic#
RequestGET /list/email/generic
#
Response#
Email Spam#
RequestGET /list/email/spam
#
Response#
Email Free#
RequestGET /list/email/free
#
Response#
Email Score#
RequestGET /score/email/[email protected]
#
Response#
IP Score#
RequestGET /score/ip/127.0.0.1
#
Response#
Email Validation#
RequestGET /validate/email/[email protected]
#
Response#
Email#
RequestGET /email/[email protected]
#
Response#
IP#
RequestGET /ip/127.0.0.1