v1

latestOpenAPI 3.1.02026-07-244190162.0 KB

Search Domain (filter)

Filter and search specific records using this endpoint.

post/domains/list

Query parameters

apikeystring required

Your SecurityTrails API key. See authentication documentation

include_ipsboolean

Resolves any A records and additionally returns IP addresses.

pageinteger

The page of the returned results.

Request body

Response

200

record_countinteger
orgstring[]

Example response

{
  "record_count": 2,
  "records": [
    {
      "mail_providers": [
        "Google Inc."
      ],
      "host_providers": [
        "Fastly"
      ],
      "domain": "stackoverflow.com",
      "alexa_rank": 52
    }
  ],
  "org": [
    "Google Inc."
  ]
}