AbuseIPDB · JSON Structure

Abuseipdb Blacklist Entry Structure

A single entry in the AbuseIPDB blacklist response.

Type: object Properties: 4
Anti MalwareBlacklistCyber SecurityIP ReputationNetwork SecurityPublic APIsThreat Intelligence

BlacklistEntry is a JSON Structure definition published by AbuseIPDB, describing 4 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

ipAddress countryCode abuseConfidenceScore lastReportedAt

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$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." }
  }
}