Does anyone know if it is possible to fetch all supported TLD’s from Cloudlfare Registrar? I have been looking for an API call that responds this information but couldn’t find anything.
I want to make a notification service that lets you know if your TLD gets added to the list.
For reference: https://twitter.com/GlennCarremans/status/1154699711389020160
@Glennmen,
The list of supported domains can be parsed from https://www.cloudflare.com/tld-policies/ There is however not currently a public API endpoint which would return that information.
-OG
Hi @OliverGrant,
So you are suggesting scraping the page for the information? This is something I already thought about (as a backup) but doesn’t seem like a solid long term solution.
I hope that Cloudflare will think about an API call for this, public or token based.