Pricing
- Pricing basis
- wholesale
- Renewal price in API
- Yes
- .com renewal (/yr)
- $11 /yr
Every one of these APIs is an afternoon's work. Reading the docs, writing a client, handling the create-and-poll dance for asynchronous registrations — none of it is hard, and half the providers ship an SDK. What takes weeks is being allowed to call it in production.
Price is one group of 3 fields out of 26. Everything else — features, limits, portability, how well any of it works for agents — is on the full domain registration apis compared comparison.
Every one of these APIs is an afternoon's work. Reading the docs, writing a client, handling the create-and-poll dance for asynchronous registrations — none of it is hard, and half the providers ship an SDK. What takes weeks is being allowed to call it in production.
The retail tier gates on money already spent. Namecheap wants US$50 sitting in the account, or twenty domains under management, before it will flip production access on. That is cheap, but it catches teams that built happily against the sandbox and then watched identical code fail live. GoDaddy's mid-2024 change was sharper: ten domains or a paid Discount Domain Club membership, applied to endpoints that had been open for years, and a lot of small integrations died overnight.
The wholesale tier gates on a signature. OpenSRS, Hexonet and Synergy Wholesale all want an application describing what you are building, a countersigned reseller agreement, and a prepaid balance funded before the first live create. None of them publish the opening deposit; it comes from sales, it varies by market, and it is routinely three or four figures. Synergy is the interesting exception in that the real barrier is an ABN rather than a cheque — Australian businesses are often approved the same day. Budget calendar time either way, and start the paperwork on day one of the project rather than the week before launch.
A registration is irreversible in a way that most API calls are not. There is no DELETE that gives you your money back, only a registry grace period that some providers honour and some quietly do not.
Where an OT&E exists, use it properly. Namecheap, GoDaddy, Name.com, Gandi, OpenSRS and Hexonet will all let you register nonsense against a fake registry, and OpenSRS and Hexonet let you exercise transfers and renewals as well, which is where the real bugs live. Sandbox pricing usually does not mirror production, so never assert on prices returned by a test host.
Where no OT&E exists — Route 53, Vercel, Porkbun, Synergy Wholesale — your test plan is real money. Register short-lived names in the cheapest TLD your provider carries, keep them in a dedicated account so the noise stays out of production, and confirm the deletion grace window before you start rather than after. Test the failure paths deliberately too: an unavailable name, a rejected contact, a registry timeout that leaves the operation pending. Those are the branches that hurt at 3am, and they are exactly the branches an OT&E is good at reproducing.
Almost every integration in this category starts as a search box, and almost every one of them hits a rate limit before it hits a product decision. The registration endpoint is called rarely. The availability endpoint is called on every keystroke unless you stop it.
The spread is enormous. GoDaddy accepts arrays of names in a single availability POST and ships a separate suggestion endpoint. Name.com streams search results, which is genuinely the nicest developer experience here. Hexonet and OpenSRS both do bulk checks with premium and suggestion data attached. At the other end, Porkbun allows roughly one check every ten seconds, Route 53 checks one name per call and throttles the caller aggressively, and Vercel exposes a single-name status endpoint with nothing bulk behind it.
The usual fix is to stop asking the registrar. Keep a local zone-file-derived or RDAP-backed first pass for the obvious rejections, cache negative results briefly, and only spend a registrar call when the user is close to committing. That also decouples you from the provider, which matters more than it sounds — availability logic is the piece you will want to keep when you switch registrars for price.
Everything ranked above is measured through the developer surface: endpoints, auth, sandboxes, rate limits, wholesale cost, contract terms. Nothing here reflects what the control panel looks like, how loud the checkout is, or what a single name costs a person buying one by hand. Those are different questions with different winners, and a provider that scores badly on this table can be a perfectly good place to park your own domains.
Just buying a domain by hand? → /compare/domain-registrars
Every cell here was read off the provider's own developer documentation, its reseller onboarding pages, or — where those are silent, which is often — from what integrators consistently report. Values are dated and carry a confidence marker. Anything we could not stand behind is null and renders as an em dash rather than a guess; that applies to most published rate limits and to several undisclosed opening deposits, which are quoted by sales and nowhere else.
The killer field, minimum spend to a working key, is the lowest total US-dollar outlay standing between a fresh signup and an authenticated call the live registration endpoint will actually accept. It counts account-balance minimums, opening deposits, mandatory memberships and accreditation fees. It excludes the price of the domain itself. Where a provider runs a free sandbox but gates production, the production figure is reported and the sandbox noted on the cell. It is the number every one of these vendors buries, and it reorders the table completely.
Porkbun, NameSilo, Name.com, Dynadot, Internet.bs and Gandi all issue a key from a normal account at zero cost. Route 53 and Vercel need only an existing AWS or Vercel account. Namecheap issues a sandbox key free but will not enable production until the account holds US$50 or twenty domains, and GoDaddy now requires ten domains under management or a paid Discount Domain Club membership.
No. Every provider on this page is either accredited itself or resells someone who is, and their API is the point of that arrangement. Becoming accredited yourself costs US$3,500 to apply plus US$4,000 a year, before registry deposits, insurance and building an EPP client. That only makes sense above roughly a hundred thousand names under management, which is why the baseline row exists as a reference rather than a recommendation.
Namecheap runs a sandbox host, GoDaddy runs an OTE environment, Name.com has a development host, and Gandi, OpenSRS and Hexonet all run proper OT&E systems where registrations are free and fake. Route 53, Vercel Domains, Porkbun and Synergy Wholesale have none. Against those you test with real registrations at real prices, so pick a cheap TLD and delete inside the grace window.
The wholesale platforms all expose renewal separately, because their resellers need it for billing: OpenSRS, Hexonet, Synergy Wholesale and Netim return per-TLD registration, renewal and transfer cost at your tier. Among the retail APIs, Porkbun's pricing endpoint is public and unauthenticated, and NameSilo, Name.com, Namecheap, Gandi and Route 53 all return renewal figures. GoDaddy and Vercel are the notable gaps.