{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/abuseipdb/refs/heads/main/json-structure/abuseipdb-blacklist-entry-structure.json", "name": "BlacklistEntry", "description": "A single entry in the AbuseIPDB blacklist response.", "type": "object", "properties": { "ipAddress": { "type": "string", "description": "Blacklisted IPv4 or IPv6 address." }, "countryCode": { "type": "string", "description": "ISO 3166-1 alpha-2 country code." }, "abuseConfidenceScore": { "type": "int32", "description": "Confidence (0-100) that the IP is malicious." }, "lastReportedAt": { "type": "string", "description": "ISO 8601 timestamp of the most recent report contributing to this entry." } } }