Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

AbuseIPDB Reports API

Endpoints for submitting and retrieving abuse reports.

AbuseIPDB Reports API is one of 4 APIs that AbuseIPDB publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 6 JSON Schema definitions.

Tagged areas include Reports. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, code examples, and 6 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 6 schemas. It is described by OpenAPI 3.0.3, at version 2.0.0.

Requests are made against a single base URL, https://api.abuseipdb.com/api/v2.

3 operations 3 paths 6 schemas 1 GET2 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
2.0.0
Base URL
https://api.abuseipdb.com/api/v2/
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

AbuseIPDB Reports API declares 1 security scheme for authenticating requests. An API key is passed in the header as Key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — AbuseIPDB API key. Issue and rotate at https://www.abuseipdb.com/account/api.

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 1 GET, 2 POST. Each is listed below with its method, path, parameters, and response codes.

Reports 3

Endpoints for submitting and retrieving abuse reports.

GET
/reports
List Reports for an IP Address
listReports 4 params → 200401422429
POST
/report
Report an Abusive IP Address
reportIp body → 200401422429
POST
/bulk-report
Bulk Report Abusive IP Addresses
bulkReportIps body → 200401422429

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are Report (6 properties), ReportRequest (4 properties), ReportResponse (1 property), BulkReportResponse (1 property). Each schema is shown below with its type and property counts.

Report
object
6 properties
ErrorResponse
object
1 property
ReportsResponse
object
1 property
BulkReportResponse
object
1 property
ReportRequest
object
4 properties 2 required
ReportResponse
object
1 property

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

abuseipdb-reports-api-openapi.yml Raw ↑

Other APIs AbuseIPDB publishes across the network.

AbuseIPDB Blacklist API
AbuseIPDB Management API
AbuseIPDB Reputation API