Unseal Space
REST APIRegistered domains

Search domain candidates

GET
/domain/search

Returns non-authoritative Cloudflare Search suggestions and advisory customer prices after the deployment's configured markup. Search is used only for discovery; call domain.check immediately before advancing registration because availability and price may be stale.

x-api-key<token>

Workspace-owned API key with per-resource permissions.

In: header

Query Parameters

q*string
Length1 <= length
limit?integer
Range1 <= value <= 50

Response Body

application/json

curl -X GET "https://example.com/domain/search?q=string"
{  "results": [    {      "name": "string",      "registrable": true,      "reason": "string",      "premium": true,      "pricing": {        "currency": "string",        "registrationCost": 0,        "renewalCost": 0      }    }  ]}