Endpoint
/api accepts the query parameters domain and type.
Use the public route for quick integrations, internal dashboards, or scripts.
/api?domain=example.com&type=ALL
/api accepts the query parameters domain and type.
/export supports format=json or format=csv with the same query parameters.
A, AAAA, CNAME, MX, NS, TXT, SOA, SRV, CAA
GET /api?domain=example.com&type=MX
example.com.ALL or a supported record type.{
"ok": true,
"app": { ... },
"result": {
"domain": "example.com",
"requested_type": "ALL",
"total_records": 0,
"records": { ... },
"health": [ ... ]
}
}
ok flag and the lookup result payload./api and /export are forwarded to their PHP files.