apispot.io

Domain API (WHOIS, Check, Batch)

๐Ÿ”‘ apikey 8 endpoints developer_tools
๐Ÿ“„ Docs ๐Ÿ“‹ OpenAPI spec ๐Ÿ”ฌ Try in Swagger UI

No SDKs indexed for this API yet.

curl examples
Query domain database
curl \
  -H "X-API-KEY: $API_KEY" \
  http://localhost:5000/db
Get your batches
curl \
  -H "X-API-KEY: $API_KEY" \
  http://localhost:5000/batch
Get batch
curl \
  -H "X-API-KEY: $API_KEY" \
  http://localhost:5000/batch/{id}
Endpoints (8 total)
GET
/db
Query domain database
GET
/batch
Get your batches
GET
/batch/{id}
Get batch
GET
/domains/{domain}/rank
Check domain rank (authority).
GET
/domains/{domain}/check
Check domain availability
GET
/domains/{domain}/whois
WHOIS query for a domain
POST
/batch
Create batch. Batch is then being processed until all provided items have beeโ€ฆ
DELETE
/batch/{id}
Delete batch
Language coverage

No SDKs yet

At a glance
Total SDKs0
Languages0
Endpoints8
Authapikey
Categories1
http://localhost:5000