List of TLDs supported by Cloudflare Registrar
This script is powered by Cloudflare Workers, heavily utilizing HTMLRewriter for parsing their own HTML list of domains.
GET
requests can be made against https://www.truthdomains.net/cloudflare-registrar/api/
https://www.truthdomains.net/cloudflare-registrar/api/?pretty=true
- When
false
or not included, JSON is minified - When
true
, JSON is formatted usingJSON.stringify(json, null, 2)
To develop locally follow these steps:
- Installing the Workers CLI:
bun install
- Run the preview/watcher inside the repo:
bunx wrangler dev
This will open up the Workers dev experience, so you can test and debug the code. The main source can be found in index.ts
.
Web Scraper is deployed automatically when changes are pushed to master using a GitHub Action and the Workers CLI.
Or manually using:
bunx wrangler dev deploy
- Workers Docs
- SVG 3D Tag Cloud jQuery plugin (using without using jQuery)
- Web Scraper was created by Adam Schwartz