Skip to main content
POST
Retrieve DNS records for a given domain

Authorizations

x-api-key
string
header
required

API Key required for all endpoints

Body

application/json
url
string
required

Target URL

Example:

"https://example.com"

types
enum<string>[]

List of DNS record types to query. If omitted, all supported types will be returned.

Available options:
A,
AAAA,
CNAME,
MX,
CAA,
NS,
SOA,
SRV,
TXT
Example:

Response

Successfully retrieved DNS records

timestamp
number
required

Timestamp of the request in milliseconds

Example:

1783943217189

apiStatus
enum<string>
required

API status message

Available options:
success,
failure
Example:

"success"

apiCode
number
required

API status code

Example:

200

meta
object
required

Metadata about the request.

Example:
data
object
required

DNS records grouped by type.

Example: