DocsAPI ReferenceVikitron/api/v1/vikitron/dns-explorer
getVikitronPublic API v1

/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

1 total
Query · 1
querystringRequired

Search query to find DNS records across all indexed domains.

Request

GET /api/v1/vikitron/dns-explorer

get
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.

Get API Key