Skip to content

What do you use for monitoring domain expiration across registrars?

Domain Names by FlowSana 24 replies 2.1K views
5 #11
JamChan said:
Rdap.org is just a redirector

Correct, but the JSON schema is standardized unlike whois text. My parser is 30 lines not 300. The registry servers still vary in rate limits but at least IETF gave us a spec.

#12

RDAP doesn't cover all the legacy TLDs I still have. .cc and .ws registries I use have no RDAP endpoint at all, whois only. Had to keep both code paths.

SPARCstation 20, still serving HTTP
4 #13

Built something similar to YuriDavid's bot but for Slack. Used Namecheap API for domains there, Gandi API for .fr and .eu, manual whois fallback for the rest. The real pain was normalizing date formats across registrars. ISO 8601 is apparently optional.

#14

In Brazil we have .br domains with REGISTRO.BR whois that blocks most international IPs entirely. Had to rent a tiny VPS in São Paulo just to poll it. Regional TLDs are the real monitoring nightmare.

#15
flyuno said:
Blocks most international IPs

Same with .tr and some Middle East registries. I use proxy through local server, very cheap. You want I find you good price?

#16

Following this thread because I just realized I have domains across 6 registrars and no unified view. The CSV export from each is different enough that I can't even merge them in LibreOffice without hand-editing.

#17
funkysamuel said:
CSV export from each is different

This. Gandi gives you ISO dates, Namecheap gives you MM/DD/YYYY, Cloudflare (https://www.cloudflare.com) gives you Unix timestamp in the API but human-readable in the web CSV. I gave up and wrote a Python normalizer.

#18

I just pay for Domain Name Sanity, $12/year, they email me. Not self-hosted but I've got enough infrastructure to babysit.

#19
AlexPeace said:
Domain Name Sanity

Did not know this existed. Do they handle registrar APIs or just whois polling? Their site is vague on methodology.

#20
flyplat said:
Just whois polling

They claim "direct registrar partnerships" but I suspect it's mostly whois with better rate limiting. Works for my 40 domains, wouldn't scale to hundreds.

Post a reply

You need an account to reply. Log in or register to join the conversation.

Post reply Preview Save draft