/api/v1/vikitron/dns-explorer
Full-text search across all indexed DNS records. Useful for finding domains with specific record values.
vikitrongetApiV1VikitronDns-explorer
Parameters
1 query
Query · 1
querystringRequiredSearch query to find DNS records across all indexed domains.
Request
GET /api/v1/vikitron/dns-explorer
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/dns-explorer?query=mx%20google" \
-H "Content-Type: application/json" \
-H "Authorization: Bearer YOUR_API_KEY"Response
Search results.
{
"items": [
{
"name": "example.com",
"type": "A",
"value": "example_value",
"hostname": "example_hostname",
"priority": 0,
"ttl": 0,
"active": false
}
]
}All response codes
1 status code documented
Need an API key?
All BizKitHub API endpoints require authentication via API key.