{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/abuseipdb/refs/heads/main/json-structure/abuseipdb-report-structure.json", "name": "Report", "description": "Structure of a single AbuseIPDB abuse report.", "type": "object", "properties": { "ip": { "type": "string", "description": "Reported IPv4 or IPv6 address." }, "categories": { "type": "array", "description": "AbuseIPDB category IDs that classify the report.", "items": { "type": "int32" } }, "comment": { "type": "string", "description": "Optional description and supporting log evidence." }, "timestamp": { "type": "string", "description": "ISO 8601 timestamp of the reported abuse event." }, "reporterId": { "type": "int32", "description": "Identifier of the reporting account (response only)." }, "reporterCountryCode": { "type": "string", "description": "ISO 3166-1 alpha-2 country code of the reporter." }, "reporterCountryName": { "type": "string", "description": "Country name of the reporter." } } }