sinikoding
dns-lookup87

DNS Lookup

net

Query A, AAAA, MX, TXT, NS, CNAME, SOA and CAA records for any domain.

POST /api/v1/dns-lookup
API version
v1
Output schema
2
cache
300s

The endpoint path is always /v1. The schema number below tracks this tool's output shape and changes independently.

Create a free account

Network tool — this endpoint makes an outbound request.

Parameters

ParameterTypeRequiredDefault
domaintextyes
typeA | AAAA | MX | TXT | NS | CNAME | SOA | CAA | ALLnoALL

Request

curl -X POST https://sinikoding.dev/api/v1/dns-lookup \
  -H 'content-type: application/json' \
  -H 'x-api-key: tk_live_…' \
  -d '{"domain":"…","type":"ALL"}'

Returns

"output": { "kind": "json", "value": { … } }
Try it

Calls a same-origin sandbox endpoint, not /api/v1. No key needed, capped at 15 requests a minute.

Request

curl -X POST https://sinikoding.dev/api/v1/dns-lookup \
  -H 'content-type: application/json' \
  -H 'x-api-key: tk_live_…' \
  -d '{"domain":"","type":"ALL"}'

Response

Send a request to see the response.
Open the web version