v1

latestOpenAPI 3.1.02026-07-244190162.0 KB

Search Domain (DSL)

Filter and search specific records using our DSL with this endpoint

post/domains/list-backup

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.

scrollboolean

Request scrolling. See the Scrolling API endpoint.

Request body

querystring required

Response

200

record_countinteger
endpointstring

Example response

{
  "records": [
    {
      "whois": {
        "registrar": "MarkMonitor Inc.",
        "expiresDate": 1512104400000,
        "createdDate": 597042000000
      },
      "mail_provider": [
        "Oracle Corporation"
      ],
      "hostname": "oracle.com",
      "host_provider": [
        "Oracle Corporation"
      ],
      "computed": {
        "company_name": "Oracle Corporation"
      },
      "alexa_rank": 352
    }
  ],
  "record_count": 2,
  "meta": {
    "total_pages": 1,
    "query": "whois_email = 'domain-contact_ww_grp@oracle.com'",
    "page": 1,
    "max_page": 100
  },
  "endpoint": "/v1/search/list"
}