DocsAPI ReferenceVikitron/api/v1/vikitron/subdomain-finder
getVikitronPublic API v1

/api/v1/vikitron/subdomain-finder

Discovers and returns all known subdomains for a given host. If indexing is still in progress, a background crawl is triggered automatically. Results are sorted by HTTP status code.

vikitrongetApiV1VikitronSubdomain-finder

Parameters

1 query

1 total
Query · 1
hoststringRequired

Root hostname to scan for subdomains.

Length: 4

Request

GET /api/v1/vikitron/subdomain-finder

get
curl -X GET "https://api.bizkithub.com/api/v1/vikitron/subdomain-finder?host=example.com" \
  -H "Content-Type: application/json" \
  -H "Authorization: Bearer YOUR_API_KEY"

Response

Subdomain scan results.

{
  "itemCount": 0,
  "indexablePagesCount": 0,
  "items": [
    {
      "id": "example_id",
      "domain": "www.example.com",
      "httpCode": 200,
      "httpsSupport": false,
      "title": "example_title",
      "server": "nginx",
      "responseTime": 0,
      "uptimeOk": false
    }
  ]
}

All response codes

1 status code documented

Need an API key?

All BizKitHub API endpoints require authentication via API key.

Get API Key