Data Downloads and Programmatic Access

All datasets published on TLD Registry Monitor are available as structured, machine-readable JSON exports. Researchers, developers, and analysts can download static snapshots or integrate with the optional REST API.

Static JSON Datasets

Our static build exports structured JSON bundles directly into the web root on every pipeline synchronization:

  • Master Index (`index.json`): Summary catalog of all tracked extensions, operators, and current active domains.
  • Rankings Export (`rankings.json`): Top 20 rankings across size, growth rate, contraction, and age.
  • Wholesale Prices (`prices.json`): Curated wholesale price history and contractual price-cap events with source URLs.
  • Per-TLD Dossiers (tlds/[tld].json): 36-month monthly ledgers, registrar shares, and contract provisions.

Optional Cloudflare Worker REST API

For programmatic applications, an optional edge Worker API provides low-latency REST endpoints:

  • GET /v1/tld/:tld: Full registry metadata, operator details, and latest metrics.
  • GET /v1/tld/:tld/monthly: Full historical monthly activity array.
  • GET /v1/rankings/:category: Leaderboards for largest, fastest-growing, and newest.

The API is gated behind the ENABLE_API configuration flag and backed by Cloudflare D1.