AbuseIPDB · Example Payload

Abuseipdb Blacklist Example

Anti MalwareBlacklistCybersecurityIP 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"
        }
      ]
    }
  }
}

Work with this as data

Every example here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for examples

4 MCP tools reach this
  • find_examplesBrowse and filter every example in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This example
curl "https://apis.io/api/v1/examples/abuseipdb-blacklist-example"
All examples
curl "https://apis.io/api/v1/examples?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.