AbuseIPDB · Example Payload

Abuseipdb Check Example

Anti MalwareBlacklistCyber SecurityIP ReputationNetwork SecurityPublic APIsThreat Intelligence

Abuseipdb Check 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/check?ipAddress=118.25.6.39&maxAgeInDays=90&verbose",
    "headers": {
      "Key": "YOUR_API_KEY",
      "Accept": "application/json"
    }
  },
  "response": {
    "status": 200,
    "body": {
      "data": {
        "ipAddress": "118.25.6.39",
        "isPublic": true,
        "ipVersion": 4,
        "isWhitelisted": false,
        "abuseConfidenceScore": 100,
        "countryCode": "CN",
        "countryName": "China",
        "usageType": "Data Center/Web Hosting/Transit",
        "isp": "Tencent Cloud Computing (Beijing) Co. Ltd",
        "domain": "tencent.com",
        "hostnames": ["118.25.6.39"],
        "isTor": false,
        "totalReports": 47,
        "numDistinctUsers": 22,
        "lastReportedAt": "2026-05-29T18:33:12+00:00",
        "reports": [
          {
            "reportedAt": "2026-05-29T18:33:12+00:00",
            "comment": "Failed SSH login attempts from 118.25.6.39",
            "categories": [18, 22],
            "reporterId": 1,
            "reporterCountryCode": "US",
            "reporterCountryName": "United States"
          }
        ]
      }
    }
  }
}