Skip to main content
GET
/
service
/
v2
/
breach
/
autocomplete
/
fields
Find DB Names by Field
curl --request GET \
  --url https://oathnet.org/api/service/v2/breach/autocomplete/fields \
  --header 'x-api-key: <api-key>'
{
  "field": "<string>",
  "items": [
    {
      "dbname": "<string>",
      "count": 123
    }
  ],
  "total": 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.

Given a field name, return the DB names where that field is populated.

Authorizations

x-api-key
string
header
required

API key for authentication (lowercase header name)

Query Parameters

field
string
required
limit
integer

Response

200 - application/json

Raw field-coverage result set

field
string
items
object[]
total
integer
took_ms
integer