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

HaveIBeenPwned Stealer Logs API

Search infostealer malware corpora by email or domain.

HaveIBeenPwned Stealer Logs API is one of 8 APIs that HaveIBeenPwned publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

This API exposes 9 JSON Schema definitions.

Tagged areas include Stealer Logs. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, an API reference, authentication docs, rate-limit docs, and 9 JSON Schemas.

This API exposes 3 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version 3.0.0.

Requests are made against a single base URL, https://haveibeenpwned.com/api/v3.

3 operations 3 paths 1 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0.0
Base URL
https://haveibeenpwned.com/api/v3
Authentication
API Key
Resource Areas
1

Authentication & Security 1

HaveIBeenPwned Stealer Logs API declares 1 security scheme for authenticating requests. An API key is passed in the header as hibp-api-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — 32-character hexadecimal API key issued at https://haveibeenpwned.com/API/Key. Required for all account, paste, stealer log, domain search, and subscription en…

Paths & Operations 3

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

Stealer Logs 3

Search infostealer malware corpora by email or domain.

GET
/stealerlogsbyemail/{email}
Get Stealer Log Domains For An Email
getStealerLogsByEmail 1 param → 200401403404
GET
/stealerlogsbywebsitedomain/{domain}
Get Stealer Log Emails For A Website Domain
getStealerLogsByWebsiteDomain 1 param → 200401403404
GET
/stealerlogsbyemaildomain/{domain}
Get Stealer Log Aliases For An Email Domain
getStealerLogsByEmailDomain 1 param → 200401403

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is Error (2 properties). Each schema is shown below with its type and property counts.

Error
object
Standard HIBP error payload.
2 properties 2 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

haveibeenpwned-stealer-logs-api-openapi.yml Raw ↑

Other APIs HaveIBeenPwned publishes across the network.

HaveIBeenPwned Breached Accounts API
HaveIBeenPwned Breaches API
HaveIBeenPwned Data Classes API
HaveIBeenPwned Domain Search API
HaveIBeenPwned Pastes API
HaveIBeenPwned Range Search API
HaveIBeenPwned Subscription API