Skip to main content
GET
/
service
/
v2
/
breach
/
autocomplete
Autocomplete Breach Values
curl --request GET \
  --url https://oathnet.org/api/service/v2/breach/autocomplete \
  --header 'x-api-key: <api-key>'
{
  "items": [
    {
      "field": "<string>",
      "value": "<string>",
      "count": 123
    }
  ],
  "took_ms": 123
}

Documentation Index

Fetch the complete documentation index at: https://docs.oathnet.org/llms.txt

Use this file to discover all available pages before exploring further.

Autocomplete breach field values across supported fields such as dbname, email_domain, country, city, and state.
This endpoint returns raw JSON, not a {success, data} envelope.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

field
string
q
string
limit
integer

Response

200 - application/json

Raw autocomplete result set

items
object[]
took_ms
integer