Zone-accurate checks
Backed by the same Redis zone snapshot as odrim.com — sub-millisecond lookups at scale.
Developer API
The same ICANN zone data that powers Odrim search — delivered over a secure REST API with daily quotas, bulk checks, and API keys you control.
Integrate availability checks into registrars, marketplaces, and internal tools.
Backed by the same Redis zone snapshot as odrim.com — sub-millisecond lookups at scale.
Create keys in your dashboard, rotate anytime, and track usage with daily limits per plan.
Check one domain, hundreds in a single call, or generate combinations from a keyword.
Authenticate with a Bearer token and call JSON endpoints on the Odrim API platform.
curl -H "Authorization: Bearer YOUR_API_KEY" \
"https://app.odrim.com/v1/check?domain=example"
import requests
r = requests.get(
"https://app.odrim.com/v1/check",
params={"domain": "example"},
headers={"Authorization": "Bearer YOUR_API_KEY"},
)
print(r.json())
Start free, upgrade when you need more volume. Secure checkout after you sign in.
$0/mo
$9/mo
$29/mo
Custom
Subscribe opens sign-in on the Odrim API platform. Checkout is powered by PayPal.