cURL
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" }
Retrieves a specific blacklist entry by its ID
API key must start with 'mcl_'
Blacklist entry details
Blacklisted IPv4 address
Unique identifier for the blacklist entry
Optional reason for blacklisting
Timestamp when the entry was created