Search domain availability, purchase domains at cost, and deploy static sites
domain-management
Recommended
Cloudflare
by cloudflare.comAt-cost domain pricing ($10/yr .com), free static hosting (Pages), full API for search/purchase/DNS/deploy.
Auth: api_key
Setup: low
Pricing: $10-12/yr per .com domain. Pages hosting is free.
Example API call
POST https://api.cloudflare.com/client/v4/accounts/ACCOUNT_ID/registrar/domains
{
"name": "mybrand.com",
"auto_renew": true
}
// Response:
{
"name": "mybrand.com",
"status": "active",
"auto_renew": true
}