@@ -79,10 +79,27 @@ def create(
7979 - The account must not already be at the maximum supported domain limit. A
8080 single account may own up to 100 domains in total across registrations created
8181 through either the dashboard or this API.
82- - The domain must be on a supported extension listed in `info.description` .
82+ - The domain must be on a supported extension for programmatic registration .
8383 - Use `POST /domain-check` immediately before calling this endpoint to confirm
8484 real-time availability and pricing.
8585
86+ ### Supported extensions
87+
88+ In this API, "extension" means the full registrable suffix after the domain
89+ label. For example, in `example.co.uk`, the extension is `co.uk`.
90+
91+ Programmatic registration is currently supported for:
92+
93+ `com`, `org`, `net`, `app`, `dev`, `cc`, `xyz`, `info`, `cloud`, `studio`,
94+ `live`, `link`, `pro`, `tech`, `fyi`, `shop`, `online`, `tools`, `run`, `games`,
95+ `build`, `systems`, `world`, `news`, `site`, `network`, `chat`, `space`,
96+ `family`, `page`, `life`, `group`, `email`, `solutions`, `day`, `blog`, `ing`,
97+ `icu`, `academy`, `today`
98+
99+ Cloudflare Registrar supports 400+ extensions in the dashboard. Extensions not
100+ listed above can still be registered at
101+ `https://dash.cloudflare.com/{account_id}/domains/registrations`.
102+
86103 ### Express mode
87104
88105 The only required field is `domain_name`. If `contacts` is omitted, the system
@@ -445,10 +462,27 @@ async def create(
445462 - The account must not already be at the maximum supported domain limit. A
446463 single account may own up to 100 domains in total across registrations created
447464 through either the dashboard or this API.
448- - The domain must be on a supported extension listed in `info.description` .
465+ - The domain must be on a supported extension for programmatic registration .
449466 - Use `POST /domain-check` immediately before calling this endpoint to confirm
450467 real-time availability and pricing.
451468
469+ ### Supported extensions
470+
471+ In this API, "extension" means the full registrable suffix after the domain
472+ label. For example, in `example.co.uk`, the extension is `co.uk`.
473+
474+ Programmatic registration is currently supported for:
475+
476+ `com`, `org`, `net`, `app`, `dev`, `cc`, `xyz`, `info`, `cloud`, `studio`,
477+ `live`, `link`, `pro`, `tech`, `fyi`, `shop`, `online`, `tools`, `run`, `games`,
478+ `build`, `systems`, `world`, `news`, `site`, `network`, `chat`, `space`,
479+ `family`, `page`, `life`, `group`, `email`, `solutions`, `day`, `blog`, `ing`,
480+ `icu`, `academy`, `today`
481+
482+ Cloudflare Registrar supports 400+ extensions in the dashboard. Extensions not
483+ listed above can still be registered at
484+ `https://dash.cloudflare.com/{account_id}/domains/registrations`.
485+
452486 ### Express mode
453487
454488 The only required field is `domain_name`. If `contacts` is omitted, the system
0 commit comments