Query whether one or more IP addresses are currently banned. Returns the ban status and any associated metadata like reason or expiration.
curl --request POST \
--url https://api.fluxer.app/v1/admin/bans/ip/check \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ip": "<string>"
}
'{
"banned": true
}curl --request POST \
--url https://api.fluxer.app/v1/admin/bans/ip/check \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
{
"ip": "<string>"
}
'{
"banned": true
}