Skip to main content
GET
/
blacklists
/
{id}
Get a blacklist entry
curl --request GET \
  --url https://api.mclicense.org/blacklists/{id} \
  --header 'MCL-Key: <api-key>'
{
  "ip": "<string>",
  "_id": "<string>",
  "reason": "<string>",
  "createdAt": "2023-11-07T05:31:56Z"
}

Authorizations

MCL-Key
string
header
required

API key must start with 'mcl_'

Path Parameters

id
string
required

Response

200 - application/json

Blacklist entry details

ip
string
required

Blacklisted IPv4 address

_id
string

Unique identifier for the blacklist entry

reason
string

Optional reason for blacklisting

createdAt
string<date-time>

Timestamp when the entry was created