AbuseIPDB · Example Payload

Abuseipdb Blacklist Example

Anti MalwareBlacklistCyber SecurityIP ReputationNetwork SecurityPublic APIsThreat Intelligence

Abuseipdb Blacklist Example is an example object payload from AbuseIPDB, with 2 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

requestresponse

Example Payload

Raw ↑
{
  "request": {
    "method": "GET",
    "url": "https://api.abuseipdb.com/api/v2/blacklist?confidenceMinimum=90&limit=5",
    "headers": {
      "Key": "YOUR_API_KEY",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "meta": {
        "generatedAt": "2026-05-30T00:00:00+00:00"
      },
      "data": [
        {
          "ipAddress": "5.188.10.197",
          "countryCode": "RU",
          "abuseConfidenceScore": 100,
          "lastReportedAt": "2026-05-30T08:14:00+00:00"
        },
        {
          "ipAddress": "45.227.255.207",
          "countryCode": "PA",
          "abuseConfidenceScore": 100,
          "lastReportedAt": "2026-05-30T07:42:00+00:00"
        },
        {
          "ipAddress": "194.61.24.177",
          "countryCode": "RU",
          "abuseConfidenceScore": 100,
          "lastReportedAt": "2026-05-30T07:12:00+00:00"
        },
        {
          "ipAddress": "92.118.39.74",
          "countryCode": "RO",
          "abuseConfidenceScore": 95,
          "lastReportedAt": "2026-05-30T06:48:00+00:00"
        },
        {
          "ipAddress": "176.121.81.49",
          "countryCode": "UA",
          "abuseConfidenceScore": 92,
          "lastReportedAt": "2026-05-30T06:31:00+00:00"
        }
      ]
    }
  }
}