Try any of 817 endpoints — live.
Pick an endpoint, load a working example, tweak the params, and send — no signup to try. Results render the way the data deserves; raw JSON, headers & code are one tab away.
One NAME across many TLDs → availability map (which of name.com/.io/.ai/… are free).
A bare app/brand name label (e.g. 'myapp', 'My Startup' → 'my-startup'). Spaces/underscores become hyphens; the TLD is added separately via 'tlds'.
TLDs to check (comma-separated string or array, with or without a dot). Defaults to com,net,org,io,co,app,dev,ai,me,xyz. Any valid TLD label is accepted (not just the suggested list); capped at 60.
Which availability signal(s) to use. 'both' (default) is the most accurate: RDAP for registrar-grade facts + DNS to disambiguate TLDs that have no RDAP server (io/co/me).
curl -X POST https://api.reefapi.com/domain-availability/v1/bulk_check \
-H "x-api-key: $REEF_KEY" \
-H "content-type: application/json" \
-d '{"name":"google","tlds":"com,net,org"}'Hit Send to run this endpoint live.