REST
https://api.dns-resolve.net/rest/
Request
Method
POST
Content-Type
application/json
Body
{"req":"<base64>"}
POST /rest/a
{
"req": "ZXhhbXBsZS5jb20="
}
Endpoints
POST /a
A records (IPv4)
POST /aaaa
AAAA records (IPv6)
POST /mx
Mail exchange records
POST /cname
Canonical name records
POST /txt
TXT records
POST /ns
Name servers
POST /ptr
Reverse lookup
POST /whois
WHOIS data
POST /resolve
All record types
POST /bulk
Multiple queries (base64 JSON array)
Notes
- Host header required
- Base64 payload required
- Responses: JSON
- Rate limited