Skip to main content
GET
/
blacklists
List all blacklisted IPs
curl --request GET \
  --url https://api.mclicense.org/blacklists \
  --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_'

Response

200 - application/json

List of blacklist entries

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