From 064ec25faac516b0f94491987497e52833f2af21 Mon Sep 17 00:00:00 2001 From: Eric Case Date: Mon, 25 May 2026 22:01:16 -0700 Subject: [PATCH 1/8] Add linting for the json files --- bin/lint | 5 ++++- bin/lint-json.py | 47 +++++++++++++++++++++++++++++++++++++++++++++++ 2 files changed, 51 insertions(+), 1 deletion(-) create mode 100755 bin/lint-json.py diff --git a/bin/lint b/bin/lint index 345571a9..32787ce0 100755 --- a/bin/lint +++ b/bin/lint @@ -7,10 +7,13 @@ if [ ${#paths[@]} -eq 0 ]; then paths=(src/ tests/) fi -# Run all three linters even if an earlier one fails, so the developer +# Run all linters even if an earlier one fails, so the developer # sees the full set of findings in one pass instead of round-tripping. exit_code=0 uv run ruff check "${paths[@]}" || exit_code=$? uv run ruff format --check "${paths[@]}" || exit_code=$? uv run pyright "${paths[@]}" || exit_code=$? +# JSON parse check runs over the whole repo (independent of the path args) so a +# stray syntax error or committed merge-conflict marker fails the lint pass. +python3 bin/lint-json.py || exit_code=$? exit $exit_code diff --git a/bin/lint-json.py b/bin/lint-json.py new file mode 100755 index 00000000..97444d5e --- /dev/null +++ b/bin/lint-json.py @@ -0,0 +1,47 @@ +#!/usr/bin/env python3 +"""Validate that every JSON file in the repo parses cleanly.""" + +import json +import sys +from pathlib import Path + +EXCLUDED_DIRS = {".git", ".venv", "node_modules", "__pycache__"} + +# Test fixtures that are intentionally invalid JSON. +EXCLUDED_FILES = { + Path("tests/fixtures/metadata/corrupted-metadata.json"), +} + + +def find_json_files(root: Path): + for path in root.rglob("*.json"): + if any(part in EXCLUDED_DIRS for part in path.parts): + continue + if path.relative_to(root) in EXCLUDED_FILES: + continue + yield path + + +def main() -> int: + root = Path.cwd() + bad: list[tuple[Path, str]] = [] + count = 0 + for path in find_json_files(root): + count += 1 + try: + json.loads(path.read_text(encoding="utf-8")) + except (json.JSONDecodeError, OSError) as e: + bad.append((path.relative_to(root), str(e))) + + if bad: + for rel, err in bad: + print(f"{rel}: {err}", file=sys.stderr) + print(f"\n{len(bad)} of {count} JSON file(s) failed to parse.", file=sys.stderr) + return 1 + + print(f"{count} JSON file(s) parse cleanly.") + return 0 + + +if __name__ == "__main__": + sys.exit(main()) From dc1d874d0f74bd0bf6f0a3fa93f36cec43c97b97 Mon Sep 17 00:00:00 2001 From: Eric Case Date: Mon, 25 May 2026 22:07:50 -0700 Subject: [PATCH 2/8] Manual data updates - Annotations - misc fixes from an audit - Cultures - Colonial era "dependent territories" - Places --- data/manual/annotations.json | 131 +++---- data/manual/cultures.json | 62 ++++ data/manual/dependent-territories.json | 12 + data/manual/places.json | 458 +++++++++++++++++++++++++ 4 files changed, 601 insertions(+), 62 deletions(-) create mode 100644 data/manual/cultures.json create mode 100644 data/manual/dependent-territories.json create mode 100644 data/manual/places.json diff --git a/data/manual/annotations.json b/data/manual/annotations.json index 723a218e..a22668ec 100644 --- a/data/manual/annotations.json +++ b/data/manual/annotations.json @@ -1,64 +1,71 @@ { - "abudhabi": { "geographic_scope": "city" }, - "africa": { "geographic_scope": "supranational" }, - "alsace": { "geographic_scope": "subdivision" }, - "amsterdam": { "geographic_scope": "city" }, - "arab": { "cultural_affiliation": "arab" }, - "asia": { "geographic_scope": "supranational" }, - "barcelona": { "geographic_scope": "city" }, - "bcn": { "geographic_scope": "city" }, - "berlin": { "geographic_scope": "city" }, - "boston": { "geographic_scope": "city" }, - "brussels": { "geographic_scope": "city" }, - "bzh": { "geographic_scope": "subdivision", "cultural_affiliation": "breton" }, - "capetown": { "geographic_scope": "city" }, - "cat": { "cultural_affiliation": "catalan" }, - "cologne": { "geographic_scope": "city" }, - "cymru": { "geographic_scope": "subdivision", "cultural_affiliation": "welsh" }, - "desi": { "cultural_affiliation": "desi" }, - "dubai": { "geographic_scope": "city" }, - "durban": { "geographic_scope": "city" }, - "eu": { "geographic_scope": "supranational" }, - "eus": { "geographic_scope": "subdivision", "cultural_affiliation": "basque" }, - "frl": { "geographic_scope": "subdivision" }, - "gal": { "geographic_scope": "subdivision", "cultural_affiliation": "galician" }, - "gent": { "geographic_scope": "city" }, - "hamburg": { "geographic_scope": "city" }, - "helsinki": { "geographic_scope": "city" }, - "istanbul": { "geographic_scope": "city" }, - "joburg": { "geographic_scope": "city" }, - "kiwi": { "cultural_affiliation": "kiwi" }, - "koeln": { "geographic_scope": "city" }, - "krd": { "cultural_affiliation": "kurdish" }, - "kyoto": { "geographic_scope": "city" }, - "lat": { "geographic_scope": "supranational" }, - "london": { "geographic_scope": "city" }, - "madrid": { "geographic_scope": "city" }, - "melbourne": { "geographic_scope": "city" }, - "miami": { "geographic_scope": "city" }, - "moscow": { "geographic_scope": "city" }, - "nagoya": { "geographic_scope": "city" }, - "nrw": { "geographic_scope": "subdivision" }, - "nyc": { "geographic_scope": "city" }, - "osaka": { "geographic_scope": "city" }, - "paris": { "geographic_scope": "city" }, - "quebec": { "geographic_scope": "subdivision" }, - "rio": { "geographic_scope": "city" }, - "saarland": { "geographic_scope": "subdivision" }, - "scot": { "geographic_scope": "subdivision", "cultural_affiliation": "scottish" }, - "stockholm": { "geographic_scope": "city" }, - "swiss": { "cultural_affiliation": "swiss" }, - "sydney": { "geographic_scope": "city" }, - "taipei": { "geographic_scope": "city" }, - "tatar": { "geographic_scope": "subdivision", "cultural_affiliation": "tatar" }, - "tirol": { "geographic_scope": "subdivision" }, - "tokyo": { "geographic_scope": "city" }, - "vegas": { "geographic_scope": "city" }, - "vlaanderen": { "geographic_scope": "subdivision" }, - "wales": { "geographic_scope": "subdivision", "cultural_affiliation": "welsh" }, - "wien": { "geographic_scope": "city" }, - "xn--80adxhks": { "geographic_scope": "city" }, - "xn--mgbca7dzdo": { "geographic_scope": "city" }, - "yokohama": { "geographic_scope": "city" }, - "zuerich": { "geographic_scope": "city" } + "abudhabi": {"geographic_scope": "city"}, + "africa": {"geographic_scope": "supranational"}, + "alsace": {"geographic_scope": "subdivision"}, + "amsterdam": {"geographic_scope": "city"}, + "arab": {"cultural_affiliation": "arab"}, + "asia": {"geographic_scope": "supranational"}, + "barcelona": {"geographic_scope": "city"}, + "bayern": {"geographic_scope": "subdivision"}, + "bcn": {"geographic_scope": "city"}, + "berlin": {"geographic_scope": "city"}, + "boston": {"geographic_scope": "city"}, + "brussels": {"geographic_scope": "city"}, + "bzh": {"geographic_scope": "subdivision", "cultural_affiliation": "breton"}, + "capetown": {"geographic_scope": "city"}, + "cat": {"geographic_scope": "subdivision", "cultural_affiliation": "catalan"}, + "cologne": {"geographic_scope": "city"}, + "corsica": {"geographic_scope": "subdivision"}, + "cymru": {"geographic_scope": "subdivision", "cultural_affiliation": "welsh"}, + "desi": {"cultural_affiliation": "desi"}, + "dubai": {"geographic_scope": "city"}, + "durban": {"geographic_scope": "city"}, + "eu": {"geographic_scope": "supranational"}, + "eus": {"geographic_scope": "subdivision", "cultural_affiliation": "basque"}, + "frl": {"geographic_scope": "subdivision"}, + "gal": {"geographic_scope": "subdivision", "cultural_affiliation": "galician"}, + "gent": {"geographic_scope": "city"}, + "hamburg": {"geographic_scope": "city"}, + "helsinki": {"geographic_scope": "city"}, + "ist": {"geographic_scope": "city"}, + "istanbul": {"geographic_scope": "city"}, + "joburg": {"geographic_scope": "city"}, + "kiwi": {"cultural_affiliation": "kiwi"}, + "koeln": {"geographic_scope": "city"}, + "krd": {"cultural_affiliation": "kurdish"}, + "kyoto": {"geographic_scope": "city"}, + "lat": {"geographic_scope": "supranational"}, + "london": {"geographic_scope": "city"}, + "madrid": {"geographic_scope": "city"}, + "melbourne": {"geographic_scope": "city"}, + "miami": {"geographic_scope": "city"}, + "moscow": {"geographic_scope": "city"}, + "nagoya": {"geographic_scope": "city"}, + "nrw": {"geographic_scope": "subdivision"}, + "nyc": {"geographic_scope": "city"}, + "okinawa": {"geographic_scope": "subdivision"}, + "osaka": {"geographic_scope": "city"}, + "paris": {"geographic_scope": "city"}, + "quebec": {"geographic_scope": "subdivision"}, + "rio": {"geographic_scope": "city"}, + "ruhr": {"geographic_scope": "subdivision"}, + "ryukyu": {"geographic_scope": "subdivision"}, + "saarland": {"geographic_scope": "subdivision"}, + "scot": {"geographic_scope": "subdivision", "cultural_affiliation": "scottish"}, + "stockholm": {"geographic_scope": "city"}, + "swiss": {"cultural_affiliation": "swiss"}, + "sydney": {"geographic_scope": "city"}, + "taipei": {"geographic_scope": "city"}, + "tatar": {"geographic_scope": "subdivision", "cultural_affiliation": "tatar"}, + "tirol": {"geographic_scope": "subdivision"}, + "tokyo": {"geographic_scope": "city"}, + "vegas": {"geographic_scope": "city"}, + "vlaanderen": {"geographic_scope": "subdivision"}, + "wales": {"geographic_scope": "subdivision", "cultural_affiliation": "welsh"}, + "wien": {"geographic_scope": "city"}, + "xn--80adxhks": {"geographic_scope": "city"}, + "xn--mgbca7dzdo": {"geographic_scope": "city"}, + "xn--ngbrx": {"cultural_affiliation": "arab"}, + "yokohama": {"geographic_scope": "city"}, + "zuerich": {"geographic_scope": "city"} } diff --git a/data/manual/cultures.json b/data/manual/cultures.json new file mode 100644 index 00000000..2d16a4cb --- /dev/null +++ b/data/manual/cultures.json @@ -0,0 +1,62 @@ +{ + "arab": { + "name_en": "Arab", + "info_link": "https://en.wikipedia.org/wiki/Arab_culture", + "language_code": "ar" + }, + "basque": { + "name_en": "Basque", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_the_Basque_Country", + "language_code": "eu" + }, + "breton": { + "name_en": "Breton", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Brittany", + "language_code": "br" + }, + "catalan": { + "name_en": "Catalan", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Catalonia", + "language_code": "ca" + }, + "desi": { + "name_en": "Desi", + "info_link": "https://en.wikipedia.org/wiki/Desi", + "language_code": null + }, + "galician": { + "name_en": "Galician", + "info_link": "https://en.wikipedia.org/wiki/Galician_culture", + "language_code": "gl" + }, + "kiwi": { + "name_en": "Kiwi", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_New_Zealand", + "language_code": null + }, + "kurdish": { + "name_en": "Kurdish", + "info_link": "https://en.wikipedia.org/wiki/Kurdish_culture", + "language_code": "ku" + }, + "scottish": { + "name_en": "Scottish", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Scotland", + "language_code": null + }, + "swiss": { + "name_en": "Swiss", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Switzerland", + "language_code": null + }, + "tatar": { + "name_en": "Tatar", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Tatarstan", + "language_code": "tt" + }, + "welsh": { + "name_en": "Welsh", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Wales", + "language_code": "cy" + } +} diff --git a/data/manual/dependent-territories.json b/data/manual/dependent-territories.json new file mode 100644 index 00000000..27086b71 --- /dev/null +++ b/data/manual/dependent-territories.json @@ -0,0 +1,12 @@ +{ + "au": ["cc", "cx", "hm", "nf"], + "cn": ["hk", "mo"], + "dk": ["fo", "gl"], + "fi": ["ax"], + "fr": ["gf", "gp", "mq", "nc", "pf", "pm", "re", "tf", "wf", "yt"], + "gb": ["ai", "bm", "fk", "gg", "gi", "gs", "im", "io", "je", "ky", "ms", "pn", "sh", "tc", "vg"], + "nl": ["aw", "cw", "sx"], + "no": ["bv", "sj"], + "nz": ["ck", "nu", "tk"], + "us": ["as", "gu", "mp", "pr", "vi"] +} diff --git a/data/manual/places.json b/data/manual/places.json new file mode 100644 index 00000000..ad4a024c --- /dev/null +++ b/data/manual/places.json @@ -0,0 +1,458 @@ +{ + "abudhabi": { + "subtype": "city", + "name_en": "Abu Dhabi", + "iso_code": null, + "parent": "ae", + "info_link": "https://en.wikipedia.org/wiki/Abu_Dhabi", + "tlds": ["abudhabi", "xn--mgbca7dzdo"] + }, + "africa": { + "subtype": "supranational", + "name_en": "Africa", + "iso_code": null, + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/Africa", + "tlds": ["africa"] + }, + "alsace": { + "subtype": "subdivision", + "name_en": "Alsace", + "iso_code": null, + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Alsace", + "tlds": ["alsace"] + }, + "amsterdam": { + "subtype": "city", + "name_en": "Amsterdam", + "iso_code": null, + "parent": "nl", + "info_link": "https://en.wikipedia.org/wiki/Amsterdam", + "tlds": ["amsterdam"] + }, + "asia": { + "subtype": "supranational", + "name_en": "Asia", + "iso_code": null, + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/Asia", + "tlds": ["asia"] + }, + "barcelona": { + "subtype": "city", + "name_en": "Barcelona", + "iso_code": null, + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Barcelona", + "tlds": ["barcelona", "bcn"] + }, + "basque-country": { + "subtype": "subdivision", + "name_en": "Basque Country", + "iso_code": "ES-PV", + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Basque_Country_(autonomous_community)", + "tlds": ["eus"] + }, + "bayern": { + "subtype": "subdivision", + "name_en": "Bavaria", + "iso_code": "DE-BY", + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Bavaria", + "tlds": ["bayern"] + }, + "berlin": { + "subtype": "city", + "name_en": "Berlin", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Berlin", + "tlds": ["berlin"] + }, + "boston": { + "subtype": "city", + "name_en": "Boston", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/Boston", + "tlds": ["boston"] + }, + "brittany": { + "subtype": "subdivision", + "name_en": "Brittany", + "iso_code": "FR-BRE", + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Brittany", + "tlds": ["bzh"] + }, + "brussels": { + "subtype": "city", + "name_en": "Brussels", + "iso_code": null, + "parent": "be", + "info_link": "https://en.wikipedia.org/wiki/Brussels", + "tlds": ["brussels"] + }, + "capetown": { + "subtype": "city", + "name_en": "Cape Town", + "iso_code": null, + "parent": "za", + "info_link": "https://en.wikipedia.org/wiki/Cape_Town", + "tlds": ["capetown"] + }, + "catalonia": { + "subtype": "subdivision", + "name_en": "Catalonia", + "iso_code": "ES-CT", + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Catalonia", + "tlds": ["cat"] + }, + "cologne": { + "subtype": "city", + "name_en": "Cologne", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Cologne", + "tlds": ["cologne", "koeln"] + }, + "corsica": { + "subtype": "subdivision", + "name_en": "Corsica", + "iso_code": "FR-20R", + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Corsica", + "tlds": ["corsica"] + }, + "dubai": { + "subtype": "city", + "name_en": "Dubai", + "iso_code": null, + "parent": "ae", + "info_link": "https://en.wikipedia.org/wiki/Dubai", + "tlds": ["dubai"] + }, + "durban": { + "subtype": "city", + "name_en": "Durban", + "iso_code": null, + "parent": "za", + "info_link": "https://en.wikipedia.org/wiki/Durban", + "tlds": ["durban"] + }, + "eu": { + "subtype": "supranational", + "name_en": "European Union", + "iso_code": "EU", + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/European_Union", + "tlds": ["eu", "xn--e1a4c", "xn--qxa6a"] + }, + "flanders": { + "subtype": "subdivision", + "name_en": "Flanders", + "iso_code": "BE-VLG", + "parent": "be", + "info_link": "https://en.wikipedia.org/wiki/Flanders", + "tlds": ["vlaanderen"] + }, + "friesland": { + "subtype": "subdivision", + "name_en": "Friesland", + "iso_code": "NL-FR", + "parent": "nl", + "info_link": "https://en.wikipedia.org/wiki/Friesland", + "tlds": ["frl"] + }, + "galicia": { + "subtype": "subdivision", + "name_en": "Galicia", + "iso_code": "ES-GA", + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Galicia_(Spain)", + "tlds": ["gal"] + }, + "gent": { + "subtype": "city", + "name_en": "Ghent", + "iso_code": null, + "parent": "be", + "info_link": "https://en.wikipedia.org/wiki/Ghent", + "tlds": ["gent"] + }, + "hamburg": { + "subtype": "city", + "name_en": "Hamburg", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Hamburg", + "tlds": ["hamburg"] + }, + "helsinki": { + "subtype": "city", + "name_en": "Helsinki", + "iso_code": null, + "parent": "fi", + "info_link": "https://en.wikipedia.org/wiki/Helsinki", + "tlds": ["helsinki"] + }, + "istanbul": { + "subtype": "city", + "name_en": "Istanbul", + "iso_code": null, + "parent": "tr", + "info_link": "https://en.wikipedia.org/wiki/Istanbul", + "tlds": ["ist", "istanbul"] + }, + "joburg": { + "subtype": "city", + "name_en": "Johannesburg", + "iso_code": null, + "parent": "za", + "info_link": "https://en.wikipedia.org/wiki/Johannesburg", + "tlds": ["joburg"] + }, + "kyoto": { + "subtype": "city", + "name_en": "Kyoto", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Kyoto", + "tlds": ["kyoto"] + }, + "latin-america": { + "subtype": "supranational", + "name_en": "Latin America", + "iso_code": null, + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/Latin_America", + "tlds": ["lat"] + }, + "london": { + "subtype": "city", + "name_en": "London", + "iso_code": null, + "parent": "gb", + "info_link": "https://en.wikipedia.org/wiki/London", + "tlds": ["london"] + }, + "madrid": { + "subtype": "city", + "name_en": "Madrid", + "iso_code": null, + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Madrid", + "tlds": ["madrid"] + }, + "melbourne": { + "subtype": "city", + "name_en": "Melbourne", + "iso_code": null, + "parent": "au", + "info_link": "https://en.wikipedia.org/wiki/Melbourne", + "tlds": ["melbourne"] + }, + "miami": { + "subtype": "city", + "name_en": "Miami", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/Miami", + "tlds": ["miami"] + }, + "moscow": { + "subtype": "city", + "name_en": "Moscow", + "iso_code": null, + "parent": "ru", + "info_link": "https://en.wikipedia.org/wiki/Moscow", + "tlds": ["moscow", "xn--80adxhks"] + }, + "nagoya": { + "subtype": "city", + "name_en": "Nagoya", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Nagoya", + "tlds": ["nagoya"] + }, + "north-rhine-westphalia": { + "subtype": "subdivision", + "name_en": "North Rhine-Westphalia", + "iso_code": "DE-NW", + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/North_Rhine-Westphalia", + "tlds": ["nrw"] + }, + "nyc": { + "subtype": "city", + "name_en": "New York City", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/New_York_City", + "tlds": ["nyc"] + }, + "okinawa": { + "subtype": "subdivision", + "name_en": "Okinawa", + "iso_code": "JP-47", + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Okinawa_Prefecture", + "tlds": ["okinawa"] + }, + "osaka": { + "subtype": "city", + "name_en": "Osaka", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Osaka", + "tlds": ["osaka"] + }, + "paris": { + "subtype": "city", + "name_en": "Paris", + "iso_code": null, + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Paris", + "tlds": ["paris"] + }, + "quebec": { + "subtype": "subdivision", + "name_en": "Quebec", + "iso_code": "CA-QC", + "parent": "ca", + "info_link": "https://en.wikipedia.org/wiki/Quebec", + "tlds": ["quebec"] + }, + "rio": { + "subtype": "city", + "name_en": "Rio de Janeiro", + "iso_code": null, + "parent": "br", + "info_link": "https://en.wikipedia.org/wiki/Rio_de_Janeiro", + "tlds": ["rio"] + }, + "ruhr": { + "subtype": "subdivision", + "name_en": "Ruhr", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Ruhr", + "tlds": ["ruhr"] + }, + "ryukyu": { + "subtype": "subdivision", + "name_en": "Ryukyu Islands", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Ryukyu_Islands", + "tlds": ["ryukyu"] + }, + "saarland": { + "subtype": "subdivision", + "name_en": "Saarland", + "iso_code": "DE-SL", + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Saarland", + "tlds": ["saarland"] + }, + "scotland": { + "subtype": "subdivision", + "name_en": "Scotland", + "iso_code": "GB-SCT", + "parent": "gb", + "info_link": "https://en.wikipedia.org/wiki/Scotland", + "tlds": ["scot"] + }, + "stockholm": { + "subtype": "city", + "name_en": "Stockholm", + "iso_code": null, + "parent": "se", + "info_link": "https://en.wikipedia.org/wiki/Stockholm", + "tlds": ["stockholm"] + }, + "sydney": { + "subtype": "city", + "name_en": "Sydney", + "iso_code": null, + "parent": "au", + "info_link": "https://en.wikipedia.org/wiki/Sydney", + "tlds": ["sydney"] + }, + "taipei": { + "subtype": "city", + "name_en": "Taipei", + "iso_code": null, + "parent": "tw", + "info_link": "https://en.wikipedia.org/wiki/Taipei", + "tlds": ["taipei"] + }, + "tatarstan": { + "subtype": "subdivision", + "name_en": "Tatarstan", + "iso_code": "RU-TA", + "parent": "ru", + "info_link": "https://en.wikipedia.org/wiki/Tatarstan", + "tlds": ["tatar"] + }, + "tokyo": { + "subtype": "city", + "name_en": "Tokyo", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Tokyo", + "tlds": ["tokyo"] + }, + "tyrol": { + "subtype": "subdivision", + "name_en": "Tyrol", + "iso_code": "AT-7", + "parent": "at", + "info_link": "https://en.wikipedia.org/wiki/Tyrol_(state)", + "tlds": ["tirol"] + }, + "vegas": { + "subtype": "city", + "name_en": "Las Vegas", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/Las_Vegas", + "tlds": ["vegas"] + }, + "wales": { + "subtype": "subdivision", + "name_en": "Wales", + "iso_code": "GB-WLS", + "parent": "gb", + "info_link": "https://en.wikipedia.org/wiki/Wales", + "tlds": ["cymru", "wales"] + }, + "wien": { + "subtype": "city", + "name_en": "Vienna", + "iso_code": null, + "parent": "at", + "info_link": "https://en.wikipedia.org/wiki/Vienna", + "tlds": ["wien"] + }, + "yokohama": { + "subtype": "city", + "name_en": "Yokohama", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Yokohama", + "tlds": ["yokohama"] + }, + "zuerich": { + "subtype": "city", + "name_en": "Zurich", + "iso_code": null, + "parent": "ch", + "info_link": "https://en.wikipedia.org/wiki/Z%C3%BCrich", + "tlds": ["zuerich"] + } +} From dac9a57aff7197379608a6910c4a086fb54fade5 Mon Sep 17 00:00:00 2001 From: Eric Case Date: Mon, 25 May 2026 22:08:30 -0700 Subject: [PATCH 3/8] Add build support for the new annotations --- src/build/agreements.py | 85 ++++++++++ src/build/cultures.py | 75 +++++++++ src/build/places.py | 145 +++++++++++++++++ src/build/tlds.py | 75 ++++++++- src/config.py | 6 + tests/build/test_idn_script_field.py | 3 + tests/build/test_tlds.py | 6 + tests/integration/conftest.py | 40 +++++ .../integration/test_agreements_integrity.py | 88 ++++++++++ .../integration/test_build_reconciliation.py | 3 + tests/integration/test_cultures_integrity.py | 60 +++++++ .../test_idn_translation_coverage.py | 47 ++++++ .../test_organizations_integrity.py | 3 + tests/integration/test_places_integrity.py | 154 ++++++++++++++++++ 14 files changed, 785 insertions(+), 5 deletions(-) create mode 100644 src/build/agreements.py create mode 100644 src/build/cultures.py create mode 100644 src/build/places.py create mode 100644 tests/integration/conftest.py create mode 100644 tests/integration/test_agreements_integrity.py create mode 100644 tests/integration/test_cultures_integrity.py create mode 100644 tests/integration/test_idn_translation_coverage.py create mode 100644 tests/integration/test_places_integrity.py diff --git a/src/build/agreements.py b/src/build/agreements.py new file mode 100644 index 00000000..f9b5f81e --- /dev/null +++ b/src/build/agreements.py @@ -0,0 +1,85 @@ +"""Build data/generated/agreements.json. + +Transposes the built TLD list into a per-agreement-type reverse index. The slug +and verbatim ICANN string come from REGISTRY_AGREEMENT_TYPE_MAPPING; the friendly +display_name is an editorial layer authored here. +""" + +import logging +from datetime import datetime, timezone +from pathlib import Path + +from ..config import REGISTRY_AGREEMENT_TYPE_MAPPING +from ..utilities.content_changed import write_json_if_changed + +logger = logging.getLogger(__name__) + +_DESCRIPTION = ( + "ICANN registry-agreement types with a reverse index of the gTLDs operating " + "under each. Slugs and source_names are canonical ICANN values; display_name " + "is a friendly editorial label." +) + +_SOURCES = [ + "data/source/icann-registry-agreement-table.csv (ICANN)", +] + +# Friendly display label per slug. Must cover every slug in +# REGISTRY_AGREEMENT_TYPE_MAPPING; a missing entry fails the build (KeyError). +_DISPLAY_NAMES: dict[str, str] = { + "base": "Base", + "non_sponsored": "Non-Sponsored", + "brand": "Brand", + "community": "Community", + "sponsored": "Sponsored", +} + + +def build_agreements_json(tlds: list[dict], output_path: Path) -> tuple[bool, str]: + """Transpose registry-agreement types and write agreements.json. + + Args: + tlds: The built TLD entries (the source of agreement-type relationships). + output_path: Destination for the generated artifact. + + Returns: + The ``(changed, status)`` tuple from ``write_json_if_changed``. + """ + # slug -> verbatim ICANN string (the inverse of the source mapping). + source_strings = { + slug: raw for raw, slug in REGISTRY_AGREEMENT_TYPE_MAPPING.items() + } + tlds_by_slug = _transpose(tlds) + + agreements = [] + for slug in sorted(source_strings): + agreements.append( + { + "slug": slug, + "display_name": _DISPLAY_NAMES[slug], + "source_names": {"icann": source_strings[slug]}, + "tlds": sorted(tlds_by_slug.get(slug, set())), + } + ) + + output = { + "description": _DESCRIPTION, + "publication": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"), + "sources": _SOURCES, + "agreements": agreements, + } + + changed, status = write_json_if_changed( + output_path, output, exclude_fields=["publication"], indent=2 + ) + logger.info("agreements.json: %s (changed=%s)", status, changed) + return changed, status + + +def _transpose(tlds: list[dict]) -> dict[str, set[str]]: + """Build ``{slug: {tlds}}`` from each TLD's registry_agreement_types.""" + acc: dict[str, set[str]] = {} + for entry in tlds: + for slug in entry.get("annotations", {}).get("registry_agreement_types", []): + acc.setdefault(slug, set()).add(entry["tld"]) + return acc diff --git a/src/build/cultures.py b/src/build/cultures.py new file mode 100644 index 00000000..1ddf6876 --- /dev/null +++ b/src/build/cultures.py @@ -0,0 +1,75 @@ +"""Build data/generated/cultures.json. + +Merges the editorial culture identity (data/manual/cultures.json) with a reverse +index of TLDs transposed from each TLD's annotations.cultural_affiliation. +""" + +import logging +from datetime import datetime, timezone +from pathlib import Path + +from ..utilities.content_changed import write_json_if_changed + +logger = logging.getLogger(__name__) + +_DESCRIPTION = ( + "Ethno-linguistic and cultural communities claimed by TLDs in the IANA root " + "zone, each with a reverse index of those TLDs." +) + +_SOURCES = [ + "data/manual/cultures.json (editorial)", + "data/manual/annotations.json (cultural_affiliation tags)", +] + + +def build_cultures_json( + tlds: list[dict], manual_cultures: dict[str, dict], output_path: Path +) -> tuple[bool, str]: + """Attach the TLD reverse-index to the culture seed and write the file. + + Args: + tlds: The built TLD entries (source of cultural_affiliation membership). + manual_cultures: Editorial culture identity, keyed by slug. + output_path: Destination for the generated artifact. + + Returns: + The ``(changed, status)`` tuple from ``write_json_if_changed``. + """ + tlds_by_slug = _transpose(tlds) + + cultures = [] + for slug in sorted(manual_cultures): + rec = manual_cultures[slug] + cultures.append( + { + "slug": slug, + "name_en": rec["name_en"], + "info_link": rec["info_link"], + "language_code": rec.get("language_code"), + "tlds": sorted(tlds_by_slug.get(slug, set())), + } + ) + + output = { + "description": _DESCRIPTION, + "publication": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"), + "sources": _SOURCES, + "cultures": cultures, + } + + changed, status = write_json_if_changed( + output_path, output, exclude_fields=["publication"], indent=2 + ) + logger.info("cultures.json: %s (changed=%s)", status, changed) + return changed, status + + +def _transpose(tlds: list[dict]) -> dict[str, set[str]]: + """Build ``{culture_slug: {tlds}}`` from each TLD's cultural_affiliation.""" + acc: dict[str, set[str]] = {} + for entry in tlds: + affiliation = entry.get("annotations", {}).get("cultural_affiliation") + if affiliation: + acc.setdefault(affiliation, set()).add(entry["tld"]) + return acc diff --git a/src/build/places.py b/src/build/places.py new file mode 100644 index 00000000..1c3c7144 --- /dev/null +++ b/src/build/places.py @@ -0,0 +1,145 @@ +"""Build data/generated/places.json. + +Countries are derived mechanically from ccTLDs (pycountry + CCTLD_OVERRIDES); +subdivisions, cities, and supranational regions come from the editorial +data/manual/places.json (keyed by slug, carrying their own tlds[]). Dependent +territories and the ISO special-status codes enrich the country records. +""" + +import logging +from datetime import datetime, timezone +from pathlib import Path + +import pycountry + +from ..parse.country import get_country_name, is_cctld +from ..utilities.content_changed import write_json_if_changed + +logger = logging.getLogger(__name__) + +_DESCRIPTION = ( + "Places associated with TLDs in the IANA root zone (countries, dependent " + "territories, subdivisions, cities, and supranational regions), each with a " + "reverse index of its TLDs. Country slugs are ISO 3166-1 alpha-2." +) + +_SOURCES = [ + "pycountry (ISO 3166-1 / 3166-2)", + "data/manual/places.json (editorial)", + "data/manual/dependent-territories.json (editorial; ISO 3166-1)", +] + +# Delegated ccTLDs that are not ordinary sovereign countries. ISO 3166-1 +# vocabulary: (iso_designation, parent place slug). +_SPECIAL: dict[str, tuple[str, str | None]] = { + "ac": ("exceptionally_reserved", "sh"), + "su": ("transitionally_reserved", None), + "aq": ("special_area", None), +} + + +def build_places_json( + tlds: list[dict], + manual_places: dict[str, dict], + dependent_territories: dict[str, list[str]], + output_path: Path, +) -> tuple[bool, str]: + """Combine derived country records with editorial places and write the file. + + Args: + tlds: The built TLD entries (source of country reverse-index membership). + manual_places: Editorial subdivisions/cities/supranational, keyed by slug. + dependent_territories: Map of sovereign slug to its list of dependent + territory slugs (e.g. ``{"gb": ["ai", "bm", ...], ...}``). + output_path: Destination for the generated artifact. + + Returns: + The ``(changed, status)`` tuple from ``write_json_if_changed``. + """ + claimed = {tld for rec in manual_places.values() for tld in rec["tlds"]} + countries = _build_countries(tlds, claimed, dependent_territories) + + records = [*countries.values(), *_manual_records(manual_places)] + records.sort(key=lambda r: r["slug"]) + + output = { + "description": _DESCRIPTION, + "publication": datetime.now(timezone.utc).strftime("%Y-%m-%dT%H:%M:%SZ"), + "sources": _SOURCES, + "places": records, + } + + changed, status = write_json_if_changed( + output_path, output, exclude_fields=["publication"], indent=2 + ) + logger.info("places.json: %s (changed=%s)", status, changed) + return changed, status + + +def _build_countries( + tlds: list[dict], + claimed: set[str], + dependent_territories: dict[str, list[str]], +) -> dict[str, dict]: + """Build country records keyed by ISO 3166-1 alpha-2 slug. + + Every delegated ccTLD folds into one record by its alpha-2 (uk -> gb; IDN + ccTLDs join via tld_iso). TLDs claimed by an editorial place are skipped so + they never get a spurious country record (e.g. .eu is supranational). + """ + by_slug: dict[str, dict] = {} + + def ensure(slug: str) -> dict: + if slug not in by_slug: + iso = pycountry.countries.get(alpha_2=slug.upper()) + by_slug[slug] = { + "slug": slug, + "name_en": get_country_name(slug), + "subtype": "country", + "iso_code": iso.alpha_2 if iso else None, + "parent": None, + "tlds": [], + } + return by_slug[slug] + + for entry in tlds: + tld = entry["tld"] + if not entry.get("delegated") or tld in claimed: + continue + if is_cctld(tld): + ensure("gb" if tld == "uk" else tld)["tlds"].append(tld) + elif tld.startswith("xn--") and entry.get("tld_iso"): + iso = entry["tld_iso"].lower() + ensure("gb" if iso == "uk" else iso)["tlds"].append(tld) + + for slug, (designation, parent) in _SPECIAL.items(): + if slug in by_slug: + by_slug[slug]["iso_designation"] = designation + if parent is not None: + by_slug[slug]["parent"] = parent + + for sovereign, territories in dependent_territories.items(): + for territory in territories: + if territory in by_slug: + by_slug[territory]["iso_designation"] = "dependent_territory" + by_slug[territory]["parent"] = sovereign + + for record in by_slug.values(): + record["tlds"].sort() + return by_slug + + +def _manual_records(manual_places: dict[str, dict]) -> list[dict]: + """Normalize the editorial places into output records (sorted tlds).""" + return [ + { + "slug": slug, + "name_en": rec["name_en"], + "subtype": rec["subtype"], + "iso_code": rec.get("iso_code"), + "parent": rec.get("parent"), + "info_link": rec["info_link"], + "tlds": sorted(rec["tlds"]), + } + for slug, rec in manual_places.items() + ] diff --git a/src/build/tlds.py b/src/build/tlds.py index aee2c4bf..eb41475b 100644 --- a/src/build/tlds.py +++ b/src/build/tlds.py @@ -9,9 +9,14 @@ from typing import Any from ..config import ( + AGREEMENTS_OUTPUT_FILE, + CULTURES_OUTPUT_FILE, IANA_URLS, IDN_SCRIPT_MAPPING_FILE, + MANUAL_DIR, + MANUAL_FILES, ORGANIZATIONS_OUTPUT_FILE, + PLACES_OUTPUT_FILE, TLD_DIR, TLD_PAGES_DIR, TLDS_INDEX_FILE, @@ -37,8 +42,12 @@ from ..parse.tld_html import parse_tld_page from ..utilities.content_changed import write_json_if_changed from ..utilities.download import get_iptoasn_path +from ..utilities.file_io import read_json_file from ..utilities.urls import get_tld_file_path +from .agreements import build_agreements_json +from .cultures import build_cultures_json from .organizations import build_organizations_json +from .places import build_places_json logger = logging.getLogger(__name__) @@ -55,6 +64,9 @@ class OutputPaths: tlds_index: Path tld_dir: Path organizations_json: Path + places_json: Path + cultures_json: Path + agreements_json: Path @classmethod def from_config(cls) -> "OutputPaths": @@ -63,6 +75,9 @@ def from_config(cls) -> "OutputPaths": tlds_index=Path(TLDS_INDEX_FILE), tld_dir=Path(TLD_DIR), organizations_json=Path(ORGANIZATIONS_OUTPUT_FILE), + places_json=Path(PLACES_OUTPUT_FILE), + cultures_json=Path(CULTURES_OUTPUT_FILE), + agreements_json=Path(AGREEMENTS_OUTPUT_FILE), ) @@ -89,6 +104,15 @@ def build_tlds_json(output_paths: OutputPaths | None = None) -> dict: manual_annotations = parse_manual_annotations() manual_orgs = parse_organizations_manual() resolver = build_resolver(manual_orgs) + manual_places = read_json_file( + Path(MANUAL_DIR) / MANUAL_FILES["PLACES"], default={} + ) + dependent_territories = read_json_file( + Path(MANUAL_DIR) / MANUAL_FILES["DEPENDENT_TERRITORIES"], default={} + ) + manual_cultures = read_json_file( + Path(MANUAL_DIR) / MANUAL_FILES["CULTURES"], default={} + ) # Load IDN script mappings idn_script_mapping = {} @@ -233,9 +257,43 @@ def build_tlds_json(output_paths: OutputPaths | None = None) -> dict: } logger.info("tlds-index.json: %s (changed=%s)", index_status, index_changed) - build_organizations_json( - tlds, manual_orgs, resolver, output_paths.organizations_json - ) + # Reverse-index artifacts. Each is called sequentially and short-circuits + # on a write error (same idiom as the core artifacts above), so make build + # never reports success with a partial dataset. + artifact_calls = [ + ( + "organizations.json", + lambda: build_organizations_json( + tlds, manual_orgs, resolver, output_paths.organizations_json + ), + ), + ( + "agreements.json", + lambda: build_agreements_json(tlds, output_paths.agreements_json), + ), + ( + "places.json", + lambda: build_places_json( + tlds, manual_places, dependent_territories, output_paths.places_json + ), + ), + ( + "cultures.json", + lambda: build_cultures_json( + tlds, manual_cultures, output_paths.cultures_json + ), + ), + ] + for name, call in artifact_calls: + _changed, artifact_status = call() + if artifact_status == "error": + return { + "total_tlds": len(tlds), + "output_file": str(output_paths.tlds_json), + "file_size": output_paths.tlds_json.stat().st_size, + "changed": changed, + "error": f"Failed to write {name}", + } logger.info(f"Successfully built {len(tlds)} TLD entries") return { @@ -526,11 +584,18 @@ def _build_tld_entry( # Editorial per-TLD annotations. geographic_scope falls back to "country" # for ccTLDs (the only mechanically derivable level); everything else is - # hand-curated and absent when it does not apply. + # hand-curated and absent when it does not apply. An IDN ccTLD inherits its + # country's scope so .eu's IDN variants read as supranational, not country. manual = manual_annotations.get(tld, {}) geographic_scope = manual.get("geographic_scope") if geographic_scope is None and iana_tag == "country-code": - geographic_scope = "country" + parent_iso = entry.get("tld_iso") + parent_scope = ( + manual_annotations.get(parent_iso.lower(), {}).get("geographic_scope") + if parent_iso + else None + ) + geographic_scope = parent_scope or "country" if geographic_scope: annotations["geographic_scope"] = geographic_scope if manual.get("cultural_affiliation"): diff --git a/src/config.py b/src/config.py index 4c9a1bcd..d7d936b8 100644 --- a/src/config.py +++ b/src/config.py @@ -35,6 +35,9 @@ TLDS_INDEX_FILE: Final[str] = f"{GENERATED_DIR}/tlds-index.json" TLD_DIR: Final[str] = f"{GENERATED_DIR}/tld" ORGANIZATIONS_OUTPUT_FILE: Final[str] = f"{GENERATED_DIR}/organizations.json" +PLACES_OUTPUT_FILE: Final[str] = f"{GENERATED_DIR}/places.json" +CULTURES_OUTPUT_FILE: Final[str] = f"{GENERATED_DIR}/cultures.json" +AGREEMENTS_OUTPUT_FILE: Final[str] = f"{GENERATED_DIR}/agreements.json" IDN_SCRIPT_MAPPING_FILE: Final[str] = f"{GENERATED_DIR}/idn-script-mapping.json" # Manual data files @@ -42,6 +45,9 @@ "ANNOTATIONS": "annotations.json", "ORGANIZATIONS": "organizations.json", "SUPPLEMENTAL_CCTLD_RDAP": "supplemental-cctld-rdap.json", + "PLACES": "places.json", + "CULTURES": "cultures.json", + "DEPENDENT_TERRITORIES": "dependent-territories.json", } # Test fixtures diff --git a/tests/build/test_idn_script_field.py b/tests/build/test_idn_script_field.py index 4adb432e..a1b9d693 100644 --- a/tests/build/test_idn_script_field.py +++ b/tests/build/test_idn_script_field.py @@ -29,6 +29,9 @@ def built_tlds_json(tmp_path_factory): tlds_index=tmp / "tlds-index.json", tld_dir=tmp / "tld", organizations_json=tmp / "organizations.json", + places_json=tmp / "places.json", + cultures_json=tmp / "cultures.json", + agreements_json=tmp / "agreements.json", ) build_tlds_json(output_paths) diff --git a/tests/build/test_tlds.py b/tests/build/test_tlds.py index fc7bf81a..57e2e59c 100644 --- a/tests/build/test_tlds.py +++ b/tests/build/test_tlds.py @@ -30,6 +30,9 @@ def temp_output(tmp_path, monkeypatch): tlds_index=tmp_path / "tlds-index.json", tld_dir=tmp_path / "tld", organizations_json=tmp_path / "organizations.json", + places_json=tmp_path / "places.json", + cultures_json=tmp_path / "cultures.json", + agreements_json=tmp_path / "agreements.json", ) @@ -49,6 +52,9 @@ def shared_build(tmp_path_factory): tlds_index=tmp / "tlds-index.json", tld_dir=tmp / "tld", organizations_json=tmp / "organizations.json", + places_json=tmp / "places.json", + cultures_json=tmp / "cultures.json", + agreements_json=tmp / "agreements.json", ) result = build_tlds_json(paths) yield SimpleNamespace( diff --git a/tests/integration/conftest.py b/tests/integration/conftest.py new file mode 100644 index 00000000..cb6d9b46 --- /dev/null +++ b/tests/integration/conftest.py @@ -0,0 +1,40 @@ +"""Shared one-shot build for the typed-graph integrity suites. + +build_tlds_json writes the full TLD set plus every reverse-index artifact. The +session-scoped fixture runs it once into a temp dir so the places/cultures/ +agreements integrity modules all read the same fresh build instead of the +committed data/generated files (which only exist after a `make build`). +""" + +import json +from types import SimpleNamespace +from unittest.mock import patch + +import pytest + +from src.build.tlds import OutputPaths, build_tlds_json + + +@pytest.fixture(scope="session") +def typed_graph(tmp_path_factory): + tmp = tmp_path_factory.mktemp("typed_graph") + with patch("src.utilities.metadata.METADATA_FILE", str(tmp / "metadata.json")): + paths = OutputPaths( + tlds_json=tmp / "tlds.json", + tlds_index=tmp / "tlds-index.json", + tld_dir=tmp / "tld", + organizations_json=tmp / "organizations.json", + places_json=tmp / "places.json", + cultures_json=tmp / "cultures.json", + agreements_json=tmp / "agreements.json", + ) + result = build_tlds_json(paths) + assert not result.get("error"), result.get("error") + + tlds = {e["tld"]: e for e in json.loads(paths.tlds_json.read_text())["tlds"]} + return SimpleNamespace( + tlds=tlds, + places=json.loads(paths.places_json.read_text()), + cultures=json.loads(paths.cultures_json.read_text()), + agreements=json.loads(paths.agreements_json.read_text()), + ) diff --git a/tests/integration/test_agreements_integrity.py b/tests/integration/test_agreements_integrity.py new file mode 100644 index 00000000..23939d48 --- /dev/null +++ b/tests/integration/test_agreements_integrity.py @@ -0,0 +1,88 @@ +"""Referential-integrity tests for agreements.json: enum matches the canonical +ICANN mapping, registry_agreement_types round-trips, every record carries display + source.""" + +from src.config import REGISTRY_AGREEMENT_TYPE_MAPPING + +CANONICAL_SLUGS = set(REGISTRY_AGREEMENT_TYPE_MAPPING.values()) + + +def _agreements(typed_graph): + return typed_graph.agreements["agreements"] + + +def test_enum_completeness(typed_graph): + """The artifact's slugs are exactly the canonical ICANN agreement types. + + Tripwire (N3): if ICANN adds an agreement type, this fails until both the + mapping and display names are updated.""" + slugs = {a["slug"] for a in _agreements(typed_graph)} + assert slugs == CANONICAL_SLUGS, ( + f"agreements.json slugs {slugs} != canonical {CANONICAL_SLUGS}" + ) + # And no TLD carries a type outside the canonical set. + observed = { + slug + for entry in typed_graph.tlds.values() + for slug in entry.get("annotations", {}).get("registry_agreement_types", []) + } + assert observed <= CANONICAL_SLUGS, ( + f"TLDs carry non-canonical types: {observed - CANONICAL_SLUGS}" + ) + + +def test_round_trips_with_tld_annotations(typed_graph): + """registry_agreement_types on a TLD <-> the agreement's tlds[] list.""" + by_slug = {a["slug"]: a for a in _agreements(typed_graph)} + + forward = [] + for tld, entry in typed_graph.tlds.items(): + for slug in entry.get("annotations", {}).get("registry_agreement_types", []): + if tld not in by_slug[slug]["tlds"]: + forward.append((tld, slug)) + assert forward == [], ( + f"TLD agreement types missing from the reverse index: {forward[:15]}" + ) + + backward = [] + for agreement in _agreements(typed_graph): + for tld in agreement["tlds"]: + types = ( + typed_graph.tlds[tld] + .get("annotations", {}) + .get("registry_agreement_types", []) + ) + if agreement["slug"] not in types: + backward.append((agreement["slug"], tld)) + assert backward == [], f"reverse-index TLDs that don't point back: {backward[:15]}" + + +def test_agreement_tlds_are_ascii_keys_in_tlds_json(typed_graph): + """Every TLD in an agreement is an A-label (ASCII) and a real tlds.json key.""" + bad = [] + for agreement in _agreements(typed_graph): + for tld in agreement["tlds"]: + if not tld.isascii() or tld not in typed_graph.tlds: + bad.append((agreement["slug"], tld)) + + assert bad == [], f"agreement TLDs that are non-ASCII or not a tlds.json key: {bad}" + + +def test_every_agreement_has_display_name_and_source(typed_graph): + """Each record carries a friendly display_name and the verbatim ICANN string.""" + inverse = {slug: raw for raw, slug in REGISTRY_AGREEMENT_TYPE_MAPPING.items()} + problems = [] + for agreement in _agreements(typed_graph): + if not agreement.get("display_name"): + problems.append((agreement["slug"], "no display_name")) + if agreement.get("source_names", {}).get("icann") != inverse[agreement["slug"]]: + problems.append((agreement["slug"], "source_names.icann mismatch")) + + assert problems == [], f"agreement records missing display/source data: {problems}" + + +def test_agreements_sorted_with_envelope(typed_graph): + """Agreements are sorted by slug and the envelope is present.""" + slugs = [a["slug"] for a in _agreements(typed_graph)] + assert slugs == sorted(slugs) + assert typed_graph.agreements["description"] + assert typed_graph.agreements["sources"] diff --git a/tests/integration/test_build_reconciliation.py b/tests/integration/test_build_reconciliation.py index 687ab464..88b7bfd1 100644 --- a/tests/integration/test_build_reconciliation.py +++ b/tests/integration/test_build_reconciliation.py @@ -54,6 +54,9 @@ def tlds_data(tmp_path_factory): tlds_index=tmp / "tlds-index.json", tld_dir=tmp / "tld", organizations_json=tmp / "organizations.json", + places_json=tmp / "places.json", + cultures_json=tmp / "cultures.json", + agreements_json=tmp / "agreements.json", ) try: build_tlds_json(paths) diff --git a/tests/integration/test_cultures_integrity.py b/tests/integration/test_cultures_integrity.py new file mode 100644 index 00000000..2737705d --- /dev/null +++ b/tests/integration/test_cultures_integrity.py @@ -0,0 +1,60 @@ +"""Referential-integrity tests for cultures.json: no orphan records, +cultural_affiliation round-trips, every TLD is a real ASCII tlds.json key.""" + + +def _cultures(typed_graph): + return typed_graph.cultures["cultures"] + + +def test_every_culture_has_at_least_one_tld(typed_graph): + """No orphan culture records.""" + orphans = [c["slug"] for c in _cultures(typed_graph) if not c["tlds"]] + + assert orphans == [], f"cultures with no TLDs: {orphans}" + + +def test_cultural_affiliation_round_trips(typed_graph): + """Every cultural_affiliation tag resolves to a culture that lists the TLD, + and every TLD a culture lists carries that affiliation.""" + by_slug = {c["slug"]: c for c in _cultures(typed_graph)} + + # Forward: tag -> culture lists the TLD. + forward = [] + for tld, entry in typed_graph.tlds.items(): + affiliation = entry.get("annotations", {}).get("cultural_affiliation") + if affiliation and tld not in by_slug.get(affiliation, {"tlds": []})["tlds"]: + forward.append((tld, affiliation)) + assert forward == [], ( + f"cultural_affiliation tags not reflected in cultures.json: {forward}" + ) + + # Backward: culture TLD -> the TLD carries that affiliation. + backward = [] + for culture in _cultures(typed_graph): + for tld in culture["tlds"]: + tag = ( + typed_graph.tlds[tld].get("annotations", {}).get("cultural_affiliation") + ) + if tag != culture["slug"]: + backward.append((culture["slug"], tld, tag)) + assert backward == [], f"culture TLDs whose affiliation disagrees: {backward}" + + +def test_culture_tlds_are_ascii_keys_in_tlds_json(typed_graph): + """Every TLD in a culture is an A-label (ASCII) and a real tlds.json key.""" + bad = [] + for culture in _cultures(typed_graph): + for tld in culture["tlds"]: + if not tld.isascii() or tld not in typed_graph.tlds: + bad.append((culture["slug"], tld)) + + assert bad == [], f"culture TLDs that are non-ASCII or not a tlds.json key: {bad}" + + +def test_cultures_sorted_with_envelope(typed_graph): + """Cultures are sorted by slug, slugs unique, and the envelope is present.""" + slugs = [c["slug"] for c in _cultures(typed_graph)] + assert slugs == sorted(slugs) + assert len(slugs) == len(set(slugs)) + assert typed_graph.cultures["description"] + assert typed_graph.cultures["sources"] diff --git a/tests/integration/test_idn_translation_coverage.py b/tests/integration/test_idn_translation_coverage.py new file mode 100644 index 00000000..9b172ab5 --- /dev/null +++ b/tests/integration/test_idn_translation_coverage.py @@ -0,0 +1,47 @@ +"""Every delegated IDN TLD must have at least one English-meaning source. + +A new IDN delegation that slips through ICANN's Translation column AND isn't +tagged geographic/cultural AND isn't a country-code IDN would be uncovered. +This test fails loudly when that happens so a curator knows to either tag it +or add a manual ``icann_translation_en`` override in ``annotations.json``. +""" + + +def _english_sources( + tld: str, entry: dict, places_by_tld: dict, cultures_by_slug: dict +) -> list[str]: + """All layers carrying an English meaning for this IDN.""" + sources = [] + annotations = entry.get("annotations", {}) + if annotations.get("icann_translation_en"): + sources.append("icann_translation_en") + if annotations.get("geographic_scope") and tld in places_by_tld: + sources.append(f"place:{places_by_tld[tld]}") + if (slug := annotations.get("cultural_affiliation")) and slug in cultures_by_slug: + sources.append(f"culture:{slug}") + if entry.get("iana_tag") == "country-code" and entry.get("tld_iso"): + sources.append(f"country:{entry['tld_iso']}") + return sources + + +def test_every_idn_has_an_english_meaning(typed_graph): + """Every delegated IDN resolves to an English string through at least one + of: ICANN translation, geographic_scope -> place, cultural_affiliation -> + culture, or country-code -> tld_iso country.""" + places_by_tld = { + tld: p["slug"] for p in typed_graph.places["places"] for tld in p["tlds"] + } + cultures_by_slug = {c["slug"]: c for c in typed_graph.cultures["cultures"]} + + uncovered = [] + for tld, entry in typed_graph.tlds.items(): + if not entry.get("delegated") or not tld.startswith("xn--"): + continue + if not _english_sources(tld, entry, places_by_tld, cultures_by_slug): + uncovered.append((tld, entry.get("tld_unicode"))) + + assert uncovered == [], ( + "delegated IDN TLDs with no English-meaning source " + "(add icann_translation_en in annotations.json, or tag geographic/cultural): " + f"{uncovered}" + ) diff --git a/tests/integration/test_organizations_integrity.py b/tests/integration/test_organizations_integrity.py index 48aa4f77..ca34b7df 100644 --- a/tests/integration/test_organizations_integrity.py +++ b/tests/integration/test_organizations_integrity.py @@ -41,6 +41,9 @@ def built(tmp_path_factory): tlds_index=tmp / "tlds-index.json", tld_dir=tmp / "tld", organizations_json=tmp / "organizations.json", + places_json=tmp / "places.json", + cultures_json=tmp / "cultures.json", + agreements_json=tmp / "agreements.json", ) build_tlds_json(paths) diff --git a/tests/integration/test_places_integrity.py b/tests/integration/test_places_integrity.py new file mode 100644 index 00000000..ef547bc9 --- /dev/null +++ b/tests/integration/test_places_integrity.py @@ -0,0 +1,154 @@ +"""Referential-integrity tests for places.json: no orphan records, every +geographic_scope TLD lands in a matching place, every parent/sovereign FK resolves.""" + +ISO_DESIGNATIONS = { + "dependent_territory", + "exceptionally_reserved", + "transitionally_reserved", + "special_area", +} + + +def _places(typed_graph): + return typed_graph.places["places"] + + +def _tld_to_place(typed_graph): + mapping = {} + for place in _places(typed_graph): + for tld in place["tlds"]: + mapping[tld] = place["slug"] + return mapping + + +def test_every_place_has_at_least_one_tld(typed_graph): + """No orphan place records (a place with no TLD has nothing to anchor it).""" + orphans = [p["slug"] for p in _places(typed_graph) if not p["tlds"]] + + assert orphans == [], f"places with no TLDs: {orphans}" + + +def test_no_tld_claimed_by_two_places(typed_graph): + """Each TLD belongs to exactly one place.""" + seen: dict[str, str] = {} + dupes = [] + for place in _places(typed_graph): + for tld in place["tlds"]: + if tld in seen: + dupes.append((tld, seen[tld], place["slug"])) + seen[tld] = place["slug"] + + assert dupes == [], f"TLDs claimed by two places: {dupes}" + + +def test_place_tlds_are_ascii_delegated_keys_in_tlds_json(typed_graph): + """Every TLD in a place is an A-label, a real tlds.json key, AND delegated.""" + bad = [] + for place in _places(typed_graph): + for tld in place["tlds"]: + entry = typed_graph.tlds.get(tld) + if not tld.isascii(): + bad.append((place["slug"], tld, "non-ascii")) + elif entry is None: + bad.append((place["slug"], tld, "unknown-tld")) + elif not entry.get("delegated"): + bad.append((place["slug"], tld, "not-delegated")) + + assert bad == [], f"invalid place TLDs: {bad}" + + +def test_every_geographic_scope_tld_lands_in_a_matching_place(typed_graph): + """Forward: a TLD tagged geographic_scope=X is in exactly one place of + subtype X. Catches orphaned geographic TLDs and subtype drift.""" + tld_to_place = _tld_to_place(typed_graph) + by_slug = {p["slug"]: p for p in _places(typed_graph)} + + problems = [] + for tld, entry in typed_graph.tlds.items(): + # Retired/non-delegated ccTLDs (an, tp, eh, ...) still carry a derived + # country scope but are deliberately absent from places.json. + if not entry.get("delegated"): + continue + scope = entry.get("annotations", {}).get("geographic_scope") + if not scope: + continue + place_slug = tld_to_place.get(tld) + if place_slug is None: + problems.append((tld, scope, "in no place")) + elif by_slug[place_slug]["subtype"] != scope: + problems.append( + (tld, scope, f"place {place_slug} is {by_slug[place_slug]['subtype']}") + ) + + assert problems == [], ( + f"geographic_scope TLDs not in a matching place: {problems[:15]}" + ) + + +def test_every_delegated_cctld_resolves_to_a_place(typed_graph): + """Coverage: no delegated ccTLD (ASCII or IDN) is left without a place.""" + placed = {tld for p in _places(typed_graph) for tld in p["tlds"]} + orphans = [ + tld + for tld, entry in typed_graph.tlds.items() + if entry.get("delegated") + and entry.get("iana_tag") == "country-code" + and tld not in placed + ] + + assert orphans == [], f"delegated ccTLDs with no place: {orphans}" + + +def test_parent_fks_resolve(typed_graph): + """Every non-null parent points to a real place slug.""" + slugs = {p["slug"] for p in _places(typed_graph)} + dangling = [ + (p["slug"], p["parent"]) + for p in _places(typed_graph) + if p.get("parent") is not None and p["parent"] not in slugs + ] + + assert dangling == [], f"places whose parent is not a place slug: {dangling}" + + +def test_iso_designation_enum_and_dependent_has_parent(typed_graph): + """iso_designation uses only ISO 3166-1 vocabulary; dependents name a sovereign.""" + bad_values = [] + dependents_without_parent = [] + for place in _places(typed_graph): + designation = place.get("iso_designation") + if designation is None: + continue + if designation not in ISO_DESIGNATIONS: + bad_values.append((place["slug"], designation)) + if designation == "dependent_territory" and not place.get("parent"): + dependents_without_parent.append(place["slug"]) + + assert bad_values == [], f"unknown iso_designation values: {bad_values}" + assert dependents_without_parent == [], ( + f"dependent territories with no sovereign parent: {dependents_without_parent}" + ) + + +def test_uk_folds_to_gb(typed_graph): + """The UK is one place slugged gb (alpha-2), carrying both .gb and .uk.""" + slugs = {p["slug"] for p in _places(typed_graph)} + assert "uk" not in slugs + gb = next(p for p in _places(typed_graph) if p["slug"] == "gb") + assert {"gb", "uk"} <= set(gb["tlds"]) + + +def test_idn_cctld_folds_into_its_country(typed_graph): + """An IDN ccTLD joins its country's record, not a record of its own.""" + ru = next(p for p in _places(typed_graph) if p["slug"] == "ru") + assert "xn--p1ai" in ru["tlds"] + assert not any(p["slug"] == "xn--p1ai" for p in _places(typed_graph)) + + +def test_places_sorted_unique_with_envelope(typed_graph): + """Places are sorted by slug, slugs are unique, and the envelope is present.""" + slugs = [p["slug"] for p in _places(typed_graph)] + assert slugs == sorted(slugs) + assert len(slugs) == len(set(slugs)) + assert typed_graph.places["description"] + assert typed_graph.places["sources"] From 549fd580499ebc523dfb318741e9e4154da52acd Mon Sep 17 00:00:00 2001 From: Eric Case Date: Mon, 25 May 2026 22:09:53 -0700 Subject: [PATCH 4/8] Data update per the new primitives and mappings --- data/generated/agreements.json | 3109 ++++++++++++++++++++++++++++ data/generated/cultures.json | 120 ++ data/generated/places.json | 3216 +++++++++++++++++++++++++++++ data/generated/tld/bayern.json | 5 +- data/generated/tld/cat.json | 3 +- data/generated/tld/corsica.json | 5 +- data/generated/tld/ist.json | 5 +- data/generated/tld/okinawa.json | 5 +- data/generated/tld/ruhr.json | 5 +- data/generated/tld/ryukyu.json | 5 +- data/generated/tld/xn--e1a4c.json | 4 +- data/generated/tld/xn--ngbrx.json | 5 +- data/generated/tld/xn--qxa6a.json | 4 +- data/generated/tlds.json | 28 +- 14 files changed, 6490 insertions(+), 29 deletions(-) create mode 100644 data/generated/agreements.json create mode 100644 data/generated/cultures.json create mode 100644 data/generated/places.json diff --git a/data/generated/agreements.json b/data/generated/agreements.json new file mode 100644 index 00000000..7342a5df --- /dev/null +++ b/data/generated/agreements.json @@ -0,0 +1,3109 @@ +{ + "description": "ICANN registry-agreement types with a reverse index of the gTLDs operating under each. Slugs and source_names are canonical ICANN values; display_name is a friendly editorial label.", + "publication": "2026-05-26T05:00:52Z", + "sources": [ + "data/source/icann-registry-agreement-table.csv (ICANN)" + ], + "agreements": [ + { + "slug": "base", + "display_name": "Base", + "source_names": { + "icann": "Base" + }, + "tlds": [ + "aaa", + "aarp", + "abarth", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "active", + "actor", + "adac", + "ads", + "adult", + "aeg", + "aetna", + "afamilycompany", + "afl", + "africa", + "agakhan", + "agency", + "aig", + "aigo", + "airbus", + "airforce", + "airtel", + "akdn", + "alfaromeo", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "amazon", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "analytics", + "android", + "anquan", + "anz", + "aol", + "apartments", + "app", + "apple", + "aquarelle", + "arab", + "aramco", + "archi", + "army", + "art", + "arte", + "asda", + "asia", + "associates", + "athleta", + "attorney", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "avianca", + "aws", + "axa", + "azure", + "baby", + "baidu", + "banamex", + "bananarepublic", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bharti", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "biz", + "black", + "blackfriday", + "blanco", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bms", + "bmw", + "bnl", + "bnpparibas", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "boots", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "budapest", + "bugatti", + "build", + "builders", + "business", + "buy", + "buzz", + "bzh", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "cancerresearch", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "cartier", + "casa", + "case", + "caseih", + "cash", + "casino", + "cat", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "cbs", + "ceb", + "center", + "ceo", + "cern", + "cfa", + "cfd", + "chanel", + "channel", + "charity", + "chase", + "chat", + "cheap", + "chintai", + "chloe", + "christmas", + "chrome", + "chrysler", + "church", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "cityeats", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "coach", + "codes", + "coffee", + "college", + "cologne", + "comcast", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cookingchannel", + "cool", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cpa", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "csc", + "cuisinella", + "cymru", + "cyou", + "dabur", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dnp", + "docs", + "doctor", + "dodge", + "dog", + "doha", + "domains", + "doosan", + "dot", + "download", + "drive", + "dtv", + "dubai", + "duck", + "dunlop", + "duns", + "dupont", + "durban", + "dvag", + "dvr", + "earth", + "eat", + "eco", + "edeka", + "education", + "email", + "emerck", + "emerson", + "energy", + "engineer", + "engineering", + "enterprises", + "epost", + "epson", + "equipment", + "ericsson", + "erni", + "esq", + "estate", + "esurance", + "etisalat", + "eurovision", + "eus", + "events", + "everbank", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fiat", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "flsmidth", + "fly", + "foo", + "food", + "foodnetwork", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "free", + "fresenius", + "frl", + "frogans", + "frontdoor", + "frontier", + "ftr", + "fujitsu", + "fujixerox", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gay", + "gbiz", + "gdn", + "gea", + "gent", + "genting", + "george", + "ggee", + "gift", + "gifts", + "gives", + "giving", + "glade", + "glass", + "gle", + "global", + "globo", + "gmail", + "gmbh", + "gmo", + "gmx", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodhands", + "goodyear", + "goog", + "google", + "gop", + "got", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "guardian", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hgtv", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hkt", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "honeywell", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hoteles", + "hotels", + "hotmail", + "house", + "how", + "hsbc", + "htc", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "ieee", + "ifm", + "iinet", + "ikano", + "imamat", + "imdb", + "immo", + "immobilien", + "inc", + "industries", + "infiniti", + "info", + "ing", + "ink", + "institute", + "insurance", + "insure", + "intel", + "international", + "intuit", + "investments", + "ipiranga", + "irish", + "iselect", + "ismaili", + "ist", + "istanbul", + "itau", + "itv", + "iveco", + "iwc", + "jaguar", + "java", + "jcb", + "jcp", + "jeep", + "jetzt", + "jewelry", + "jio", + "jlc", + "jll", + "jmp", + "jnj", + "jobs", + "joburg", + "jot", + "joy", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kia", + "kids", + "kim", + "kinder", + "kindle", + "kitchen", + "kiwi", + "koeln", + "komatsu", + "kosher", + "kpmg", + "kpn", + "krd", + "kred", + "kuokgroup", + "kyoto", + "lacaixa", + "ladbrokes", + "lamborghini", + "lamer", + "lancaster", + "lancia", + "lancome", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "liaison", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "linde", + "link", + "lipsy", + "live", + "living", + "lixil", + "llc", + "llp", + "loan", + "loans", + "locker", + "locus", + "loft", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "ltd", + "ltda", + "lundbeck", + "lupin", + "luxe", + "luxury", + "macys", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "maserati", + "mattel", + "mba", + "mcd", + "mcdonalds", + "mckinsey", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "meo", + "merck", + "merckmsd", + "metlife", + "miami", + "microsoft", + "mini", + "mint", + "mit", + "mitsubishi", + "mlb", + "mls", + "mma", + "mobi", + "mobile", + "mobily", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "montblanc", + "mopar", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "movistar", + "msd", + "mtn", + "mtpc", + "mtr", + "music", + "mutual", + "mutuelle", + "nab", + "nadex", + "nagoya", + "nationwide", + "natura", + "navy", + "nba", + "nec", + "netbank", + "netflix", + "network", + "neustar", + "new", + "newholland", + "news", + "next", + "nextdirect", + "nexus", + "nfl", + "ngo", + "nhk", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nokia", + "northwesternmutual", + "norton", + "now", + "nowruz", + "nowtv", + "nra", + "nrw", + "ntt", + "nyc", + "obi", + "observer", + "off", + "office", + "okinawa", + "olayan", + "olayangroup", + "oldnavy", + "ollo", + "omega", + "one", + "ong", + "onl", + "online", + "onyourside", + "ooo", + "open", + "oracle", + "orange", + "org", + "organic", + "orientexpress", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "page", + "pamperedchef", + "panasonic", + "panerai", + "paris", + "pars", + "partners", + "parts", + "party", + "passagens", + "pay", + "pccw", + "pet", + "pfizer", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "piaget", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "pramerica", + "praxi", + "press", + "prime", + "pro", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "pub", + "pwc", + "qpon", + "quebec", + "quest", + "qvc", + "racing", + "radio", + "raid", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "rightathome", + "ril", + "rio", + "rip", + "rmit", + "rocher", + "rocks", + "rodeo", + "rogers", + "room", + "rsvp", + "rugby", + "ruhr", + "run", + "rwe", + "ryukyu", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sapo", + "sarl", + "sas", + "save", + "saxo", + "sbi", + "sbs", + "sca", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scjohnson", + "scor", + "scot", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "ses", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "shangrila", + "sharp", + "shaw", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "showtime", + "shriram", + "silk", + "sina", + "singles", + "site", + "ski", + "skin", + "sky", + "skype", + "sling", + "smart", + "smile", + "sncf", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "spa", + "space", + "spiegel", + "sport", + "spot", + "spreadbetting", + "srl", + "srt", + "stada", + "staples", + "star", + "starhub", + "statebank", + "statefarm", + "statoil", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "swatch", + "swiftcover", + "swiss", + "sydney", + "symantec", + "systems", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tci", + "tdk", + "team", + "tech", + "technology", + "tel", + "telecity", + "telefonica", + "temasek", + "tennis", + "teva", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tiffany", + "tips", + "tires", + "tirol", + "tjmaxx", + "tjx", + "tkmaxx", + "tmall", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "trade", + "trading", + "training", + "travel", + "travelchannel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tube", + "tui", + "tunes", + "tushu", + "tvs", + "ubank", + "ubs", + "uconnect", + "unicom", + "university", + "uno", + "uol", + "ups", + "vacations", + "vana", + "vanguard", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "vista", + "vistaprint", + "viva", + "vivo", + "vlaanderen", + "vodka", + "volkswagen", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "vuelos", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "warman", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "wtc", + "wtf", + "xbox", + "xerox", + "xfinity", + "xihuan", + "xin", + "xn--11b4c3d", + "xn--1ck2e1b", + "xn--1qqw23a", + "xn--30rr7y", + "xn--3bst00m", + "xn--3ds443g", + "xn--3oq18vl8pn36a", + "xn--3pxu8k", + "xn--42c2d9a", + "xn--45q11c", + "xn--4gbrim", + "xn--4gq48lf9j", + "xn--55qw42g", + "xn--55qx5d", + "xn--5su34j936bgsg", + "xn--5tzm5g", + "xn--6frz82g", + "xn--6qq986b3xl", + "xn--80adxhks", + "xn--80aqecdr1a", + "xn--80asehdb", + "xn--80aswg", + "xn--8y0a063a", + "xn--9dbq2a", + "xn--9et52u", + "xn--9krt00a", + "xn--b4w605ferd", + "xn--bck1b9a5dre4c", + "xn--c1avg", + "xn--c2br7g", + "xn--cck2b3b", + "xn--cckwcxetd", + "xn--cg4bki", + "xn--czr694b", + "xn--czrs0t", + "xn--czru2d", + "xn--d1acj3b", + "xn--eckvdtc9d", + "xn--efvy88h", + "xn--estv75g", + "xn--fct429k", + "xn--fhbei", + "xn--fiq228c5hs", + "xn--fiq64b", + "xn--fjq720a", + "xn--flw351e", + "xn--fzys8d69uvgm", + "xn--g2xx48c", + "xn--gckr3f0f", + "xn--gk3at1e", + "xn--hxt814e", + "xn--i1b6b1a6a2e", + "xn--imr513n", + "xn--io0a7i", + "xn--j1aef", + "xn--jlq480n2rg", + "xn--jlq61u9w7b", + "xn--jvr189m", + "xn--kcrx77d1x4a", + "xn--kpu716f", + "xn--kput3i", + "xn--mgba3a3ejt", + "xn--mgba7c0bbn0a", + "xn--mgbaakc7dvf", + "xn--mgbab2bd", + "xn--mgbb9fbpob", + "xn--mgbca7dzdo", + "xn--mgbi4ecexp", + "xn--mgbt3dhd", + "xn--mk1bu44c", + "xn--mxtq1m", + "xn--ngbc5azd", + "xn--ngbe9e0a", + "xn--ngbrx", + "xn--nqv7f", + "xn--nqv7fs00ema", + "xn--nyqy26a", + "xn--otu796d", + "xn--p1acf", + "xn--pbt977c", + "xn--pssy2u", + "xn--q9jyb4c", + "xn--qcka1pmc", + "xn--rhqv96g", + "xn--rovu88b", + "xn--ses554g", + "xn--t60b56a", + "xn--tckwe", + "xn--tiq49xqyj", + "xn--unup4y", + "xn--vermgensberater-ctb", + "xn--vermgensberatung-pwb", + "xn--vhquv", + "xn--vuq861b", + "xn--w4r85el8fhu5dnra", + "xn--w4rs40l", + "xn--xhq521b", + "xn--zfr164b", + "xperia", + "xxx", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yun", + "zappos", + "zara", + "zero", + "zip", + "zippo", + "zone", + "zuerich" + ] + }, + { + "slug": "brand", + "display_name": "Brand", + "source_names": { + "icann": "Brand (Spec 13)" + }, + "tlds": [ + "aaa", + "aarp", + "abarth", + "abb", + "abbott", + "abbvie", + "abc", + "accenture", + "aco", + "active", + "adac", + "aeg", + "aetna", + "afamilycompany", + "afl", + "aig", + "aigo", + "airbus", + "airtel", + "alfaromeo", + "alibaba", + "alipay", + "allstate", + "ally", + "alstom", + "amazon", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "android", + "anz", + "aol", + "apple", + "aquarelle", + "arte", + "asda", + "athleta", + "audi", + "audible", + "auspost", + "aws", + "axa", + "azure", + "baidu", + "banamex", + "bananarepublic", + "barclaycard", + "barclays", + "barefoot", + "bauhaus", + "bbc", + "bbt", + "bbva", + "bcg", + "beats", + "bentley", + "bestbuy", + "bharti", + "bing", + "blanco", + "blockbuster", + "bloomberg", + "bms", + "bmw", + "bnpparibas", + "boehringer", + "bofa", + "boots", + "bosch", + "bostik", + "bradesco", + "bridgestone", + "brother", + "bugatti", + "calvinklein", + "canon", + "capitalone", + "caravan", + "cartier", + "caseih", + "cba", + "cbn", + "cbre", + "cbs", + "ceb", + "cern", + "cfa", + "chanel", + "chase", + "chintai", + "chloe", + "chrome", + "chrysler", + "cipriani", + "cisco", + "citadel", + "citi", + "citic", + "clinique", + "clubmed", + "comcast", + "commbank", + "cookingchannel", + "crown", + "csc", + "cuisinella", + "dabur", + "datsun", + "dell", + "deloitte", + "delta", + "dhl", + "discover", + "dish", + "dnp", + "dodge", + "duck", + "dunlop", + "duns", + "dupont", + "dvag", + "edeka", + "emerck", + "emerson", + "epost", + "epson", + "ericsson", + "esurance", + "etisalat", + "eurovision", + "everbank", + "extraspace", + "fage", + "fairwinds", + "farmers", + "fedex", + "ferrari", + "ferrero", + "fiat", + "fidelity", + "fido", + "fire", + "firestone", + "flickr", + "flir", + "flsmidth", + "foodnetwork", + "ford", + "fox", + "fresenius", + "frogans", + "frontdoor", + "frontier", + "fujitsu", + "fujixerox", + "gallo", + "gallup", + "gap", + "gea", + "genting", + "george", + "glade", + "gmail", + "gmx", + "godaddy", + "goldpoint", + "goo", + "goodhands", + "goodyear", + "google", + "grainger", + "guardian", + "gucci", + "hbo", + "hdfc", + "hdfcbank", + "hermes", + "hgtv", + "hisamitsu", + "hitachi", + "hkt", + "homedepot", + "homegoods", + "homesense", + "honda", + "honeywell", + "hotmail", + "hsbc", + "htc", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "ieee", + "ifm", + "ikano", + "imdb", + "infiniti", + "intel", + "intuit", + "ipiranga", + "iselect", + "itau", + "itv", + "iveco", + "iwc", + "jaguar", + "java", + "jcb", + "jcp", + "jeep", + "jio", + "jlc", + "jll", + "jmp", + "jnj", + "jpmorgan", + "juniper", + "kddi", + "kia", + "kinder", + "kindle", + "komatsu", + "kpmg", + "kpn", + "ladbrokes", + "lamborghini", + "lamer", + "lancaster", + "lancia", + "lancome", + "landrover", + "lanxess", + "latrobe", + "lds", + "leclerc", + "lefrak", + "lego", + "lexus", + "liaison", + "lidl", + "lilly", + "lincoln", + "linde", + "lipsy", + "lixil", + "locus", + "loft", + "lotte", + "lpl", + "lplfinancial", + "lundbeck", + "lupin", + "macys", + "maif", + "man", + "marriott", + "marshalls", + "maserati", + "mattel", + "mcd", + "mcdonalds", + "mckinsey", + "meo", + "metlife", + "microsoft", + "mini", + "mint", + "mit", + "mitsubishi", + "mlb", + "monash", + "montblanc", + "mopar", + "mormon", + "moto", + "msd", + "mtn", + "mtr", + "nab", + "nadex", + "nationwide", + "natura", + "nba", + "nec", + "netbank", + "netflix", + "neustar", + "newholland", + "next", + "nextdirect", + "nfl", + "nhk", + "nico", + "nike", + "nikon", + "nissan", + "nissay", + "nokia", + "northwesternmutual", + "norton", + "nowtv", + "nra", + "ntt", + "obi", + "off", + "oldnavy", + "omega", + "onyourside", + "open", + "oracle", + "orange", + "origins", + "otsuka", + "pamperedchef", + "panasonic", + "panerai", + "pccw", + "pfizer", + "philips", + "piaget", + "pictet", + "ping", + "pioneer", + "playstation", + "pnc", + "pramerica", + "praxi", + "prime", + "progressive", + "pru", + "prudential", + "pwc", + "qvc", + "raid", + "redstone", + "reliance", + "rexroth", + "ricoh", + "rightathome", + "ril", + "rmit", + "rocher", + "rogers", + "rwe", + "samsclub", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sapo", + "sas", + "saxo", + "sbi", + "sca", + "scb", + "schaeffler", + "schmidt", + "schwarz", + "scjohnson", + "scor", + "seat", + "seek", + "sener", + "ses", + "seven", + "sew", + "sfr", + "shangrila", + "sharp", + "shaw", + "shell", + "showtime", + "silk", + "sina", + "sky", + "skype", + "sling", + "smart", + "sncf", + "softbank", + "sony", + "spiegel", + "srt", + "stada", + "staples", + "starhub", + "statebank", + "statefarm", + "statoil", + "suzuki", + "swatch", + "swiftcover", + "symantec", + "tab", + "taobao", + "target", + "tatamotors", + "tdk", + "telecity", + "temasek", + "teva", + "tiaa", + "tiffany", + "tjmaxx", + "tjx", + "tkmaxx", + "tmall", + "toray", + "toshiba", + "total", + "toyota", + "travelchannel", + "travelers", + "tui", + "ubank", + "ubs", + "uconnect", + "unicom", + "uol", + "ups", + "vanguard", + "verisign", + "vig", + "viking", + "virgin", + "visa", + "vista", + "vistaprint", + "vivo", + "volkswagen", + "volvo", + "walmart", + "walter", + "warman", + "weatherchannel", + "weber", + "weir", + "williamhill", + "windows", + "winners", + "wme", + "wolterskluwer", + "woodside", + "wtc", + "xbox", + "xerox", + "xfinity", + "xn--3oq18vl8pn36a", + "xn--4gq48lf9j", + "xn--5su34j936bgsg", + "xn--8y0a063a", + "xn--9krt00a", + "xn--b4w605ferd", + "xn--cckwcxetd", + "xn--estv75g", + "xn--fiq64b", + "xn--flw351e", + "xn--fzys8d69uvgm", + "xn--jlq480n2rg", + "xn--jlq61u9w7b", + "xn--kcrx77d1x4a", + "xn--w4rs40l", + "xperia", + "yahoo", + "yandex", + "yodobashi", + "youtube", + "zappos", + "zara", + "zippo" + ] + }, + { + "slug": "community", + "display_name": "Community", + "source_names": { + "icann": "Community (Spec 12)" + }, + "tlds": [ + "aco", + "adac", + "archi", + "asia", + "audi", + "bank", + "barcelona", + "berlin", + "bugatti", + "bzh", + "cat", + "catholic", + "coop", + "corsica", + "eco", + "edeka", + "eus", + "gal", + "gea", + "hamburg", + "ieee", + "ikano", + "insurance", + "ismaili", + "jobs", + "kids", + "lamborghini", + "lds", + "leclerc", + "llp", + "madrid", + "mma", + "museum", + "music", + "ngo", + "ong", + "osaka", + "ovh", + "paris", + "pars", + "pharmacy", + "quebec", + "radio", + "reit", + "scot", + "shia", + "ski", + "spa", + "sport", + "stada", + "swiss", + "tatar", + "tel", + "tirol", + "travel", + "versicherung", + "wien", + "xn--3oq18vl8pn36a", + "xn--80aqecdr1a", + "xn--mgbi4ecexp", + "xn--p1acf", + "xn--tiq49xqyj", + "xn--zfr164b" + ] + }, + { + "slug": "non_sponsored", + "display_name": "Non-Sponsored", + "source_names": { + "icann": "Non-Sponsored" + }, + "tlds": [ + "aaa", + "aarp", + "abarth", + "abb", + "abbott", + "abbvie", + "abc", + "able", + "abogado", + "abudhabi", + "academy", + "accenture", + "accountant", + "accountants", + "aco", + "active", + "actor", + "adac", + "ads", + "adult", + "aeg", + "aetna", + "afamilycompany", + "afl", + "africa", + "agakhan", + "agency", + "aig", + "aigo", + "airbus", + "airforce", + "airtel", + "akdn", + "alfaromeo", + "alibaba", + "alipay", + "allfinanz", + "allstate", + "ally", + "alsace", + "alstom", + "amazon", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "amsterdam", + "analytics", + "android", + "anquan", + "anz", + "aol", + "apartments", + "app", + "apple", + "aquarelle", + "arab", + "aramco", + "archi", + "army", + "art", + "arte", + "asda", + "associates", + "athleta", + "attorney", + "auction", + "audi", + "audible", + "audio", + "auspost", + "author", + "auto", + "autos", + "avianca", + "aws", + "axa", + "azure", + "baby", + "baidu", + "banamex", + "bananarepublic", + "band", + "bank", + "bar", + "barcelona", + "barclaycard", + "barclays", + "barefoot", + "bargains", + "baseball", + "basketball", + "bauhaus", + "bayern", + "bbc", + "bbt", + "bbva", + "bcg", + "bcn", + "beats", + "beauty", + "beer", + "bentley", + "berlin", + "best", + "bestbuy", + "bet", + "bharti", + "bible", + "bid", + "bike", + "bing", + "bingo", + "bio", + "biz", + "black", + "blackfriday", + "blanco", + "blockbuster", + "blog", + "bloomberg", + "blue", + "bms", + "bmw", + "bnl", + "bnpparibas", + "boats", + "boehringer", + "bofa", + "bom", + "bond", + "boo", + "book", + "booking", + "boots", + "bosch", + "bostik", + "boston", + "bot", + "boutique", + "box", + "bradesco", + "bridgestone", + "broadway", + "broker", + "brother", + "brussels", + "budapest", + "bugatti", + "build", + "builders", + "business", + "buy", + "buzz", + "bzh", + "cab", + "cafe", + "cal", + "call", + "calvinklein", + "cam", + "camera", + "camp", + "cancerresearch", + "canon", + "capetown", + "capital", + "capitalone", + "car", + "caravan", + "cards", + "care", + "career", + "careers", + "cars", + "cartier", + "casa", + "case", + "caseih", + "cash", + "casino", + "cat", + "catering", + "catholic", + "cba", + "cbn", + "cbre", + "cbs", + "ceb", + "center", + "ceo", + "cern", + "cfa", + "cfd", + "chanel", + "channel", + "charity", + "chase", + "chat", + "cheap", + "chintai", + "chloe", + "christmas", + "chrome", + "chrysler", + "church", + "cipriani", + "circle", + "cisco", + "citadel", + "citi", + "citic", + "city", + "cityeats", + "claims", + "cleaning", + "click", + "clinic", + "clinique", + "clothing", + "cloud", + "club", + "clubmed", + "coach", + "codes", + "coffee", + "college", + "cologne", + "com", + "comcast", + "commbank", + "community", + "company", + "compare", + "computer", + "comsec", + "condos", + "construction", + "consulting", + "contact", + "contractors", + "cooking", + "cookingchannel", + "cool", + "corsica", + "country", + "coupon", + "coupons", + "courses", + "cpa", + "credit", + "creditcard", + "creditunion", + "cricket", + "crown", + "crs", + "cruise", + "cruises", + "csc", + "cuisinella", + "cymru", + "cyou", + "dabur", + "dad", + "dance", + "data", + "date", + "dating", + "datsun", + "day", + "dclk", + "dds", + "deal", + "dealer", + "deals", + "degree", + "delivery", + "dell", + "deloitte", + "delta", + "democrat", + "dental", + "dentist", + "desi", + "design", + "dev", + "dhl", + "diamonds", + "diet", + "digital", + "direct", + "directory", + "discount", + "discover", + "dish", + "diy", + "dnp", + "docs", + "doctor", + "dodge", + "dog", + "doha", + "domains", + "doosan", + "dot", + "download", + "drive", + "dtv", + "dubai", + "duck", + "dunlop", + "duns", + "dupont", + "durban", + "dvag", + "dvr", + "earth", + "eat", + "eco", + "edeka", + "education", + "email", + "emerck", + "emerson", + "energy", + "engineer", + "engineering", + "enterprises", + "epost", + "epson", + "equipment", + "ericsson", + "erni", + "esq", + "estate", + "esurance", + "etisalat", + "eurovision", + "eus", + "events", + "everbank", + "exchange", + "expert", + "exposed", + "express", + "extraspace", + "fage", + "fail", + "fairwinds", + "faith", + "family", + "fan", + "fans", + "farm", + "farmers", + "fashion", + "fast", + "fedex", + "feedback", + "ferrari", + "ferrero", + "fiat", + "fidelity", + "fido", + "film", + "final", + "finance", + "financial", + "fire", + "firestone", + "firmdale", + "fish", + "fishing", + "fit", + "fitness", + "flickr", + "flights", + "flir", + "florist", + "flowers", + "flsmidth", + "fly", + "foo", + "food", + "foodnetwork", + "football", + "ford", + "forex", + "forsale", + "forum", + "foundation", + "fox", + "free", + "fresenius", + "frl", + "frogans", + "frontdoor", + "frontier", + "ftr", + "fujitsu", + "fujixerox", + "fun", + "fund", + "furniture", + "futbol", + "fyi", + "gal", + "gallery", + "gallo", + "gallup", + "game", + "games", + "gap", + "garden", + "gay", + "gbiz", + "gdn", + "gea", + "gent", + "genting", + "george", + "ggee", + "gift", + "gifts", + "gives", + "giving", + "glade", + "glass", + "gle", + "global", + "globo", + "gmail", + "gmbh", + "gmo", + "gmx", + "godaddy", + "gold", + "goldpoint", + "golf", + "goo", + "goodhands", + "goodyear", + "goog", + "google", + "gop", + "got", + "grainger", + "graphics", + "gratis", + "green", + "gripe", + "grocery", + "group", + "guardian", + "gucci", + "guge", + "guide", + "guitars", + "guru", + "hair", + "hamburg", + "hangout", + "haus", + "hbo", + "hdfc", + "hdfcbank", + "health", + "healthcare", + "help", + "helsinki", + "here", + "hermes", + "hgtv", + "hiphop", + "hisamitsu", + "hitachi", + "hiv", + "hkt", + "hockey", + "holdings", + "holiday", + "homedepot", + "homegoods", + "homes", + "homesense", + "honda", + "honeywell", + "horse", + "hospital", + "host", + "hosting", + "hot", + "hoteles", + "hotels", + "hotmail", + "house", + "how", + "hsbc", + "htc", + "hughes", + "hyatt", + "hyundai", + "ibm", + "icbc", + "ice", + "icu", + "ieee", + "ifm", + "iinet", + "ikano", + "imamat", + "imdb", + "immo", + "immobilien", + "inc", + "industries", + "infiniti", + "info", + "ing", + "ink", + "institute", + "insurance", + "insure", + "intel", + "international", + "intuit", + "investments", + "ipiranga", + "irish", + "iselect", + "ismaili", + "ist", + "istanbul", + "itau", + "itv", + "iveco", + "iwc", + "jaguar", + "java", + "jcb", + "jcp", + "jeep", + "jetzt", + "jewelry", + "jio", + "jlc", + "jll", + "jmp", + "jnj", + "joburg", + "jot", + "joy", + "jpmorgan", + "jprs", + "juegos", + "juniper", + "kaufen", + "kddi", + "kerryhotels", + "kerrylogistics", + "kerryproperties", + "kfh", + "kia", + "kids", + "kim", + "kinder", + "kindle", + "kitchen", + "kiwi", + "koeln", + "komatsu", + "kosher", + "kpmg", + "kpn", + "krd", + "kred", + "kuokgroup", + "kyoto", + "lacaixa", + "ladbrokes", + "lamborghini", + "lamer", + "lancaster", + "lancia", + "lancome", + "land", + "landrover", + "lanxess", + "lasalle", + "lat", + "latino", + "latrobe", + "law", + "lawyer", + "lds", + "lease", + "leclerc", + "lefrak", + "legal", + "lego", + "lexus", + "lgbt", + "liaison", + "lidl", + "life", + "lifeinsurance", + "lifestyle", + "lighting", + "like", + "lilly", + "limited", + "limo", + "lincoln", + "linde", + "link", + "lipsy", + "live", + "living", + "lixil", + "llc", + "llp", + "loan", + "loans", + "locker", + "locus", + "loft", + "lol", + "london", + "lotte", + "lotto", + "love", + "lpl", + "lplfinancial", + "ltd", + "ltda", + "lundbeck", + "lupin", + "luxe", + "luxury", + "macys", + "madrid", + "maif", + "maison", + "makeup", + "man", + "management", + "mango", + "map", + "market", + "marketing", + "markets", + "marriott", + "marshalls", + "maserati", + "mattel", + "mba", + "mcd", + "mcdonalds", + "mckinsey", + "med", + "media", + "meet", + "melbourne", + "meme", + "memorial", + "men", + "menu", + "meo", + "merck", + "merckmsd", + "metlife", + "miami", + "microsoft", + "mini", + "mint", + "mit", + "mitsubishi", + "mlb", + "mls", + "mma", + "mobi", + "mobile", + "mobily", + "moda", + "moe", + "moi", + "mom", + "monash", + "money", + "monster", + "montblanc", + "mopar", + "mormon", + "mortgage", + "moscow", + "moto", + "motorcycles", + "mov", + "movie", + "movistar", + "msd", + "mtn", + "mtpc", + "mtr", + "museum", + "music", + "mutual", + "mutuelle", + "nab", + "nadex", + "nagoya", + "name", + "nationwide", + "natura", + "navy", + "nba", + "nec", + "net", + "netbank", + "netflix", + "network", + "neustar", + "new", + "newholland", + "news", + "next", + "nextdirect", + "nexus", + "nfl", + "ngo", + "nhk", + "nico", + "nike", + "nikon", + "ninja", + "nissan", + "nissay", + "nokia", + "northwesternmutual", + "norton", + "now", + "nowruz", + "nowtv", + "nra", + "nrw", + "ntt", + "nyc", + "obi", + "observer", + "off", + "office", + "okinawa", + "olayan", + "olayangroup", + "oldnavy", + "ollo", + "omega", + "one", + "ong", + "onl", + "online", + "onyourside", + "ooo", + "open", + "oracle", + "orange", + "org", + "organic", + "orientexpress", + "origins", + "osaka", + "otsuka", + "ott", + "ovh", + "page", + "pamperedchef", + "panasonic", + "panerai", + "paris", + "pars", + "partners", + "parts", + "party", + "passagens", + "pay", + "pccw", + "pet", + "pfizer", + "pharmacy", + "phd", + "philips", + "phone", + "photo", + "photography", + "photos", + "physio", + "piaget", + "pics", + "pictet", + "pictures", + "pid", + "pin", + "ping", + "pink", + "pioneer", + "pizza", + "place", + "play", + "playstation", + "plumbing", + "plus", + "pnc", + "pohl", + "poker", + "politie", + "porn", + "pramerica", + "praxi", + "press", + "prime", + "pro", + "prod", + "productions", + "prof", + "progressive", + "promo", + "properties", + "property", + "protection", + "pru", + "prudential", + "pub", + "pwc", + "qpon", + "quebec", + "quest", + "qvc", + "racing", + "radio", + "raid", + "read", + "realestate", + "realtor", + "realty", + "recipes", + "red", + "redstone", + "redumbrella", + "rehab", + "reise", + "reisen", + "reit", + "reliance", + "ren", + "rent", + "rentals", + "repair", + "report", + "republican", + "rest", + "restaurant", + "review", + "reviews", + "rexroth", + "rich", + "richardli", + "ricoh", + "rightathome", + "ril", + "rio", + "rip", + "rmit", + "rocher", + "rocks", + "rodeo", + "rogers", + "room", + "rsvp", + "rugby", + "ruhr", + "run", + "rwe", + "ryukyu", + "saarland", + "safe", + "safety", + "sakura", + "sale", + "salon", + "samsclub", + "samsung", + "sandvik", + "sandvikcoromant", + "sanofi", + "sap", + "sapo", + "sarl", + "sas", + "save", + "saxo", + "sbi", + "sbs", + "sca", + "scb", + "schaeffler", + "schmidt", + "scholarships", + "school", + "schule", + "schwarz", + "science", + "scjohnson", + "scor", + "scot", + "search", + "seat", + "secure", + "security", + "seek", + "select", + "sener", + "services", + "ses", + "seven", + "sew", + "sex", + "sexy", + "sfr", + "shangrila", + "sharp", + "shaw", + "shell", + "shia", + "shiksha", + "shoes", + "shop", + "shopping", + "shouji", + "show", + "showtime", + "shriram", + "silk", + "sina", + "singles", + "site", + "ski", + "skin", + "sky", + "skype", + "sling", + "smart", + "smile", + "sncf", + "soccer", + "social", + "softbank", + "software", + "sohu", + "solar", + "solutions", + "song", + "sony", + "soy", + "spa", + "space", + "spiegel", + "sport", + "spot", + "spreadbetting", + "srl", + "srt", + "stada", + "staples", + "star", + "starhub", + "statebank", + "statefarm", + "statoil", + "stc", + "stcgroup", + "stockholm", + "storage", + "store", + "stream", + "studio", + "study", + "style", + "sucks", + "supplies", + "supply", + "support", + "surf", + "surgery", + "suzuki", + "swatch", + "swiftcover", + "swiss", + "sydney", + "symantec", + "systems", + "tab", + "taipei", + "talk", + "taobao", + "target", + "tatamotors", + "tatar", + "tattoo", + "tax", + "taxi", + "tci", + "tdk", + "team", + "tech", + "technology", + "tel", + "telecity", + "telefonica", + "temasek", + "tennis", + "teva", + "thd", + "theater", + "theatre", + "tiaa", + "tickets", + "tienda", + "tiffany", + "tips", + "tires", + "tirol", + "tjmaxx", + "tjx", + "tkmaxx", + "tmall", + "today", + "tokyo", + "tools", + "top", + "toray", + "toshiba", + "total", + "tours", + "town", + "toyota", + "toys", + "trade", + "trading", + "training", + "travel", + "travelchannel", + "travelers", + "travelersinsurance", + "trust", + "trv", + "tube", + "tui", + "tunes", + "tushu", + "tvs", + "ubank", + "ubs", + "uconnect", + "unicom", + "university", + "uno", + "uol", + "ups", + "vacations", + "vana", + "vanguard", + "vegas", + "ventures", + "verisign", + "versicherung", + "vet", + "viajes", + "video", + "vig", + "viking", + "villas", + "vin", + "vip", + "virgin", + "visa", + "vision", + "vista", + "vistaprint", + "viva", + "vivo", + "vlaanderen", + "vodka", + "volkswagen", + "volvo", + "vote", + "voting", + "voto", + "voyage", + "vuelos", + "wales", + "walmart", + "walter", + "wang", + "wanggou", + "warman", + "watch", + "watches", + "weather", + "weatherchannel", + "webcam", + "weber", + "website", + "wed", + "wedding", + "weibo", + "weir", + "whoswho", + "wien", + "wiki", + "williamhill", + "win", + "windows", + "wine", + "winners", + "wme", + "wolterskluwer", + "woodside", + "work", + "works", + "world", + "wow", + "wtc", + "wtf", + "xbox", + "xerox", + "xfinity", + "xihuan", + "xin", + "xn--11b4c3d", + "xn--1ck2e1b", + "xn--1qqw23a", + "xn--30rr7y", + "xn--3bst00m", + "xn--3ds443g", + "xn--3oq18vl8pn36a", + "xn--3pxu8k", + "xn--42c2d9a", + "xn--45q11c", + "xn--4gbrim", + "xn--4gq48lf9j", + "xn--55qw42g", + "xn--55qx5d", + "xn--5su34j936bgsg", + "xn--5tzm5g", + "xn--6frz82g", + "xn--6qq986b3xl", + "xn--80adxhks", + "xn--80aqecdr1a", + "xn--80asehdb", + "xn--80aswg", + "xn--8y0a063a", + "xn--9dbq2a", + "xn--9et52u", + "xn--9krt00a", + "xn--b4w605ferd", + "xn--bck1b9a5dre4c", + "xn--c1avg", + "xn--c2br7g", + "xn--cck2b3b", + "xn--cckwcxetd", + "xn--cg4bki", + "xn--czr694b", + "xn--czrs0t", + "xn--czru2d", + "xn--d1acj3b", + "xn--eckvdtc9d", + "xn--efvy88h", + "xn--estv75g", + "xn--fct429k", + "xn--fhbei", + "xn--fiq228c5hs", + "xn--fiq64b", + "xn--fjq720a", + "xn--flw351e", + "xn--fzys8d69uvgm", + "xn--g2xx48c", + "xn--gckr3f0f", + "xn--gk3at1e", + "xn--hxt814e", + "xn--i1b6b1a6a2e", + "xn--imr513n", + "xn--io0a7i", + "xn--j1aef", + "xn--jlq480n2rg", + "xn--jlq61u9w7b", + "xn--jvr189m", + "xn--kcrx77d1x4a", + "xn--kpu716f", + "xn--kput3i", + "xn--mgba3a3ejt", + "xn--mgba7c0bbn0a", + "xn--mgbaakc7dvf", + "xn--mgbab2bd", + "xn--mgbb9fbpob", + "xn--mgbca7dzdo", + "xn--mgbi4ecexp", + "xn--mgbt3dhd", + "xn--mk1bu44c", + "xn--mxtq1m", + "xn--ngbc5azd", + "xn--ngbe9e0a", + "xn--ngbrx", + "xn--nqv7f", + "xn--nqv7fs00ema", + "xn--nyqy26a", + "xn--otu796d", + "xn--p1acf", + "xn--pbt977c", + "xn--pssy2u", + "xn--q9jyb4c", + "xn--qcka1pmc", + "xn--rhqv96g", + "xn--rovu88b", + "xn--ses554g", + "xn--t60b56a", + "xn--tckwe", + "xn--tiq49xqyj", + "xn--unup4y", + "xn--vermgensberater-ctb", + "xn--vermgensberatung-pwb", + "xn--vhquv", + "xn--vuq861b", + "xn--w4r85el8fhu5dnra", + "xn--w4rs40l", + "xn--xhq521b", + "xn--zfr164b", + "xperia", + "xxx", + "xyz", + "yachts", + "yahoo", + "yamaxun", + "yandex", + "yodobashi", + "yoga", + "yokohama", + "you", + "youtube", + "yun", + "zappos", + "zara", + "zero", + "zip", + "zippo", + "zone", + "zuerich" + ] + }, + { + "slug": "sponsored", + "display_name": "Sponsored", + "source_names": { + "icann": "Sponsored" + }, + "tlds": [ + "aero", + "asia", + "coop", + "jobs", + "post" + ] + } + ] +} diff --git a/data/generated/cultures.json b/data/generated/cultures.json new file mode 100644 index 00000000..70a74b64 --- /dev/null +++ b/data/generated/cultures.json @@ -0,0 +1,120 @@ +{ + "description": "Ethno-linguistic and cultural communities claimed by TLDs in the IANA root zone, each with a reverse index of those TLDs.", + "publication": "2026-05-26T05:00:52Z", + "sources": [ + "data/manual/cultures.json (editorial)", + "data/manual/annotations.json (cultural_affiliation tags)" + ], + "cultures": [ + { + "slug": "arab", + "name_en": "Arab", + "info_link": "https://en.wikipedia.org/wiki/Arab_culture", + "language_code": "ar", + "tlds": [ + "arab", + "xn--ngbrx" + ] + }, + { + "slug": "basque", + "name_en": "Basque", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_the_Basque_Country", + "language_code": "eu", + "tlds": [ + "eus" + ] + }, + { + "slug": "breton", + "name_en": "Breton", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Brittany", + "language_code": "br", + "tlds": [ + "bzh" + ] + }, + { + "slug": "catalan", + "name_en": "Catalan", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Catalonia", + "language_code": "ca", + "tlds": [ + "cat" + ] + }, + { + "slug": "desi", + "name_en": "Desi", + "info_link": "https://en.wikipedia.org/wiki/Desi", + "language_code": null, + "tlds": [ + "desi" + ] + }, + { + "slug": "galician", + "name_en": "Galician", + "info_link": "https://en.wikipedia.org/wiki/Galician_culture", + "language_code": "gl", + "tlds": [ + "gal" + ] + }, + { + "slug": "kiwi", + "name_en": "Kiwi", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_New_Zealand", + "language_code": null, + "tlds": [ + "kiwi" + ] + }, + { + "slug": "kurdish", + "name_en": "Kurdish", + "info_link": "https://en.wikipedia.org/wiki/Kurdish_culture", + "language_code": "ku", + "tlds": [ + "krd" + ] + }, + { + "slug": "scottish", + "name_en": "Scottish", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Scotland", + "language_code": null, + "tlds": [ + "scot" + ] + }, + { + "slug": "swiss", + "name_en": "Swiss", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Switzerland", + "language_code": null, + "tlds": [ + "swiss" + ] + }, + { + "slug": "tatar", + "name_en": "Tatar", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Tatarstan", + "language_code": "tt", + "tlds": [ + "tatar" + ] + }, + { + "slug": "welsh", + "name_en": "Welsh", + "info_link": "https://en.wikipedia.org/wiki/Culture_of_Wales", + "language_code": "cy", + "tlds": [ + "cymru", + "wales" + ] + } + ] +} diff --git a/data/generated/places.json b/data/generated/places.json new file mode 100644 index 00000000..3ea1f90e --- /dev/null +++ b/data/generated/places.json @@ -0,0 +1,3216 @@ +{ + "description": "Places associated with TLDs in the IANA root zone (countries, dependent territories, subdivisions, cities, and supranational regions), each with a reverse index of its TLDs. Country slugs are ISO 3166-1 alpha-2.", + "publication": "2026-05-26T05:00:52Z", + "sources": [ + "pycountry (ISO 3166-1 / 3166-2)", + "data/manual/places.json (editorial)", + "data/manual/dependent-territories.json (editorial; ISO 3166-1)" + ], + "places": [ + { + "slug": "abudhabi", + "name_en": "Abu Dhabi", + "subtype": "city", + "iso_code": null, + "parent": "ae", + "info_link": "https://en.wikipedia.org/wiki/Abu_Dhabi", + "tlds": [ + "abudhabi", + "xn--mgbca7dzdo" + ] + }, + { + "slug": "ac", + "name_en": "Ascension Island", + "subtype": "country", + "iso_code": null, + "parent": "sh", + "tlds": [ + "ac" + ], + "iso_designation": "exceptionally_reserved" + }, + { + "slug": "ad", + "name_en": "Andorra", + "subtype": "country", + "iso_code": "AD", + "parent": null, + "tlds": [ + "ad" + ] + }, + { + "slug": "ae", + "name_en": "United Arab Emirates", + "subtype": "country", + "iso_code": "AE", + "parent": null, + "tlds": [ + "ae", + "xn--mgbaam7a8h" + ] + }, + { + "slug": "af", + "name_en": "Afghanistan", + "subtype": "country", + "iso_code": "AF", + "parent": null, + "tlds": [ + "af" + ] + }, + { + "slug": "africa", + "name_en": "Africa", + "subtype": "supranational", + "iso_code": null, + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/Africa", + "tlds": [ + "africa" + ] + }, + { + "slug": "ag", + "name_en": "Antigua and Barbuda", + "subtype": "country", + "iso_code": "AG", + "parent": null, + "tlds": [ + "ag" + ] + }, + { + "slug": "ai", + "name_en": "Anguilla", + "subtype": "country", + "iso_code": "AI", + "parent": "gb", + "tlds": [ + "ai" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "al", + "name_en": "Albania", + "subtype": "country", + "iso_code": "AL", + "parent": null, + "tlds": [ + "al" + ] + }, + { + "slug": "alsace", + "name_en": "Alsace", + "subtype": "subdivision", + "iso_code": null, + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Alsace", + "tlds": [ + "alsace" + ] + }, + { + "slug": "am", + "name_en": "Armenia", + "subtype": "country", + "iso_code": "AM", + "parent": null, + "tlds": [ + "am", + "xn--y9a3aq" + ] + }, + { + "slug": "amsterdam", + "name_en": "Amsterdam", + "subtype": "city", + "iso_code": null, + "parent": "nl", + "info_link": "https://en.wikipedia.org/wiki/Amsterdam", + "tlds": [ + "amsterdam" + ] + }, + { + "slug": "ao", + "name_en": "Angola", + "subtype": "country", + "iso_code": "AO", + "parent": null, + "tlds": [ + "ao" + ] + }, + { + "slug": "aq", + "name_en": "Antarctica", + "subtype": "country", + "iso_code": "AQ", + "parent": null, + "tlds": [ + "aq" + ], + "iso_designation": "special_area" + }, + { + "slug": "ar", + "name_en": "Argentina", + "subtype": "country", + "iso_code": "AR", + "parent": null, + "tlds": [ + "ar" + ] + }, + { + "slug": "as", + "name_en": "American Samoa", + "subtype": "country", + "iso_code": "AS", + "parent": "us", + "tlds": [ + "as" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "asia", + "name_en": "Asia", + "subtype": "supranational", + "iso_code": null, + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/Asia", + "tlds": [ + "asia" + ] + }, + { + "slug": "at", + "name_en": "Austria", + "subtype": "country", + "iso_code": "AT", + "parent": null, + "tlds": [ + "at" + ] + }, + { + "slug": "au", + "name_en": "Australia", + "subtype": "country", + "iso_code": "AU", + "parent": null, + "tlds": [ + "au" + ] + }, + { + "slug": "aw", + "name_en": "Aruba", + "subtype": "country", + "iso_code": "AW", + "parent": "nl", + "tlds": [ + "aw" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "ax", + "name_en": "Åland Islands", + "subtype": "country", + "iso_code": "AX", + "parent": "fi", + "tlds": [ + "ax" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "az", + "name_en": "Azerbaijan", + "subtype": "country", + "iso_code": "AZ", + "parent": null, + "tlds": [ + "az" + ] + }, + { + "slug": "ba", + "name_en": "Bosnia and Herzegovina", + "subtype": "country", + "iso_code": "BA", + "parent": null, + "tlds": [ + "ba" + ] + }, + { + "slug": "barcelona", + "name_en": "Barcelona", + "subtype": "city", + "iso_code": null, + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Barcelona", + "tlds": [ + "barcelona", + "bcn" + ] + }, + { + "slug": "basque-country", + "name_en": "Basque Country", + "subtype": "subdivision", + "iso_code": "ES-PV", + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Basque_Country_(autonomous_community)", + "tlds": [ + "eus" + ] + }, + { + "slug": "bayern", + "name_en": "Bavaria", + "subtype": "subdivision", + "iso_code": "DE-BY", + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Bavaria", + "tlds": [ + "bayern" + ] + }, + { + "slug": "bb", + "name_en": "Barbados", + "subtype": "country", + "iso_code": "BB", + "parent": null, + "tlds": [ + "bb" + ] + }, + { + "slug": "bd", + "name_en": "Bangladesh", + "subtype": "country", + "iso_code": "BD", + "parent": null, + "tlds": [ + "bd", + "xn--54b7fta0cc" + ] + }, + { + "slug": "be", + "name_en": "Belgium", + "subtype": "country", + "iso_code": "BE", + "parent": null, + "tlds": [ + "be" + ] + }, + { + "slug": "berlin", + "name_en": "Berlin", + "subtype": "city", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Berlin", + "tlds": [ + "berlin" + ] + }, + { + "slug": "bf", + "name_en": "Burkina Faso", + "subtype": "country", + "iso_code": "BF", + "parent": null, + "tlds": [ + "bf" + ] + }, + { + "slug": "bg", + "name_en": "Bulgaria", + "subtype": "country", + "iso_code": "BG", + "parent": null, + "tlds": [ + "bg", + "xn--90ae" + ] + }, + { + "slug": "bh", + "name_en": "Bahrain", + "subtype": "country", + "iso_code": "BH", + "parent": null, + "tlds": [ + "bh", + "xn--mgbcpq6gpa1a" + ] + }, + { + "slug": "bi", + "name_en": "Burundi", + "subtype": "country", + "iso_code": "BI", + "parent": null, + "tlds": [ + "bi" + ] + }, + { + "slug": "bj", + "name_en": "Benin", + "subtype": "country", + "iso_code": "BJ", + "parent": null, + "tlds": [ + "bj" + ] + }, + { + "slug": "bm", + "name_en": "Bermuda", + "subtype": "country", + "iso_code": "BM", + "parent": "gb", + "tlds": [ + "bm" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "bn", + "name_en": "Brunei Darussalam", + "subtype": "country", + "iso_code": "BN", + "parent": null, + "tlds": [ + "bn" + ] + }, + { + "slug": "bo", + "name_en": "Bolivia, Plurinational State of", + "subtype": "country", + "iso_code": "BO", + "parent": null, + "tlds": [ + "bo" + ] + }, + { + "slug": "boston", + "name_en": "Boston", + "subtype": "city", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/Boston", + "tlds": [ + "boston" + ] + }, + { + "slug": "br", + "name_en": "Brazil", + "subtype": "country", + "iso_code": "BR", + "parent": null, + "tlds": [ + "br" + ] + }, + { + "slug": "brittany", + "name_en": "Brittany", + "subtype": "subdivision", + "iso_code": "FR-BRE", + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Brittany", + "tlds": [ + "bzh" + ] + }, + { + "slug": "brussels", + "name_en": "Brussels", + "subtype": "city", + "iso_code": null, + "parent": "be", + "info_link": "https://en.wikipedia.org/wiki/Brussels", + "tlds": [ + "brussels" + ] + }, + { + "slug": "bs", + "name_en": "Bahamas", + "subtype": "country", + "iso_code": "BS", + "parent": null, + "tlds": [ + "bs" + ] + }, + { + "slug": "bt", + "name_en": "Bhutan", + "subtype": "country", + "iso_code": "BT", + "parent": null, + "tlds": [ + "bt" + ] + }, + { + "slug": "bv", + "name_en": "Bouvet Island", + "subtype": "country", + "iso_code": "BV", + "parent": "no", + "tlds": [ + "bv" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "bw", + "name_en": "Botswana", + "subtype": "country", + "iso_code": "BW", + "parent": null, + "tlds": [ + "bw" + ] + }, + { + "slug": "by", + "name_en": "Belarus", + "subtype": "country", + "iso_code": "BY", + "parent": null, + "tlds": [ + "by", + "xn--90ais" + ] + }, + { + "slug": "bz", + "name_en": "Belize", + "subtype": "country", + "iso_code": "BZ", + "parent": null, + "tlds": [ + "bz" + ] + }, + { + "slug": "ca", + "name_en": "Canada", + "subtype": "country", + "iso_code": "CA", + "parent": null, + "tlds": [ + "ca" + ] + }, + { + "slug": "capetown", + "name_en": "Cape Town", + "subtype": "city", + "iso_code": null, + "parent": "za", + "info_link": "https://en.wikipedia.org/wiki/Cape_Town", + "tlds": [ + "capetown" + ] + }, + { + "slug": "catalonia", + "name_en": "Catalonia", + "subtype": "subdivision", + "iso_code": "ES-CT", + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Catalonia", + "tlds": [ + "cat" + ] + }, + { + "slug": "cc", + "name_en": "Cocos (Keeling) Islands", + "subtype": "country", + "iso_code": "CC", + "parent": "au", + "tlds": [ + "cc" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "cd", + "name_en": "Congo, The Democratic Republic of the", + "subtype": "country", + "iso_code": "CD", + "parent": null, + "tlds": [ + "cd" + ] + }, + { + "slug": "cf", + "name_en": "Central African Republic", + "subtype": "country", + "iso_code": "CF", + "parent": null, + "tlds": [ + "cf" + ] + }, + { + "slug": "cg", + "name_en": "Congo", + "subtype": "country", + "iso_code": "CG", + "parent": null, + "tlds": [ + "cg" + ] + }, + { + "slug": "ch", + "name_en": "Switzerland", + "subtype": "country", + "iso_code": "CH", + "parent": null, + "tlds": [ + "ch" + ] + }, + { + "slug": "ci", + "name_en": "Côte d'Ivoire", + "subtype": "country", + "iso_code": "CI", + "parent": null, + "tlds": [ + "ci" + ] + }, + { + "slug": "ck", + "name_en": "Cook Islands", + "subtype": "country", + "iso_code": "CK", + "parent": "nz", + "tlds": [ + "ck" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "cl", + "name_en": "Chile", + "subtype": "country", + "iso_code": "CL", + "parent": null, + "tlds": [ + "cl" + ] + }, + { + "slug": "cm", + "name_en": "Cameroon", + "subtype": "country", + "iso_code": "CM", + "parent": null, + "tlds": [ + "cm" + ] + }, + { + "slug": "cn", + "name_en": "China", + "subtype": "country", + "iso_code": "CN", + "parent": null, + "tlds": [ + "cn", + "xn--fiqs8s", + "xn--fiqz9s" + ] + }, + { + "slug": "co", + "name_en": "Colombia", + "subtype": "country", + "iso_code": "CO", + "parent": null, + "tlds": [ + "co" + ] + }, + { + "slug": "cologne", + "name_en": "Cologne", + "subtype": "city", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Cologne", + "tlds": [ + "cologne", + "koeln" + ] + }, + { + "slug": "corsica", + "name_en": "Corsica", + "subtype": "subdivision", + "iso_code": "FR-20R", + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Corsica", + "tlds": [ + "corsica" + ] + }, + { + "slug": "cr", + "name_en": "Costa Rica", + "subtype": "country", + "iso_code": "CR", + "parent": null, + "tlds": [ + "cr" + ] + }, + { + "slug": "cu", + "name_en": "Cuba", + "subtype": "country", + "iso_code": "CU", + "parent": null, + "tlds": [ + "cu" + ] + }, + { + "slug": "cv", + "name_en": "Cabo Verde", + "subtype": "country", + "iso_code": "CV", + "parent": null, + "tlds": [ + "cv" + ] + }, + { + "slug": "cw", + "name_en": "Curaçao", + "subtype": "country", + "iso_code": "CW", + "parent": "nl", + "tlds": [ + "cw" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "cx", + "name_en": "Christmas Island", + "subtype": "country", + "iso_code": "CX", + "parent": "au", + "tlds": [ + "cx" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "cy", + "name_en": "Cyprus", + "subtype": "country", + "iso_code": "CY", + "parent": null, + "tlds": [ + "cy" + ] + }, + { + "slug": "cz", + "name_en": "Czechia", + "subtype": "country", + "iso_code": "CZ", + "parent": null, + "tlds": [ + "cz" + ] + }, + { + "slug": "de", + "name_en": "Germany", + "subtype": "country", + "iso_code": "DE", + "parent": null, + "tlds": [ + "de" + ] + }, + { + "slug": "dj", + "name_en": "Djibouti", + "subtype": "country", + "iso_code": "DJ", + "parent": null, + "tlds": [ + "dj" + ] + }, + { + "slug": "dk", + "name_en": "Denmark", + "subtype": "country", + "iso_code": "DK", + "parent": null, + "tlds": [ + "dk" + ] + }, + { + "slug": "dm", + "name_en": "Dominica", + "subtype": "country", + "iso_code": "DM", + "parent": null, + "tlds": [ + "dm" + ] + }, + { + "slug": "do", + "name_en": "Dominican Republic", + "subtype": "country", + "iso_code": "DO", + "parent": null, + "tlds": [ + "do" + ] + }, + { + "slug": "dubai", + "name_en": "Dubai", + "subtype": "city", + "iso_code": null, + "parent": "ae", + "info_link": "https://en.wikipedia.org/wiki/Dubai", + "tlds": [ + "dubai" + ] + }, + { + "slug": "durban", + "name_en": "Durban", + "subtype": "city", + "iso_code": null, + "parent": "za", + "info_link": "https://en.wikipedia.org/wiki/Durban", + "tlds": [ + "durban" + ] + }, + { + "slug": "dz", + "name_en": "Algeria", + "subtype": "country", + "iso_code": "DZ", + "parent": null, + "tlds": [ + "dz", + "xn--lgbbat1ad8j" + ] + }, + { + "slug": "ec", + "name_en": "Ecuador", + "subtype": "country", + "iso_code": "EC", + "parent": null, + "tlds": [ + "ec" + ] + }, + { + "slug": "ee", + "name_en": "Estonia", + "subtype": "country", + "iso_code": "EE", + "parent": null, + "tlds": [ + "ee" + ] + }, + { + "slug": "eg", + "name_en": "Egypt", + "subtype": "country", + "iso_code": "EG", + "parent": null, + "tlds": [ + "eg", + "xn--wgbh1c" + ] + }, + { + "slug": "er", + "name_en": "Eritrea", + "subtype": "country", + "iso_code": "ER", + "parent": null, + "tlds": [ + "er" + ] + }, + { + "slug": "es", + "name_en": "Spain", + "subtype": "country", + "iso_code": "ES", + "parent": null, + "tlds": [ + "es" + ] + }, + { + "slug": "et", + "name_en": "Ethiopia", + "subtype": "country", + "iso_code": "ET", + "parent": null, + "tlds": [ + "et" + ] + }, + { + "slug": "eu", + "name_en": "European Union", + "subtype": "supranational", + "iso_code": "EU", + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/European_Union", + "tlds": [ + "eu", + "xn--e1a4c", + "xn--qxa6a" + ] + }, + { + "slug": "fi", + "name_en": "Finland", + "subtype": "country", + "iso_code": "FI", + "parent": null, + "tlds": [ + "fi" + ] + }, + { + "slug": "fj", + "name_en": "Fiji", + "subtype": "country", + "iso_code": "FJ", + "parent": null, + "tlds": [ + "fj" + ] + }, + { + "slug": "fk", + "name_en": "Falkland Islands (Malvinas)", + "subtype": "country", + "iso_code": "FK", + "parent": "gb", + "tlds": [ + "fk" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "flanders", + "name_en": "Flanders", + "subtype": "subdivision", + "iso_code": "BE-VLG", + "parent": "be", + "info_link": "https://en.wikipedia.org/wiki/Flanders", + "tlds": [ + "vlaanderen" + ] + }, + { + "slug": "fm", + "name_en": "Micronesia, Federated States of", + "subtype": "country", + "iso_code": "FM", + "parent": null, + "tlds": [ + "fm" + ] + }, + { + "slug": "fo", + "name_en": "Faroe Islands", + "subtype": "country", + "iso_code": "FO", + "parent": "dk", + "tlds": [ + "fo" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "fr", + "name_en": "France", + "subtype": "country", + "iso_code": "FR", + "parent": null, + "tlds": [ + "fr" + ] + }, + { + "slug": "friesland", + "name_en": "Friesland", + "subtype": "subdivision", + "iso_code": "NL-FR", + "parent": "nl", + "info_link": "https://en.wikipedia.org/wiki/Friesland", + "tlds": [ + "frl" + ] + }, + { + "slug": "ga", + "name_en": "Gabon", + "subtype": "country", + "iso_code": "GA", + "parent": null, + "tlds": [ + "ga" + ] + }, + { + "slug": "galicia", + "name_en": "Galicia", + "subtype": "subdivision", + "iso_code": "ES-GA", + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Galicia_(Spain)", + "tlds": [ + "gal" + ] + }, + { + "slug": "gb", + "name_en": "United Kingdom", + "subtype": "country", + "iso_code": "GB", + "parent": null, + "tlds": [ + "gb", + "uk" + ] + }, + { + "slug": "gd", + "name_en": "Grenada", + "subtype": "country", + "iso_code": "GD", + "parent": null, + "tlds": [ + "gd" + ] + }, + { + "slug": "ge", + "name_en": "Georgia", + "subtype": "country", + "iso_code": "GE", + "parent": null, + "tlds": [ + "ge", + "xn--node" + ] + }, + { + "slug": "gent", + "name_en": "Ghent", + "subtype": "city", + "iso_code": null, + "parent": "be", + "info_link": "https://en.wikipedia.org/wiki/Ghent", + "tlds": [ + "gent" + ] + }, + { + "slug": "gf", + "name_en": "French Guiana", + "subtype": "country", + "iso_code": "GF", + "parent": "fr", + "tlds": [ + "gf" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "gg", + "name_en": "Guernsey", + "subtype": "country", + "iso_code": "GG", + "parent": "gb", + "tlds": [ + "gg" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "gh", + "name_en": "Ghana", + "subtype": "country", + "iso_code": "GH", + "parent": null, + "tlds": [ + "gh" + ] + }, + { + "slug": "gi", + "name_en": "Gibraltar", + "subtype": "country", + "iso_code": "GI", + "parent": "gb", + "tlds": [ + "gi" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "gl", + "name_en": "Greenland", + "subtype": "country", + "iso_code": "GL", + "parent": "dk", + "tlds": [ + "gl" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "gm", + "name_en": "Gambia", + "subtype": "country", + "iso_code": "GM", + "parent": null, + "tlds": [ + "gm" + ] + }, + { + "slug": "gn", + "name_en": "Guinea", + "subtype": "country", + "iso_code": "GN", + "parent": null, + "tlds": [ + "gn" + ] + }, + { + "slug": "gp", + "name_en": "Guadeloupe", + "subtype": "country", + "iso_code": "GP", + "parent": "fr", + "tlds": [ + "gp" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "gq", + "name_en": "Equatorial Guinea", + "subtype": "country", + "iso_code": "GQ", + "parent": null, + "tlds": [ + "gq" + ] + }, + { + "slug": "gr", + "name_en": "Greece", + "subtype": "country", + "iso_code": "GR", + "parent": null, + "tlds": [ + "gr", + "xn--qxam" + ] + }, + { + "slug": "gs", + "name_en": "South Georgia and the South Sandwich Islands", + "subtype": "country", + "iso_code": "GS", + "parent": "gb", + "tlds": [ + "gs" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "gt", + "name_en": "Guatemala", + "subtype": "country", + "iso_code": "GT", + "parent": null, + "tlds": [ + "gt" + ] + }, + { + "slug": "gu", + "name_en": "Guam", + "subtype": "country", + "iso_code": "GU", + "parent": "us", + "tlds": [ + "gu" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "gw", + "name_en": "Guinea-Bissau", + "subtype": "country", + "iso_code": "GW", + "parent": null, + "tlds": [ + "gw" + ] + }, + { + "slug": "gy", + "name_en": "Guyana", + "subtype": "country", + "iso_code": "GY", + "parent": null, + "tlds": [ + "gy" + ] + }, + { + "slug": "hamburg", + "name_en": "Hamburg", + "subtype": "city", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Hamburg", + "tlds": [ + "hamburg" + ] + }, + { + "slug": "helsinki", + "name_en": "Helsinki", + "subtype": "city", + "iso_code": null, + "parent": "fi", + "info_link": "https://en.wikipedia.org/wiki/Helsinki", + "tlds": [ + "helsinki" + ] + }, + { + "slug": "hk", + "name_en": "Hong Kong", + "subtype": "country", + "iso_code": "HK", + "parent": "cn", + "tlds": [ + "hk", + "xn--j6w193g" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "hm", + "name_en": "Heard Island and McDonald Islands", + "subtype": "country", + "iso_code": "HM", + "parent": "au", + "tlds": [ + "hm" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "hn", + "name_en": "Honduras", + "subtype": "country", + "iso_code": "HN", + "parent": null, + "tlds": [ + "hn" + ] + }, + { + "slug": "hr", + "name_en": "Croatia", + "subtype": "country", + "iso_code": "HR", + "parent": null, + "tlds": [ + "hr" + ] + }, + { + "slug": "ht", + "name_en": "Haiti", + "subtype": "country", + "iso_code": "HT", + "parent": null, + "tlds": [ + "ht" + ] + }, + { + "slug": "hu", + "name_en": "Hungary", + "subtype": "country", + "iso_code": "HU", + "parent": null, + "tlds": [ + "hu" + ] + }, + { + "slug": "id", + "name_en": "Indonesia", + "subtype": "country", + "iso_code": "ID", + "parent": null, + "tlds": [ + "id" + ] + }, + { + "slug": "ie", + "name_en": "Ireland", + "subtype": "country", + "iso_code": "IE", + "parent": null, + "tlds": [ + "ie" + ] + }, + { + "slug": "il", + "name_en": "Israel", + "subtype": "country", + "iso_code": "IL", + "parent": null, + "tlds": [ + "il", + "xn--4dbrk0ce" + ] + }, + { + "slug": "im", + "name_en": "Isle of Man", + "subtype": "country", + "iso_code": "IM", + "parent": "gb", + "tlds": [ + "im" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "in", + "name_en": "India", + "subtype": "country", + "iso_code": "IN", + "parent": null, + "tlds": [ + "in", + "xn--2scrj9c", + "xn--3hcrj9c", + "xn--45br5cyl", + "xn--45brj9c", + "xn--fpcrj9c3d", + "xn--gecrj9c", + "xn--h2breg3eve", + "xn--h2brj9c", + "xn--h2brj9c8c", + "xn--mgbbh1a", + "xn--mgbbh1a71e", + "xn--mgbgu82a", + "xn--rvc1e0am3e", + "xn--s9brj9c", + "xn--xkc2dl3a5ee0h" + ] + }, + { + "slug": "io", + "name_en": "British Indian Ocean Territory", + "subtype": "country", + "iso_code": "IO", + "parent": "gb", + "tlds": [ + "io" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "iq", + "name_en": "Iraq", + "subtype": "country", + "iso_code": "IQ", + "parent": null, + "tlds": [ + "iq", + "xn--mgbtx2b" + ] + }, + { + "slug": "ir", + "name_en": "Iran, Islamic Republic of", + "subtype": "country", + "iso_code": "IR", + "parent": null, + "tlds": [ + "ir", + "xn--mgba3a4f16a" + ] + }, + { + "slug": "is", + "name_en": "Iceland", + "subtype": "country", + "iso_code": "IS", + "parent": null, + "tlds": [ + "is" + ] + }, + { + "slug": "istanbul", + "name_en": "Istanbul", + "subtype": "city", + "iso_code": null, + "parent": "tr", + "info_link": "https://en.wikipedia.org/wiki/Istanbul", + "tlds": [ + "ist", + "istanbul" + ] + }, + { + "slug": "it", + "name_en": "Italy", + "subtype": "country", + "iso_code": "IT", + "parent": null, + "tlds": [ + "it" + ] + }, + { + "slug": "je", + "name_en": "Jersey", + "subtype": "country", + "iso_code": "JE", + "parent": "gb", + "tlds": [ + "je" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "jm", + "name_en": "Jamaica", + "subtype": "country", + "iso_code": "JM", + "parent": null, + "tlds": [ + "jm" + ] + }, + { + "slug": "jo", + "name_en": "Jordan", + "subtype": "country", + "iso_code": "JO", + "parent": null, + "tlds": [ + "jo", + "xn--mgbayh7gpa" + ] + }, + { + "slug": "joburg", + "name_en": "Johannesburg", + "subtype": "city", + "iso_code": null, + "parent": "za", + "info_link": "https://en.wikipedia.org/wiki/Johannesburg", + "tlds": [ + "joburg" + ] + }, + { + "slug": "jp", + "name_en": "Japan", + "subtype": "country", + "iso_code": "JP", + "parent": null, + "tlds": [ + "jp" + ] + }, + { + "slug": "ke", + "name_en": "Kenya", + "subtype": "country", + "iso_code": "KE", + "parent": null, + "tlds": [ + "ke" + ] + }, + { + "slug": "kg", + "name_en": "Kyrgyzstan", + "subtype": "country", + "iso_code": "KG", + "parent": null, + "tlds": [ + "kg" + ] + }, + { + "slug": "kh", + "name_en": "Cambodia", + "subtype": "country", + "iso_code": "KH", + "parent": null, + "tlds": [ + "kh" + ] + }, + { + "slug": "ki", + "name_en": "Kiribati", + "subtype": "country", + "iso_code": "KI", + "parent": null, + "tlds": [ + "ki" + ] + }, + { + "slug": "km", + "name_en": "Comoros", + "subtype": "country", + "iso_code": "KM", + "parent": null, + "tlds": [ + "km" + ] + }, + { + "slug": "kn", + "name_en": "Saint Kitts and Nevis", + "subtype": "country", + "iso_code": "KN", + "parent": null, + "tlds": [ + "kn" + ] + }, + { + "slug": "kp", + "name_en": "Korea, Democratic People's Republic of", + "subtype": "country", + "iso_code": "KP", + "parent": null, + "tlds": [ + "kp" + ] + }, + { + "slug": "kr", + "name_en": "Korea, Republic of", + "subtype": "country", + "iso_code": "KR", + "parent": null, + "tlds": [ + "kr", + "xn--3e0b707e" + ] + }, + { + "slug": "kw", + "name_en": "Kuwait", + "subtype": "country", + "iso_code": "KW", + "parent": null, + "tlds": [ + "kw" + ] + }, + { + "slug": "ky", + "name_en": "Cayman Islands", + "subtype": "country", + "iso_code": "KY", + "parent": "gb", + "tlds": [ + "ky" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "kyoto", + "name_en": "Kyoto", + "subtype": "city", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Kyoto", + "tlds": [ + "kyoto" + ] + }, + { + "slug": "kz", + "name_en": "Kazakhstan", + "subtype": "country", + "iso_code": "KZ", + "parent": null, + "tlds": [ + "kz", + "xn--80ao21a" + ] + }, + { + "slug": "la", + "name_en": "Lao People's Democratic Republic", + "subtype": "country", + "iso_code": "LA", + "parent": null, + "tlds": [ + "la", + "xn--q7ce6a" + ] + }, + { + "slug": "latin-america", + "name_en": "Latin America", + "subtype": "supranational", + "iso_code": null, + "parent": null, + "info_link": "https://en.wikipedia.org/wiki/Latin_America", + "tlds": [ + "lat" + ] + }, + { + "slug": "lb", + "name_en": "Lebanon", + "subtype": "country", + "iso_code": "LB", + "parent": null, + "tlds": [ + "lb" + ] + }, + { + "slug": "lc", + "name_en": "Saint Lucia", + "subtype": "country", + "iso_code": "LC", + "parent": null, + "tlds": [ + "lc" + ] + }, + { + "slug": "li", + "name_en": "Liechtenstein", + "subtype": "country", + "iso_code": "LI", + "parent": null, + "tlds": [ + "li" + ] + }, + { + "slug": "lk", + "name_en": "Sri Lanka", + "subtype": "country", + "iso_code": "LK", + "parent": null, + "tlds": [ + "lk", + "xn--fzc2c9e2c", + "xn--xkc2al3hye2a" + ] + }, + { + "slug": "london", + "name_en": "London", + "subtype": "city", + "iso_code": null, + "parent": "gb", + "info_link": "https://en.wikipedia.org/wiki/London", + "tlds": [ + "london" + ] + }, + { + "slug": "lr", + "name_en": "Liberia", + "subtype": "country", + "iso_code": "LR", + "parent": null, + "tlds": [ + "lr" + ] + }, + { + "slug": "ls", + "name_en": "Lesotho", + "subtype": "country", + "iso_code": "LS", + "parent": null, + "tlds": [ + "ls" + ] + }, + { + "slug": "lt", + "name_en": "Lithuania", + "subtype": "country", + "iso_code": "LT", + "parent": null, + "tlds": [ + "lt" + ] + }, + { + "slug": "lu", + "name_en": "Luxembourg", + "subtype": "country", + "iso_code": "LU", + "parent": null, + "tlds": [ + "lu" + ] + }, + { + "slug": "lv", + "name_en": "Latvia", + "subtype": "country", + "iso_code": "LV", + "parent": null, + "tlds": [ + "lv" + ] + }, + { + "slug": "ly", + "name_en": "Libya", + "subtype": "country", + "iso_code": "LY", + "parent": null, + "tlds": [ + "ly" + ] + }, + { + "slug": "ma", + "name_en": "Morocco", + "subtype": "country", + "iso_code": "MA", + "parent": null, + "tlds": [ + "ma", + "xn--mgbc0a9azcg" + ] + }, + { + "slug": "madrid", + "name_en": "Madrid", + "subtype": "city", + "iso_code": null, + "parent": "es", + "info_link": "https://en.wikipedia.org/wiki/Madrid", + "tlds": [ + "madrid" + ] + }, + { + "slug": "mc", + "name_en": "Monaco", + "subtype": "country", + "iso_code": "MC", + "parent": null, + "tlds": [ + "mc" + ] + }, + { + "slug": "md", + "name_en": "Moldova, Republic of", + "subtype": "country", + "iso_code": "MD", + "parent": null, + "tlds": [ + "md" + ] + }, + { + "slug": "me", + "name_en": "Montenegro", + "subtype": "country", + "iso_code": "ME", + "parent": null, + "tlds": [ + "me" + ] + }, + { + "slug": "melbourne", + "name_en": "Melbourne", + "subtype": "city", + "iso_code": null, + "parent": "au", + "info_link": "https://en.wikipedia.org/wiki/Melbourne", + "tlds": [ + "melbourne" + ] + }, + { + "slug": "mg", + "name_en": "Madagascar", + "subtype": "country", + "iso_code": "MG", + "parent": null, + "tlds": [ + "mg" + ] + }, + { + "slug": "mh", + "name_en": "Marshall Islands", + "subtype": "country", + "iso_code": "MH", + "parent": null, + "tlds": [ + "mh" + ] + }, + { + "slug": "miami", + "name_en": "Miami", + "subtype": "city", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/Miami", + "tlds": [ + "miami" + ] + }, + { + "slug": "mk", + "name_en": "North Macedonia", + "subtype": "country", + "iso_code": "MK", + "parent": null, + "tlds": [ + "mk", + "xn--d1alf" + ] + }, + { + "slug": "ml", + "name_en": "Mali", + "subtype": "country", + "iso_code": "ML", + "parent": null, + "tlds": [ + "ml" + ] + }, + { + "slug": "mm", + "name_en": "Myanmar", + "subtype": "country", + "iso_code": "MM", + "parent": null, + "tlds": [ + "mm" + ] + }, + { + "slug": "mn", + "name_en": "Mongolia", + "subtype": "country", + "iso_code": "MN", + "parent": null, + "tlds": [ + "mn", + "xn--l1acc" + ] + }, + { + "slug": "mo", + "name_en": "Macao", + "subtype": "country", + "iso_code": "MO", + "parent": "cn", + "tlds": [ + "mo", + "xn--mix891f" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "moscow", + "name_en": "Moscow", + "subtype": "city", + "iso_code": null, + "parent": "ru", + "info_link": "https://en.wikipedia.org/wiki/Moscow", + "tlds": [ + "moscow", + "xn--80adxhks" + ] + }, + { + "slug": "mp", + "name_en": "Northern Mariana Islands", + "subtype": "country", + "iso_code": "MP", + "parent": "us", + "tlds": [ + "mp" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "mq", + "name_en": "Martinique", + "subtype": "country", + "iso_code": "MQ", + "parent": "fr", + "tlds": [ + "mq" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "mr", + "name_en": "Mauritania", + "subtype": "country", + "iso_code": "MR", + "parent": null, + "tlds": [ + "mr", + "xn--mgbah1a3hjkrd" + ] + }, + { + "slug": "ms", + "name_en": "Montserrat", + "subtype": "country", + "iso_code": "MS", + "parent": "gb", + "tlds": [ + "ms" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "mt", + "name_en": "Malta", + "subtype": "country", + "iso_code": "MT", + "parent": null, + "tlds": [ + "mt" + ] + }, + { + "slug": "mu", + "name_en": "Mauritius", + "subtype": "country", + "iso_code": "MU", + "parent": null, + "tlds": [ + "mu" + ] + }, + { + "slug": "mv", + "name_en": "Maldives", + "subtype": "country", + "iso_code": "MV", + "parent": null, + "tlds": [ + "mv" + ] + }, + { + "slug": "mw", + "name_en": "Malawi", + "subtype": "country", + "iso_code": "MW", + "parent": null, + "tlds": [ + "mw" + ] + }, + { + "slug": "mx", + "name_en": "Mexico", + "subtype": "country", + "iso_code": "MX", + "parent": null, + "tlds": [ + "mx" + ] + }, + { + "slug": "my", + "name_en": "Malaysia", + "subtype": "country", + "iso_code": "MY", + "parent": null, + "tlds": [ + "my", + "xn--mgbx4cd0ab" + ] + }, + { + "slug": "mz", + "name_en": "Mozambique", + "subtype": "country", + "iso_code": "MZ", + "parent": null, + "tlds": [ + "mz" + ] + }, + { + "slug": "na", + "name_en": "Namibia", + "subtype": "country", + "iso_code": "NA", + "parent": null, + "tlds": [ + "na" + ] + }, + { + "slug": "nagoya", + "name_en": "Nagoya", + "subtype": "city", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Nagoya", + "tlds": [ + "nagoya" + ] + }, + { + "slug": "nc", + "name_en": "New Caledonia", + "subtype": "country", + "iso_code": "NC", + "parent": "fr", + "tlds": [ + "nc" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "ne", + "name_en": "Niger", + "subtype": "country", + "iso_code": "NE", + "parent": null, + "tlds": [ + "ne" + ] + }, + { + "slug": "nf", + "name_en": "Norfolk Island", + "subtype": "country", + "iso_code": "NF", + "parent": "au", + "tlds": [ + "nf" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "ng", + "name_en": "Nigeria", + "subtype": "country", + "iso_code": "NG", + "parent": null, + "tlds": [ + "ng" + ] + }, + { + "slug": "ni", + "name_en": "Nicaragua", + "subtype": "country", + "iso_code": "NI", + "parent": null, + "tlds": [ + "ni" + ] + }, + { + "slug": "nl", + "name_en": "Netherlands", + "subtype": "country", + "iso_code": "NL", + "parent": null, + "tlds": [ + "nl" + ] + }, + { + "slug": "no", + "name_en": "Norway", + "subtype": "country", + "iso_code": "NO", + "parent": null, + "tlds": [ + "no" + ] + }, + { + "slug": "north-rhine-westphalia", + "name_en": "North Rhine-Westphalia", + "subtype": "subdivision", + "iso_code": "DE-NW", + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/North_Rhine-Westphalia", + "tlds": [ + "nrw" + ] + }, + { + "slug": "np", + "name_en": "Nepal", + "subtype": "country", + "iso_code": "NP", + "parent": null, + "tlds": [ + "np" + ] + }, + { + "slug": "nr", + "name_en": "Nauru", + "subtype": "country", + "iso_code": "NR", + "parent": null, + "tlds": [ + "nr" + ] + }, + { + "slug": "nu", + "name_en": "Niue", + "subtype": "country", + "iso_code": "NU", + "parent": "nz", + "tlds": [ + "nu" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "nyc", + "name_en": "New York City", + "subtype": "city", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/New_York_City", + "tlds": [ + "nyc" + ] + }, + { + "slug": "nz", + "name_en": "New Zealand", + "subtype": "country", + "iso_code": "NZ", + "parent": null, + "tlds": [ + "nz" + ] + }, + { + "slug": "okinawa", + "name_en": "Okinawa", + "subtype": "subdivision", + "iso_code": "JP-47", + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Okinawa_Prefecture", + "tlds": [ + "okinawa" + ] + }, + { + "slug": "om", + "name_en": "Oman", + "subtype": "country", + "iso_code": "OM", + "parent": null, + "tlds": [ + "om", + "xn--mgb9awbf" + ] + }, + { + "slug": "osaka", + "name_en": "Osaka", + "subtype": "city", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Osaka", + "tlds": [ + "osaka" + ] + }, + { + "slug": "pa", + "name_en": "Panama", + "subtype": "country", + "iso_code": "PA", + "parent": null, + "tlds": [ + "pa" + ] + }, + { + "slug": "paris", + "name_en": "Paris", + "subtype": "city", + "iso_code": null, + "parent": "fr", + "info_link": "https://en.wikipedia.org/wiki/Paris", + "tlds": [ + "paris" + ] + }, + { + "slug": "pe", + "name_en": "Peru", + "subtype": "country", + "iso_code": "PE", + "parent": null, + "tlds": [ + "pe" + ] + }, + { + "slug": "pf", + "name_en": "French Polynesia", + "subtype": "country", + "iso_code": "PF", + "parent": "fr", + "tlds": [ + "pf" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "pg", + "name_en": "Papua New Guinea", + "subtype": "country", + "iso_code": "PG", + "parent": null, + "tlds": [ + "pg" + ] + }, + { + "slug": "ph", + "name_en": "Philippines", + "subtype": "country", + "iso_code": "PH", + "parent": null, + "tlds": [ + "ph" + ] + }, + { + "slug": "pk", + "name_en": "Pakistan", + "subtype": "country", + "iso_code": "PK", + "parent": null, + "tlds": [ + "pk", + "xn--mgbai9azgqp6j" + ] + }, + { + "slug": "pl", + "name_en": "Poland", + "subtype": "country", + "iso_code": "PL", + "parent": null, + "tlds": [ + "pl" + ] + }, + { + "slug": "pm", + "name_en": "Saint Pierre and Miquelon", + "subtype": "country", + "iso_code": "PM", + "parent": "fr", + "tlds": [ + "pm" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "pn", + "name_en": "Pitcairn", + "subtype": "country", + "iso_code": "PN", + "parent": "gb", + "tlds": [ + "pn" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "pr", + "name_en": "Puerto Rico", + "subtype": "country", + "iso_code": "PR", + "parent": "us", + "tlds": [ + "pr" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "ps", + "name_en": "Palestine, State of", + "subtype": "country", + "iso_code": "PS", + "parent": null, + "tlds": [ + "ps", + "xn--ygbi2ammx" + ] + }, + { + "slug": "pt", + "name_en": "Portugal", + "subtype": "country", + "iso_code": "PT", + "parent": null, + "tlds": [ + "pt" + ] + }, + { + "slug": "pw", + "name_en": "Palau", + "subtype": "country", + "iso_code": "PW", + "parent": null, + "tlds": [ + "pw" + ] + }, + { + "slug": "py", + "name_en": "Paraguay", + "subtype": "country", + "iso_code": "PY", + "parent": null, + "tlds": [ + "py" + ] + }, + { + "slug": "qa", + "name_en": "Qatar", + "subtype": "country", + "iso_code": "QA", + "parent": null, + "tlds": [ + "qa", + "xn--wgbl6a" + ] + }, + { + "slug": "quebec", + "name_en": "Quebec", + "subtype": "subdivision", + "iso_code": "CA-QC", + "parent": "ca", + "info_link": "https://en.wikipedia.org/wiki/Quebec", + "tlds": [ + "quebec" + ] + }, + { + "slug": "re", + "name_en": "Réunion", + "subtype": "country", + "iso_code": "RE", + "parent": "fr", + "tlds": [ + "re" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "rio", + "name_en": "Rio de Janeiro", + "subtype": "city", + "iso_code": null, + "parent": "br", + "info_link": "https://en.wikipedia.org/wiki/Rio_de_Janeiro", + "tlds": [ + "rio" + ] + }, + { + "slug": "ro", + "name_en": "Romania", + "subtype": "country", + "iso_code": "RO", + "parent": null, + "tlds": [ + "ro" + ] + }, + { + "slug": "rs", + "name_en": "Serbia", + "subtype": "country", + "iso_code": "RS", + "parent": null, + "tlds": [ + "rs", + "xn--90a3ac" + ] + }, + { + "slug": "ru", + "name_en": "Russian Federation", + "subtype": "country", + "iso_code": "RU", + "parent": null, + "tlds": [ + "ru", + "xn--p1ai" + ] + }, + { + "slug": "ruhr", + "name_en": "Ruhr", + "subtype": "subdivision", + "iso_code": null, + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Ruhr", + "tlds": [ + "ruhr" + ] + }, + { + "slug": "rw", + "name_en": "Rwanda", + "subtype": "country", + "iso_code": "RW", + "parent": null, + "tlds": [ + "rw" + ] + }, + { + "slug": "ryukyu", + "name_en": "Ryukyu Islands", + "subtype": "subdivision", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Ryukyu_Islands", + "tlds": [ + "ryukyu" + ] + }, + { + "slug": "sa", + "name_en": "Saudi Arabia", + "subtype": "country", + "iso_code": "SA", + "parent": null, + "tlds": [ + "sa", + "xn--mgberp4a5d4ar" + ] + }, + { + "slug": "saarland", + "name_en": "Saarland", + "subtype": "subdivision", + "iso_code": "DE-SL", + "parent": "de", + "info_link": "https://en.wikipedia.org/wiki/Saarland", + "tlds": [ + "saarland" + ] + }, + { + "slug": "sb", + "name_en": "Solomon Islands", + "subtype": "country", + "iso_code": "SB", + "parent": null, + "tlds": [ + "sb" + ] + }, + { + "slug": "sc", + "name_en": "Seychelles", + "subtype": "country", + "iso_code": "SC", + "parent": null, + "tlds": [ + "sc" + ] + }, + { + "slug": "scotland", + "name_en": "Scotland", + "subtype": "subdivision", + "iso_code": "GB-SCT", + "parent": "gb", + "info_link": "https://en.wikipedia.org/wiki/Scotland", + "tlds": [ + "scot" + ] + }, + { + "slug": "sd", + "name_en": "Sudan", + "subtype": "country", + "iso_code": "SD", + "parent": null, + "tlds": [ + "sd", + "xn--mgbpl2fh" + ] + }, + { + "slug": "se", + "name_en": "Sweden", + "subtype": "country", + "iso_code": "SE", + "parent": null, + "tlds": [ + "se" + ] + }, + { + "slug": "sg", + "name_en": "Singapore", + "subtype": "country", + "iso_code": "SG", + "parent": null, + "tlds": [ + "sg", + "xn--clchc0ea0b2g2a9gcd", + "xn--yfro4i67o" + ] + }, + { + "slug": "sh", + "name_en": "Saint Helena, Ascension and Tristan da Cunha", + "subtype": "country", + "iso_code": "SH", + "parent": "gb", + "tlds": [ + "sh" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "si", + "name_en": "Slovenia", + "subtype": "country", + "iso_code": "SI", + "parent": null, + "tlds": [ + "si" + ] + }, + { + "slug": "sj", + "name_en": "Svalbard and Jan Mayen", + "subtype": "country", + "iso_code": "SJ", + "parent": "no", + "tlds": [ + "sj" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "sk", + "name_en": "Slovakia", + "subtype": "country", + "iso_code": "SK", + "parent": null, + "tlds": [ + "sk" + ] + }, + { + "slug": "sl", + "name_en": "Sierra Leone", + "subtype": "country", + "iso_code": "SL", + "parent": null, + "tlds": [ + "sl" + ] + }, + { + "slug": "sm", + "name_en": "San Marino", + "subtype": "country", + "iso_code": "SM", + "parent": null, + "tlds": [ + "sm" + ] + }, + { + "slug": "sn", + "name_en": "Senegal", + "subtype": "country", + "iso_code": "SN", + "parent": null, + "tlds": [ + "sn" + ] + }, + { + "slug": "so", + "name_en": "Somalia", + "subtype": "country", + "iso_code": "SO", + "parent": null, + "tlds": [ + "so" + ] + }, + { + "slug": "sr", + "name_en": "Suriname", + "subtype": "country", + "iso_code": "SR", + "parent": null, + "tlds": [ + "sr" + ] + }, + { + "slug": "ss", + "name_en": "South Sudan", + "subtype": "country", + "iso_code": "SS", + "parent": null, + "tlds": [ + "ss" + ] + }, + { + "slug": "st", + "name_en": "Sao Tome and Principe", + "subtype": "country", + "iso_code": "ST", + "parent": null, + "tlds": [ + "st" + ] + }, + { + "slug": "stockholm", + "name_en": "Stockholm", + "subtype": "city", + "iso_code": null, + "parent": "se", + "info_link": "https://en.wikipedia.org/wiki/Stockholm", + "tlds": [ + "stockholm" + ] + }, + { + "slug": "su", + "name_en": "Soviet Union", + "subtype": "country", + "iso_code": null, + "parent": null, + "tlds": [ + "su" + ], + "iso_designation": "transitionally_reserved" + }, + { + "slug": "sv", + "name_en": "El Salvador", + "subtype": "country", + "iso_code": "SV", + "parent": null, + "tlds": [ + "sv" + ] + }, + { + "slug": "sx", + "name_en": "Sint Maarten (Dutch part)", + "subtype": "country", + "iso_code": "SX", + "parent": "nl", + "tlds": [ + "sx" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "sy", + "name_en": "Syrian Arab Republic", + "subtype": "country", + "iso_code": "SY", + "parent": null, + "tlds": [ + "sy", + "xn--ogbpf8fl" + ] + }, + { + "slug": "sydney", + "name_en": "Sydney", + "subtype": "city", + "iso_code": null, + "parent": "au", + "info_link": "https://en.wikipedia.org/wiki/Sydney", + "tlds": [ + "sydney" + ] + }, + { + "slug": "sz", + "name_en": "Eswatini", + "subtype": "country", + "iso_code": "SZ", + "parent": null, + "tlds": [ + "sz" + ] + }, + { + "slug": "taipei", + "name_en": "Taipei", + "subtype": "city", + "iso_code": null, + "parent": "tw", + "info_link": "https://en.wikipedia.org/wiki/Taipei", + "tlds": [ + "taipei" + ] + }, + { + "slug": "tatarstan", + "name_en": "Tatarstan", + "subtype": "subdivision", + "iso_code": "RU-TA", + "parent": "ru", + "info_link": "https://en.wikipedia.org/wiki/Tatarstan", + "tlds": [ + "tatar" + ] + }, + { + "slug": "tc", + "name_en": "Turks and Caicos Islands", + "subtype": "country", + "iso_code": "TC", + "parent": "gb", + "tlds": [ + "tc" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "td", + "name_en": "Chad", + "subtype": "country", + "iso_code": "TD", + "parent": null, + "tlds": [ + "td" + ] + }, + { + "slug": "tf", + "name_en": "French Southern Territories", + "subtype": "country", + "iso_code": "TF", + "parent": "fr", + "tlds": [ + "tf" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "tg", + "name_en": "Togo", + "subtype": "country", + "iso_code": "TG", + "parent": null, + "tlds": [ + "tg" + ] + }, + { + "slug": "th", + "name_en": "Thailand", + "subtype": "country", + "iso_code": "TH", + "parent": null, + "tlds": [ + "th", + "xn--o3cw4h" + ] + }, + { + "slug": "tj", + "name_en": "Tajikistan", + "subtype": "country", + "iso_code": "TJ", + "parent": null, + "tlds": [ + "tj" + ] + }, + { + "slug": "tk", + "name_en": "Tokelau", + "subtype": "country", + "iso_code": "TK", + "parent": "nz", + "tlds": [ + "tk" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "tl", + "name_en": "Timor-Leste", + "subtype": "country", + "iso_code": "TL", + "parent": null, + "tlds": [ + "tl" + ] + }, + { + "slug": "tm", + "name_en": "Turkmenistan", + "subtype": "country", + "iso_code": "TM", + "parent": null, + "tlds": [ + "tm" + ] + }, + { + "slug": "tn", + "name_en": "Tunisia", + "subtype": "country", + "iso_code": "TN", + "parent": null, + "tlds": [ + "tn", + "xn--pgbs0dh" + ] + }, + { + "slug": "to", + "name_en": "Tonga", + "subtype": "country", + "iso_code": "TO", + "parent": null, + "tlds": [ + "to" + ] + }, + { + "slug": "tokyo", + "name_en": "Tokyo", + "subtype": "city", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Tokyo", + "tlds": [ + "tokyo" + ] + }, + { + "slug": "tr", + "name_en": "Türkiye", + "subtype": "country", + "iso_code": "TR", + "parent": null, + "tlds": [ + "tr" + ] + }, + { + "slug": "tt", + "name_en": "Trinidad and Tobago", + "subtype": "country", + "iso_code": "TT", + "parent": null, + "tlds": [ + "tt" + ] + }, + { + "slug": "tv", + "name_en": "Tuvalu", + "subtype": "country", + "iso_code": "TV", + "parent": null, + "tlds": [ + "tv" + ] + }, + { + "slug": "tw", + "name_en": "Taiwan, Province of China", + "subtype": "country", + "iso_code": "TW", + "parent": null, + "tlds": [ + "tw", + "xn--kprw13d", + "xn--kpry57d" + ] + }, + { + "slug": "tyrol", + "name_en": "Tyrol", + "subtype": "subdivision", + "iso_code": "AT-7", + "parent": "at", + "info_link": "https://en.wikipedia.org/wiki/Tyrol_(state)", + "tlds": [ + "tirol" + ] + }, + { + "slug": "tz", + "name_en": "Tanzania, United Republic of", + "subtype": "country", + "iso_code": "TZ", + "parent": null, + "tlds": [ + "tz" + ] + }, + { + "slug": "ua", + "name_en": "Ukraine", + "subtype": "country", + "iso_code": "UA", + "parent": null, + "tlds": [ + "ua", + "xn--j1amh" + ] + }, + { + "slug": "ug", + "name_en": "Uganda", + "subtype": "country", + "iso_code": "UG", + "parent": null, + "tlds": [ + "ug" + ] + }, + { + "slug": "us", + "name_en": "United States", + "subtype": "country", + "iso_code": "US", + "parent": null, + "tlds": [ + "us" + ] + }, + { + "slug": "uy", + "name_en": "Uruguay", + "subtype": "country", + "iso_code": "UY", + "parent": null, + "tlds": [ + "uy" + ] + }, + { + "slug": "uz", + "name_en": "Uzbekistan", + "subtype": "country", + "iso_code": "UZ", + "parent": null, + "tlds": [ + "uz" + ] + }, + { + "slug": "va", + "name_en": "Holy See (Vatican City State)", + "subtype": "country", + "iso_code": "VA", + "parent": null, + "tlds": [ + "va" + ] + }, + { + "slug": "vc", + "name_en": "Saint Vincent and the Grenadines", + "subtype": "country", + "iso_code": "VC", + "parent": null, + "tlds": [ + "vc" + ] + }, + { + "slug": "ve", + "name_en": "Venezuela, Bolivarian Republic of", + "subtype": "country", + "iso_code": "VE", + "parent": null, + "tlds": [ + "ve" + ] + }, + { + "slug": "vegas", + "name_en": "Las Vegas", + "subtype": "city", + "iso_code": null, + "parent": "us", + "info_link": "https://en.wikipedia.org/wiki/Las_Vegas", + "tlds": [ + "vegas" + ] + }, + { + "slug": "vg", + "name_en": "Virgin Islands, British", + "subtype": "country", + "iso_code": "VG", + "parent": "gb", + "tlds": [ + "vg" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "vi", + "name_en": "Virgin Islands, U.S.", + "subtype": "country", + "iso_code": "VI", + "parent": "us", + "tlds": [ + "vi" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "vn", + "name_en": "Viet Nam", + "subtype": "country", + "iso_code": "VN", + "parent": null, + "tlds": [ + "vn" + ] + }, + { + "slug": "vu", + "name_en": "Vanuatu", + "subtype": "country", + "iso_code": "VU", + "parent": null, + "tlds": [ + "vu" + ] + }, + { + "slug": "wales", + "name_en": "Wales", + "subtype": "subdivision", + "iso_code": "GB-WLS", + "parent": "gb", + "info_link": "https://en.wikipedia.org/wiki/Wales", + "tlds": [ + "cymru", + "wales" + ] + }, + { + "slug": "wf", + "name_en": "Wallis and Futuna", + "subtype": "country", + "iso_code": "WF", + "parent": "fr", + "tlds": [ + "wf" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "wien", + "name_en": "Vienna", + "subtype": "city", + "iso_code": null, + "parent": "at", + "info_link": "https://en.wikipedia.org/wiki/Vienna", + "tlds": [ + "wien" + ] + }, + { + "slug": "ws", + "name_en": "Samoa", + "subtype": "country", + "iso_code": "WS", + "parent": null, + "tlds": [ + "ws" + ] + }, + { + "slug": "ye", + "name_en": "Yemen", + "subtype": "country", + "iso_code": "YE", + "parent": null, + "tlds": [ + "ye" + ] + }, + { + "slug": "yokohama", + "name_en": "Yokohama", + "subtype": "city", + "iso_code": null, + "parent": "jp", + "info_link": "https://en.wikipedia.org/wiki/Yokohama", + "tlds": [ + "yokohama" + ] + }, + { + "slug": "yt", + "name_en": "Mayotte", + "subtype": "country", + "iso_code": "YT", + "parent": "fr", + "tlds": [ + "yt" + ], + "iso_designation": "dependent_territory" + }, + { + "slug": "za", + "name_en": "South Africa", + "subtype": "country", + "iso_code": "ZA", + "parent": null, + "tlds": [ + "za" + ] + }, + { + "slug": "zm", + "name_en": "Zambia", + "subtype": "country", + "iso_code": "ZM", + "parent": null, + "tlds": [ + "zm" + ] + }, + { + "slug": "zuerich", + "name_en": "Zurich", + "subtype": "city", + "iso_code": null, + "parent": "ch", + "info_link": "https://en.wikipedia.org/wiki/Z%C3%BCrich", + "tlds": [ + "zuerich" + ] + }, + { + "slug": "zw", + "name_en": "Zimbabwe", + "subtype": "country", + "iso_code": "ZW", + "parent": null, + "tlds": [ + "zw" + ] + } + ] +} diff --git a/data/generated/tld/bayern.json b/data/generated/tld/bayern.json index 860651f6..fca63cd1 100644 --- a/data/generated/tld/bayern.json +++ b/data/generated/tld/bayern.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -206,7 +206,8 @@ "as_org_slugs": [ "knipp-medien", "ultradns" - ] + ], + "geographic_scope": "subdivision" } } } diff --git a/data/generated/tld/cat.json b/data/generated/tld/cat.json index c15478cc..e334dfb6 100644 --- a/data/generated/tld/cat.json +++ b/data/generated/tld/cat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -149,6 +149,7 @@ "knipp-medien", "packet-clearing-house" ], + "geographic_scope": "subdivision", "cultural_affiliation": "catalan" } } diff --git a/data/generated/tld/corsica.json b/data/generated/tld/corsica.json index 0938d9e4..062c435a 100644 --- a/data/generated/tld/corsica.json +++ b/data/generated/tld/corsica.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -110,7 +110,8 @@ "as_org_slugs": [ "afnic", "packet-clearing-house" - ] + ], + "geographic_scope": "subdivision" } } } diff --git a/data/generated/tld/ist.json b/data/generated/tld/ist.json index 679456dc..81643960 100644 --- a/data/generated/tld/ist.json +++ b/data/generated/tld/ist.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -126,7 +126,8 @@ ], "as_org_slugs": [ "identity-digital" - ] + ], + "geographic_scope": "city" } } } diff --git a/data/generated/tld/okinawa.json b/data/generated/tld/okinawa.json index 2bd5432d..6bc33c2a 100644 --- a/data/generated/tld/okinawa.json +++ b/data/generated/tld/okinawa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -121,7 +121,8 @@ ], "as_org_slugs": [ "ultradns" - ] + ], + "geographic_scope": "subdivision" } } } diff --git a/data/generated/tld/ruhr.json b/data/generated/tld/ruhr.json index ea699ce5..6e8cb2d4 100644 --- a/data/generated/tld/ruhr.json +++ b/data/generated/tld/ruhr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -126,7 +126,8 @@ ], "as_org_slugs": [ "centralnic" - ] + ], + "geographic_scope": "subdivision" } } } diff --git a/data/generated/tld/ryukyu.json b/data/generated/tld/ryukyu.json index dd2a6722..6227857c 100644 --- a/data/generated/tld/ryukyu.json +++ b/data/generated/tld/ryukyu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -121,7 +121,8 @@ ], "as_org_slugs": [ "ultradns" - ] + ], + "geographic_scope": "subdivision" } } } diff --git a/data/generated/tld/xn--e1a4c.json b/data/generated/tld/xn--e1a4c.json index 928238ce..dd030dc1 100644 --- a/data/generated/tld/xn--e1a4c.json +++ b/data/generated/tld/xn--e1a4c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -126,7 +126,7 @@ "denic", "rcodezero" ], - "geographic_scope": "country" + "geographic_scope": "supranational" } } } diff --git a/data/generated/tld/xn--ngbrx.json b/data/generated/tld/xn--ngbrx.json index 984a6332..e82d2667 100644 --- a/data/generated/tld/xn--ngbrx.json +++ b/data/generated/tld/xn--ngbrx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -126,7 +126,8 @@ ], "as_org_slugs": [ "ultradns" - ] + ], + "cultural_affiliation": "arab" } } } diff --git a/data/generated/tld/xn--qxa6a.json b/data/generated/tld/xn--qxa6a.json index 12bdae0f..92a01f76 100644 --- a/data/generated/tld/xn--qxa6a.json +++ b/data/generated/tld/xn--qxa6a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -126,7 +126,7 @@ "denic", "rcodezero" ], - "geographic_scope": "country" + "geographic_scope": "supranational" } } } diff --git a/data/generated/tlds.json b/data/generated/tlds.json index 52f22e49..cd2452da 100644 --- a/data/generated/tlds.json +++ b/data/generated/tlds.json @@ -1,6 +1,6 @@ { "description": "Enhanced TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:00:51Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -15995,7 +15995,8 @@ "as_org_slugs": [ "knipp-medien", "ultradns" - ] + ], + "geographic_scope": "subdivision" } }, { @@ -30598,6 +30599,7 @@ "knipp-medien", "packet-clearing-house" ], + "geographic_scope": "subdivision", "cultural_affiliation": "catalan" } }, @@ -41041,7 +41043,8 @@ "as_org_slugs": [ "afnic", "packet-clearing-house" - ] + ], + "geographic_scope": "subdivision" } }, { @@ -88456,7 +88459,8 @@ ], "as_org_slugs": [ "identity-digital" - ] + ], + "geographic_scope": "city" } }, { @@ -124350,7 +124354,8 @@ ], "as_org_slugs": [ "ultradns" - ] + ], + "geographic_scope": "subdivision" } }, { @@ -144874,7 +144879,8 @@ ], "as_org_slugs": [ "centralnic" - ] + ], + "geographic_scope": "subdivision" } }, { @@ -145481,7 +145487,8 @@ ], "as_org_slugs": [ "ultradns" - ] + ], + "geographic_scope": "subdivision" } }, { @@ -194685,7 +194692,7 @@ "denic", "rcodezero" ], - "geographic_scope": "country" + "geographic_scope": "supranational" } }, { @@ -203359,7 +203366,8 @@ ], "as_org_slugs": [ "ultradns" - ] + ], + "cultural_affiliation": "arab" } }, { @@ -205237,7 +205245,7 @@ "denic", "rcodezero" ], - "geographic_scope": "country" + "geographic_scope": "supranational" } }, { From 5fd711da8b365bf27164104feed3196863e28907 Mon Sep 17 00:00:00 2001 From: Eric Case Date: Mon, 25 May 2026 22:10:03 -0700 Subject: [PATCH 5/8] Readme update - typed graph --- README.md | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/README.md b/README.md index a62f8c65..bcd8a1b7 100644 --- a/README.md +++ b/README.md @@ -246,6 +246,18 @@ Every TLD is identified by its **A-label** — the ASCII form, including `xn--` The **U-label** — the rendered Unicode form (e.g. `москва`) — is display-only and appears solely in the `tld_unicode` field, alongside the A-label, never as a key or reference. Consumers that render a name resolve the A-label to `tld_unicode`; they never key on it. +## The typed graph + +Alongside `tlds.json`, the build ships four derived reverse-index artifacts that model the root zone as a typed graph of four entity types plus one enum: + +- **Domains** — the TLDs themselves (`tlds.json`). +- **Organizations** — registries, governance bodies, and infrastructure operators (`organizations.json`). +- **Places** — countries, dependent territories, subdivisions, cities, and supranational regions (`places.json`). +- **Cultures** — ethno-linguistic communities like the Basques or Welsh (`cultures.json`). +- **Agreement types** — the ICANN registry-agreement enum (`agreements.json`). + +Each TLD relates to one or more Organizations through *roles* (Sponsor, Administrative Contact, Technical Contact, and — for gTLDs — ICANN Registry Operator), to zero or more Places (most ccTLDs map to one country; geographic gTLDs map to a city, subdivision, country, or supranational region), to an optional Culture, and to its agreement types. Each derived artifact is a deterministic reverse index of `tlds.json`: delete it and `make build` rebuilds it. Every cross-file relationship is enforced by referential-integrity tests, so a foreign key can never dangle and no record is ever orphaned. + ## `organizations.json` The `data/generated/organizations.json` file is the canonical record of the organizations that play roles for TLDs, with a reverse-index of those roles. It is built from a hand-curated identity seed (`data/manual/organizations.json`) joined against `tlds.json`, and replaces the old per-role alias files. @@ -254,6 +266,24 @@ Each org carries an editorial `display_name` and a stable kebab-case `slug` (the > **Consolidated subset:** this currently covers the curated multi-source organizations only. The single-source long tail (orgs that appear under one exact name in one source) is not yet included, so the absence of a TLD's operator here does not mean it has none. +## `places.json` + +The `data/generated/places.json` file is the canonical record of the places associated with TLDs, with a reverse-index of their TLDs. Countries are derived mechanically from ccTLDs (ISO 3166-1 via `pycountry`); subdivisions, cities, and supranational regions come from a hand-curated seed (`data/manual/places.json`). + +Each place carries a stable `slug` (ISO 3166-1 alpha-2 for countries, e.g. `gb`; a recognizable short name for subdivisions, e.g. `basque-country`; the TLD for cities, e.g. `amsterdam`), an English `name_en`, a `subtype` (`country` / `subdivision` / `city` / `supranational`), the `iso_code` where one exists, a `parent` slug for hierarchy (subdivision/city → country; dependent territory → sovereign), an optional `info_link`, and the `tlds` reverse index. A sparse `iso_designation` field carries ISO 3166-1 status for the special cases: `dependent_territory` (e.g. `bm` → `gb`), `exceptionally_reserved` (`ac`), `transitionally_reserved` (`su`), and `special_area` (`aq`). `places[]` is sorted by `slug`. + +The United Kingdom is one place slugged `gb` (its ISO alpha-2), carrying both `.gb` and `.uk`; IDN ccTLDs fold into their country (e.g. `xn--p1ai` joins `ru`). Slugs and `tlds` are A-labels/ASCII; Unicode rendering is left to consumers. + +## `cultures.json` + +The `data/generated/cultures.json` file records the ethno-linguistic communities that at least one TLD claims affiliation with, with a reverse-index of their TLDs. It is built from a hand-curated seed (`data/manual/cultures.json`) joined against each TLD's `cultural_affiliation` annotation. + +Each culture carries a stable `slug` (the foreign key `cultural_affiliation` points at), an English `name_en`, an `info_link` to Wikipedia, an optional ISO 639 `language_code`, and the `tlds` reverse index. `cultures[]` is sorted by `slug`. The schema is intentionally minimal: descriptions and cross-artifact links belong on the canonical source (Wikipedia via `info_link`), not duplicated here. + +## `agreements.json` + +The `data/generated/agreements.json` file is the ICANN registry-agreement-type enum with a reverse-index of the gTLDs under each. Each record carries a canonical `slug` (`base` / `non_sponsored` / `brand` / `community` / `sponsored`), a friendly `display_name`, the verbatim ICANN string under `source_names.icann`, and the `tlds` reverse index. `agreements[]` is sorted by `slug`. + ## Local usage - `make deps` - Install the project dependencies From e33a70e030abc2d59504ae02d9460339161020cf Mon Sep 17 00:00:00 2001 From: Eric Case Date: Mon, 25 May 2026 22:25:17 -0700 Subject: [PATCH 6/8] Rebuild data files, with nameservers field at the bottom --- data/generated/organizations.json | 1468 +- data/generated/tld/aaa.json | 50 +- data/generated/tld/aarp.json | 48 +- data/generated/tld/abb.json | 50 +- data/generated/tld/abbott.json | 50 +- data/generated/tld/abbvie.json | 52 +- data/generated/tld/abc.json | 50 +- data/generated/tld/able.json | 46 +- data/generated/tld/abogado.json | 60 +- data/generated/tld/abudhabi.json | 44 +- data/generated/tld/ac.json | 52 +- data/generated/tld/academy.json | 58 +- data/generated/tld/accenture.json | 50 +- data/generated/tld/accountant.json | 56 +- data/generated/tld/accountants.json | 58 +- data/generated/tld/aco.json | 48 +- data/generated/tld/actor.json | 58 +- data/generated/tld/ad.json | 44 +- data/generated/tld/ads.json | 58 +- data/generated/tld/adult.json | 60 +- data/generated/tld/ae.json | 34 +- data/generated/tld/aeg.json | 48 +- data/generated/tld/aero.json | 50 +- data/generated/tld/aetna.json | 48 +- data/generated/tld/af.json | 36 +- data/generated/tld/afl.json | 46 +- data/generated/tld/africa.json | 54 +- data/generated/tld/ag.json | 44 +- data/generated/tld/agakhan.json | 48 +- data/generated/tld/agency.json | 58 +- data/generated/tld/ai.json | 40 +- data/generated/tld/aig.json | 48 +- data/generated/tld/airbus.json | 48 +- data/generated/tld/airforce.json | 58 +- data/generated/tld/airtel.json | 50 +- data/generated/tld/akdn.json | 48 +- data/generated/tld/al.json | 34 +- data/generated/tld/alibaba.json | 34 +- data/generated/tld/alipay.json | 50 +- data/generated/tld/allfinanz.json | 48 +- data/generated/tld/allstate.json | 50 +- data/generated/tld/ally.json | 50 +- data/generated/tld/alsace.json | 54 +- data/generated/tld/alstom.json | 46 +- data/generated/tld/am.json | 38 +- data/generated/tld/amazon.json | 60 +- data/generated/tld/americanexpress.json | 48 +- data/generated/tld/americanfamily.json | 48 +- data/generated/tld/amex.json | 48 +- data/generated/tld/amfam.json | 48 +- data/generated/tld/amica.json | 48 +- data/generated/tld/amsterdam.json | 54 +- data/generated/tld/analytics.json | 46 +- data/generated/tld/android.json | 60 +- data/generated/tld/anquan.json | 44 +- data/generated/tld/anz.json | 46 +- data/generated/tld/ao.json | 38 +- data/generated/tld/aol.json | 50 +- data/generated/tld/apartments.json | 58 +- data/generated/tld/app.json | 58 +- data/generated/tld/apple.json | 56 +- data/generated/tld/aq.json | 32 +- data/generated/tld/aquarelle.json | 50 +- data/generated/tld/ar.json | 44 +- data/generated/tld/arab.json | 44 +- data/generated/tld/aramco.json | 46 +- data/generated/tld/archi.json | 60 +- data/generated/tld/army.json | 58 +- data/generated/tld/arpa.json | 32 +- data/generated/tld/art.json | 48 +- data/generated/tld/arte.json | 48 +- data/generated/tld/as.json | 40 +- data/generated/tld/asda.json | 50 +- data/generated/tld/asia.json | 52 +- data/generated/tld/associates.json | 58 +- data/generated/tld/at.json | 36 +- data/generated/tld/athleta.json | 48 +- data/generated/tld/attorney.json | 58 +- data/generated/tld/au.json | 40 +- data/generated/tld/auction.json | 58 +- data/generated/tld/audi.json | 60 +- data/generated/tld/audible.json | 64 +- data/generated/tld/audio.json | 60 +- data/generated/tld/auspost.json | 46 +- data/generated/tld/author.json | 62 +- data/generated/tld/auto.json | 60 +- data/generated/tld/autos.json | 60 +- data/generated/tld/aw.json | 42 +- data/generated/tld/aws.json | 64 +- data/generated/tld/ax.json | 24 +- data/generated/tld/axa.json | 48 +- data/generated/tld/az.json | 34 +- data/generated/tld/azure.json | 64 +- data/generated/tld/ba.json | 38 +- data/generated/tld/baby.json | 60 +- data/generated/tld/baidu.json | 50 +- data/generated/tld/banamex.json | 48 +- data/generated/tld/band.json | 58 +- data/generated/tld/bank.json | 62 +- data/generated/tld/bar.json | 52 +- data/generated/tld/barcelona.json | 48 +- data/generated/tld/barclaycard.json | 50 +- data/generated/tld/barclays.json | 50 +- data/generated/tld/barefoot.json | 50 +- data/generated/tld/bargains.json | 58 +- data/generated/tld/baseball.json | 48 +- data/generated/tld/basketball.json | 48 +- data/generated/tld/bauhaus.json | 50 +- data/generated/tld/bayern.json | 58 +- data/generated/tld/bb.json | 22 +- data/generated/tld/bbc.json | 50 +- data/generated/tld/bbt.json | 50 +- data/generated/tld/bbva.json | 50 +- data/generated/tld/bcg.json | 50 +- data/generated/tld/bcn.json | 46 +- data/generated/tld/bd.json | 32 +- data/generated/tld/be.json | 52 +- data/generated/tld/beats.json | 58 +- data/generated/tld/beauty.json | 60 +- data/generated/tld/beer.json | 60 +- data/generated/tld/berlin.json | 48 +- data/generated/tld/best.json | 48 +- data/generated/tld/bestbuy.json | 50 +- data/generated/tld/bet.json | 58 +- data/generated/tld/bf.json | 44 +- data/generated/tld/bg.json | 34 +- data/generated/tld/bh.json | 40 +- data/generated/tld/bharti.json | 50 +- data/generated/tld/bi.json | 36 +- data/generated/tld/bible.json | 48 +- data/generated/tld/bid.json | 56 +- data/generated/tld/bike.json | 58 +- data/generated/tld/bing.json | 64 +- data/generated/tld/bingo.json | 58 +- data/generated/tld/bio.json | 58 +- data/generated/tld/biz.json | 60 +- data/generated/tld/bj.json | 40 +- data/generated/tld/black.json | 58 +- data/generated/tld/blackfriday.json | 60 +- data/generated/tld/blockbuster.json | 62 +- data/generated/tld/blog.json | 52 +- data/generated/tld/bloomberg.json | 48 +- data/generated/tld/blue.json | 58 +- data/generated/tld/bm.json | 44 +- data/generated/tld/bms.json | 48 +- data/generated/tld/bmw.json | 62 +- data/generated/tld/bn.json | 40 +- data/generated/tld/bnpparibas.json | 50 +- data/generated/tld/bo.json | 40 +- data/generated/tld/boats.json | 60 +- data/generated/tld/boehringer.json | 50 +- data/generated/tld/bofa.json | 50 +- data/generated/tld/bom.json | 28 +- data/generated/tld/bond.json | 56 +- data/generated/tld/boo.json | 58 +- data/generated/tld/book.json | 62 +- data/generated/tld/booking.json | 46 +- data/generated/tld/bosch.json | 48 +- data/generated/tld/bostik.json | 54 +- data/generated/tld/boston.json | 62 +- data/generated/tld/bot.json | 62 +- data/generated/tld/boutique.json | 58 +- data/generated/tld/box.json | 48 +- data/generated/tld/br.json | 28 +- data/generated/tld/bradesco.json | 50 +- data/generated/tld/bridgestone.json | 50 +- data/generated/tld/broadway.json | 54 +- data/generated/tld/broker.json | 58 +- data/generated/tld/brother.json | 50 +- data/generated/tld/brussels.json | 56 +- data/generated/tld/bs.json | 38 +- data/generated/tld/bt.json | 34 +- data/generated/tld/build.json | 48 +- data/generated/tld/builders.json | 58 +- data/generated/tld/business.json | 58 +- data/generated/tld/buy.json | 62 +- data/generated/tld/buzz.json | 48 +- data/generated/tld/bv.json | 22 +- data/generated/tld/bw.json | 36 +- data/generated/tld/by.json | 22 +- data/generated/tld/bz.json | 38 +- data/generated/tld/bzh.json | 58 +- data/generated/tld/ca.json | 56 +- data/generated/tld/cab.json | 58 +- data/generated/tld/cafe.json | 58 +- data/generated/tld/cal.json | 58 +- data/generated/tld/call.json | 62 +- data/generated/tld/calvinklein.json | 48 +- data/generated/tld/cam.json | 48 +- data/generated/tld/camera.json | 58 +- data/generated/tld/camp.json | 58 +- data/generated/tld/canon.json | 54 +- data/generated/tld/capetown.json | 58 +- data/generated/tld/capital.json | 58 +- data/generated/tld/capitalone.json | 50 +- data/generated/tld/car.json | 60 +- data/generated/tld/caravan.json | 48 +- data/generated/tld/cards.json | 58 +- data/generated/tld/care.json | 58 +- data/generated/tld/career.json | 60 +- data/generated/tld/careers.json | 58 +- data/generated/tld/cars.json | 60 +- data/generated/tld/casa.json | 60 +- data/generated/tld/case.json | 48 +- data/generated/tld/cash.json | 58 +- data/generated/tld/casino.json | 58 +- data/generated/tld/cat.json | 58 +- data/generated/tld/catering.json | 58 +- data/generated/tld/catholic.json | 46 +- data/generated/tld/cba.json | 46 +- data/generated/tld/cbn.json | 48 +- data/generated/tld/cbre.json | 48 +- data/generated/tld/cc.json | 44 +- data/generated/tld/cd.json | 34 +- data/generated/tld/center.json | 58 +- data/generated/tld/ceo.json | 60 +- data/generated/tld/cern.json | 50 +- data/generated/tld/cf.json | 24 +- data/generated/tld/cfa.json | 50 +- data/generated/tld/cfd.json | 56 +- data/generated/tld/cg.json | 34 +- data/generated/tld/ch.json | 44 +- data/generated/tld/chanel.json | 50 +- data/generated/tld/channel.json | 58 +- data/generated/tld/charity.json | 60 +- data/generated/tld/chase.json | 48 +- data/generated/tld/chat.json | 58 +- data/generated/tld/cheap.json | 58 +- data/generated/tld/chintai.json | 50 +- data/generated/tld/christmas.json | 60 +- data/generated/tld/chrome.json | 60 +- data/generated/tld/church.json | 58 +- data/generated/tld/ci.json | 40 +- data/generated/tld/cipriani.json | 50 +- data/generated/tld/circle.json | 54 +- data/generated/tld/cisco.json | 48 +- data/generated/tld/citadel.json | 50 +- data/generated/tld/citi.json | 48 +- data/generated/tld/citic.json | 42 +- data/generated/tld/city.json | 58 +- data/generated/tld/ck.json | 22 +- data/generated/tld/cl.json | 40 +- data/generated/tld/claims.json | 58 +- data/generated/tld/cleaning.json | 58 +- data/generated/tld/click.json | 52 +- data/generated/tld/clinic.json | 58 +- data/generated/tld/clinique.json | 50 +- data/generated/tld/clothing.json | 58 +- data/generated/tld/cloud.json | 52 +- data/generated/tld/club.json | 60 +- data/generated/tld/clubmed.json | 48 +- data/generated/tld/cm.json | 40 +- data/generated/tld/cn.json | 46 +- data/generated/tld/co.json | 44 +- data/generated/tld/coach.json | 58 +- data/generated/tld/codes.json | 58 +- data/generated/tld/coffee.json | 58 +- data/generated/tld/college.json | 60 +- data/generated/tld/cologne.json | 50 +- data/generated/tld/com.json | 58 +- data/generated/tld/commbank.json | 46 +- data/generated/tld/community.json | 58 +- data/generated/tld/company.json | 58 +- data/generated/tld/compare.json | 60 +- data/generated/tld/computer.json | 58 +- data/generated/tld/comsec.json | 58 +- data/generated/tld/condos.json | 58 +- data/generated/tld/construction.json | 58 +- data/generated/tld/consulting.json | 58 +- data/generated/tld/contact.json | 58 +- data/generated/tld/contractors.json | 58 +- data/generated/tld/cooking.json | 60 +- data/generated/tld/cool.json | 58 +- data/generated/tld/coop.json | 64 +- data/generated/tld/corsica.json | 56 +- data/generated/tld/country.json | 52 +- data/generated/tld/coupon.json | 60 +- data/generated/tld/coupons.json | 58 +- data/generated/tld/courses.json | 60 +- data/generated/tld/cpa.json | 44 +- data/generated/tld/cr.json | 52 +- data/generated/tld/credit.json | 58 +- data/generated/tld/creditcard.json | 58 +- data/generated/tld/creditunion.json | 60 +- data/generated/tld/cricket.json | 56 +- data/generated/tld/crown.json | 54 +- data/generated/tld/crs.json | 46 +- data/generated/tld/cruise.json | 48 +- data/generated/tld/cruises.json | 58 +- data/generated/tld/cu.json | 22 +- data/generated/tld/cuisinella.json | 46 +- data/generated/tld/cv.json | 40 +- data/generated/tld/cw.json | 34 +- data/generated/tld/cx.json | 40 +- data/generated/tld/cy.json | 38 +- data/generated/tld/cymru.json | 66 +- data/generated/tld/cyou.json | 56 +- data/generated/tld/cz.json | 40 +- data/generated/tld/dad.json | 58 +- data/generated/tld/dance.json | 58 +- data/generated/tld/data.json | 60 +- data/generated/tld/date.json | 56 +- data/generated/tld/dating.json | 58 +- data/generated/tld/datsun.json | 54 +- data/generated/tld/day.json | 58 +- data/generated/tld/dclk.json | 58 +- data/generated/tld/dds.json | 60 +- data/generated/tld/de.json | 40 +- data/generated/tld/deal.json | 58 +- data/generated/tld/dealer.json | 48 +- data/generated/tld/deals.json | 58 +- data/generated/tld/degree.json | 58 +- data/generated/tld/delivery.json | 58 +- data/generated/tld/dell.json | 48 +- data/generated/tld/deloitte.json | 46 +- data/generated/tld/delta.json | 50 +- data/generated/tld/democrat.json | 58 +- data/generated/tld/dental.json | 58 +- data/generated/tld/dentist.json | 58 +- data/generated/tld/desi.json | 56 +- data/generated/tld/design.json | 60 +- data/generated/tld/dev.json | 58 +- data/generated/tld/dhl.json | 46 +- data/generated/tld/diamonds.json | 58 +- data/generated/tld/diet.json | 60 +- data/generated/tld/digital.json | 58 +- data/generated/tld/direct.json | 58 +- data/generated/tld/directory.json | 58 +- data/generated/tld/discount.json | 58 +- data/generated/tld/discover.json | 50 +- data/generated/tld/dish.json | 62 +- data/generated/tld/diy.json | 52 +- data/generated/tld/dj.json | 34 +- data/generated/tld/dk.json | 44 +- data/generated/tld/dm.json | 40 +- data/generated/tld/dnp.json | 54 +- data/generated/tld/do.json | 40 +- data/generated/tld/docs.json | 58 +- data/generated/tld/doctor.json | 58 +- data/generated/tld/dog.json | 58 +- data/generated/tld/domains.json | 58 +- data/generated/tld/dot.json | 64 +- data/generated/tld/download.json | 56 +- data/generated/tld/drive.json | 58 +- data/generated/tld/dtv.json | 60 +- data/generated/tld/dubai.json | 44 +- data/generated/tld/dupont.json | 48 +- data/generated/tld/durban.json | 58 +- data/generated/tld/dvag.json | 50 +- data/generated/tld/dvr.json | 60 +- data/generated/tld/dz.json | 38 +- data/generated/tld/earth.json | 48 +- data/generated/tld/eat.json | 58 +- data/generated/tld/ec.json | 44 +- data/generated/tld/eco.json | 54 +- data/generated/tld/edeka.json | 52 +- data/generated/tld/edu.json | 36 +- data/generated/tld/education.json | 58 +- data/generated/tld/ee.json | 36 +- data/generated/tld/eg.json | 20 +- data/generated/tld/email.json | 58 +- data/generated/tld/emerck.json | 50 +- data/generated/tld/energy.json | 58 +- data/generated/tld/engineer.json | 58 +- data/generated/tld/engineering.json | 58 +- data/generated/tld/enterprises.json | 58 +- data/generated/tld/epson.json | 50 +- data/generated/tld/equipment.json | 58 +- data/generated/tld/er.json | 20 +- data/generated/tld/ericsson.json | 48 +- data/generated/tld/erni.json | 44 +- data/generated/tld/es.json | 36 +- data/generated/tld/esq.json | 58 +- data/generated/tld/estate.json | 58 +- data/generated/tld/et.json | 22 +- data/generated/tld/eu.json | 38 +- data/generated/tld/eurovision.json | 46 +- data/generated/tld/eus.json | 50 +- data/generated/tld/events.json | 58 +- data/generated/tld/exchange.json | 58 +- data/generated/tld/expert.json | 58 +- data/generated/tld/exposed.json | 58 +- data/generated/tld/express.json | 58 +- data/generated/tld/extraspace.json | 50 +- data/generated/tld/fage.json | 50 +- data/generated/tld/fail.json | 58 +- data/generated/tld/fairwinds.json | 52 +- data/generated/tld/faith.json | 56 +- data/generated/tld/family.json | 58 +- data/generated/tld/fan.json | 58 +- data/generated/tld/fans.json | 52 +- data/generated/tld/farm.json | 58 +- data/generated/tld/farmers.json | 48 +- data/generated/tld/fashion.json | 60 +- data/generated/tld/fast.json | 62 +- data/generated/tld/fedex.json | 50 +- data/generated/tld/feedback.json | 52 +- data/generated/tld/ferrari.json | 58 +- data/generated/tld/ferrero.json | 48 +- data/generated/tld/fi.json | 56 +- data/generated/tld/fidelity.json | 50 +- data/generated/tld/fido.json | 50 +- data/generated/tld/film.json | 44 +- data/generated/tld/final.json | 28 +- data/generated/tld/finance.json | 58 +- data/generated/tld/financial.json | 58 +- data/generated/tld/fire.json | 64 +- data/generated/tld/firestone.json | 50 +- data/generated/tld/firmdale.json | 42 +- data/generated/tld/fish.json | 58 +- data/generated/tld/fishing.json | 60 +- data/generated/tld/fit.json | 60 +- data/generated/tld/fitness.json | 58 +- data/generated/tld/fj.json | 40 +- data/generated/tld/fk.json | 22 +- data/generated/tld/flickr.json | 48 +- data/generated/tld/flights.json | 58 +- data/generated/tld/flir.json | 48 +- data/generated/tld/florist.json | 58 +- data/generated/tld/flowers.json | 60 +- data/generated/tld/fly.json | 58 +- data/generated/tld/fm.json | 44 +- data/generated/tld/fo.json | 44 +- data/generated/tld/foo.json | 58 +- data/generated/tld/food.json | 52 +- data/generated/tld/football.json | 58 +- data/generated/tld/ford.json | 48 +- data/generated/tld/forex.json | 58 +- data/generated/tld/forsale.json | 58 +- data/generated/tld/forum.json | 52 +- data/generated/tld/foundation.json | 60 +- data/generated/tld/fox.json | 50 +- data/generated/tld/fr.json | 56 +- data/generated/tld/free.json | 62 +- data/generated/tld/fresenius.json | 50 +- data/generated/tld/frl.json | 50 +- data/generated/tld/frogans.json | 50 +- data/generated/tld/frontier.json | 48 +- data/generated/tld/ftr.json | 46 +- data/generated/tld/fujitsu.json | 50 +- data/generated/tld/fun.json | 60 +- data/generated/tld/fund.json | 58 +- data/generated/tld/furniture.json | 58 +- data/generated/tld/futbol.json | 58 +- data/generated/tld/fyi.json | 58 +- data/generated/tld/ga.json | 36 +- data/generated/tld/gal.json | 50 +- data/generated/tld/gallery.json | 58 +- data/generated/tld/gallo.json | 50 +- data/generated/tld/gallup.json | 50 +- data/generated/tld/game.json | 60 +- data/generated/tld/games.json | 58 +- data/generated/tld/gap.json | 48 +- data/generated/tld/garden.json | 60 +- data/generated/tld/gay.json | 60 +- data/generated/tld/gb.json | 20 +- data/generated/tld/gbiz.json | 58 +- data/generated/tld/gd.json | 44 +- data/generated/tld/gdn.json | 44 +- data/generated/tld/ge.json | 34 +- data/generated/tld/gea.json | 48 +- data/generated/tld/gent.json | 50 +- data/generated/tld/genting.json | 50 +- data/generated/tld/george.json | 62 +- data/generated/tld/gf.json | 24 +- data/generated/tld/gg.json | 40 +- data/generated/tld/ggee.json | 60 +- data/generated/tld/gh.json | 24 +- data/generated/tld/gi.json | 40 +- data/generated/tld/gift.json | 52 +- data/generated/tld/gifts.json | 58 +- data/generated/tld/gives.json | 60 +- data/generated/tld/giving.json | 60 +- data/generated/tld/gl.json | 40 +- data/generated/tld/glass.json | 58 +- data/generated/tld/gle.json | 58 +- data/generated/tld/global.json | 58 +- data/generated/tld/globo.json | 30 +- data/generated/tld/gm.json | 22 +- data/generated/tld/gmail.json | 60 +- data/generated/tld/gmbh.json | 58 +- data/generated/tld/gmo.json | 60 +- data/generated/tld/gmx.json | 50 +- data/generated/tld/gn.json | 36 +- data/generated/tld/godaddy.json | 58 +- data/generated/tld/gold.json | 58 +- data/generated/tld/goldpoint.json | 54 +- data/generated/tld/golf.json | 58 +- data/generated/tld/goodyear.json | 50 +- data/generated/tld/goog.json | 58 +- data/generated/tld/google.json | 60 +- data/generated/tld/gop.json | 52 +- data/generated/tld/got.json | 54 +- data/generated/tld/gov.json | 36 +- data/generated/tld/gp.json | 40 +- data/generated/tld/gq.json | 24 +- data/generated/tld/gr.json | 36 +- data/generated/tld/grainger.json | 48 +- data/generated/tld/graphics.json | 58 +- data/generated/tld/gratis.json | 58 +- data/generated/tld/green.json | 58 +- data/generated/tld/gripe.json | 58 +- data/generated/tld/grocery.json | 60 +- data/generated/tld/group.json | 58 +- data/generated/tld/gs.json | 40 +- data/generated/tld/gt.json | 42 +- data/generated/tld/gu.json | 22 +- data/generated/tld/gucci.json | 52 +- data/generated/tld/guge.json | 58 +- data/generated/tld/guide.json | 58 +- data/generated/tld/guitars.json | 60 +- data/generated/tld/guru.json | 58 +- data/generated/tld/gw.json | 32 +- data/generated/tld/gy.json | 44 +- data/generated/tld/hair.json | 60 +- data/generated/tld/hamburg.json | 48 +- data/generated/tld/hangout.json | 58 +- data/generated/tld/haus.json | 58 +- data/generated/tld/hbo.json | 48 +- data/generated/tld/hdfc.json | 58 +- data/generated/tld/hdfcbank.json | 56 +- data/generated/tld/health.json | 58 +- data/generated/tld/healthcare.json | 58 +- data/generated/tld/help.json | 48 +- data/generated/tld/helsinki.json | 50 +- data/generated/tld/here.json | 58 +- data/generated/tld/hermes.json | 50 +- data/generated/tld/hiphop.json | 52 +- data/generated/tld/hisamitsu.json | 50 +- data/generated/tld/hitachi.json | 54 +- data/generated/tld/hiv.json | 52 +- data/generated/tld/hk.json | 38 +- data/generated/tld/hkt.json | 50 +- data/generated/tld/hm.json | 24 +- data/generated/tld/hn.json | 44 +- data/generated/tld/hockey.json | 58 +- data/generated/tld/holdings.json | 58 +- data/generated/tld/holiday.json | 58 +- data/generated/tld/homedepot.json | 50 +- data/generated/tld/homegoods.json | 56 +- data/generated/tld/homes.json | 60 +- data/generated/tld/homesense.json | 56 +- data/generated/tld/honda.json | 50 +- data/generated/tld/horse.json | 60 +- data/generated/tld/hospital.json | 58 +- data/generated/tld/host.json | 60 +- data/generated/tld/hosting.json | 60 +- data/generated/tld/hot.json | 62 +- data/generated/tld/hotels.json | 48 +- data/generated/tld/hotmail.json | 64 +- data/generated/tld/house.json | 58 +- data/generated/tld/how.json | 58 +- data/generated/tld/hr.json | 36 +- data/generated/tld/hsbc.json | 48 +- data/generated/tld/ht.json | 48 +- data/generated/tld/hu.json | 44 +- data/generated/tld/hughes.json | 50 +- data/generated/tld/hyatt.json | 48 +- data/generated/tld/hyundai.json | 50 +- data/generated/tld/ibm.json | 62 +- data/generated/tld/icbc.json | 50 +- data/generated/tld/ice.json | 48 +- data/generated/tld/icu.json | 56 +- data/generated/tld/id.json | 28 +- data/generated/tld/ie.json | 44 +- data/generated/tld/ieee.json | 54 +- data/generated/tld/ifm.json | 50 +- data/generated/tld/ikano.json | 48 +- data/generated/tld/il.json | 38 +- data/generated/tld/im.json | 24 +- data/generated/tld/imamat.json | 48 +- data/generated/tld/imdb.json | 64 +- data/generated/tld/immo.json | 58 +- data/generated/tld/immobilien.json | 58 +- data/generated/tld/in.json | 54 +- data/generated/tld/inc.json | 48 +- data/generated/tld/industries.json | 58 +- data/generated/tld/infiniti.json | 54 +- data/generated/tld/info.json | 58 +- data/generated/tld/ing.json | 58 +- data/generated/tld/ink.json | 60 +- data/generated/tld/institute.json | 58 +- data/generated/tld/insurance.json | 62 +- data/generated/tld/insure.json | 58 +- data/generated/tld/int.json | 36 +- data/generated/tld/international.json | 58 +- data/generated/tld/intuit.json | 48 +- data/generated/tld/investments.json | 58 +- data/generated/tld/io.json | 52 +- data/generated/tld/ipiranga.json | 48 +- data/generated/tld/iq.json | 38 +- data/generated/tld/ir.json | 22 +- data/generated/tld/irish.json | 58 +- data/generated/tld/is.json | 44 +- data/generated/tld/ismaili.json | 50 +- data/generated/tld/ist.json | 50 +- data/generated/tld/istanbul.json | 50 +- data/generated/tld/it.json | 36 +- data/generated/tld/itau.json | 48 +- data/generated/tld/itv.json | 50 +- data/generated/tld/jaguar.json | 48 +- data/generated/tld/java.json | 48 +- data/generated/tld/jcb.json | 54 +- data/generated/tld/je.json | 40 +- data/generated/tld/jeep.json | 62 +- data/generated/tld/jetzt.json | 58 +- data/generated/tld/jewelry.json | 58 +- data/generated/tld/jio.json | 50 +- data/generated/tld/jll.json | 50 +- data/generated/tld/jm.json | 20 +- data/generated/tld/jmp.json | 48 +- data/generated/tld/jnj.json | 52 +- data/generated/tld/jo.json | 32 +- data/generated/tld/jobs.json | 64 +- data/generated/tld/joburg.json | 58 +- data/generated/tld/jot.json | 54 +- data/generated/tld/joy.json | 62 +- data/generated/tld/jp.json | 40 +- data/generated/tld/jpmorgan.json | 48 +- data/generated/tld/jprs.json | 44 +- data/generated/tld/juegos.json | 58 +- data/generated/tld/juniper.json | 50 +- data/generated/tld/kaufen.json | 58 +- data/generated/tld/kddi.json | 54 +- data/generated/tld/ke.json | 40 +- data/generated/tld/kerryhotels.json | 60 +- data/generated/tld/kerryproperties.json | 60 +- data/generated/tld/kfh.json | 48 +- data/generated/tld/kg.json | 28 +- data/generated/tld/kh.json | 22 +- data/generated/tld/ki.json | 36 +- data/generated/tld/kia.json | 50 +- data/generated/tld/kids.json | 50 +- data/generated/tld/kim.json | 58 +- data/generated/tld/kindle.json | 60 +- data/generated/tld/kitchen.json | 58 +- data/generated/tld/kiwi.json | 54 +- data/generated/tld/km.json | 22 +- data/generated/tld/kn.json | 34 +- data/generated/tld/koeln.json | 50 +- data/generated/tld/komatsu.json | 50 +- data/generated/tld/kosher.json | 48 +- data/generated/tld/kp.json | 22 +- data/generated/tld/kpmg.json | 48 +- data/generated/tld/kpn.json | 46 +- data/generated/tld/kr.json | 30 +- data/generated/tld/krd.json | 46 +- data/generated/tld/kred.json | 46 +- data/generated/tld/kuokgroup.json | 60 +- data/generated/tld/kw.json | 38 +- data/generated/tld/ky.json | 48 +- data/generated/tld/kyoto.json | 54 +- data/generated/tld/kz.json | 34 +- data/generated/tld/la.json | 34 +- data/generated/tld/lacaixa.json | 44 +- data/generated/tld/lamborghini.json | 60 +- data/generated/tld/lamer.json | 50 +- data/generated/tld/land.json | 58 +- data/generated/tld/landrover.json | 48 +- data/generated/tld/lanxess.json | 48 +- data/generated/tld/lasalle.json | 48 +- data/generated/tld/lat.json | 62 +- data/generated/tld/latino.json | 60 +- data/generated/tld/latrobe.json | 46 +- data/generated/tld/law.json | 60 +- data/generated/tld/lawyer.json | 58 +- data/generated/tld/lb.json | 28 +- data/generated/tld/lc.json | 38 +- data/generated/tld/lds.json | 60 +- data/generated/tld/lease.json | 58 +- data/generated/tld/leclerc.json | 56 +- data/generated/tld/lefrak.json | 50 +- data/generated/tld/legal.json | 58 +- data/generated/tld/lego.json | 48 +- data/generated/tld/lexus.json | 50 +- data/generated/tld/lgbt.json | 58 +- data/generated/tld/li.json | 44 +- data/generated/tld/lidl.json | 50 +- data/generated/tld/life.json | 58 +- data/generated/tld/lifeinsurance.json | 48 +- data/generated/tld/lifestyle.json | 52 +- data/generated/tld/lighting.json | 58 +- data/generated/tld/like.json | 62 +- data/generated/tld/lilly.json | 48 +- data/generated/tld/limited.json | 58 +- data/generated/tld/limo.json | 58 +- data/generated/tld/lincoln.json | 48 +- data/generated/tld/link.json | 52 +- data/generated/tld/live.json | 58 +- data/generated/tld/living.json | 52 +- data/generated/tld/lk.json | 32 +- data/generated/tld/llc.json | 58 +- data/generated/tld/llp.json | 50 +- data/generated/tld/loan.json | 56 +- data/generated/tld/loans.json | 58 +- data/generated/tld/locker.json | 52 +- data/generated/tld/locus.json | 52 +- data/generated/tld/lol.json | 60 +- data/generated/tld/london.json | 50 +- data/generated/tld/lotte.json | 54 +- data/generated/tld/lotto.json | 58 +- data/generated/tld/love.json | 52 +- data/generated/tld/lpl.json | 48 +- data/generated/tld/lplfinancial.json | 48 +- data/generated/tld/lr.json | 34 +- data/generated/tld/ls.json | 36 +- data/generated/tld/lt.json | 36 +- data/generated/tld/ltd.json | 58 +- data/generated/tld/ltda.json | 48 +- data/generated/tld/lu.json | 40 +- data/generated/tld/lundbeck.json | 48 +- data/generated/tld/luxe.json | 60 +- data/generated/tld/luxury.json | 48 +- data/generated/tld/lv.json | 36 +- data/generated/tld/ly.json | 40 +- data/generated/tld/ma.json | 34 +- data/generated/tld/madrid.json | 48 +- data/generated/tld/maif.json | 50 +- data/generated/tld/maison.json | 58 +- data/generated/tld/makeup.json | 60 +- data/generated/tld/man.json | 50 +- data/generated/tld/management.json | 58 +- data/generated/tld/mango.json | 44 +- data/generated/tld/map.json | 58 +- data/generated/tld/market.json | 58 +- data/generated/tld/marketing.json | 58 +- data/generated/tld/markets.json | 58 +- data/generated/tld/marriott.json | 50 +- data/generated/tld/marshalls.json | 56 +- data/generated/tld/mattel.json | 48 +- data/generated/tld/mba.json | 58 +- data/generated/tld/mc.json | 36 +- data/generated/tld/mckinsey.json | 50 +- data/generated/tld/md.json | 24 +- data/generated/tld/me.json | 40 +- data/generated/tld/med.json | 56 +- data/generated/tld/media.json | 58 +- data/generated/tld/meet.json | 58 +- data/generated/tld/melbourne.json | 54 +- data/generated/tld/meme.json | 58 +- data/generated/tld/memorial.json | 58 +- data/generated/tld/men.json | 56 +- data/generated/tld/menu.json | 44 +- data/generated/tld/merck.json | 42 +- data/generated/tld/merckmsd.json | 46 +- data/generated/tld/mg.json | 44 +- data/generated/tld/mh.json | 22 +- data/generated/tld/miami.json | 62 +- data/generated/tld/microsoft.json | 64 +- data/generated/tld/mil.json | 10 +- data/generated/tld/mini.json | 62 +- data/generated/tld/mint.json | 48 +- data/generated/tld/mit.json | 50 +- data/generated/tld/mitsubishi.json | 50 +- data/generated/tld/mk.json | 34 +- data/generated/tld/ml.json | 40 +- data/generated/tld/mlb.json | 48 +- data/generated/tld/mls.json | 50 +- data/generated/tld/mm.json | 36 +- data/generated/tld/mma.json | 58 +- data/generated/tld/mn.json | 50 +- data/generated/tld/mo.json | 34 +- data/generated/tld/mobi.json | 58 +- data/generated/tld/mobile.json | 60 +- data/generated/tld/moda.json | 58 +- data/generated/tld/moe.json | 48 +- data/generated/tld/moi.json | 62 +- data/generated/tld/mom.json | 60 +- data/generated/tld/monash.json | 46 +- data/generated/tld/money.json | 58 +- data/generated/tld/monster.json | 60 +- data/generated/tld/mormon.json | 58 +- data/generated/tld/mortgage.json | 58 +- data/generated/tld/moscow.json | 46 +- data/generated/tld/moto.json | 50 +- data/generated/tld/motorcycles.json | 60 +- data/generated/tld/mov.json | 58 +- data/generated/tld/movie.json | 58 +- data/generated/tld/mp.json | 34 +- data/generated/tld/mq.json | 24 +- data/generated/tld/mr.json | 38 +- data/generated/tld/ms.json | 44 +- data/generated/tld/msd.json | 48 +- data/generated/tld/mt.json | 38 +- data/generated/tld/mtn.json | 56 +- data/generated/tld/mtr.json | 34 +- data/generated/tld/mu.json | 40 +- data/generated/tld/museum.json | 56 +- data/generated/tld/music.json | 54 +- data/generated/tld/mv.json | 32 +- data/generated/tld/mw.json | 40 +- data/generated/tld/mx.json | 40 +- data/generated/tld/my.json | 42 +- data/generated/tld/mz.json | 34 +- data/generated/tld/na.json | 42 +- data/generated/tld/nab.json | 50 +- data/generated/tld/nagoya.json | 62 +- data/generated/tld/name.json | 58 +- data/generated/tld/navy.json | 58 +- data/generated/tld/nba.json | 48 +- data/generated/tld/nc.json | 36 +- data/generated/tld/ne.json | 22 +- data/generated/tld/nec.json | 50 +- data/generated/tld/net.json | 58 +- data/generated/tld/netbank.json | 46 +- data/generated/tld/netflix.json | 48 +- data/generated/tld/network.json | 58 +- data/generated/tld/neustar.json | 52 +- data/generated/tld/new.json | 58 +- data/generated/tld/news.json | 58 +- data/generated/tld/next.json | 48 +- data/generated/tld/nextdirect.json | 48 +- data/generated/tld/nexus.json | 58 +- data/generated/tld/nf.json | 40 +- data/generated/tld/nfl.json | 48 +- data/generated/tld/ng.json | 40 +- data/generated/tld/ngo.json | 62 +- data/generated/tld/nhk.json | 54 +- data/generated/tld/ni.json | 34 +- data/generated/tld/nico.json | 54 +- data/generated/tld/nike.json | 48 +- data/generated/tld/nikon.json | 50 +- data/generated/tld/ninja.json | 58 +- data/generated/tld/nissan.json | 54 +- data/generated/tld/nissay.json | 50 +- data/generated/tld/nl.json | 48 +- data/generated/tld/no.json | 40 +- data/generated/tld/nokia.json | 50 +- data/generated/tld/norton.json | 50 +- data/generated/tld/now.json | 62 +- data/generated/tld/nowruz.json | 54 +- data/generated/tld/nowtv.json | 50 +- data/generated/tld/np.json | 34 +- data/generated/tld/nr.json | 22 +- data/generated/tld/nra.json | 50 +- data/generated/tld/nrw.json | 58 +- data/generated/tld/ntt.json | 46 +- data/generated/tld/nu.json | 40 +- data/generated/tld/nyc.json | 54 +- data/generated/tld/nz.json | 36 +- data/generated/tld/obi.json | 48 +- data/generated/tld/observer.json | 52 +- data/generated/tld/office.json | 62 +- data/generated/tld/okinawa.json | 54 +- data/generated/tld/olayan.json | 44 +- data/generated/tld/olayangroup.json | 44 +- data/generated/tld/ollo.json | 60 +- data/generated/tld/om.json | 34 +- data/generated/tld/omega.json | 52 +- data/generated/tld/one.json | 44 +- data/generated/tld/ong.json | 62 +- data/generated/tld/onl.json | 50 +- data/generated/tld/online.json | 60 +- data/generated/tld/ooo.json | 48 +- data/generated/tld/open.json | 50 +- data/generated/tld/oracle.json | 48 +- data/generated/tld/orange.json | 48 +- data/generated/tld/org.json | 60 +- data/generated/tld/organic.json | 58 +- data/generated/tld/origins.json | 50 +- data/generated/tld/osaka.json | 52 +- data/generated/tld/otsuka.json | 54 +- data/generated/tld/ott.json | 60 +- data/generated/tld/ovh.json | 54 +- data/generated/tld/pa.json | 34 +- data/generated/tld/page.json | 58 +- data/generated/tld/panasonic.json | 50 +- data/generated/tld/paris.json | 60 +- data/generated/tld/pars.json | 56 +- data/generated/tld/partners.json | 58 +- data/generated/tld/parts.json | 58 +- data/generated/tld/party.json | 56 +- data/generated/tld/pay.json | 62 +- data/generated/tld/pccw.json | 50 +- data/generated/tld/pe.json | 40 +- data/generated/tld/pet.json | 58 +- data/generated/tld/pf.json | 22 +- data/generated/tld/pfizer.json | 48 +- data/generated/tld/pg.json | 38 +- data/generated/tld/ph.json | 38 +- data/generated/tld/pharmacy.json | 56 +- data/generated/tld/phd.json | 58 +- data/generated/tld/philips.json | 46 +- data/generated/tld/phone.json | 60 +- data/generated/tld/photo.json | 60 +- data/generated/tld/photography.json | 58 +- data/generated/tld/photos.json | 58 +- data/generated/tld/physio.json | 44 +- data/generated/tld/pics.json | 60 +- data/generated/tld/pictet.json | 48 +- data/generated/tld/pictures.json | 58 +- data/generated/tld/pid.json | 52 +- data/generated/tld/pin.json | 62 +- data/generated/tld/ping.json | 50 +- data/generated/tld/pink.json | 58 +- data/generated/tld/pioneer.json | 52 +- data/generated/tld/pizza.json | 58 +- data/generated/tld/pk.json | 34 +- data/generated/tld/pl.json | 48 +- data/generated/tld/place.json | 58 +- data/generated/tld/play.json | 58 +- data/generated/tld/playstation.json | 54 +- data/generated/tld/plumbing.json | 58 +- data/generated/tld/plus.json | 58 +- data/generated/tld/pm.json | 56 +- data/generated/tld/pn.json | 50 +- data/generated/tld/pnc.json | 50 +- data/generated/tld/pohl.json | 48 +- data/generated/tld/poker.json | 58 +- data/generated/tld/politie.json | 50 +- data/generated/tld/porn.json | 60 +- data/generated/tld/post.json | 46 +- data/generated/tld/pr.json | 48 +- data/generated/tld/praxi.json | 48 +- data/generated/tld/press.json | 60 +- data/generated/tld/prime.json | 64 +- data/generated/tld/pro.json | 58 +- data/generated/tld/prod.json | 58 +- data/generated/tld/productions.json | 58 +- data/generated/tld/prof.json | 58 +- data/generated/tld/progressive.json | 50 +- data/generated/tld/promo.json | 58 +- data/generated/tld/properties.json | 58 +- data/generated/tld/property.json | 52 +- data/generated/tld/protection.json | 60 +- data/generated/tld/pru.json | 48 +- data/generated/tld/prudential.json | 48 +- data/generated/tld/ps.json | 36 +- data/generated/tld/pt.json | 44 +- data/generated/tld/pub.json | 58 +- data/generated/tld/pw.json | 44 +- data/generated/tld/pwc.json | 50 +- data/generated/tld/py.json | 38 +- data/generated/tld/qa.json | 38 +- data/generated/tld/qpon.json | 48 +- data/generated/tld/quebec.json | 48 +- data/generated/tld/quest.json | 60 +- data/generated/tld/racing.json | 56 +- data/generated/tld/radio.json | 46 +- data/generated/tld/re.json | 56 +- data/generated/tld/read.json | 62 +- data/generated/tld/realestate.json | 62 +- data/generated/tld/realtor.json | 62 +- data/generated/tld/realty.json | 52 +- data/generated/tld/recipes.json | 58 +- data/generated/tld/red.json | 58 +- data/generated/tld/redumbrella.json | 60 +- data/generated/tld/rehab.json | 58 +- data/generated/tld/reise.json | 58 +- data/generated/tld/reisen.json | 58 +- data/generated/tld/reit.json | 50 +- data/generated/tld/reliance.json | 50 +- data/generated/tld/ren.json | 52 +- data/generated/tld/rent.json | 60 +- data/generated/tld/rentals.json | 58 +- data/generated/tld/repair.json | 58 +- data/generated/tld/report.json | 58 +- data/generated/tld/republican.json | 58 +- data/generated/tld/rest.json | 52 +- data/generated/tld/restaurant.json | 58 +- data/generated/tld/review.json | 56 +- data/generated/tld/reviews.json | 58 +- data/generated/tld/rexroth.json | 48 +- data/generated/tld/rich.json | 48 +- data/generated/tld/richardli.json | 48 +- data/generated/tld/ricoh.json | 50 +- data/generated/tld/ril.json | 50 +- data/generated/tld/rio.json | 32 +- data/generated/tld/rip.json | 58 +- data/generated/tld/ro.json | 36 +- data/generated/tld/rocks.json | 58 +- data/generated/tld/rodeo.json | 60 +- data/generated/tld/rogers.json | 50 +- data/generated/tld/room.json | 62 +- data/generated/tld/rs.json | 38 +- data/generated/tld/rsvp.json | 58 +- data/generated/tld/ru.json | 22 +- data/generated/tld/rugby.json | 48 +- data/generated/tld/ruhr.json | 50 +- data/generated/tld/run.json | 58 +- data/generated/tld/rw.json | 40 +- data/generated/tld/rwe.json | 48 +- data/generated/tld/ryukyu.json | 54 +- data/generated/tld/sa.json | 34 +- data/generated/tld/saarland.json | 50 +- data/generated/tld/safe.json | 62 +- data/generated/tld/safety.json | 48 +- data/generated/tld/sakura.json | 44 +- data/generated/tld/sale.json | 58 +- data/generated/tld/salon.json | 58 +- data/generated/tld/samsclub.json | 62 +- data/generated/tld/samsung.json | 32 +- data/generated/tld/sandvik.json | 46 +- data/generated/tld/sandvikcoromant.json | 46 +- data/generated/tld/sanofi.json | 48 +- data/generated/tld/sap.json | 50 +- data/generated/tld/sarl.json | 58 +- data/generated/tld/sas.json | 48 +- data/generated/tld/save.json | 62 +- data/generated/tld/saxo.json | 50 +- data/generated/tld/sb.json | 36 +- data/generated/tld/sbi.json | 50 +- data/generated/tld/sbs.json | 56 +- data/generated/tld/sc.json | 44 +- data/generated/tld/scb.json | 50 +- data/generated/tld/schaeffler.json | 46 +- data/generated/tld/schmidt.json | 46 +- data/generated/tld/scholarships.json | 48 +- data/generated/tld/school.json | 58 +- data/generated/tld/schule.json | 58 +- data/generated/tld/schwarz.json | 50 +- data/generated/tld/science.json | 56 +- data/generated/tld/scot.json | 50 +- data/generated/tld/sd.json | 38 +- data/generated/tld/se.json | 40 +- data/generated/tld/search.json | 58 +- data/generated/tld/seat.json | 46 +- data/generated/tld/secure.json | 62 +- data/generated/tld/security.json | 60 +- data/generated/tld/seek.json | 46 +- data/generated/tld/select.json | 60 +- data/generated/tld/sener.json | 50 +- data/generated/tld/services.json | 58 +- data/generated/tld/seven.json | 46 +- data/generated/tld/sew.json | 50 +- data/generated/tld/sex.json | 60 +- data/generated/tld/sexy.json | 52 +- data/generated/tld/sfr.json | 48 +- data/generated/tld/sg.json | 46 +- data/generated/tld/sh.json | 44 +- data/generated/tld/shangrila.json | 50 +- data/generated/tld/sharp.json | 50 +- data/generated/tld/shell.json | 52 +- data/generated/tld/shia.json | 56 +- data/generated/tld/shiksha.json | 58 +- data/generated/tld/shoes.json | 58 +- data/generated/tld/shop.json | 60 +- data/generated/tld/shopping.json | 58 +- data/generated/tld/shouji.json | 44 +- data/generated/tld/show.json | 58 +- data/generated/tld/si.json | 48 +- data/generated/tld/silk.json | 64 +- data/generated/tld/sina.json | 50 +- data/generated/tld/singles.json | 58 +- data/generated/tld/site.json | 60 +- data/generated/tld/sj.json | 22 +- data/generated/tld/sk.json | 36 +- data/generated/tld/ski.json | 60 +- data/generated/tld/skin.json | 60 +- data/generated/tld/sky.json | 52 +- data/generated/tld/skype.json | 64 +- data/generated/tld/sl.json | 22 +- data/generated/tld/sling.json | 62 +- data/generated/tld/sm.json | 36 +- data/generated/tld/smart.json | 48 +- data/generated/tld/smile.json | 62 +- data/generated/tld/sn.json | 44 +- data/generated/tld/sncf.json | 54 +- data/generated/tld/so.json | 36 +- data/generated/tld/soccer.json | 58 +- data/generated/tld/social.json | 58 +- data/generated/tld/softbank.json | 50 +- data/generated/tld/software.json | 58 +- data/generated/tld/sohu.json | 40 +- data/generated/tld/solar.json | 58 +- data/generated/tld/solutions.json | 58 +- data/generated/tld/song.json | 60 +- data/generated/tld/sony.json | 54 +- data/generated/tld/soy.json | 58 +- data/generated/tld/spa.json | 54 +- data/generated/tld/space.json | 60 +- data/generated/tld/sport.json | 46 +- data/generated/tld/spot.json | 62 +- data/generated/tld/sr.json | 28 +- data/generated/tld/srl.json | 48 +- data/generated/tld/ss.json | 40 +- data/generated/tld/st.json | 36 +- data/generated/tld/stada.json | 52 +- data/generated/tld/staples.json | 48 +- data/generated/tld/star.json | 48 +- data/generated/tld/statebank.json | 50 +- data/generated/tld/statefarm.json | 48 +- data/generated/tld/stc.json | 52 +- data/generated/tld/stcgroup.json | 52 +- data/generated/tld/stockholm.json | 50 +- data/generated/tld/storage.json | 60 +- data/generated/tld/store.json | 60 +- data/generated/tld/stream.json | 56 +- data/generated/tld/studio.json | 58 +- data/generated/tld/study.json | 60 +- data/generated/tld/style.json | 58 +- data/generated/tld/su.json | 22 +- data/generated/tld/sucks.json | 44 +- data/generated/tld/supplies.json | 58 +- data/generated/tld/supply.json | 58 +- data/generated/tld/support.json | 58 +- data/generated/tld/surf.json | 60 +- data/generated/tld/surgery.json | 58 +- data/generated/tld/suzuki.json | 54 +- data/generated/tld/sv.json | 38 +- data/generated/tld/swatch.json | 52 +- data/generated/tld/swiss.json | 52 +- data/generated/tld/sx.json | 44 +- data/generated/tld/sy.json | 34 +- data/generated/tld/sydney.json | 54 +- data/generated/tld/systems.json | 58 +- data/generated/tld/sz.json | 22 +- data/generated/tld/tab.json | 46 +- data/generated/tld/taipei.json | 50 +- data/generated/tld/talk.json | 62 +- data/generated/tld/taobao.json | 50 +- data/generated/tld/target.json | 48 +- data/generated/tld/tatamotors.json | 48 +- data/generated/tld/tatar.json | 38 +- data/generated/tld/tattoo.json | 60 +- data/generated/tld/tax.json | 58 +- data/generated/tld/taxi.json | 58 +- data/generated/tld/tc.json | 24 +- data/generated/tld/tci.json | 54 +- data/generated/tld/td.json | 36 +- data/generated/tld/tdk.json | 50 +- data/generated/tld/team.json | 58 +- data/generated/tld/tech.json | 60 +- data/generated/tld/technology.json | 58 +- data/generated/tld/tel.json | 50 +- data/generated/tld/temasek.json | 50 +- data/generated/tld/tennis.json | 58 +- data/generated/tld/teva.json | 50 +- data/generated/tld/tf.json | 56 +- data/generated/tld/tg.json | 24 +- data/generated/tld/th.json | 42 +- data/generated/tld/thd.json | 48 +- data/generated/tld/theater.json | 58 +- data/generated/tld/theatre.json | 60 +- data/generated/tld/tiaa.json | 50 +- data/generated/tld/tickets.json | 60 +- data/generated/tld/tienda.json | 58 +- data/generated/tld/tips.json | 58 +- data/generated/tld/tires.json | 58 +- data/generated/tld/tirol.json | 52 +- data/generated/tld/tj.json | 22 +- data/generated/tld/tjmaxx.json | 56 +- data/generated/tld/tjx.json | 56 +- data/generated/tld/tk.json | 24 +- data/generated/tld/tkmaxx.json | 56 +- data/generated/tld/tl.json | 36 +- data/generated/tld/tm.json | 36 +- data/generated/tld/tmall.json | 50 +- data/generated/tld/tn.json | 38 +- data/generated/tld/to.json | 48 +- data/generated/tld/today.json | 58 +- data/generated/tld/tokyo.json | 62 +- data/generated/tld/tools.json | 58 +- data/generated/tld/top.json | 44 +- data/generated/tld/toray.json | 50 +- data/generated/tld/toshiba.json | 54 +- data/generated/tld/total.json | 54 +- data/generated/tld/tours.json | 58 +- data/generated/tld/town.json | 58 +- data/generated/tld/toyota.json | 50 +- data/generated/tld/toys.json | 58 +- data/generated/tld/tr.json | 40 +- data/generated/tld/trade.json | 56 +- data/generated/tld/trading.json | 58 +- data/generated/tld/training.json | 58 +- data/generated/tld/travel.json | 60 +- data/generated/tld/travelers.json | 62 +- data/generated/tld/travelersinsurance.json | 60 +- data/generated/tld/trust.json | 52 +- data/generated/tld/trv.json | 60 +- data/generated/tld/tt.json | 38 +- data/generated/tld/tube.json | 44 +- data/generated/tld/tui.json | 50 +- data/generated/tld/tunes.json | 62 +- data/generated/tld/tushu.json | 62 +- data/generated/tld/tv.json | 44 +- data/generated/tld/tvs.json | 52 +- data/generated/tld/tw.json | 46 +- data/generated/tld/tz.json | 44 +- data/generated/tld/ua.json | 46 +- data/generated/tld/ubank.json | 50 +- data/generated/tld/ubs.json | 48 +- data/generated/tld/ug.json | 36 +- data/generated/tld/uk.json | 56 +- data/generated/tld/unicom.json | 50 +- data/generated/tld/university.json | 58 +- data/generated/tld/uno.json | 60 +- data/generated/tld/uol.json | 32 +- data/generated/tld/ups.json | 50 +- data/generated/tld/us.json | 52 +- data/generated/tld/uy.json | 40 +- data/generated/tld/uz.json | 28 +- data/generated/tld/va.json | 20 +- data/generated/tld/vacations.json | 58 +- data/generated/tld/vana.json | 52 +- data/generated/tld/vanguard.json | 50 +- data/generated/tld/vc.json | 42 +- data/generated/tld/ve.json | 36 +- data/generated/tld/vegas.json | 50 +- data/generated/tld/ventures.json | 58 +- data/generated/tld/verisign.json | 62 +- data/generated/tld/versicherung.json | 46 +- data/generated/tld/vet.json | 58 +- data/generated/tld/vg.json | 44 +- data/generated/tld/vi.json | 40 +- data/generated/tld/viajes.json | 58 +- data/generated/tld/video.json | 58 +- data/generated/tld/vig.json | 50 +- data/generated/tld/viking.json | 50 +- data/generated/tld/villas.json | 58 +- data/generated/tld/vin.json | 58 +- data/generated/tld/vip.json | 60 +- data/generated/tld/virgin.json | 56 +- data/generated/tld/visa.json | 50 +- data/generated/tld/vision.json | 58 +- data/generated/tld/viva.json | 52 +- data/generated/tld/vivo.json | 48 +- data/generated/tld/vlaanderen.json | 56 +- data/generated/tld/vn.json | 38 +- data/generated/tld/vodka.json | 60 +- data/generated/tld/volvo.json | 48 +- data/generated/tld/vote.json | 50 +- data/generated/tld/voting.json | 48 +- data/generated/tld/voto.json | 50 +- data/generated/tld/voyage.json | 58 +- data/generated/tld/vu.json | 40 +- data/generated/tld/wales.json | 66 +- data/generated/tld/walmart.json | 62 +- data/generated/tld/walter.json | 46 +- data/generated/tld/wang.json | 44 +- data/generated/tld/wanggou.json | 62 +- data/generated/tld/watch.json | 58 +- data/generated/tld/watches.json | 58 +- data/generated/tld/weather.json | 42 +- data/generated/tld/weatherchannel.json | 44 +- data/generated/tld/webcam.json | 56 +- data/generated/tld/weber.json | 48 +- data/generated/tld/website.json | 60 +- data/generated/tld/wed.json | 54 +- data/generated/tld/wedding.json | 60 +- data/generated/tld/weibo.json | 48 +- data/generated/tld/weir.json | 50 +- data/generated/tld/wf.json | 56 +- data/generated/tld/whoswho.json | 48 +- data/generated/tld/wien.json | 52 +- data/generated/tld/wiki.json | 60 +- data/generated/tld/williamhill.json | 48 +- data/generated/tld/win.json | 56 +- data/generated/tld/windows.json | 64 +- data/generated/tld/wine.json | 58 +- data/generated/tld/winners.json | 56 +- data/generated/tld/wme.json | 54 +- data/generated/tld/woodside.json | 46 +- data/generated/tld/work.json | 60 +- data/generated/tld/works.json | 58 +- data/generated/tld/world.json | 58 +- data/generated/tld/wow.json | 62 +- data/generated/tld/ws.json | 24 +- data/generated/tld/wtc.json | 46 +- data/generated/tld/wtf.json | 58 +- data/generated/tld/xbox.json | 64 +- data/generated/tld/xerox.json | 48 +- data/generated/tld/xihuan.json | 44 +- data/generated/tld/xin.json | 48 +- data/generated/tld/xn--11b4c3d.json | 62 +- data/generated/tld/xn--1ck2e1b.json | 62 +- data/generated/tld/xn--1qqw23a.json | 46 +- data/generated/tld/xn--2scrj9c.json | 52 +- data/generated/tld/xn--30rr7y.json | 46 +- data/generated/tld/xn--3bst00m.json | 46 +- data/generated/tld/xn--3ds443g.json | 46 +- data/generated/tld/xn--3e0b707e.json | 36 +- data/generated/tld/xn--3hcrj9c.json | 52 +- data/generated/tld/xn--3pxu8k.json | 62 +- data/generated/tld/xn--42c2d9a.json | 62 +- data/generated/tld/xn--45br5cyl.json | 52 +- data/generated/tld/xn--45brj9c.json | 52 +- data/generated/tld/xn--45q11c.json | 46 +- data/generated/tld/xn--4dbrk0ce.json | 40 +- data/generated/tld/xn--4gbrim.json | 54 +- data/generated/tld/xn--54b7fta0cc.json | 34 +- data/generated/tld/xn--55qw42g.json | 34 +- data/generated/tld/xn--55qx5d.json | 62 +- data/generated/tld/xn--5su34j936bgsg.json | 52 +- data/generated/tld/xn--5tzm5g.json | 50 +- data/generated/tld/xn--6frz82g.json | 60 +- data/generated/tld/xn--6qq986b3xl.json | 46 +- data/generated/tld/xn--80adxhks.json | 48 +- data/generated/tld/xn--80ao21a.json | 36 +- data/generated/tld/xn--80aqecdr1a.json | 48 +- data/generated/tld/xn--80asehdb.json | 46 +- data/generated/tld/xn--80aswg.json | 46 +- data/generated/tld/xn--8y0a063a.json | 52 +- data/generated/tld/xn--90a3ac.json | 40 +- data/generated/tld/xn--90ae.json | 36 +- data/generated/tld/xn--90ais.json | 24 +- data/generated/tld/xn--9dbq2a.json | 62 +- data/generated/tld/xn--9et52u.json | 46 +- data/generated/tld/xn--9krt00a.json | 52 +- data/generated/tld/xn--b4w605ferd.json | 52 +- data/generated/tld/xn--bck1b9a5dre4c.json | 62 +- data/generated/tld/xn--c1avg.json | 62 +- data/generated/tld/xn--c2br7g.json | 62 +- data/generated/tld/xn--cck2b3b.json | 62 +- data/generated/tld/xn--cckwcxetd.json | 66 +- data/generated/tld/xn--cg4bki.json | 34 +- .../generated/tld/xn--clchc0ea0b2g2a9gcd.json | 48 +- data/generated/tld/xn--czr694b.json | 42 +- data/generated/tld/xn--czrs0t.json | 60 +- data/generated/tld/xn--czru2d.json | 46 +- data/generated/tld/xn--d1acj3b.json | 34 +- data/generated/tld/xn--d1alf.json | 36 +- data/generated/tld/xn--e1a4c.json | 40 +- data/generated/tld/xn--eckvdtc9d.json | 62 +- data/generated/tld/xn--efvy88h.json | 46 +- data/generated/tld/xn--fct429k.json | 62 +- data/generated/tld/xn--fhbei.json | 62 +- data/generated/tld/xn--fiq228c5hs.json | 46 +- data/generated/tld/xn--fiq64b.json | 46 +- data/generated/tld/xn--fiqs8s.json | 48 +- data/generated/tld/xn--fiqz9s.json | 48 +- data/generated/tld/xn--fjq720a.json | 60 +- data/generated/tld/xn--flw351e.json | 62 +- data/generated/tld/xn--fpcrj9c3d.json | 52 +- data/generated/tld/xn--fzc2c9e2c.json | 38 +- data/generated/tld/xn--fzys8d69uvgm.json | 52 +- data/generated/tld/xn--g2xx48c.json | 50 +- data/generated/tld/xn--gckr3f0f.json | 62 +- data/generated/tld/xn--gecrj9c.json | 52 +- data/generated/tld/xn--gk3at1e.json | 62 +- data/generated/tld/xn--h2breg3eve.json | 52 +- data/generated/tld/xn--h2brj9c.json | 52 +- data/generated/tld/xn--h2brj9c8c.json | 52 +- data/generated/tld/xn--hxt814e.json | 46 +- data/generated/tld/xn--i1b6b1a6a2e.json | 62 +- data/generated/tld/xn--imr513n.json | 42 +- data/generated/tld/xn--io0a7i.json | 62 +- data/generated/tld/xn--j1aef.json | 62 +- data/generated/tld/xn--j1amh.json | 24 +- data/generated/tld/xn--j6w193g.json | 40 +- data/generated/tld/xn--jlq480n2rg.json | 62 +- data/generated/tld/xn--jvr189m.json | 62 +- data/generated/tld/xn--kcrx77d1x4a.json | 48 +- data/generated/tld/xn--kprw13d.json | 44 +- data/generated/tld/xn--kpry57d.json | 48 +- data/generated/tld/xn--kput3i.json | 46 +- data/generated/tld/xn--l1acc.json | 36 +- data/generated/tld/xn--lgbbat1ad8j.json | 24 +- data/generated/tld/xn--mgb9awbf.json | 36 +- data/generated/tld/xn--mgba3a3ejt.json | 48 +- data/generated/tld/xn--mgba3a4f16a.json | 24 +- data/generated/tld/xn--mgba7c0bbn0a.json | 46 +- data/generated/tld/xn--mgbaam7a8h.json | 36 +- data/generated/tld/xn--mgbab2bd.json | 46 +- data/generated/tld/xn--mgbah1a3hjkrd.json | 40 +- data/generated/tld/xn--mgbai9azgqp6j.json | 20 +- data/generated/tld/xn--mgbayh7gpa.json | 34 +- data/generated/tld/xn--mgbbh1a.json | 52 +- data/generated/tld/xn--mgbbh1a71e.json | 52 +- data/generated/tld/xn--mgbc0a9azcg.json | 34 +- data/generated/tld/xn--mgbca7dzdo.json | 46 +- data/generated/tld/xn--mgbcpq6gpa1a.json | 36 +- data/generated/tld/xn--mgberp4a5d4ar.json | 36 +- data/generated/tld/xn--mgbgu82a.json | 52 +- data/generated/tld/xn--mgbi4ecexp.json | 48 +- data/generated/tld/xn--mgbpl2fh.json | 34 +- data/generated/tld/xn--mgbt3dhd.json | 56 +- data/generated/tld/xn--mgbtx2b.json | 40 +- data/generated/tld/xn--mgbx4cd0ab.json | 36 +- data/generated/tld/xn--mix891f.json | 36 +- data/generated/tld/xn--mk1bu44c.json | 62 +- data/generated/tld/xn--mxtq1m.json | 34 +- data/generated/tld/xn--ngbc5azd.json | 54 +- data/generated/tld/xn--ngbe9e0a.json | 50 +- data/generated/tld/xn--ngbrx.json | 46 +- data/generated/tld/xn--node.json | 34 +- data/generated/tld/xn--nqv7f.json | 62 +- data/generated/tld/xn--nqv7fs00ema.json | 62 +- data/generated/tld/xn--nyqy26a.json | 44 +- data/generated/tld/xn--o3cw4h.json | 40 +- data/generated/tld/xn--ogbpf8fl.json | 36 +- data/generated/tld/xn--otu796d.json | 42 +- data/generated/tld/xn--p1acf.json | 46 +- data/generated/tld/xn--p1ai.json | 24 +- data/generated/tld/xn--pgbs0dh.json | 40 +- data/generated/tld/xn--pssy2u.json | 62 +- data/generated/tld/xn--q7ce6a.json | 36 +- data/generated/tld/xn--q9jyb4c.json | 60 +- data/generated/tld/xn--qcka1pmc.json | 60 +- data/generated/tld/xn--qxa6a.json | 40 +- data/generated/tld/xn--qxam.json | 38 +- data/generated/tld/xn--rhqv96g.json | 44 +- data/generated/tld/xn--rovu88b.json | 58 +- data/generated/tld/xn--rvc1e0am3e.json | 52 +- data/generated/tld/xn--s9brj9c.json | 52 +- data/generated/tld/xn--ses554g.json | 46 +- data/generated/tld/xn--t60b56a.json | 62 +- data/generated/tld/xn--tckwe.json | 62 +- data/generated/tld/xn--tiq49xqyj.json | 48 +- data/generated/tld/xn--unup4y.json | 60 +- .../tld/xn--vermgensberater-ctb.json | 50 +- .../tld/xn--vermgensberatung-pwb.json | 50 +- data/generated/tld/xn--vhquv.json | 60 +- data/generated/tld/xn--vuq861b.json | 46 +- data/generated/tld/xn--w4r85el8fhu5dnra.json | 62 +- data/generated/tld/xn--w4rs40l.json | 64 +- data/generated/tld/xn--wgbh1c.json | 32 +- data/generated/tld/xn--wgbl6a.json | 40 +- data/generated/tld/xn--xhq521b.json | 46 +- data/generated/tld/xn--xkc2al3hye2a.json | 38 +- data/generated/tld/xn--xkc2dl3a5ee0h.json | 52 +- data/generated/tld/xn--y9a3aq.json | 40 +- data/generated/tld/xn--yfro4i67o.json | 48 +- data/generated/tld/xn--ygbi2ammx.json | 36 +- data/generated/tld/xn--zfr164b.json | 36 +- data/generated/tld/xxx.json | 60 +- data/generated/tld/xyz.json | 60 +- data/generated/tld/yachts.json | 60 +- data/generated/tld/yahoo.json | 50 +- data/generated/tld/yamaxun.json | 62 +- data/generated/tld/yandex.json | 54 +- data/generated/tld/ye.json | 42 +- data/generated/tld/yodobashi.json | 54 +- data/generated/tld/yoga.json | 60 +- data/generated/tld/yokohama.json | 62 +- data/generated/tld/you.json | 62 +- data/generated/tld/youtube.json | 60 +- data/generated/tld/yt.json | 56 +- data/generated/tld/yun.json | 44 +- data/generated/tld/za.json | 34 +- data/generated/tld/zappos.json | 64 +- data/generated/tld/zara.json | 50 +- data/generated/tld/zero.json | 60 +- data/generated/tld/zip.json | 58 +- data/generated/tld/zm.json | 40 +- data/generated/tld/zone.json | 58 +- data/generated/tld/zuerich.json | 50 +- data/generated/tld/zw.json | 32 +- data/generated/tlds.json | 71380 ++++++++-------- src/build/tlds.py | 8 +- src/utilities/content_changed.py | 20 +- tests/utilities/test_content_changed.py | 15 + 1442 files changed, 72749 insertions(+), 72724 deletions(-) diff --git a/data/generated/organizations.json b/data/generated/organizations.json index f8a546b8..33be5b5c 100644 --- a/data/generated/organizations.json +++ b/data/generated/organizations.json @@ -1,6 +1,6 @@ { "description": "Organizations that play roles for TLDs in the IANA root zone, with a reverse-index of those roles. Consolidated subset: this covers the curated multi-source organizations only; the single-source long tail is not yet included, so absence here does not mean a TLD has no operator.", - "publication": "2026-05-25T17:27:54Z", + "publication": "2026-05-26T05:23:56Z", "sources": [ "data/source/iana-root.html (IANA)", "data/source/icann-gtlds.json (ICANN)", @@ -23,6 +23,46 @@ "aliases": [], "homepage": "https://www.afnic.fr/", "roles": { + "iana": { + "sponsor": [ + "fr", + "pm", + "re", + "tf", + "wf", + "yt" + ], + "admin": [ + "fr", + "mma", + "museum", + "paris", + "pm", + "re", + "tf", + "wf", + "yt" + ], + "tech": [ + "alsace", + "bostik", + "bzh", + "corsica", + "fr", + "leclerc", + "mma", + "museum", + "ovh", + "paris", + "pm", + "re", + "sncf", + "tf", + "total", + "wf", + "yt" + ] + }, "asn": { "operator": [ "ad", @@ -64,46 +104,6 @@ "xn--pgbs0dh", "yt" ] - }, - "iana": { - "tech": [ - "alsace", - "bostik", - "bzh", - "corsica", - "fr", - "leclerc", - "mma", - "museum", - "ovh", - "paris", - "pm", - "re", - "sncf", - "tf", - "total", - "wf", - "yt" - ], - "sponsor": [ - "fr", - "pm", - "re", - "tf", - "wf", - "yt" - ], - "admin": [ - "fr", - "mma", - "museum", - "paris", - "pm", - "re", - "tf", - "wf", - "yt" - ] } } }, @@ -421,6 +421,14 @@ "homepage": "https://centralnicregistry.com/", "roles": { "iana": { + "admin": [ + "jnj", + "stc", + "stcgroup", + "viva", + "wme", + "xn--4gbrim" + ], "tech": [ "allfinanz", "aquarelle", @@ -515,14 +523,6 @@ "xyz", "yachts", "zuerich" - ], - "admin": [ - "jnj", - "stc", - "stcgroup", - "viva", - "wme", - "xn--4gbrim" ] }, "asn": { @@ -648,6 +648,20 @@ "aliases": [], "homepage": "https://www.cira.ca/", "roles": { + "iana": { + "admin": [ + "ca" + ], + "tech": [ + "blog", + "ca", + "crown", + "eco", + "kiwi", + "mls", + "sx" + ] + }, "asn": { "operator": [ "amsterdam", @@ -677,20 +691,6 @@ "xn--clchc0ea0b2g2a9gcd", "xn--yfro4i67o" ] - }, - "iana": { - "tech": [ - "blog", - "ca", - "crown", - "eco", - "kiwi", - "mls", - "sx" - ], - "admin": [ - "ca" - ] } } }, @@ -754,6 +754,12 @@ "xn--io0a7i" ] }, + "icann": { + "registry_operator": [ + "xn--55qx5d", + "xn--io0a7i" + ] + }, "asn": { "operator": [ "cn", @@ -766,12 +772,6 @@ "xn--j6w193g", "xn--xhq521b" ] - }, - "icann": { - "registry_operator": [ - "xn--55qx5d", - "xn--io0a7i" - ] } } }, @@ -1081,88 +1081,88 @@ "homepage": "https://www.gmoregistry.com/", "roles": { "iana": { - "tech": [ - "bridgestone", - "brother", + "sponsor": [ + "ggee", + "gmo", + "nagoya", + "shop", + "tokyo", + "yokohama" + ], + "admin": [ "canon", "datsun", "dnp", - "epson", - "firestone", - "fujitsu", "ggee", "gmo", "goldpoint", - "hisamitsu", "hitachi", - "honda", - "hyundai", "infiniti", "jcb", "kddi", - "kia", - "komatsu", "kyoto", - "lexus", "lotte", - "mitsubishi", "nagoya", - "nec", "nhk", "nico", "nissan", "okinawa", "otsuka", - "panasonic", - "playstation", - "ricoh", "ryukyu", - "sharp", "shop", - "softbank", - "sony", "suzuki", "tokyo", - "toray", "toshiba", - "toyota", "yodobashi", "yokohama" ], - "admin": [ + "tech": [ + "bridgestone", + "brother", "canon", "datsun", "dnp", + "epson", + "firestone", + "fujitsu", "ggee", "gmo", "goldpoint", + "hisamitsu", "hitachi", + "honda", + "hyundai", "infiniti", "jcb", "kddi", + "kia", + "komatsu", "kyoto", + "lexus", "lotte", + "mitsubishi", "nagoya", + "nec", "nhk", "nico", "nissan", "okinawa", "otsuka", + "panasonic", + "playstation", + "ricoh", "ryukyu", + "sharp", "shop", + "softbank", + "sony", "suzuki", "tokyo", + "toray", "toshiba", + "toyota", "yodobashi", "yokohama" - ], - "sponsor": [ - "ggee", - "gmo", - "nagoya", - "shop", - "tokyo", - "yokohama" ] }, "icann": { @@ -1195,181 +1195,49 @@ "homepage": "https://registry.godaddy/", "roles": { "iana": { - "tech": [ - "aaa", - "aarp", - "able", + "sponsor": [ "abogado", - "accountant", - "adult", - "aetna", - "aig", - "airtel", - "ally", - "americanexpress", - "americanfamily", - "amex", - "amfam", - "amica", - "analytics", - "aramco", - "athleta", - "axa", - "banamex", - "bank", - "baseball", - "basketball", "beer", - "bharti", - "bible", - "bid", "biz", "blackfriday", - "booking", "boston", - "buzz", - "calvinklein", - "capitalone", - "caravan", "casa", - "cbn", - "cbre", - "chase", - "chintai", - "cisco", - "citi", "club", "compare", "cooking", "courses", - "cricket", - "date", "dds", - "dell", "design", - "download", - "dupont", - "earth", - "faith", - "farmers", "fashion", - "ferrero", "fishing", "fit", - "flickr", - "flir", - "ford", - "fox", - "frontier", - "ftr", - "gap", "garden", "gay", - "george", "godaddy", - "grainger", - "grocery", - "hbo", "health", - "homegoods", - "homesense", "horse", - "hotels", - "hsbc", - "hyatt", "ink", - "insurance", - "intuit", - "ipiranga", - "itau", - "jmp", - "jpmorgan", - "kpmg", - "lanxess", "law", - "lifeinsurance", - "lilly", - "lincoln", - "loan", "luxe", - "marshalls", - "mattel", - "melbourne", - "men", - "merckmsd", "miami", - "mint", - "mlb", - "moe", - "moto", - "msd", - "nba", - "netflix", - "neustar", - "nfl", - "nike", - "norton", - "nrw", - "nyc", - "open", - "osaka", - "party", - "pfizer", "photo", - "ping", - "porn", - "praxi", - "pru", - "prudential", - "racing", - "review", "rodeo", - "rugby", - "safety", - "samsclub", - "sas", - "science", "select", - "sex", - "staples", - "statefarm", - "stream", "study", "surf", - "sydney", - "taipei", - "target", "tattoo", - "tdk", - "teva", - "tjmaxx", - "tjx", - "tkmaxx", - "trade", - "tv", "us", "vip", - "vivo", "vodka", - "voting", - "vu", - "walmart", - "webcam", "wedding", "wiki", - "williamhill", - "win", - "winners", "work", - "xerox", - "xn--g2xx48c", - "xn--mgba3a3ejt", - "xn--ngbc5azd", - "xxx", "yoga" ], - "sponsor": [ + "admin": [ "abogado", + "adult", + "bayern", "beer", "biz", "blackfriday", @@ -1386,18 +1254,24 @@ "fit", "garden", "gay", - "godaddy", "health", "horse", "ink", "law", "luxe", + "melbourne", "miami", + "neustar", + "nrw", + "nyc", "photo", + "porn", "rodeo", "select", + "sex", "study", "surf", + "sydney", "tattoo", "us", "vip", @@ -1405,53 +1279,179 @@ "wedding", "wiki", "work", + "xn--ngbc5azd", + "xxx", "yoga" ], - "admin": [ + "tech": [ + "aaa", + "aarp", + "able", "abogado", + "accountant", "adult", - "bayern", + "aetna", + "aig", + "airtel", + "ally", + "americanexpress", + "americanfamily", + "amex", + "amfam", + "amica", + "analytics", + "aramco", + "athleta", + "axa", + "banamex", + "bank", + "baseball", + "basketball", "beer", + "bharti", + "bible", + "bid", "biz", "blackfriday", + "booking", "boston", + "buzz", + "calvinklein", + "capitalone", + "caravan", "casa", + "cbn", + "cbre", + "chase", + "chintai", + "cisco", + "citi", "club", "compare", "cooking", "courses", + "cricket", + "date", "dds", + "dell", "design", + "download", + "dupont", + "earth", + "faith", + "farmers", "fashion", + "ferrero", "fishing", "fit", + "flickr", + "flir", + "ford", + "fox", + "frontier", + "ftr", + "gap", "garden", "gay", + "george", + "godaddy", + "grainger", + "grocery", + "hbo", "health", + "homegoods", + "homesense", "horse", + "hotels", + "hsbc", + "hyatt", "ink", + "insurance", + "intuit", + "ipiranga", + "itau", + "jmp", + "jpmorgan", + "kpmg", + "lanxess", "law", + "lifeinsurance", + "lilly", + "lincoln", + "loan", "luxe", + "marshalls", + "mattel", "melbourne", + "men", + "merckmsd", "miami", + "mint", + "mlb", + "moe", + "moto", + "msd", + "nba", + "netflix", "neustar", + "nfl", + "nike", + "norton", "nrw", "nyc", + "open", + "osaka", + "party", + "pfizer", "photo", + "ping", "porn", + "praxi", + "pru", + "prudential", + "racing", + "review", "rodeo", + "rugby", + "safety", + "samsclub", + "sas", + "science", "select", "sex", + "staples", + "statefarm", + "stream", "study", "surf", "sydney", + "taipei", + "target", "tattoo", + "tdk", + "teva", + "tjmaxx", + "tjx", + "tkmaxx", + "trade", + "tv", "us", "vip", + "vivo", "vodka", + "voting", + "vu", + "walmart", + "webcam", "wedding", "wiki", + "williamhill", + "win", + "winners", "work", + "xerox", + "xn--g2xx48c", + "xn--mgba3a3ejt", "xn--ngbc5azd", "xxx", "yoga" @@ -2033,60 +2033,28 @@ "homepage": "https://identity.digital/", "roles": { "iana": { - "tech": [ - "abb", - "abbott", - "abc", + "sponsor": [ "ac", "academy", - "accenture", "accountants", "actor", - "aeg", - "aero", - "ag", - "agakhan", "agency", - "airbus", "airforce", - "akdn", - "alipay", - "allstate", - "aol", "apartments", "archi", "army", - "arte", - "asda", - "asia", "associates", "attorney", "auction", - "audi", "band", - "barclaycard", - "barclays", - "barefoot", "bargains", - "bbt", - "bcg", - "beats", - "bestbuy", "bet", "bike", "bingo", "bio", "black", - "bloomberg", "blue", - "bm", - "bms", - "bnpparibas", - "boehringer", - "bofa", - "bosch", "boutique", - "bradesco", "broker", "builders", "business", @@ -2102,22 +2070,14 @@ "casino", "catering", "center", - "cern", - "cfa", - "chanel", - "charity", "chat", "cheap", "church", - "cipriani", - "citadel", "city", "claims", "cleaning", "clinic", - "clinique", "clothing", - "clubmed", "coach", "codes", "coffee", @@ -2130,19 +2090,15 @@ "contact", "contractors", "cool", - "coupon", "coupons", "credit", "creditcard", - "crs", - "cruise", "cruises", "dance", "dating", "deals", "degree", "delivery", - "delta", "democrat", "dental", "dentist", @@ -2151,36 +2107,26 @@ "direct", "directory", "discount", - "discover", "doctor", "dog", "domains", - "edeka", "education", "email", - "emerck", "energy", "engineer", "engineering", "enterprises", "equipment", - "ericsson", "estate", "events", "exchange", "expert", "exposed", "express", - "extraspace", - "fage", "fail", "family", "fan", "farm", - "fedex", - "ferrari", - "fidelity", - "fido", "finance", "financial", "fish", @@ -2190,27 +2136,18 @@ "football", "forex", "forsale", - "foundation", - "frogans", "fund", "furniture", "futbol", "fyi", "gallery", - "gallo", - "gallup", "games", - "genting", - "gi", "gifts", - "gives", - "giving", "glass", "global", "gmbh", "gold", "golf", - "goodyear", "graphics", "gratis", "green", @@ -2219,21 +2156,12 @@ "guide", "guru", "haus", - "hdfc", - "hdfcbank", "healthcare", - "helsinki", - "hermes", - "hkt", "hockey", "holdings", "holiday", - "homedepot", "hospital", "house", - "hughes", - "ice", - "imamat", "immo", "immobilien", "industries", @@ -2244,38 +2172,16 @@ "investments", "io", "irish", - "ismaili", - "ist", - "istanbul", - "itv", - "jaguar", - "java", - "jeep", "jetzt", "jewelry", - "jio", - "jll", "juegos", - "juniper", "kaufen", - "kerryhotels", - "kerryproperties", - "kids", "kim", "kitchen", - "kosher", - "kuokgroup", - "lamborghini", - "lamer", "land", - "landrover", - "lasalle", "lawyer", - "lds", "lease", - "lefrak", "legal", - "lego", "lgbt", "life", "lighting", @@ -2286,111 +2192,65 @@ "loans", "lotto", "ltd", - "ltda", - "lundbeck", - "maif", "maison", "management", "market", "marketing", "markets", - "marriott", "mba", - "mckinsey", "media", "memorial", - "mit", "mobi", "moda", "money", - "mormon", "mortgage", "movie", - "nab", "navy", "network", "news", - "next", - "nextdirect", - "ngo", - "nikon", "ninja", - "nissay", - "nowtv", - "nra", - "obi", - "ong", - "onl", - "oracle", - "orange", - "org", "organic", - "origins", "partners", "parts", - "pccw", "pet", "photography", "photos", - "pictet", "pictures", "pink", "pizza", "place", "plumbing", "plus", - "pnc", "poker", - "post", "pro", "productions", - "progressive", "promo", "properties", "pub", - "pwc", "recipes", "red", - "redumbrella", "rehab", "reise", "reisen", - "reliance", "rentals", "repair", "report", "republican", "restaurant", "reviews", - "rexroth", - "rich", - "richardli", - "ril", "rip", "rocks", - "rogers", "run", - "rwe", "sale", "salon", - "sanofi", "sarl", - "saxo", - "sbi", - "sc", - "scholarships", "school", "schule", - "sener", "services", - "sew", - "sh", - "shangrila", "shiksha", "shoes", "shopping", "show", - "sina", "singles", "ski", "soccer", @@ -2398,13 +2258,6 @@ "software", "solar", "solutions", - "song", - "spa", - "srl", - "stada", - "star", - "statebank", - "stockholm", "studio", "style", "supplies", @@ -2412,21 +2265,15 @@ "support", "surgery", "systems", - "taobao", - "tatamotors", "tax", "taxi", "team", "technology", - "temasek", "tennis", - "thd", "theater", - "tiaa", "tienda", "tips", "tires", - "tmall", "today", "tools", "tours", @@ -2435,77 +2282,35 @@ "trading", "training", "travel", - "travelers", - "travelersinsurance", - "trv", - "tvs", - "ubank", - "ubs", "university", - "ups", "vacations", - "vanguard", - "vc", - "vegas", "ventures", "vet", "viajes", "video", - "vig", - "viking", "villas", "vin", - "visa", "vision", - "volvo", - "vote", - "voto", "voyage", "watch", "watches", - "weber", - "weibo", - "weir", "wine", "works", "world", "wtf", - "xin", - "xn--1ck2e1b", - "xn--5su34j936bgsg", - "xn--5tzm5g", "xn--6frz82g", - "xn--9krt00a", - "xn--b4w605ferd", - "xn--bck1b9a5dre4c", - "xn--c1avg", - "xn--cck2b3b", "xn--czrs0t", - "xn--eckvdtc9d", - "xn--fct429k", "xn--fjq720a", - "xn--fzys8d69uvgm", - "xn--gckr3f0f", - "xn--gk3at1e", - "xn--i1b6b1a6a2e", - "xn--jvr189m", - "xn--nqv7f", - "xn--nqv7fs00ema", - "xn--rovu88b", "xn--unup4y", "xn--vhquv", - "xn--w4r85el8fhu5dnra", - "xn--w4rs40l", - "yahoo", - "zara", - "zero", "zone" ], - "sponsor": [ + "admin": [ "ac", "academy", "accountants", "actor", + "aero", "agency", "airforce", "apartments", @@ -2541,6 +2346,7 @@ "chat", "cheap", "church", + "circle", "city", "claims", "cleaning", @@ -2616,6 +2422,7 @@ "gmbh", "gold", "golf", + "got", "graphics", "gratis", "green", @@ -2642,6 +2449,7 @@ "irish", "jetzt", "jewelry", + "jot", "juegos", "kaufen", "kim", @@ -2677,6 +2485,7 @@ "network", "news", "ninja", + "onl", "organic", "partners", "parts", @@ -2726,6 +2535,7 @@ "software", "solar", "solutions", + "spa", "studio", "style", "supplies", @@ -2750,6 +2560,7 @@ "trading", "training", "travel", + "tvs", "university", "vacations", "ventures", @@ -2759,6 +2570,8 @@ "villas", "vin", "vision", + "vote", + "voto", "voyage", "watch", "watches", @@ -2773,29 +2586,60 @@ "xn--vhquv", "zone" ], - "admin": [ + "tech": [ + "abb", + "abbott", + "abc", "ac", "academy", + "accenture", "accountants", "actor", + "aeg", "aero", + "ag", + "agakhan", "agency", + "airbus", "airforce", + "akdn", + "alipay", + "allstate", + "aol", "apartments", "archi", "army", + "arte", + "asda", + "asia", "associates", "attorney", "auction", + "audi", "band", + "barclaycard", + "barclays", + "barefoot", "bargains", + "bbt", + "bcg", + "beats", + "bestbuy", "bet", "bike", "bingo", "bio", "black", + "bloomberg", "blue", + "bm", + "bms", + "bnpparibas", + "boehringer", + "bofa", + "bosch", "boutique", + "bradesco", "broker", "builders", "business", @@ -2811,15 +2655,22 @@ "casino", "catering", "center", + "cern", + "cfa", + "chanel", + "charity", "chat", "cheap", "church", - "circle", + "cipriani", + "citadel", "city", "claims", "cleaning", "clinic", + "clinique", "clothing", + "clubmed", "coach", "codes", "coffee", @@ -2832,15 +2683,19 @@ "contact", "contractors", "cool", + "coupon", "coupons", "credit", "creditcard", + "crs", + "cruise", "cruises", "dance", "dating", "deals", "degree", "delivery", + "delta", "democrat", "dental", "dentist", @@ -2849,26 +2704,36 @@ "direct", "directory", "discount", + "discover", "doctor", "dog", "domains", + "edeka", "education", "email", + "emerck", "energy", "engineer", "engineering", "enterprises", "equipment", + "ericsson", "estate", "events", "exchange", "expert", "exposed", "express", + "extraspace", + "fage", "fail", "family", "fan", "farm", + "fedex", + "ferrari", + "fidelity", + "fido", "finance", "financial", "fish", @@ -2878,19 +2743,27 @@ "football", "forex", "forsale", + "foundation", + "frogans", "fund", "furniture", "futbol", "fyi", "gallery", + "gallo", + "gallup", "games", + "genting", + "gi", "gifts", + "gives", + "giving", "glass", "global", "gmbh", "gold", "golf", - "got", + "goodyear", "graphics", "gratis", "green", @@ -2899,12 +2772,21 @@ "guide", "guru", "haus", + "hdfc", + "hdfcbank", "healthcare", + "helsinki", + "hermes", + "hkt", "hockey", "holdings", "holiday", + "homedepot", "hospital", "house", + "hughes", + "ice", + "imamat", "immo", "immobilien", "industries", @@ -2915,17 +2797,38 @@ "investments", "io", "irish", + "ismaili", + "ist", + "istanbul", + "itv", + "jaguar", + "java", + "jeep", "jetzt", "jewelry", - "jot", + "jio", + "jll", "juegos", + "juniper", "kaufen", + "kerryhotels", + "kerryproperties", + "kids", "kim", "kitchen", + "kosher", + "kuokgroup", + "lamborghini", + "lamer", "land", + "landrover", + "lasalle", "lawyer", + "lds", "lease", + "lefrak", "legal", + "lego", "lgbt", "life", "lighting", @@ -2936,66 +2839,111 @@ "loans", "lotto", "ltd", + "ltda", + "lundbeck", + "maif", "maison", "management", "market", "marketing", "markets", + "marriott", "mba", + "mckinsey", "media", "memorial", + "mit", "mobi", "moda", "money", + "mormon", "mortgage", "movie", + "nab", "navy", "network", "news", + "next", + "nextdirect", + "ngo", + "nikon", "ninja", + "nissay", + "nowtv", + "nra", + "obi", + "ong", "onl", + "oracle", + "orange", + "org", "organic", + "origins", "partners", "parts", + "pccw", "pet", "photography", "photos", + "pictet", "pictures", "pink", "pizza", "place", "plumbing", "plus", + "pnc", "poker", + "post", "pro", "productions", + "progressive", "promo", "properties", "pub", + "pwc", "recipes", "red", + "redumbrella", "rehab", "reise", "reisen", + "reliance", "rentals", "repair", "report", "republican", "restaurant", "reviews", + "rexroth", + "rich", + "richardli", + "ril", "rip", "rocks", + "rogers", "run", + "rwe", "sale", "salon", + "sanofi", "sarl", + "saxo", + "sbi", + "sc", + "scholarships", "school", "schule", + "sener", "services", + "sew", + "sh", + "shangrila", "shiksha", "shoes", "shopping", "show", + "sina", "singles", "ski", "soccer", @@ -3003,7 +2951,13 @@ "software", "solar", "solutions", + "song", "spa", + "srl", + "stada", + "star", + "statebank", + "stockholm", "studio", "style", "supplies", @@ -3011,15 +2965,21 @@ "support", "surgery", "systems", + "taobao", + "tatamotors", "tax", "taxi", "team", "technology", + "temasek", "tennis", + "thd", "theater", + "tiaa", "tienda", "tips", "tires", + "tmall", "today", "tools", "tours", @@ -3028,94 +2988,98 @@ "trading", "training", "travel", + "travelers", + "travelersinsurance", + "trv", "tvs", + "ubank", + "ubs", "university", + "ups", "vacations", + "vanguard", + "vc", + "vegas", "ventures", "vet", "viajes", "video", + "vig", + "viking", "villas", "vin", + "visa", "vision", + "volvo", "vote", "voto", "voyage", "watch", "watches", + "weber", + "weibo", + "weir", "wine", "works", "world", "wtf", + "xin", + "xn--1ck2e1b", + "xn--5su34j936bgsg", + "xn--5tzm5g", "xn--6frz82g", + "xn--9krt00a", + "xn--b4w605ferd", + "xn--bck1b9a5dre4c", + "xn--c1avg", + "xn--cck2b3b", "xn--czrs0t", + "xn--eckvdtc9d", + "xn--fct429k", "xn--fjq720a", + "xn--fzys8d69uvgm", + "xn--gckr3f0f", + "xn--gk3at1e", + "xn--i1b6b1a6a2e", + "xn--jvr189m", + "xn--nqv7f", + "xn--nqv7fs00ema", + "xn--rovu88b", "xn--unup4y", "xn--vhquv", + "xn--w4r85el8fhu5dnra", + "xn--w4rs40l", + "yahoo", + "zara", + "zero", "zone" ] }, - "asn": { - "operator": [ - "abb", - "abbott", - "abc", - "ac", + "icann": { + "registry_operator": [ "academy", - "accenture", "accountants", "actor", - "aeg", - "aero", - "ag", - "agakhan", "agency", - "ai", - "airbus", "airforce", - "akdn", - "alipay", - "allstate", - "aol", "apartments", "archi", "army", - "arte", - "asda", - "asia", "associates", "attorney", - "au", "auction", - "audi", "band", - "barclaycard", - "barclays", - "barefoot", "bargains", - "bbt", - "bcg", - "beats", - "bestbuy", "bet", "bike", "bingo", "bio", "black", - "bloomberg", "blue", - "bm", - "bms", - "bnpparibas", - "boehringer", - "bofa", - "bosch", "boutique", - "bradesco", "broker", "builders", "business", - "bz", "cab", "cafe", "camera", @@ -3128,22 +3092,14 @@ "casino", "catering", "center", - "cern", - "cfa", - "chanel", - "charity", "chat", "cheap", "church", - "cipriani", - "citadel", "city", "claims", "cleaning", "clinic", - "clinique", "clothing", - "clubmed", "coach", "codes", "coffee", @@ -3156,19 +3112,15 @@ "contact", "contractors", "cool", - "coupon", "coupons", "credit", "creditcard", - "crs", - "cruise", "cruises", "dance", "dating", "deals", "degree", "delivery", - "delta", "democrat", "dental", "dentist", @@ -3177,36 +3129,26 @@ "direct", "directory", "discount", - "discover", "doctor", "dog", "domains", - "edeka", "education", "email", - "emerck", "energy", "engineer", "engineering", "enterprises", "equipment", - "ericsson", "estate", "events", "exchange", "expert", "exposed", "express", - "extraspace", - "fage", "fail", "family", "fan", "farm", - "fedex", - "ferrari", - "fidelity", - "fido", "finance", "financial", "fish", @@ -3216,27 +3158,18 @@ "football", "forex", "forsale", - "foundation", - "frogans", "fund", "furniture", "futbol", "fyi", "gallery", - "gallo", - "gallup", "games", - "genting", - "gi", "gifts", - "gives", - "giving", "glass", "global", "gmbh", "gold", "golf", - "goodyear", "graphics", "gratis", "green", @@ -3245,67 +3178,31 @@ "guide", "guru", "haus", - "hdfc", - "hdfcbank", "healthcare", - "helsinki", - "hermes", - "hkt", "hockey", "holdings", "holiday", - "homedepot", "hospital", "house", - "hughes", - "ice", - "imamat", "immo", "immobilien", "industries", "info", "institute", "insure", - "int", "international", "investments", - "io", "irish", - "ismaili", - "ist", - "istanbul", - "itv", - "jaguar", - "java", - "jeep", "jetzt", "jewelry", - "jio", - "jll", - "jp", - "jprs", "juegos", - "juniper", "kaufen", - "kerryhotels", - "kerryproperties", - "kids", "kim", "kitchen", - "kosher", - "kuokgroup", - "lamborghini", - "lamer", "land", - "landrover", - "lasalle", "lawyer", - "lc", - "lds", "lease", - "lefrak", "legal", - "lego", "lgbt", "life", "lighting", @@ -3316,117 +3213,65 @@ "loans", "lotto", "ltd", - "ltda", - "lundbeck", - "maif", "maison", "management", "market", "marketing", "markets", - "marriott", "mba", - "mckinsey", - "me", "media", "memorial", - "mit", - "mn", "mobi", "moda", "money", - "mormon", "mortgage", "movie", - "mu", - "nab", "navy", "network", "news", - "next", - "nextdirect", - "ngo", - "nikon", "ninja", - "nissay", - "nowtv", - "nra", - "ntt", - "obi", - "ong", - "onl", - "oracle", - "orange", - "org", "organic", - "origins", "partners", "parts", - "pccw", "pet", "photography", "photos", - "pictet", "pictures", "pink", "pizza", "place", "plumbing", "plus", - "pnc", "poker", - "post", - "pr", "pro", "productions", - "progressive", "promo", "properties", "pub", - "pwc", "recipes", "red", - "redumbrella", "rehab", "reise", "reisen", - "reliance", "rentals", "repair", "report", "republican", "restaurant", "reviews", - "rexroth", - "rich", - "richardli", - "ril", "rip", "rocks", - "rogers", "run", - "rwe", - "sakura", "sale", "salon", - "sanofi", "sarl", - "saxo", - "sbi", - "sc", - "scholarships", "school", "schule", - "sener", "services", - "sew", - "sh", - "shangrila", "shiksha", "shoes", "shopping", "show", - "sina", "singles", "ski", "soccer", @@ -3434,13 +3279,6 @@ "software", "solar", "solutions", - "song", - "spa", - "srl", - "stada", - "star", - "statebank", - "stockholm", "studio", "style", "supplies", @@ -3448,21 +3286,15 @@ "support", "surgery", "systems", - "taobao", - "tatamotors", "tax", "taxi", "team", "technology", - "temasek", "tennis", - "thd", "theater", - "tiaa", "tienda", "tips", "tires", - "tmall", "today", "tools", "tours", @@ -3471,99 +3303,91 @@ "trading", "training", "travel", - "travelers", - "travelersinsurance", - "trv", - "tvs", - "ubank", - "ubs", "university", - "ups", - "uy", "vacations", - "vanguard", - "vc", - "vegas", "ventures", "vet", "viajes", "video", - "vig", - "viking", "villas", "vin", - "visa", "vision", - "volvo", - "vote", - "voto", "voyage", "watch", "watches", - "weber", - "weibo", - "weir", "wine", "works", "world", "wtf", - "xin", - "xn--1ck2e1b", - "xn--5su34j936bgsg", - "xn--5tzm5g", "xn--6frz82g", - "xn--9krt00a", - "xn--b4w605ferd", - "xn--bck1b9a5dre4c", - "xn--c1avg", - "xn--cck2b3b", "xn--czrs0t", - "xn--eckvdtc9d", - "xn--fct429k", "xn--fjq720a", - "xn--fzys8d69uvgm", - "xn--gckr3f0f", - "xn--gk3at1e", - "xn--i1b6b1a6a2e", - "xn--jvr189m", - "xn--nqv7f", - "xn--nqv7fs00ema", - "xn--rovu88b", "xn--unup4y", "xn--vhquv", - "xn--w4r85el8fhu5dnra", - "xn--w4rs40l", - "yahoo", - "zara", - "zero", "zone" ] }, - "icann": { - "registry_operator": [ + "asn": { + "operator": [ + "abb", + "abbott", + "abc", + "ac", "academy", + "accenture", "accountants", "actor", + "aeg", + "aero", + "ag", + "agakhan", "agency", + "ai", + "airbus", "airforce", + "akdn", + "alipay", + "allstate", + "aol", "apartments", "archi", "army", + "arte", + "asda", + "asia", "associates", "attorney", + "au", "auction", + "audi", "band", + "barclaycard", + "barclays", + "barefoot", "bargains", + "bbt", + "bcg", + "beats", + "bestbuy", "bet", "bike", "bingo", "bio", "black", + "bloomberg", "blue", + "bm", + "bms", + "bnpparibas", + "boehringer", + "bofa", + "bosch", "boutique", + "bradesco", "broker", "builders", "business", + "bz", "cab", "cafe", "camera", @@ -3576,14 +3400,22 @@ "casino", "catering", "center", + "cern", + "cfa", + "chanel", + "charity", "chat", "cheap", "church", + "cipriani", + "citadel", "city", "claims", "cleaning", "clinic", + "clinique", "clothing", + "clubmed", "coach", "codes", "coffee", @@ -3596,15 +3428,19 @@ "contact", "contractors", "cool", + "coupon", "coupons", "credit", "creditcard", + "crs", + "cruise", "cruises", "dance", "dating", "deals", "degree", "delivery", + "delta", "democrat", "dental", "dentist", @@ -3613,26 +3449,36 @@ "direct", "directory", "discount", + "discover", "doctor", "dog", "domains", + "edeka", "education", "email", + "emerck", "energy", "engineer", "engineering", "enterprises", "equipment", + "ericsson", "estate", "events", "exchange", "expert", "exposed", "express", + "extraspace", + "fage", "fail", "family", "fan", "farm", + "fedex", + "ferrari", + "fidelity", + "fido", "finance", "financial", "fish", @@ -3642,18 +3488,27 @@ "football", "forex", "forsale", + "foundation", + "frogans", "fund", "furniture", "futbol", "fyi", "gallery", + "gallo", + "gallup", "games", + "genting", + "gi", "gifts", + "gives", + "giving", "glass", "global", "gmbh", "gold", "golf", + "goodyear", "graphics", "gratis", "green", @@ -3662,31 +3517,67 @@ "guide", "guru", "haus", + "hdfc", + "hdfcbank", "healthcare", + "helsinki", + "hermes", + "hkt", "hockey", "holdings", "holiday", + "homedepot", "hospital", "house", + "hughes", + "ice", + "imamat", "immo", "immobilien", "industries", "info", "institute", "insure", + "int", "international", "investments", + "io", "irish", + "ismaili", + "ist", + "istanbul", + "itv", + "jaguar", + "java", + "jeep", "jetzt", "jewelry", + "jio", + "jll", + "jp", + "jprs", "juegos", + "juniper", "kaufen", + "kerryhotels", + "kerryproperties", + "kids", "kim", "kitchen", + "kosher", + "kuokgroup", + "lamborghini", + "lamer", "land", + "landrover", + "lasalle", "lawyer", + "lc", + "lds", "lease", + "lefrak", "legal", + "lego", "lgbt", "life", "lighting", @@ -3697,65 +3588,117 @@ "loans", "lotto", "ltd", + "ltda", + "lundbeck", + "maif", "maison", "management", "market", "marketing", "markets", + "marriott", "mba", + "mckinsey", + "me", "media", "memorial", + "mit", + "mn", "mobi", "moda", "money", + "mormon", "mortgage", "movie", + "mu", + "nab", "navy", "network", "news", + "next", + "nextdirect", + "ngo", + "nikon", "ninja", + "nissay", + "nowtv", + "nra", + "ntt", + "obi", + "ong", + "onl", + "oracle", + "orange", + "org", "organic", + "origins", "partners", "parts", + "pccw", "pet", "photography", "photos", + "pictet", "pictures", "pink", "pizza", "place", "plumbing", "plus", + "pnc", "poker", + "post", + "pr", "pro", "productions", + "progressive", "promo", "properties", "pub", + "pwc", "recipes", "red", + "redumbrella", "rehab", "reise", "reisen", + "reliance", "rentals", "repair", "report", "republican", "restaurant", "reviews", + "rexroth", + "rich", + "richardli", + "ril", "rip", "rocks", + "rogers", "run", + "rwe", + "sakura", "sale", "salon", + "sanofi", "sarl", + "saxo", + "sbi", + "sc", + "scholarships", "school", "schule", + "sener", "services", + "sew", + "sh", + "shangrila", "shiksha", "shoes", "shopping", "show", + "sina", "singles", "ski", "soccer", @@ -3763,6 +3706,13 @@ "software", "solar", "solutions", + "song", + "spa", + "srl", + "stada", + "star", + "statebank", + "stockholm", "studio", "style", "supplies", @@ -3770,15 +3720,21 @@ "support", "surgery", "systems", + "taobao", + "tatamotors", "tax", "taxi", "team", "technology", + "temasek", "tennis", + "thd", "theater", + "tiaa", "tienda", "tips", "tires", + "tmall", "today", "tools", "tours", @@ -3787,27 +3743,71 @@ "trading", "training", "travel", + "travelers", + "travelersinsurance", + "trv", + "tvs", + "ubank", + "ubs", "university", + "ups", + "uy", "vacations", + "vanguard", + "vc", + "vegas", "ventures", "vet", "viajes", "video", + "vig", + "viking", "villas", "vin", + "visa", "vision", + "volvo", + "vote", + "voto", "voyage", "watch", "watches", + "weber", + "weibo", + "weir", "wine", "works", "world", "wtf", + "xin", + "xn--1ck2e1b", + "xn--5su34j936bgsg", + "xn--5tzm5g", "xn--6frz82g", + "xn--9krt00a", + "xn--b4w605ferd", + "xn--bck1b9a5dre4c", + "xn--c1avg", + "xn--cck2b3b", "xn--czrs0t", + "xn--eckvdtc9d", + "xn--fct429k", "xn--fjq720a", + "xn--fzys8d69uvgm", + "xn--gckr3f0f", + "xn--gk3at1e", + "xn--i1b6b1a6a2e", + "xn--jvr189m", + "xn--nqv7f", + "xn--nqv7fs00ema", + "xn--rovu88b", "xn--unup4y", "xn--vhquv", + "xn--w4r85el8fhu5dnra", + "xn--w4rs40l", + "yahoo", + "zara", + "zero", "zone" ] } @@ -3871,11 +3871,11 @@ "kr", "xn--3e0b707e" ], - "tech": [ - "kr", + "admin": [ "xn--3e0b707e" ], - "admin": [ + "tech": [ + "kr", "xn--3e0b707e" ] } @@ -3896,6 +3896,18 @@ "aliases": [], "homepage": "https://knipp.de", "roles": { + "iana": { + "tech": [ + "bauhaus", + "bayern", + "gmx", + "ifm", + "man", + "sap", + "tel", + "whoswho" + ] + }, "asn": { "operator": [ "ad", @@ -3934,18 +3946,6 @@ "xn--mgbab2bd", "ye" ] - }, - "iana": { - "tech": [ - "bauhaus", - "bayern", - "gmx", - "ifm", - "man", - "sap", - "tel", - "whoswho" - ] } } }, @@ -4030,24 +4030,6 @@ "aliases": [], "homepage": "https://www.microsoft.com/", "roles": { - "asn": { - "operator": [ - "anquan", - "shouji", - "tr", - "tw", - "xihuan", - "xn--3ds443g", - "xn--fiq228c5hs", - "xn--kprw13d", - "xn--kpry57d", - "xn--kput3i", - "xn--nyqy26a", - "xn--rhqv96g", - "xn--vuq861b", - "yun" - ] - }, "iana": { "sponsor": [ "azure", @@ -4081,6 +4063,24 @@ "windows", "xbox" ] + }, + "asn": { + "operator": [ + "anquan", + "shouji", + "tr", + "tw", + "xihuan", + "xn--3ds443g", + "xn--fiq228c5hs", + "xn--kprw13d", + "xn--kpry57d", + "xn--kput3i", + "xn--nyqy26a", + "xn--rhqv96g", + "xn--vuq861b", + "yun" + ] } } }, @@ -4173,6 +4173,21 @@ "homepage": "https://nominet.uk/", "roles": { "iana": { + "sponsor": [ + "cymru", + "uk", + "wales" + ], + "admin": [ + "broadway", + "cymru", + "mtn", + "pharmacy", + "pn", + "uk", + "virgin", + "wales" + ], "tech": [ "abbvie", "amazon", @@ -4257,20 +4272,11 @@ "yamaxun", "you", "zappos" - ], - "admin": [ - "broadway", - "cymru", - "mtn", - "pharmacy", - "pn", - "uk", - "virgin", - "wales" - ], - "sponsor": [ + ] + }, + "icann": { + "registry_operator": [ "cymru", - "uk", "wales" ] }, @@ -4364,12 +4370,6 @@ "you", "zappos" ] - }, - "icann": { - "registry_operator": [ - "cymru", - "wales" - ] } } }, @@ -4387,6 +4387,11 @@ "aliases": [], "homepage": "https://www.pch.net/", "roles": { + "iana": { + "tech": [ + "apple" + ] + }, "asn": { "operator": [ "ae", @@ -4619,11 +4624,6 @@ "zm", "zw" ] - }, - "iana": { - "tech": [ - "apple" - ] } } }, @@ -5562,13 +5562,10 @@ "aliases": [], "homepage": "https://www.verisign.com/", "roles": { - "asn": { - "operator": [ - "arpa", - "cc", + "iana": { + "sponsor": [ "com", "comsec", - "edu", "name", "net", "verisign", @@ -5583,14 +5580,10 @@ "xn--pssy2u", "xn--t60b56a", "xn--tckwe" - ] - }, - "iana": { - "tech": [ - "cc", + ], + "admin": [ "com", "comsec", - "edu", "name", "net", "verisign", @@ -5606,9 +5599,11 @@ "xn--t60b56a", "xn--tckwe" ], - "sponsor": [ + "tech": [ + "cc", "com", "comsec", + "edu", "name", "net", "verisign", @@ -5623,8 +5618,10 @@ "xn--pssy2u", "xn--t60b56a", "xn--tckwe" - ], - "admin": [ + ] + }, + "icann": { + "registry_operator": [ "com", "comsec", "name", @@ -5643,10 +5640,13 @@ "xn--tckwe" ] }, - "icann": { - "registry_operator": [ + "asn": { + "operator": [ + "arpa", + "cc", "com", "comsec", + "edu", "name", "net", "verisign", @@ -5900,16 +5900,16 @@ "homepage": "https://www.zdns.com/", "roles": { "iana": { + "admin": [ + "fans", + "ren" + ], "tech": [ "baidu", "icbc", "ren", "unicom", "xn--8y0a063a" - ], - "admin": [ - "fans", - "ren" ] }, "asn": { diff --git a/data/generated/tld/aaa.json b/data/generated/tld/aaa.json index 81acdaba..db2bfa5b 100644 --- a/data/generated/tld/aaa.json +++ b/data/generated/tld/aaa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.aaa.com", + "whois_server": "whois.nic.aaa", + "rdap_server": "https://rdap.nic.aaa/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2024-12-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aaa", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.aaa.com", - "whois_server": "whois.nic.aaa", - "rdap_server": "https://rdap.nic.aaa/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2024-12-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/aarp.json b/data/generated/tld/aarp.json index 2976c630..ed0dee39 100644 --- a/data/generated/tld/aarp.json +++ b/data/generated/tld/aarp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.aarp", + "rdap_server": "https://rdap.nic.aarp", + "tld_created": "2015-10-22", + "tld_updated": [ + "2024-08-23" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aarp", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.aarp", - "rdap_server": "https://rdap.nic.aarp", - "tld_created": "2015-10-22", - "tld_updated": [ - "2024-08-23" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/abb.json b/data/generated/tld/abb.json index d7ecc663..2937b62a 100644 --- a/data/generated/tld/abb.json +++ b/data/generated/tld/abb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://abb.com", + "whois_server": "whois.nic.abb", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.abb", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://abb.com", - "whois_server": "whois.nic.abb", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/abbott.json b/data/generated/tld/abbott.json index 5ca42abf..18e91730 100644 --- a/data/generated/tld/abbott.json +++ b/data/generated/tld/abbott.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.abbott.com", + "whois_server": "whois.nic.abbott", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2026-01-26" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.abbott", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.abbott.com", - "whois_server": "whois.nic.abbott", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2026-01-26" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/abbvie.json b/data/generated/tld/abbvie.json index 6de00ee7..3c3954da 100644 --- a/data/generated/tld/abbvie.json +++ b/data/generated/tld/abbvie.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.abbvie.com", + "rdap_server": "https://rdap.nominet.uk/abbvie/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.abbvie", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://www.abbvie.com", - "rdap_server": "https://rdap.nominet.uk/abbvie/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/abc.json b/data/generated/tld/abc.json index 66fcc1d0..82773b1d 100644 --- a/data/generated/tld/abc.json +++ b/data/generated/tld/abc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://abc.com", + "whois_server": "whois.nic.abc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.abc", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://abc.com", - "whois_server": "whois.nic.abc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/able.json b/data/generated/tld/able.json index 1e8be2aa..991afefb 100644 --- a/data/generated/tld/able.json +++ b/data/generated/tld/able.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.able.co.jp", + "rdap_server": "https://rdap.nic.able/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.able", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.able.co.jp", - "rdap_server": "https://rdap.nic.able/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/abogado.json b/data/generated/tld/abogado.json index 750b549c..0fa3359e 100644 --- a/data/generated/tld/abogado.json +++ b/data/generated/tld/abogado.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.abogado/", + "whois_server": "whois.nic.abogado", + "rdap_server": "https://rdap.nic.abogado/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.abogado", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.abogado/", - "whois_server": "whois.nic.abogado", - "rdap_server": "https://rdap.nic.abogado/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/abudhabi.json b/data/generated/tld/abudhabi.json index 8e965425..8b216de5 100644 --- a/data/generated/tld/abudhabi.json +++ b/data/generated/tld/abudhabi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "whois_server": "whois.nic.abudhabi", + "rdap_server": "https://rdap.nic.abudhabi", + "tld_created": "2016-02-26", + "tld_updated": [ + "2019-11-26" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -105,26 +125,6 @@ } ] } - ], - "whois_server": "whois.nic.abudhabi", - "rdap_server": "https://rdap.nic.abudhabi", - "tld_created": "2016-02-26", - "tld_updated": [ - "2019-11-26" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/ac.json b/data/generated/tld/ac.json index a539cef6..a0ba1838 100644 --- a/data/generated/tld/ac.json +++ b/data/generated/tld/ac.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,30 @@ "tech": "Internet Computer Bureau Limited" } }, + "registry_url": "http://www.nic.ac/", + "whois_server": "whois.nic.ac", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1997-12-19", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Ascension Island", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.nic.ac", @@ -94,30 +118,6 @@ } ] } - ], - "registry_url": "http://www.nic.ac/", - "whois_server": "whois.nic.ac", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-12-19", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Ascension Island", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/academy.json b/data/generated/tld/academy.json index fcc090b4..f10a6c4e 100644 --- a/data/generated/tld/academy.json +++ b/data/generated/tld/academy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.academy", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/accenture.json b/data/generated/tld/accenture.json index e4794df2..ea698a43 100644 --- a/data/generated/tld/accenture.json +++ b/data/generated/tld/accenture.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.accenture.com", + "whois_server": "whois.nic.accenture", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.accenture", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.accenture.com", - "whois_server": "whois.nic.accenture", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/accountant.json b/data/generated/tld/accountant.json index 118d5104..bcbf2127 100644 --- a/data/generated/tld/accountant.json +++ b/data/generated/tld/accountant.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.accountant", + "whois_server": "whois.nic.accountant", + "rdap_server": "https://rdap.nic.accountant/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.accountant", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.accountant", - "whois_server": "whois.nic.accountant", - "rdap_server": "https://rdap.nic.accountant/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/accountants.json b/data/generated/tld/accountants.json index 735ae350..be3f5dd1 100644 --- a/data/generated/tld/accountants.json +++ b/data/generated/tld/accountants.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.accountants", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/aco.json b/data/generated/tld/aco.json index 2832c402..eae6a183 100644 --- a/data/generated/tld/aco.json +++ b/data/generated/tld/aco.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.aco.com", + "whois_server": "whois.nic.aco", + "rdap_server": "https://rdap.nic.aco/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2022-06-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.aco", @@ -86,28 +108,6 @@ } ] } - ], - "registry_url": "http://www.aco.com", - "whois_server": "whois.nic.aco", - "rdap_server": "https://rdap.nic.aco/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2022-06-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] } } diff --git a/data/generated/tld/actor.json b/data/generated/tld/actor.json index eb10623f..fd1a980c 100644 --- a/data/generated/tld/actor.json +++ b/data/generated/tld/actor.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.actor", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ad.json b/data/generated/tld/ad.json index 42817b7b..3971afe9 100644 --- a/data/generated/tld/ad.json +++ b/data/generated/tld/ad.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Andorra Telecom" } }, + "registry_url": "https://www.domini.ad", + "whois_server": "whois.nic.ad", + "rdap_server": "https://rdap.nic.ad", + "tld_created": "1996-01-09", + "tld_updated": [ + "2025-11-10" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Andorra", + "as_org_aliases": [ + "AFNIC", + "Knipp Medien" + ], + "as_org_slugs": [ + "afnic", + "knipp-medien" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ad.ns.nic.es", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "https://www.domini.ad", - "whois_server": "whois.nic.ad", - "rdap_server": "https://rdap.nic.ad", - "tld_created": "1996-01-09", - "tld_updated": [ - "2025-11-10" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Andorra", - "as_org_aliases": [ - "AFNIC", - "Knipp Medien" - ], - "as_org_slugs": [ - "afnic", - "knipp-medien" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ads.json b/data/generated/tld/ads.json index 3e0567ff..422cad1a 100644 --- a/data/generated/tld/ads.json +++ b/data/generated/tld/ads.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/adult.json b/data/generated/tld/adult.json index f7c47fee..1fcbf771 100644 --- a/data/generated/tld/adult.json +++ b/data/generated/tld/adult.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.adult", + "whois_server": "whois.nic.adult", + "rdap_server": "https://rdap.nic.adult/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.adult", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.adult", - "whois_server": "whois.nic.adult", - "rdap_server": "https://rdap.nic.adult/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ae.json b/data/generated/tld/ae.json index abb0c70c..a2253e11 100644 --- a/data/generated/tld/ae.json +++ b/data/generated/tld/ae.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": ".ae Domain Administration (.aeDA)" } }, + "registry_url": "http://aeda.ae/", + "whois_server": "whois.aeda.net.ae", + "tld_created": "1992-12-01", + "tld_updated": [ + "2021-10-19" + ], + "annotations": { + "country_name_iso": "United Arab Emirates", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.aedns.ae", @@ -95,22 +111,6 @@ ] } ], - "registry_url": "http://aeda.ae/", - "whois_server": "whois.aeda.net.ae", - "tld_created": "1992-12-01", - "tld_updated": [ - "2021-10-19" - ], - "annotations": { - "country_name_iso": "United Arab Emirates", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbaam7a8h" ] diff --git a/data/generated/tld/aeg.json b/data/generated/tld/aeg.json index 856876db..aaf552b2 100644 --- a/data/generated/tld/aeg.json +++ b/data/generated/tld/aeg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.aeg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.aeg", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.aeg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/aero.json b/data/generated/tld/aero.json index 6b124772..76687bfe 100644 --- a/data/generated/tld/aero.json +++ b/data/generated/tld/aero.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.information.aero", + "whois_server": "whois.aero", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2001-12-21", + "tld_updated": [ + "2026-05-21" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.aero", @@ -124,29 +147,6 @@ } ] } - ], - "registry_url": "http://www.information.aero", - "whois_server": "whois.aero", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2001-12-21", - "tld_updated": [ - "2026-05-21" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/aetna.json b/data/generated/tld/aetna.json index bee44089..bc306695 100644 --- a/data/generated/tld/aetna.json +++ b/data/generated/tld/aetna.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.aetna.com", + "rdap_server": "https://rdap.nic.aetna/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aetna", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.aetna.com", - "rdap_server": "https://rdap.nic.aetna/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/af.json b/data/generated/tld/af.json index 8c33ef41..47be96e9 100644 --- a/data/generated/tld/af.json +++ b/data/generated/tld/af.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Ministry of Communications and IT" } }, + "registry_url": "http://www.nic.af", + "whois_server": "whois.nic.af", + "tld_created": "1997-10-16", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Afghanistan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.af", @@ -68,22 +84,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.af", - "whois_server": "whois.nic.af", - "tld_created": "1997-10-16", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Afghanistan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/afl.json b/data/generated/tld/afl.json index bbf3636c..f0d47dbb 100644 --- a/data/generated/tld/afl.json +++ b/data/generated/tld/afl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.afl", + "whois_server": "whois.nic.afl", + "rdap_server": "https://rdap.nic.afl/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.afl", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.afl", - "whois_server": "whois.nic.afl", - "rdap_server": "https://rdap.nic.afl/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/africa.json b/data/generated/tld/africa.json index bb56a506..8cc8beb8 100644 --- a/data/generated/tld/africa.json +++ b/data/generated/tld/africa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.africa", + "whois_server": "whois.nic.africa", + "rdap_server": "https://rdap.nic.africa/rdap/", + "tld_created": "2017-02-11", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -86,31 +111,6 @@ } ] } - ], - "registry_url": "http://nic.africa", - "whois_server": "whois.nic.africa", - "rdap_server": "https://rdap.nic.africa/rdap/", - "tld_created": "2017-02-11", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "supranational" - } + ] } } diff --git a/data/generated/tld/ag.json b/data/generated/tld/ag.json index 39b894d5..09e7d913 100644 --- a/data/generated/tld/ag.json +++ b/data/generated/tld/ag.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Afilias Limited" } }, + "registry_url": "http://www.nic.ag", + "whois_server": "whois.nic.ag", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2021-02-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Antigua and Barbuda", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "http://www.nic.ag", - "whois_server": "whois.nic.ag", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2021-02-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Antigua and Barbuda", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/agakhan.json b/data/generated/tld/agakhan.json index 31a82110..aca8126d 100644 --- a/data/generated/tld/agakhan.json +++ b/data/generated/tld/agakhan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org/", + "whois_server": "whois.nic.agakhan", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-31", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.agakhan", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.akdn.org/", - "whois_server": "whois.nic.agakhan", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-31", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/agency.json b/data/generated/tld/agency.json index 3d374e35..b3e15879 100644 --- a/data/generated/tld/agency.json +++ b/data/generated/tld/agency.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.agency", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ai.json b/data/generated/tld/ai.json index 70f9de59..6c6f12a9 100644 --- a/data/generated/tld/ai.json +++ b/data/generated/tld/ai.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Government of Anguilla" } }, + "registry_url": "https://nic.ai", + "whois_server": "whois.nic.ai", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1995-02-16", + "tld_updated": [ + "2025-02-11" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Anguilla", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "v0n0.nic.ai", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "https://nic.ai", - "whois_server": "whois.nic.ai", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1995-02-16", - "tld_updated": [ - "2025-02-11" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Anguilla", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/aig.json b/data/generated/tld/aig.json index 05dbe67f..e56f8226 100644 --- a/data/generated/tld/aig.json +++ b/data/generated/tld/aig.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.aig.com", + "rdap_server": "https://rdap.nic.aig/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aig", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.aig.com", - "rdap_server": "https://rdap.nic.aig/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/airbus.json b/data/generated/tld/airbus.json index 16745d4d..99f7f994 100644 --- a/data/generated/tld/airbus.json +++ b/data/generated/tld/airbus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.airbus", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-26", + "tld_updated": [ + "2024-11-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.airbus", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.airbus", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-26", - "tld_updated": [ - "2024-11-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/airforce.json b/data/generated/tld/airforce.json index 43fff470..88e27281 100644 --- a/data/generated/tld/airforce.json +++ b/data/generated/tld/airforce.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.airforce", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/airtel.json b/data/generated/tld/airtel.json index 2831f9b5..e9057f05 100644 --- a/data/generated/tld/airtel.json +++ b/data/generated/tld/airtel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.airtel.in", + "whois_server": "whois.nic.airtel", + "rdap_server": "https://rdap.nic.airtel", + "tld_created": "2015-06-18", + "tld_updated": [ + "2025-12-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.airtel", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.airtel.in", - "whois_server": "whois.nic.airtel", - "rdap_server": "https://rdap.nic.airtel", - "tld_created": "2015-06-18", - "tld_updated": [ - "2025-12-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/akdn.json b/data/generated/tld/akdn.json index 61efe2b3..54370485 100644 --- a/data/generated/tld/akdn.json +++ b/data/generated/tld/akdn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org/", + "whois_server": "whois.nic.akdn", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-31", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.akdn", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.akdn.org/", - "whois_server": "whois.nic.akdn", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-31", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/al.json b/data/generated/tld/al.json index c7e779ce..f0962df5 100644 --- a/data/generated/tld/al.json +++ b/data/generated/tld/al.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Electronic and Postal Communications Authority - AKEP" } }, + "registry_url": "https://akep.al/e-aplikime-domain/", + "tld_created": "1992-04-21", + "tld_updated": [ + "2023-10-12" + ], + "annotations": { + "country_name_iso": "Albania", + "as_org_aliases": [ + "DENIC" + ], + "as_org_slugs": [ + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "munnari.oz.au", @@ -93,21 +108,6 @@ } ] } - ], - "registry_url": "https://akep.al/e-aplikime-domain/", - "tld_created": "1992-04-21", - "tld_updated": [ - "2023-10-12" - ], - "annotations": { - "country_name_iso": "Albania", - "as_org_aliases": [ - "DENIC" - ], - "as_org_slugs": [ - "denic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/alibaba.json b/data/generated/tld/alibaba.json index f6a2ee86..18432001 100644 --- a/data/generated/tld/alibaba.json +++ b/data/generated/tld/alibaba.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,21 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.alibaba", + "rdap_server": "https://rdap.aliregistry.cn/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2026-05-20" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "ns1.nic.alibaba", @@ -105,21 +120,6 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.alibaba", - "rdap_server": "https://rdap.aliregistry.cn/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2026-05-20" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ] - } + ] } } diff --git a/data/generated/tld/alipay.json b/data/generated/tld/alipay.json index 0f2aa213..8d7994ce 100644 --- a/data/generated/tld/alipay.json +++ b/data/generated/tld/alipay.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.alipay", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.alipay", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.alipay", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/allfinanz.json b/data/generated/tld/allfinanz.json index 04909650..ff3f56cf 100644 --- a/data/generated/tld/allfinanz.json +++ b/data/generated/tld/allfinanz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.allfinanz-registry.de", + "whois_server": "whois.nic.allfinanz", + "rdap_server": "https://rdap.centralnic.com/allfinanz", + "tld_created": "2014-09-25", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.allfinanz", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.allfinanz-registry.de", - "whois_server": "whois.nic.allfinanz", - "rdap_server": "https://rdap.centralnic.com/allfinanz", - "tld_created": "2014-09-25", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/allstate.json b/data/generated/tld/allstate.json index c076ee01..0bd742df 100644 --- a/data/generated/tld/allstate.json +++ b/data/generated/tld/allstate.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.allstate.com/", + "whois_server": "whois.nic.allstate", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.allstate", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.allstate.com/", - "whois_server": "whois.nic.allstate", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ally.json b/data/generated/tld/ally.json index 72611f6b..bef7765e 100644 --- a/data/generated/tld/ally.json +++ b/data/generated/tld/ally.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ally.com", + "whois_server": "whois.nic.ally", + "rdap_server": "https://rdap.nic.ally", + "tld_created": "2015-10-22", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ally", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.ally.com", - "whois_server": "whois.nic.ally", - "rdap_server": "https://rdap.nic.ally", - "tld_created": "2015-10-22", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/alsace.json b/data/generated/tld/alsace.json index 31544e93..e634e85a 100644 --- a/data/generated/tld/alsace.json +++ b/data/generated/tld/alsace.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://www.mondomaine.alsace", + "whois_server": "whois.nic.alsace", + "rdap_server": "https://rdap.nic.alsace", + "tld_created": "2014-09-18", + "tld_updated": [ + "2024-09-16" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,31 +111,6 @@ } ] } - ], - "registry_url": "https://www.mondomaine.alsace", - "whois_server": "whois.nic.alsace", - "rdap_server": "https://rdap.nic.alsace", - "tld_created": "2014-09-18", - "tld_updated": [ - "2024-09-16" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/alstom.json b/data/generated/tld/alstom.json index 17bbbb84..a0462a9c 100644 --- a/data/generated/tld/alstom.json +++ b/data/generated/tld/alstom.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.alstom.com", + "whois_server": "whois.nic.alstom", + "rdap_server": "https://rdap.nic.alstom/", + "tld_created": "2015-12-04", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "http://www.alstom.com", - "whois_server": "whois.nic.alstom", - "rdap_server": "https://rdap.nic.alstom/", - "tld_created": "2015-12-04", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/am.json b/data/generated/tld/am.json index 036dccaf..666e72a1 100644 --- a/data/generated/tld/am.json +++ b/data/generated/tld/am.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "\"Internet Society\" Non-governmental Organization" } }, + "registry_url": "https://www.amnic.net/", + "whois_server": "whois.amnic.net", + "tld_created": "1994-08-26", + "tld_updated": [ + "2024-11-27" + ], + "annotations": { + "country_name_iso": "Armenia", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -95,24 +113,6 @@ ] } ], - "registry_url": "https://www.amnic.net/", - "whois_server": "whois.amnic.net", - "tld_created": "1994-08-26", - "tld_updated": [ - "2024-11-27" - ], - "annotations": { - "country_name_iso": "Armenia", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--y9a3aq" ] diff --git a/data/generated/tld/amazon.json b/data/generated/tld/amazon.json index 9fa63ba3..1a8aed21 100644 --- a/data/generated/tld/amazon.json +++ b/data/generated/tld/amazon.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.amazon", + "rdap_server": "https://rdap.nominet.uk/amazon/", + "tld_created": "2020-05-28", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.amazon", @@ -181,34 +209,6 @@ } ] } - ], - "registry_url": "http://www.nic.amazon", - "rdap_server": "https://rdap.nominet.uk/amazon/", - "tld_created": "2020-05-28", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/americanexpress.json b/data/generated/tld/americanexpress.json index cf3df2ac..8b557aad 100644 --- a/data/generated/tld/americanexpress.json +++ b/data/generated/tld/americanexpress.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.americanexpress.com", + "rdap_server": "https://rdap.nic.americanexpress/", + "tld_created": "2016-07-22", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.americanexpress", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.americanexpress.com", - "rdap_server": "https://rdap.nic.americanexpress/", - "tld_created": "2016-07-22", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/americanfamily.json b/data/generated/tld/americanfamily.json index 87d1dfdb..b34bb851 100644 --- a/data/generated/tld/americanfamily.json +++ b/data/generated/tld/americanfamily.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.americanfamily", + "rdap_server": "https://rdap.nic.americanfamily", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-08-23" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.americanfamily", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.americanfamily", - "rdap_server": "https://rdap.nic.americanfamily", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-08-23" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/amex.json b/data/generated/tld/amex.json index 3c2c037d..eecbbda7 100644 --- a/data/generated/tld/amex.json +++ b/data/generated/tld/amex.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.americanexpress.com", + "rdap_server": "https://rdap.nic.amex/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.amex", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.americanexpress.com", - "rdap_server": "https://rdap.nic.amex/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/amfam.json b/data/generated/tld/amfam.json index 0d8ffa23..468441a9 100644 --- a/data/generated/tld/amfam.json +++ b/data/generated/tld/amfam.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.amfam", + "rdap_server": "https://rdap.nic.amfam", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-08-23" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.amfam", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.amfam", - "rdap_server": "https://rdap.nic.amfam", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-08-23" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/amica.json b/data/generated/tld/amica.json index 45c6ee55..b4a52b39 100644 --- a/data/generated/tld/amica.json +++ b/data/generated/tld/amica.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.amica.com", + "rdap_server": "https://rdap.nic.amica/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.amica", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.amica.com", - "rdap_server": "https://rdap.nic.amica/", - "tld_created": "2015-08-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/amsterdam.json b/data/generated/tld/amsterdam.json index 4d450289..12cbc396 100644 --- a/data/generated/tld/amsterdam.json +++ b/data/generated/tld/amsterdam.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.amsterdam", + "whois_server": "whois.nic.amsterdam", + "rdap_server": "https://rdap.nic.amsterdam", + "tld_created": "2014-11-20", + "tld_updated": [ + "2023-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "ns1.dns.amsterdam", @@ -86,31 +111,6 @@ } ] } - ], - "registry_url": "http://www.nic.amsterdam", - "whois_server": "whois.nic.amsterdam", - "rdap_server": "https://rdap.nic.amsterdam", - "tld_created": "2014-11-20", - "tld_updated": [ - "2023-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/analytics.json b/data/generated/tld/analytics.json index b78be695..d5ae8040 100644 --- a/data/generated/tld/analytics.json +++ b/data/generated/tld/analytics.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.sas.com", + "rdap_server": "https://rdap.nic.analytics/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.analytics", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.sas.com", - "rdap_server": "https://rdap.nic.analytics/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/android.json b/data/generated/tld/android.json index c70d81e0..658b9d4a 100644 --- a/data/generated/tld/android.json +++ b/data/generated/tld/android.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,34 +152,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/anquan.json b/data/generated/tld/anquan.json index eba4b23c..43b69fb1 100644 --- a/data/generated/tld/anquan.json +++ b/data/generated/tld/anquan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -91,26 +111,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/anz.json b/data/generated/tld/anz.json index cbf9206b..1aa4707c 100644 --- a/data/generated/tld/anz.json +++ b/data/generated/tld/anz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.anz.com/", + "whois_server": "whois.nic.anz", + "rdap_server": "https://rdap.nic.anz/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.anz", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.anz.com/", - "whois_server": "whois.nic.anz", - "rdap_server": "https://rdap.nic.anz/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ao.json b/data/generated/tld/ao.json index 678b6dd7..913c068a 100644 --- a/data/generated/tld/ao.json +++ b/data/generated/tld/ao.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "INSTITUTO NACIONAL DE FOMENTO DA SOCIEDADE DA INFORMACAO-INFOSI" } }, + "registry_url": "http://www.dns.ao/", + "tld_created": "1995-11-15", + "tld_updated": [ + "2024-09-09" + ], + "annotations": { + "country_name_iso": "Angola", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.ao", @@ -94,23 +111,6 @@ } ] } - ], - "registry_url": "http://www.dns.ao/", - "tld_created": "1995-11-15", - "tld_updated": [ - "2024-09-09" - ], - "annotations": { - "country_name_iso": "Angola", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/aol.json b/data/generated/tld/aol.json index da4f9d08..ad5b917a 100644 --- a/data/generated/tld/aol.json +++ b/data/generated/tld/aol.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.aol.com", + "whois_server": "whois.nic.aol", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.aol", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.aol.com", - "whois_server": "whois.nic.aol", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/apartments.json b/data/generated/tld/apartments.json index 9e8bd200..c1d6058e 100644 --- a/data/generated/tld/apartments.json +++ b/data/generated/tld/apartments.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.apartments", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/app.json b/data/generated/tld/app.json index e3dc46c1..5719f488 100644 --- a/data/generated/tld/app.json +++ b/data/generated/tld/app.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/apple.json b/data/generated/tld/apple.json index 872a0082..0eb9c33d 100644 --- a/data/generated/tld/apple.json +++ b/data/generated/tld/apple.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "https://www.nic.apple/", + "rdap_server": "https://rdap.nic.apple/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2025-11-10" + ], + "annotations": { + "iana_sponsor_alias": "Apple", + "iana_sponsor_slug": "apple", + "iana_tech_alias": "Packet Clearing House", + "iana_tech_slug": "packet-clearing-house", + "icann_registry_operator_alias": "Apple", + "icann_registry_operator_slug": "apple", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "apple-ns.pch.net", @@ -86,32 +112,6 @@ } ] } - ], - "registry_url": "https://www.nic.apple/", - "rdap_server": "https://rdap.nic.apple/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2025-11-10" - ], - "annotations": { - "iana_sponsor_alias": "Apple", - "iana_sponsor_slug": "apple", - "iana_tech_alias": "Packet Clearing House", - "iana_tech_slug": "packet-clearing-house", - "icann_registry_operator_alias": "Apple", - "icann_registry_operator_slug": "apple", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/aq.json b/data/generated/tld/aq.json index 3e0d14f0..d9561d0b 100644 --- a/data/generated/tld/aq.json +++ b/data/generated/tld/aq.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,20 @@ "tech": "InternetNZ" } }, + "tld_created": "1992-02-26", + "tld_updated": [ + "2025-01-21" + ], + "annotations": { + "country_name_iso": "Antarctica", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -75,20 +89,6 @@ } ] } - ], - "tld_created": "1992-02-26", - "tld_updated": [ - "2025-01-21" - ], - "annotations": { - "country_name_iso": "Antarctica", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/aquarelle.json b/data/generated/tld/aquarelle.json index 42880991..dad7c496 100644 --- a/data/generated/tld/aquarelle.json +++ b/data/generated/tld/aquarelle.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.aquarelle.com", + "whois_server": "whois.nic.aquarelle", + "rdap_server": "https://rdap.nic.aquarelle", + "tld_created": "2014-11-06", + "tld_updated": [ + "2024-11-08" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.aquarelle", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.aquarelle.com", - "whois_server": "whois.nic.aquarelle", - "rdap_server": "https://rdap.nic.aquarelle", - "tld_created": "2014-11-06", - "tld_updated": [ - "2024-11-08" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/ar.json b/data/generated/tld/ar.json index 1d48a8d3..422eb88f 100644 --- a/data/generated/tld/ar.json +++ b/data/generated/tld/ar.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Dirección Nacional del Registro de Nombres de Dominio de Internet - NIC Argentina" } }, + "registry_url": "https://nic.ar", + "whois_server": "whois.nic.ar", + "rdap_server": "https://rdap.nic.ar", + "tld_created": "1987-09-23", + "tld_updated": [ + "2025-04-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Argentina", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -113,26 +133,6 @@ } ] } - ], - "registry_url": "https://nic.ar", - "whois_server": "whois.nic.ar", - "rdap_server": "https://rdap.nic.ar", - "tld_created": "1987-09-23", - "tld_updated": [ - "2025-04-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Argentina", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/arab.json b/data/generated/tld/arab.json index 30d09fea..325279ee 100644 --- a/data/generated/tld/arab.json +++ b/data/generated/tld/arab.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "whois_server": "whois.nic.arab", + "rdap_server": "https://rdap.nic.arab/", + "tld_created": "2017-05-11", + "tld_updated": [ + "2020-05-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "cultural_affiliation": "arab" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -105,26 +125,6 @@ } ] } - ], - "whois_server": "whois.nic.arab", - "rdap_server": "https://rdap.nic.arab/", - "tld_created": "2017-05-11", - "tld_updated": [ - "2020-05-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "cultural_affiliation": "arab" - } + ] } } diff --git a/data/generated/tld/aramco.json b/data/generated/tld/aramco.json index 0288717d..878cc4f9 100644 --- a/data/generated/tld/aramco.json +++ b/data/generated/tld/aramco.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.aramco.com", + "rdap_server": "https://rdap.nic.aramco/", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aramco", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.aramco.com", - "rdap_server": "https://rdap.nic.aramco/", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/archi.json b/data/generated/tld/archi.json index 0ed21ef9..addae19a 100644 --- a/data/generated/tld/archi.json +++ b/data/generated/tld/archi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.archi", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/army.json b/data/generated/tld/army.json index eaf0ab61..fcb7c45b 100644 --- a/data/generated/tld/army.json +++ b/data/generated/tld/army.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.army", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/arpa.json b/data/generated/tld/arpa.json index eb3f7deb..ab5e2d47 100644 --- a/data/generated/tld/arpa.json +++ b/data/generated/tld/arpa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,20 @@ "tech": "Internet Corporation for Assigned Names and Numbers (ICANN)" } }, + "registry_url": "https://www.iana.org/domains/arpa", + "whois_server": "whois.iana.org", + "tld_created": "1985-01-01", + "tld_updated": [ + "2023-11-27" + ], + "annotations": { + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.ns.arpa", @@ -246,20 +260,6 @@ } ] } - ], - "registry_url": "https://www.iana.org/domains/arpa", - "whois_server": "whois.iana.org", - "tld_created": "1985-01-01", - "tld_updated": [ - "2023-11-27" - ], - "annotations": { - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/art.json b/data/generated/tld/art.json index 73a8a465..c5f27bd6 100644 --- a/data/generated/tld/art.json +++ b/data/generated/tld/art.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://art.art/", + "whois_server": "whois.nic.art", + "rdap_server": "https://rdap.centralnic.com/art", + "tld_created": "2016-06-09", + "tld_updated": [ + "2024-04-30" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.art", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://art.art/", - "whois_server": "whois.nic.art", - "rdap_server": "https://rdap.centralnic.com/art", - "tld_created": "2016-06-09", - "tld_updated": [ - "2024-04-30" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/arte.json b/data/generated/tld/arte.json index cef19d9e..74554fc7 100644 --- a/data/generated/tld/arte.json +++ b/data/generated/tld/arte.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.arte", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.arte", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.arte", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/as.json b/data/generated/tld/as.json index 695eaf6d..e9606d96 100644 --- a/data/generated/tld/as.json +++ b/data/generated/tld/as.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "GDNS, LLC" } }, + "registry_url": "http://www.nic.as", + "whois_server": "whois.nic.as", + "rdap_server": "https://rdap.nic.as", + "tld_created": "1997-06-12", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "American Samoa", + "as_org_aliases": [ + "Nominet" + ], + "as_org_slugs": [ + "nominet" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.asnic.biz", @@ -113,24 +131,6 @@ } ] } - ], - "registry_url": "http://www.nic.as", - "whois_server": "whois.nic.as", - "rdap_server": "https://rdap.nic.as", - "tld_created": "1997-06-12", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "American Samoa", - "as_org_aliases": [ - "Nominet" - ], - "as_org_slugs": [ - "nominet" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/asda.json b/data/generated/tld/asda.json index 54afbec8..36ef4d75 100644 --- a/data/generated/tld/asda.json +++ b/data/generated/tld/asda.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.asda.com", + "whois_server": "whois.nic.asda", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.asda", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.asda.com", - "whois_server": "whois.nic.asda", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/asia.json b/data/generated/tld/asia.json index c8030a70..1dbec283 100644 --- a/data/generated/tld/asia.json +++ b/data/generated/tld/asia.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.registry.asia", + "whois_server": "whois.nic.asia", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2007-05-02", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "a0.asia.afilias-nst.info", @@ -143,30 +167,6 @@ } ] } - ], - "registry_url": "http://www.registry.asia", - "whois_server": "whois.nic.asia", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2007-05-02", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "supranational" - } + ] } } diff --git a/data/generated/tld/associates.json b/data/generated/tld/associates.json index 62c8d7e9..d1776dc7 100644 --- a/data/generated/tld/associates.json +++ b/data/generated/tld/associates.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.associates", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/at.json b/data/generated/tld/at.json index d7dc2615..4da686e3 100644 --- a/data/generated/tld/at.json +++ b/data/generated/tld/at.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "nic.at GmbH c/o Vienna University Computer Center" } }, + "registry_url": "http://www.nic.at/", + "whois_server": "whois.nic.at", + "tld_created": "1988-01-20", + "tld_updated": [ + "2025-05-14" + ], + "annotations": { + "country_name_iso": "Austria", + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.ns.at", @@ -151,22 +167,6 @@ } ] } - ], - "registry_url": "http://www.nic.at/", - "whois_server": "whois.nic.at", - "tld_created": "1988-01-20", - "tld_updated": [ - "2025-05-14" - ], - "annotations": { - "country_name_iso": "Austria", - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/athleta.json b/data/generated/tld/athleta.json index 52b3b07d..60396a12 100644 --- a/data/generated/tld/athleta.json +++ b/data/generated/tld/athleta.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.gap.com", + "rdap_server": "https://rdap.nic.athleta/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.athleta", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.gap.com", - "rdap_server": "https://rdap.nic.athleta/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/attorney.json b/data/generated/tld/attorney.json index ee3dd017..0c91911c 100644 --- a/data/generated/tld/attorney.json +++ b/data/generated/tld/attorney.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.attorney", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/au.json b/data/generated/tld/au.json index 73364bfd..16e57c0d 100644 --- a/data/generated/tld/au.json +++ b/data/generated/tld/au.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": ".au Domain Administration (auDA)" } }, + "registry_url": "https://www.auda.org.au/domains/au-domains/", + "whois_server": "whois.auda.org.au", + "rdap_server": "https://rdap.cctld.au/rdap/", + "tld_created": "1986-03-05", + "tld_updated": [ + "2026-02-09" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Australia", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.au", @@ -113,24 +131,6 @@ } ] } - ], - "registry_url": "https://www.auda.org.au/domains/au-domains/", - "whois_server": "whois.auda.org.au", - "rdap_server": "https://rdap.cctld.au/rdap/", - "tld_created": "1986-03-05", - "tld_updated": [ - "2026-02-09" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Australia", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/auction.json b/data/generated/tld/auction.json index a3064b70..30093a18 100644 --- a/data/generated/tld/auction.json +++ b/data/generated/tld/auction.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.auction", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/audi.json b/data/generated/tld/audi.json index 7adb30fd..f0742485 100644 --- a/data/generated/tld/audi.json +++ b/data/generated/tld/audi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.audi.com", + "whois_server": "whois.nic.audi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Audi", + "iana_sponsor_slug": "audi", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Audi", + "icann_registry_operator_slug": "audi", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.audi", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.audi.com", - "whois_server": "whois.nic.audi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Audi", - "iana_sponsor_slug": "audi", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Audi", - "icann_registry_operator_slug": "audi", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/audible.json b/data/generated/tld/audible.json index 52678a8f..01d96551 100644 --- a/data/generated/tld/audible.json +++ b/data/generated/tld/audible.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.audible", + "rdap_server": "https://rdap.nominet.uk/audible/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.audible", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.nic.audible", - "rdap_server": "https://rdap.nominet.uk/audible/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/audio.json b/data/generated/tld/audio.json index e615a48f..479a06e9 100644 --- a/data/generated/tld/audio.json +++ b/data/generated/tld/audio.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.audio", + "whois_server": "whois.nic.audio", + "rdap_server": "https://rdap.centralnic.com/audio/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.audio", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.audio", - "whois_server": "whois.nic.audio", - "rdap_server": "https://rdap.centralnic.com/audio/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/auspost.json b/data/generated/tld/auspost.json index 9729e972..a93c932a 100644 --- a/data/generated/tld/auspost.json +++ b/data/generated/tld/auspost.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "https://auspost.com.au", + "whois_server": "whois.nic.auspost", + "rdap_server": "https://rdap.nic.auspost/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.auspost", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "https://auspost.com.au", - "whois_server": "whois.nic.auspost", - "rdap_server": "https://rdap.nic.auspost/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/author.json b/data/generated/tld/author.json index d6df256f..735706c3 100644 --- a/data/generated/tld/author.json +++ b/data/generated/tld/author.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.author", + "rdap_server": "https://rdap.nominet.uk/author/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.author", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.author", - "rdap_server": "https://rdap.nominet.uk/author/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/auto.json b/data/generated/tld/auto.json index 7fbcf02f..3dabec26 100644 --- a/data/generated/tld/auto.json +++ b/data/generated/tld/auto.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.nic.auto", + "whois_server": "whois.nic.auto", + "rdap_server": "https://rdap.centralnic.com/auto/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.auto", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.nic.auto", - "whois_server": "whois.nic.auto", - "rdap_server": "https://rdap.centralnic.com/auto/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/autos.json b/data/generated/tld/autos.json index 3c126f47..1641cc79 100644 --- a/data/generated/tld/autos.json +++ b/data/generated/tld/autos.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.autos", + "whois_server": "whois.nic.autos", + "rdap_server": "https://rdap.centralnic.com/autos/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.autos", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://nic.autos", - "whois_server": "whois.nic.autos", - "rdap_server": "https://rdap.centralnic.com/autos/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/aw.json b/data/generated/tld/aw.json index 1877be21..38c059ba 100644 --- a/data/generated/tld/aw.json +++ b/data/generated/tld/aw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,25 @@ "tech": "SETAR" } }, + "whois_server": "whois.nic.aw", + "tld_created": "1996-02-20", + "tld_updated": [ + "2023-07-18" + ], + "annotations": { + "country_name_iso": "Aruba", + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "aw01.setarnet.aw", @@ -99,25 +118,6 @@ } ] } - ], - "whois_server": "whois.nic.aw", - "tld_created": "1996-02-20", - "tld_updated": [ - "2023-07-18" - ], - "annotations": { - "country_name_iso": "Aruba", - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/aws.json b/data/generated/tld/aws.json index c212d028..d8127bab 100644 --- a/data/generated/tld/aws.json +++ b/data/generated/tld/aws.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.aws", + "rdap_server": "https://rdap.nominet.uk/aws/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-02-07" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.aws", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.nic.aws", - "rdap_server": "https://rdap.nominet.uk/aws/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-02-07" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ax.json b/data/generated/tld/ax.json index e5bd4c54..86623f44 100644 --- a/data/generated/tld/ax.json +++ b/data/generated/tld/ax.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Ålands Telekommunikation Ab" } }, + "registry_url": "http://www.whois.ax", + "whois_server": "whois.ax", + "tld_created": "2006-06-21", + "tld_updated": [ + "2017-08-04" + ], + "annotations": { + "country_name_iso": "Åland Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.aland.net", @@ -80,16 +90,6 @@ } ] } - ], - "registry_url": "http://www.whois.ax", - "whois_server": "whois.ax", - "tld_created": "2006-06-21", - "tld_updated": [ - "2017-08-04" - ], - "annotations": { - "country_name_iso": "Åland Islands", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/axa.json b/data/generated/tld/axa.json index a038750f..fbce4232 100644 --- a/data/generated/tld/axa.json +++ b/data/generated/tld/axa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://domains.axa/", + "rdap_server": "https://rdap.nic.axa/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.axa", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://domains.axa/", - "rdap_server": "https://rdap.nic.axa/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/az.json b/data/generated/tld/az.json index bfc58681..d5824e1d 100644 --- a/data/generated/tld/az.json +++ b/data/generated/tld/az.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "IntraNS" } }, + "registry_url": "http://www.whois.az/", + "tld_created": "1993-08-25", + "tld_updated": [ + "2025-11-21" + ], + "annotations": { + "country_name_iso": "Azerbaijan", + "as_org_aliases": [ + "Hetzner" + ], + "as_org_slugs": [ + "hetzner" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "az.hostmaster.ua", @@ -80,21 +95,6 @@ } ] } - ], - "registry_url": "http://www.whois.az/", - "tld_created": "1993-08-25", - "tld_updated": [ - "2025-11-21" - ], - "annotations": { - "country_name_iso": "Azerbaijan", - "as_org_aliases": [ - "Hetzner" - ], - "as_org_slugs": [ - "hetzner" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/azure.json b/data/generated/tld/azure.json index 9a755ebf..c2e6d398 100644 --- a/data/generated/tld/azure.json +++ b/data/generated/tld/azure.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/azure/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.azure", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/azure/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ba.json b/data/generated/tld/ba.json index b8a75fbb..10c8c10d 100644 --- a/data/generated/tld/ba.json +++ b/data/generated/tld/ba.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "University Tele-Informatic Center (UTIC)" } }, + "registry_url": "http://www.nic.ba", + "tld_created": "1996-08-14", + "tld_updated": [ + "2025-12-26" + ], + "annotations": { + "country_name_iso": "Bosnia and Herzegovina", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bosna.utic.net.ba", @@ -80,23 +97,6 @@ } ] } - ], - "registry_url": "http://www.nic.ba", - "tld_created": "1996-08-14", - "tld_updated": [ - "2025-12-26" - ], - "annotations": { - "country_name_iso": "Bosnia and Herzegovina", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/baby.json b/data/generated/tld/baby.json index 597fd2b3..92c7efb0 100644 --- a/data/generated/tld/baby.json +++ b/data/generated/tld/baby.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.baby/", + "whois_server": "whois.nic.baby", + "rdap_server": "https://rdap.centralnic.com/baby/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.baby", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.baby/", - "whois_server": "whois.nic.baby", - "rdap_server": "https://rdap.centralnic.com/baby/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/baidu.json b/data/generated/tld/baidu.json index 800f95cb..bba50b4a 100644 --- a/data/generated/tld/baidu.json +++ b/data/generated/tld/baidu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.zdns.cn", + "whois_server": "whois.gtld.knet.cn", + "rdap_server": "https://rdap.zdnsgtld.com/baidu", + "tld_created": "2015-12-17", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -125,29 +148,6 @@ } ] } - ], - "registry_url": "http://www.zdns.cn", - "whois_server": "whois.gtld.knet.cn", - "rdap_server": "https://rdap.zdnsgtld.com/baidu", - "tld_created": "2015-12-17", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/banamex.json b/data/generated/tld/banamex.json index fe03475e..d7c19bdc 100644 --- a/data/generated/tld/banamex.json +++ b/data/generated/tld/banamex.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.citigroup.com", + "rdap_server": "https://rdap.nic.banamex/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.banamex", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.citigroup.com", - "rdap_server": "https://rdap.nic.banamex/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/band.json b/data/generated/tld/band.json index 5985e617..979a6d84 100644 --- a/data/generated/tld/band.json +++ b/data/generated/tld/band.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-01", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.band", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-01", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bank.json b/data/generated/tld/bank.json index 5ed16ae2..efc3403e 100644 --- a/data/generated/tld/bank.json +++ b/data/generated/tld/bank.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "https://www.ftld.com/", + "whois_server": "whois.nic.bank", + "rdap_server": "https://rdap.nic.bank/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_sponsor_alias": "fTLD Registry", + "iana_sponsor_slug": "ftld-registry", + "iana_admin_alias": "fTLD Registry", + "iana_admin_slug": "ftld-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "fTLD Registry", + "icann_registry_operator_slug": "ftld-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "d.nic.bank", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "https://www.ftld.com/", - "whois_server": "whois.nic.bank", - "rdap_server": "https://rdap.nic.bank/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_sponsor_alias": "fTLD Registry", - "iana_sponsor_slug": "ftld-registry", - "iana_admin_alias": "fTLD Registry", - "iana_admin_slug": "ftld-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "fTLD Registry", - "icann_registry_operator_slug": "ftld-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bar.json b/data/generated/tld/bar.json index 5984f2b5..9f5e5f64 100644 --- a/data/generated/tld/bar.json +++ b/data/generated/tld/bar.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://nic.bar", + "whois_server": "whois.nic.bar", + "rdap_server": "https://rdap.registry.bar/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://nic.bar", - "whois_server": "whois.nic.bar", - "rdap_server": "https://rdap.registry.bar/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/barcelona.json b/data/generated/tld/barcelona.json index 31802aba..a62de15b 100644 --- a/data/generated/tld/barcelona.json +++ b/data/generated/tld/barcelona.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.barcelona.cat", + "whois_server": "whois.nic.barcelona", + "rdap_server": "https://rdap.nic.barcelona/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.barcelona.cat", - "whois_server": "whois.nic.barcelona", - "rdap_server": "https://rdap.nic.barcelona/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/barclaycard.json b/data/generated/tld/barclaycard.json index 8f75c5a5..f2e8209b 100644 --- a/data/generated/tld/barclaycard.json +++ b/data/generated/tld/barclaycard.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.barclaycard.com/", + "whois_server": "whois.nic.barclaycard", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.barclaycard", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.barclaycard.com/", - "whois_server": "whois.nic.barclaycard", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/barclays.json b/data/generated/tld/barclays.json index dc3f47bb..5c3da21e 100644 --- a/data/generated/tld/barclays.json +++ b/data/generated/tld/barclays.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.barclays.com/", + "whois_server": "whois.nic.barclays", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.barclays", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.barclays.com/", - "whois_server": "whois.nic.barclays", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/barefoot.json b/data/generated/tld/barefoot.json index 90705982..5ea942bf 100644 --- a/data/generated/tld/barefoot.json +++ b/data/generated/tld/barefoot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.barefootwine.com", + "whois_server": "whois.nic.barefoot", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-24", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.barefoot", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.barefootwine.com", - "whois_server": "whois.nic.barefoot", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-24", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bargains.json b/data/generated/tld/bargains.json index c0ee5b1e..0eeed3cd 100644 --- a/data/generated/tld/bargains.json +++ b/data/generated/tld/bargains.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bargains", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/baseball.json b/data/generated/tld/baseball.json index 4c955239..71ee486c 100644 --- a/data/generated/tld/baseball.json +++ b/data/generated/tld/baseball.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.mlb.com", + "whois_server": "whois.nic.baseball", + "rdap_server": "https://rdap.nic.baseball/", + "tld_created": "2016-09-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.baseball", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.mlb.com", - "whois_server": "whois.nic.baseball", - "rdap_server": "https://rdap.nic.baseball/", - "tld_created": "2016-09-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/basketball.json b/data/generated/tld/basketball.json index 67710e78..246e1bca 100644 --- a/data/generated/tld/basketball.json +++ b/data/generated/tld/basketball.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.fiba.com/", + "whois_server": "whois.nic.basketball", + "rdap_server": "https://rdap.nic.basketball", + "tld_created": "2016-10-13", + "tld_updated": [ + "2024-11-14" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.basketball", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.fiba.com/", - "whois_server": "whois.nic.basketball", - "rdap_server": "https://rdap.nic.basketball", - "tld_created": "2016-10-13", - "tld_updated": [ - "2024-11-14" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bauhaus.json b/data/generated/tld/bauhaus.json index 141dfdb0..e3300441 100644 --- a/data/generated/tld/bauhaus.json +++ b/data/generated/tld/bauhaus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.bauhaus.info", + "whois_server": "whois.nic.bauhaus", + "rdap_server": "https://rdap.nic.bauhaus/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2023-07-07" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.bauhaus.info", - "whois_server": "whois.nic.bauhaus", - "rdap_server": "https://rdap.nic.bauhaus/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2023-07-07" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/bayern.json b/data/generated/tld/bayern.json index fca63cd1..4938b19a 100644 --- a/data/generated/tld/bayern.json +++ b/data/generated/tld/bayern.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://nic.bayern", + "whois_server": "whois.nic.bayern", + "rdap_server": "https://rdap.nic.bayern/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2023-06-13" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien", + "UltraDNS" + ], + "as_org_slugs": [ + "knipp-medien", + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -181,33 +208,6 @@ } ] } - ], - "registry_url": "http://nic.bayern", - "whois_server": "whois.nic.bayern", - "rdap_server": "https://rdap.nic.bayern/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2023-06-13" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien", - "UltraDNS" - ], - "as_org_slugs": [ - "knipp-medien", - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/bb.json b/data/generated/tld/bb.json index 0a575e5c..bc6c579f 100644 --- a/data/generated/tld/bb.json +++ b/data/generated/tld/bb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Ministry of Innovation, Science and Smart Technology" } }, + "registry_url": "http://www.whois.telecoms.gov.bb/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "country_name_iso": "Barbados", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.bb", @@ -94,15 +103,6 @@ } ] } - ], - "registry_url": "http://www.whois.telecoms.gov.bb/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "country_name_iso": "Barbados", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bbc.json b/data/generated/tld/bbc.json index 2b01b717..b4529d36 100644 --- a/data/generated/tld/bbc.json +++ b/data/generated/tld/bbc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.bbc.co.uk", + "whois_server": "whois.nic.bbc", + "rdap_server": "https://rdap.nominet.uk/bbc/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2021-11-10" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bbc", @@ -181,29 +204,6 @@ } ] } - ], - "registry_url": "http://www.bbc.co.uk", - "whois_server": "whois.nic.bbc", - "rdap_server": "https://rdap.nominet.uk/bbc/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2021-11-10" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bbt.json b/data/generated/tld/bbt.json index 4932be13..9bde6736 100644 --- a/data/generated/tld/bbt.json +++ b/data/generated/tld/bbt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://bbt.com", + "whois_server": "whois.nic.bbt", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-12", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bbt", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://bbt.com", - "whois_server": "whois.nic.bbt", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-12", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bbva.json b/data/generated/tld/bbva.json index 23bb075e..9174d8e9 100644 --- a/data/generated/tld/bbva.json +++ b/data/generated/tld/bbva.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "rdap_server": "https://rdap.nominet.uk/bbva/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bbva", @@ -181,29 +204,6 @@ } ] } - ], - "rdap_server": "https://rdap.nominet.uk/bbva/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bcg.json b/data/generated/tld/bcg.json index c61bf160..5a423b06 100644 --- a/data/generated/tld/bcg.json +++ b/data/generated/tld/bcg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.bcg.com", + "whois_server": "whois.nic.bcg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-11", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bcg", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.bcg.com", - "whois_server": "whois.nic.bcg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-11", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bcn.json b/data/generated/tld/bcn.json index 02aa7741..0edc4cfd 100644 --- a/data/generated/tld/bcn.json +++ b/data/generated/tld/bcn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.barcelona.cat", + "whois_server": "whois.nic.bcn", + "rdap_server": "https://rdap.nic.bcn/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "http://www.barcelona.cat", - "whois_server": "whois.nic.bcn", - "rdap_server": "https://rdap.nic.bcn/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/bd.json b/data/generated/tld/bd.json index f560599c..10c5337a 100644 --- a/data/generated/tld/bd.json +++ b/data/generated/tld/bd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Bangladesh Telecommunications\nCompany Limited (BTCL)" } }, + "registry_url": "https://bdia.btcl.com.bd/", + "tld_created": "1999-05-20", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "country_name_iso": "Bangladesh", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bd-ns.anycast.pch.net", @@ -95,21 +110,6 @@ ] } ], - "registry_url": "https://bdia.btcl.com.bd/", - "tld_created": "1999-05-20", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "country_name_iso": "Bangladesh", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--54b7fta0cc" ] diff --git a/data/generated/tld/be.json b/data/generated/tld/be.json index 92c1c3c5..5f197e33 100644 --- a/data/generated/tld/be.json +++ b/data/generated/tld/be.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,30 @@ "tech": "DNS Belgium vzw/asbl" } }, + "registry_url": "https://www.dnsbelgium.be", + "whois_server": "whois.dns.be", + "tld_created": "1988-08-05", + "tld_updated": [ + "2026-01-12" + ], + "annotations": { + "iana_sponsor_alias": "DNS Belgium", + "iana_sponsor_slug": "dns-belgium", + "iana_admin_alias": "DNS Belgium", + "iana_admin_slug": "dns-belgium", + "iana_tech_alias": "DNS Belgium", + "iana_tech_slug": "dns-belgium", + "country_name_iso": "Belgium", + "as_org_aliases": [ + "RcodeZero", + "UltraDNS" + ], + "as_org_slugs": [ + "rcodezero", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nsset.be", @@ -132,30 +156,6 @@ } ] } - ], - "registry_url": "https://www.dnsbelgium.be", - "whois_server": "whois.dns.be", - "tld_created": "1988-08-05", - "tld_updated": [ - "2026-01-12" - ], - "annotations": { - "iana_sponsor_alias": "DNS Belgium", - "iana_sponsor_slug": "dns-belgium", - "iana_admin_alias": "DNS Belgium", - "iana_admin_slug": "dns-belgium", - "iana_tech_alias": "DNS Belgium", - "iana_tech_slug": "dns-belgium", - "country_name_iso": "Belgium", - "as_org_aliases": [ - "RcodeZero", - "UltraDNS" - ], - "as_org_slugs": [ - "rcodezero", - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/beats.json b/data/generated/tld/beats.json index a70f53c3..21fbc4d0 100644 --- a/data/generated/tld/beats.json +++ b/data/generated/tld/beats.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://beatsbydre.com", + "whois_server": "whois.nic.beats", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-03-25" + ], + "annotations": { + "iana_sponsor_alias": "Apple", + "iana_sponsor_slug": "apple", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Apple", + "icann_registry_operator_slug": "apple", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.beats", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "http://beatsbydre.com", - "whois_server": "whois.nic.beats", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-03-25" - ], - "annotations": { - "iana_sponsor_alias": "Apple", - "iana_sponsor_slug": "apple", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Apple", - "icann_registry_operator_slug": "apple", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/beauty.json b/data/generated/tld/beauty.json index b88c27e4..55b093b1 100644 --- a/data/generated/tld/beauty.json +++ b/data/generated/tld/beauty.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.beauty/", + "whois_server": "whois.nic.beauty", + "rdap_server": "https://rdap.centralnic.com/beauty/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.beauty", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.beauty/", - "whois_server": "whois.nic.beauty", - "rdap_server": "https://rdap.centralnic.com/beauty/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/beer.json b/data/generated/tld/beer.json index 101ecf4a..e0aaee2a 100644 --- a/data/generated/tld/beer.json +++ b/data/generated/tld/beer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.beer/", + "whois_server": "whois.nic.beer", + "rdap_server": "https://rdap.nic.beer/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.beer", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.beer/", - "whois_server": "whois.nic.beer", - "rdap_server": "https://rdap.nic.beer/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/berlin.json b/data/generated/tld/berlin.json index e729a19d..685a3343 100644 --- a/data/generated/tld/berlin.json +++ b/data/generated/tld/berlin.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://nic.berlin/", + "whois_server": "whois.nic.berlin", + "rdap_server": "https://rdap.nic.berlin/v1/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2026-05-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.nic.berlin", @@ -86,28 +108,6 @@ } ] } - ], - "registry_url": "http://nic.berlin/", - "whois_server": "whois.nic.berlin", - "rdap_server": "https://rdap.nic.berlin/v1/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2026-05-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/best.json b/data/generated/tld/best.json index 189b79f6..0d75c8e1 100644 --- a/data/generated/tld/best.json +++ b/data/generated/tld/best.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.domains.best", + "whois_server": "whois.nic.best", + "rdap_server": "https://rdap.centralnic.com/best/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.best", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://www.domains.best", - "whois_server": "whois.nic.best", - "rdap_server": "https://rdap.centralnic.com/best/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/bestbuy.json b/data/generated/tld/bestbuy.json index 3e5796ff..71e151d4 100644 --- a/data/generated/tld/bestbuy.json +++ b/data/generated/tld/bestbuy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.bestbuy", + "whois_server": "whois.nic.bestbuy", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-01-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bestbuy", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://nic.bestbuy", - "whois_server": "whois.nic.bestbuy", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-01-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bet.json b/data/generated/tld/bet.json index 109d105b..b5565097 100644 --- a/data/generated/tld/bet.json +++ b/data/generated/tld/bet.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bet", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bf.json b/data/generated/tld/bf.json index e981fbd4..e925a120 100644 --- a/data/generated/tld/bf.json +++ b/data/generated/tld/bf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Association Burkinabè des Domaines Internet (A.B.D.I.)" } }, + "registry_url": "https://www.registre.bf", + "whois_server": "whois.registre.bf", + "tld_created": "1993-03-29", + "tld_updated": [ + "2025-04-30" + ], + "annotations": { + "country_name_iso": "Burkina Faso", + "as_org_aliases": [ + "AFNIC", + "Amazon", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "amazon", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registre.bf", @@ -80,26 +100,6 @@ } ] } - ], - "registry_url": "https://www.registre.bf", - "whois_server": "whois.registre.bf", - "tld_created": "1993-03-29", - "tld_updated": [ - "2025-04-30" - ], - "annotations": { - "country_name_iso": "Burkina Faso", - "as_org_aliases": [ - "AFNIC", - "Amazon", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "amazon", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bg.json b/data/generated/tld/bg.json index b1cf428b..47363369 100644 --- a/data/generated/tld/bg.json +++ b/data/generated/tld/bg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Register.BG" } }, + "registry_url": "http://www.register.bg", + "whois_server": "whois.register.bg", + "tld_created": "1995-01-03", + "tld_updated": [ + "2021-02-24" + ], + "annotations": { + "country_name_iso": "Bulgaria", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bg", @@ -133,22 +149,6 @@ ] } ], - "registry_url": "http://www.register.bg", - "whois_server": "whois.register.bg", - "tld_created": "1995-01-03", - "tld_updated": [ - "2021-02-24" - ], - "annotations": { - "country_name_iso": "Bulgaria", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--90ae" ] diff --git a/data/generated/tld/bh.json b/data/generated/tld/bh.json index e4d5c651..dde20f4e 100644 --- a/data/generated/tld/bh.json +++ b/data/generated/tld/bh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,25 @@ "tech": "CentralNic" } }, + "whois_server": "whois.nic.bh", + "rdap_server": "https://rdap.centralnic.com/bh/", + "tld_created": "1994-02-01", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "supplemental", + "country_name_iso": "Bahrain", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bh", @@ -95,25 +114,6 @@ ] } ], - "whois_server": "whois.nic.bh", - "rdap_server": "https://rdap.centralnic.com/bh/", - "tld_created": "1994-02-01", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "supplemental", - "country_name_iso": "Bahrain", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbcpq6gpa1a" ] diff --git a/data/generated/tld/bharti.json b/data/generated/tld/bharti.json index 1edd1a6d..06514296 100644 --- a/data/generated/tld/bharti.json +++ b/data/generated/tld/bharti.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.bharti.com/wps/wcm/connect/BhartiPortal/Bharti/home", + "whois_server": "whois.nic.bharti", + "rdap_server": "https://rdap.nic.bharti", + "tld_created": "2015-05-08", + "tld_updated": [ + "2025-12-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.bharti", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.bharti.com/wps/wcm/connect/BhartiPortal/Bharti/home", - "whois_server": "whois.nic.bharti", - "rdap_server": "https://rdap.nic.bharti", - "tld_created": "2015-05-08", - "tld_updated": [ - "2025-12-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bi.json b/data/generated/tld/bi.json index 4d1e3afa..6b4fb62a 100644 --- a/data/generated/tld/bi.json +++ b/data/generated/tld/bi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Centre National de l'Informatique" } }, + "registry_url": "http://www.nic.bi", + "whois_server": "whois1.nic.bi", + "tld_created": "1996-10-21", + "tld_updated": [ + "2025-09-05" + ], + "annotations": { + "country_name_iso": "Burundi", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyns.nic.bi", @@ -99,22 +115,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.bi", - "whois_server": "whois1.nic.bi", - "tld_created": "1996-10-21", - "tld_updated": [ - "2025-09-05" - ], - "annotations": { - "country_name_iso": "Burundi", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bible.json b/data/generated/tld/bible.json index 44d1311f..06674e1a 100644 --- a/data/generated/tld/bible.json +++ b/data/generated/tld/bible.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://get.bible", + "whois_server": "whois.nic.bible", + "rdap_server": "https://rdap.nic.bible/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.bible", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://get.bible", - "whois_server": "whois.nic.bible", - "rdap_server": "https://rdap.nic.bible/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bid.json b/data/generated/tld/bid.json index 8bff224d..1e2b8939 100644 --- a/data/generated/tld/bid.json +++ b/data/generated/tld/bid.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.bid", + "whois_server": "whois.nic.bid", + "rdap_server": "https://rdap.nic.bid/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.bid", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.bid", - "whois_server": "whois.nic.bid", - "rdap_server": "https://rdap.nic.bid/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bike.json b/data/generated/tld/bike.json index 17e177d3..d964ac55 100644 --- a/data/generated/tld/bike.json +++ b/data/generated/tld/bike.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bike", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bing.json b/data/generated/tld/bing.json index 148c34e3..0a7efecc 100644 --- a/data/generated/tld/bing.json +++ b/data/generated/tld/bing.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/bing/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bing", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/bing/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bingo.json b/data/generated/tld/bingo.json index 3511b720..968bec58 100644 --- a/data/generated/tld/bingo.json +++ b/data/generated/tld/bingo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bingo", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bio.json b/data/generated/tld/bio.json index 005d7485..8f5aa975 100644 --- a/data/generated/tld/bio.json +++ b/data/generated/tld/bio.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bio", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/biz.json b/data/generated/tld/biz.json index 2a5aecc6..c82d2ae8 100644 --- a/data/generated/tld/biz.json +++ b/data/generated/tld/biz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.biz", + "whois_server": "whois.nic.biz", + "rdap_server": "https://rdap.nic.biz/", + "tld_created": "2001-06-26", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gtld.biz", @@ -167,34 +195,6 @@ } ] } - ], - "registry_url": "http://www.nic.biz", - "whois_server": "whois.nic.biz", - "rdap_server": "https://rdap.nic.biz/", - "tld_created": "2001-06-26", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bj.json b/data/generated/tld/bj.json index 77b18844..ad8e73b1 100644 --- a/data/generated/tld/bj.json +++ b/data/generated/tld/bj.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "JENY SAS" } }, + "registry_url": "http://www.nic.bj", + "whois_server": "whois.nic.bj", + "tld_created": "1996-01-18", + "tld_updated": [ + "2023-04-14" + ], + "annotations": { + "country_name_iso": "Benin", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-bj.afrinic.net", @@ -99,24 +117,6 @@ } ] } - ], - "registry_url": "http://www.nic.bj", - "whois_server": "whois.nic.bj", - "tld_created": "1996-01-18", - "tld_updated": [ - "2023-04-14" - ], - "annotations": { - "country_name_iso": "Benin", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/black.json b/data/generated/tld/black.json index 211fd21a..7c1ab056 100644 --- a/data/generated/tld/black.json +++ b/data/generated/tld/black.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.black", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/blackfriday.json b/data/generated/tld/blackfriday.json index d3470f80..189cf011 100644 --- a/data/generated/tld/blackfriday.json +++ b/data/generated/tld/blackfriday.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.blackfriday/", + "whois_server": "whois.nic.blackfriday", + "rdap_server": "https://rdap.nic.blackfriday/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.blackfriday", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.blackfriday/", - "whois_server": "whois.nic.blackfriday", - "rdap_server": "https://rdap.nic.blackfriday/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/blockbuster.json b/data/generated/tld/blockbuster.json index 4fdc4018..6b7728cf 100644 --- a/data/generated/tld/blockbuster.json +++ b/data/generated/tld/blockbuster.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com/", + "whois_server": "whois.nic.blockbuster", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "http://www.dish.com/", - "whois_server": "whois.nic.blockbuster", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/blog.json b/data/generated/tld/blog.json index 155d8142..9e6b5c2f 100644 --- a/data/generated/tld/blog.json +++ b/data/generated/tld/blog.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://nic.blog", + "whois_server": "whois.nic.blog", + "rdap_server": "https://rdap.blog.fury.ca/rdap/", + "tld_created": "2016-05-12", + "tld_updated": [ + "2026-05-05" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.blog", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://nic.blog", - "whois_server": "whois.nic.blog", - "rdap_server": "https://rdap.blog.fury.ca/rdap/", - "tld_created": "2016-05-12", - "tld_updated": [ - "2026-05-05" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] } } diff --git a/data/generated/tld/bloomberg.json b/data/generated/tld/bloomberg.json index 125c413f..304da55a 100644 --- a/data/generated/tld/bloomberg.json +++ b/data/generated/tld/bloomberg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.bloomberg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bloomberg", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.bloomberg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/blue.json b/data/generated/tld/blue.json index eef7393c..7d7e2365 100644 --- a/data/generated/tld/blue.json +++ b/data/generated/tld/blue.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.blue", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bm.json b/data/generated/tld/bm.json index 765ba98f..26e17e17 100644 --- a/data/generated/tld/bm.json +++ b/data/generated/tld/bm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Afilias" } }, + "registry_url": "http://www.bermudanic.bm", + "whois_server": "whois.nic.bm", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1993-03-31", + "tld_updated": [ + "2024-03-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "country_name_iso": "Bermuda", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.bm.afilias-nst.info", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "http://www.bermudanic.bm", - "whois_server": "whois.nic.bm", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1993-03-31", - "tld_updated": [ - "2024-03-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "country_name_iso": "Bermuda", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bms.json b/data/generated/tld/bms.json index a6f5acb0..f0068883 100644 --- a/data/generated/tld/bms.json +++ b/data/generated/tld/bms.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.bms", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bms", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.bms", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bmw.json b/data/generated/tld/bmw.json index cd8b28b2..616c9342 100644 --- a/data/generated/tld/bmw.json +++ b/data/generated/tld/bmw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://nic.bmw.com", + "whois_server": "whois.nic.bmw", + "rdap_server": "https://rdap.centralnic.com/bmw", + "tld_created": "2014-06-05", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_sponsor_alias": "BMW", + "iana_sponsor_slug": "bmw", + "iana_admin_alias": "BMW", + "iana_admin_slug": "bmw", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "BMW", + "icann_registry_operator_slug": "bmw", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.bmw", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "http://nic.bmw.com", - "whois_server": "whois.nic.bmw", - "rdap_server": "https://rdap.centralnic.com/bmw", - "tld_created": "2014-06-05", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_sponsor_alias": "BMW", - "iana_sponsor_slug": "bmw", - "iana_admin_alias": "BMW", - "iana_admin_slug": "bmw", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "BMW", - "icann_registry_operator_slug": "bmw", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/bn.json b/data/generated/tld/bn.json index 90a547ee..60be527e 100644 --- a/data/generated/tld/bn.json +++ b/data/generated/tld/bn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Authority for Info-communications Technology Industry of Brunei Darussalam" } }, + "registry_url": "http://www.bnnic.bn", + "whois_server": "whois.bnnic.bn", + "tld_created": "1994-06-03", + "tld_updated": [ + "2026-05-06" + ], + "annotations": { + "country_name_iso": "Brunei Darussalam", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bn-ns.anycast.pch.net", @@ -80,24 +98,6 @@ } ] } - ], - "registry_url": "http://www.bnnic.bn", - "whois_server": "whois.bnnic.bn", - "tld_created": "1994-06-03", - "tld_updated": [ - "2026-05-06" - ], - "annotations": { - "country_name_iso": "Brunei Darussalam", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bnpparibas.json b/data/generated/tld/bnpparibas.json index 1d334e72..db700645 100644 --- a/data/generated/tld/bnpparibas.json +++ b/data/generated/tld/bnpparibas.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.bnpparibas.com/en/about-us", + "whois_server": "whois.nic.bnpparibas", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bnpparibas", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.bnpparibas.com/en/about-us", - "whois_server": "whois.nic.bnpparibas", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bo.json b/data/generated/tld/bo.json index 6f49e4c9..d918239f 100644 --- a/data/generated/tld/bo.json +++ b/data/generated/tld/bo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia" } }, + "registry_url": "http://www.nic.bo", + "whois_server": "whois.nic.bo", + "tld_created": "1991-02-26", + "tld_updated": [ + "2024-05-23" + ], + "annotations": { + "country_name_iso": "Bolivia, Plurinational State of", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycast.ns.nic.bo", @@ -87,24 +105,6 @@ } ] } - ], - "registry_url": "http://www.nic.bo", - "whois_server": "whois.nic.bo", - "tld_created": "1991-02-26", - "tld_updated": [ - "2024-05-23" - ], - "annotations": { - "country_name_iso": "Bolivia, Plurinational State of", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/boats.json b/data/generated/tld/boats.json index 37be0704..e089accd 100644 --- a/data/generated/tld/boats.json +++ b/data/generated/tld/boats.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.boats", + "whois_server": "whois.nic.boats", + "rdap_server": "https://rdap.centralnic.com/boats/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.boats", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://nic.boats", - "whois_server": "whois.nic.boats", - "rdap_server": "https://rdap.centralnic.com/boats/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/boehringer.json b/data/generated/tld/boehringer.json index 1aafe766..aff692d9 100644 --- a/data/generated/tld/boehringer.json +++ b/data/generated/tld/boehringer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.boehringer-ingelheim.com/", + "whois_server": "whois.nic.boehringer", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.boehringer", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.boehringer-ingelheim.com/", - "whois_server": "whois.nic.boehringer", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bofa.json b/data/generated/tld/bofa.json index 820b6a4a..7eb719d1 100644 --- a/data/generated/tld/bofa.json +++ b/data/generated/tld/bofa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://bofa.com", + "whois_server": "whois.nic.bofa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-28", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bofa", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://bofa.com", - "whois_server": "whois.nic.bofa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-28", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bom.json b/data/generated/tld/bom.json index 8830b401..c406a5ac 100644 --- a/data/generated/tld/bom.json +++ b/data/generated/tld/bom.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,18 @@ "date_removed": null } }, + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -143,18 +155,6 @@ } ] } - ], - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] } } diff --git a/data/generated/tld/bond.json b/data/generated/tld/bond.json index 695446a7..bce3a710 100644 --- a/data/generated/tld/bond.json +++ b/data/generated/tld/bond.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.bond", + "whois_server": "whois.nic.bond", + "rdap_server": "https://rdap.centralnic.com/bond", + "tld_created": "2014-10-30", + "tld_updated": [ + "2024-04-18" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.bond", @@ -105,32 +131,6 @@ } ] } - ], - "registry_url": "http://nic.bond", - "whois_server": "whois.nic.bond", - "rdap_server": "https://rdap.centralnic.com/bond", - "tld_created": "2014-10-30", - "tld_updated": [ - "2024-04-18" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/boo.json b/data/generated/tld/boo.json index d0bbd4fe..0c005f47 100644 --- a/data/generated/tld/boo.json +++ b/data/generated/tld/boo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/book.json b/data/generated/tld/book.json index b1520e53..9fa0fb85 100644 --- a/data/generated/tld/book.json +++ b/data/generated/tld/book.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.book", + "rdap_server": "https://rdap.nominet.uk/book/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.book", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.book", - "rdap_server": "https://rdap.nominet.uk/book/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/booking.json b/data/generated/tld/booking.json index 5ce127ea..934933e0 100644 --- a/data/generated/tld/booking.json +++ b/data/generated/tld/booking.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.booking.com", + "rdap_server": "https://rdap.nic.booking/", + "tld_created": "2016-07-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.booking", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.booking.com", - "rdap_server": "https://rdap.nic.booking/", - "tld_created": "2016-07-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bosch.json b/data/generated/tld/bosch.json index aa7e9b1b..9afe91c8 100644 --- a/data/generated/tld/bosch.json +++ b/data/generated/tld/bosch.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.bosch", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bosch", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.bosch", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bostik.json b/data/generated/tld/bostik.json index 4493897f..eb907da0 100644 --- a/data/generated/tld/bostik.json +++ b/data/generated/tld/bostik.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://www.bostik.com", + "whois_server": "whois.nic.bostik", + "rdap_server": "https://rdap.nic.bostik", + "tld_created": "2015-11-06", + "tld_updated": [ + "2025-05-09" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,31 +111,6 @@ } ] } - ], - "registry_url": "https://www.bostik.com", - "whois_server": "whois.nic.bostik", - "rdap_server": "https://rdap.nic.bostik", - "tld_created": "2015-11-06", - "tld_updated": [ - "2025-05-09" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/boston.json b/data/generated/tld/boston.json index 17b9fc95..64435e50 100644 --- a/data/generated/tld/boston.json +++ b/data/generated/tld/boston.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://nic.boston/", + "whois_server": "whois.nic.boston", + "rdap_server": "https://rdap.nic.boston/", + "tld_created": "2016-11-21", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.boston", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://nic.boston/", - "whois_server": "whois.nic.boston", - "rdap_server": "https://rdap.nic.boston/", - "tld_created": "2016-11-21", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/bot.json b/data/generated/tld/bot.json index a922145b..028f6865 100644 --- a/data/generated/tld/bot.json +++ b/data/generated/tld/bot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.bot", + "rdap_server": "https://rdap.nominet.uk/bot/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bot", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.bot", - "rdap_server": "https://rdap.nominet.uk/bot/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/boutique.json b/data/generated/tld/boutique.json index a9239710..240f50d3 100644 --- a/data/generated/tld/boutique.json +++ b/data/generated/tld/boutique.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.boutique", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/box.json b/data/generated/tld/box.json index c658e680..7be2c523 100644 --- a/data/generated/tld/box.json +++ b/data/generated/tld/box.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://intercap.inc", + "whois_server": "whois.nic.box", + "rdap_server": "https://rdap.centralnic.com/box/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.box", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://intercap.inc", - "whois_server": "whois.nic.box", - "rdap_server": "https://rdap.centralnic.com/box/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/br.json b/data/generated/tld/br.json index 253bff8a..e262f018 100644 --- a/data/generated/tld/br.json +++ b/data/generated/tld/br.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,18 @@ "tech": "Registro .br" } }, + "registry_url": "http://registro.br/", + "whois_server": "whois.registro.br", + "rdap_server": "https://rdap.registro.br/", + "tld_created": "1989-04-18", + "tld_updated": [ + "2023-11-14" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Brazil", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.br", @@ -132,18 +144,6 @@ } ] } - ], - "registry_url": "http://registro.br/", - "whois_server": "whois.registro.br", - "rdap_server": "https://rdap.registro.br/", - "tld_created": "1989-04-18", - "tld_updated": [ - "2023-11-14" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Brazil", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bradesco.json b/data/generated/tld/bradesco.json index 80e53193..dc902c9a 100644 --- a/data/generated/tld/bradesco.json +++ b/data/generated/tld/bradesco.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.bradesco/", + "whois_server": "whois.nic.bradesco", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bradesco", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nic.bradesco/", - "whois_server": "whois.nic.bradesco", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/bridgestone.json b/data/generated/tld/bridgestone.json index 538fe644..f5f0c7c9 100644 --- a/data/generated/tld/bridgestone.json +++ b/data/generated/tld/bridgestone.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.bridgestone.com/", + "whois_server": "whois.nic.bridgestone", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2023-06-22" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.bridgestone.com/", - "whois_server": "whois.nic.bridgestone", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2023-06-22" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/broadway.json b/data/generated/tld/broadway.json index f06bdf4d..52da4484 100644 --- a/data/generated/tld/broadway.json +++ b/data/generated/tld/broadway.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.broadway", + "rdap_server": "https://rdap.nominet.uk/broadway/", + "tld_created": "2015-10-08", + "tld_updated": [ + "2025-05-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.broadway", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "http://nic.broadway", - "rdap_server": "https://rdap.nominet.uk/broadway/", - "tld_created": "2015-10-08", - "tld_updated": [ - "2025-05-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/broker.json b/data/generated/tld/broker.json index de9cfde2..4ed7467e 100644 --- a/data/generated/tld/broker.json +++ b/data/generated/tld/broker.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.broker", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/brother.json b/data/generated/tld/brother.json index e0bafa12..4eac5e1e 100644 --- a/data/generated/tld/brother.json +++ b/data/generated/tld/brother.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.brother.com/", + "whois_server": "whois.nic.brother", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.brother.com/", - "whois_server": "whois.nic.brother", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/brussels.json b/data/generated/tld/brussels.json index faa59b13..3446dc1c 100644 --- a/data/generated/tld/brussels.json +++ b/data/generated/tld/brussels.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.nic.brussels", + "rdap_server": "https://rdap.nic.brussels", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_admin_alias": "DNS Belgium", + "iana_admin_slug": "dns-belgium", + "iana_tech_alias": "DNS Belgium", + "iana_tech_slug": "dns-belgium", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero", + "UltraDNS" + ], + "as_org_slugs": [ + "rcodezero", + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nsset.brussels", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.nic.brussels", - "rdap_server": "https://rdap.nic.brussels", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_admin_alias": "DNS Belgium", - "iana_admin_slug": "dns-belgium", - "iana_tech_alias": "DNS Belgium", - "iana_tech_slug": "dns-belgium", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero", - "UltraDNS" - ], - "as_org_slugs": [ - "rcodezero", - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/bs.json b/data/generated/tld/bs.json index 5e24c577..8373e0a4 100644 --- a/data/generated/tld/bs.json +++ b/data/generated/tld/bs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "University of The Bahamas" } }, + "registry_url": "http://www.register.bs", + "tld_created": "1991-09-03", + "tld_updated": [ + "2019-08-12" + ], + "annotations": { + "country_name_iso": "Bahamas", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyns.dns.bs", @@ -75,23 +92,6 @@ } ] } - ], - "registry_url": "http://www.register.bs", - "tld_created": "1991-09-03", - "tld_updated": [ - "2019-08-12" - ], - "annotations": { - "country_name_iso": "Bahamas", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bt.json b/data/generated/tld/bt.json index 4fd11bea..689eaf5a 100644 --- a/data/generated/tld/bt.json +++ b/data/generated/tld/bt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Bhutan Telecom Limited" } }, + "registry_url": "http://www.nic.bt", + "tld_created": "1997-07-16", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Bhutan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "auth00.ns.uu.net", @@ -137,21 +152,6 @@ } ] } - ], - "registry_url": "http://www.nic.bt", - "tld_created": "1997-07-16", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Bhutan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/build.json b/data/generated/tld/build.json index 9433d2ae..ff9508a2 100644 --- a/data/generated/tld/build.json +++ b/data/generated/tld/build.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://about.build/", + "whois_server": "whois.nic.build", + "rdap_server": "https://rdap.centralnic.com/build/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.build", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://about.build/", - "whois_server": "whois.nic.build", - "rdap_server": "https://rdap.centralnic.com/build/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/builders.json b/data/generated/tld/builders.json index 095670a3..6bee4ad2 100644 --- a/data/generated/tld/builders.json +++ b/data/generated/tld/builders.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.builders", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/business.json b/data/generated/tld/business.json index 2b84b924..a6283f24 100644 --- a/data/generated/tld/business.json +++ b/data/generated/tld/business.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-18", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.business", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/buy.json b/data/generated/tld/buy.json index 6cfb567e..76209cfc 100644 --- a/data/generated/tld/buy.json +++ b/data/generated/tld/buy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.buy", + "rdap_server": "https://rdap.nominet.uk/buy/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.buy", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.buy", - "rdap_server": "https://rdap.nominet.uk/buy/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/buzz.json b/data/generated/tld/buzz.json index 8033e734..94805c9e 100644 --- a/data/generated/tld/buzz.json +++ b/data/generated/tld/buzz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.buzznames.biz", + "whois_server": "whois.nic.buzz", + "rdap_server": "https://rdap.nic.buzz/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.buzz", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.buzznames.biz", - "whois_server": "whois.nic.buzz", - "rdap_server": "https://rdap.nic.buzz/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/bv.json b/data/generated/tld/bv.json index 0479f3a4..cf3e3db2 100644 --- a/data/generated/tld/bv.json +++ b/data/generated/tld/bv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Norid A/S" } }, + "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-bv/", + "tld_created": "1997-08-21", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "country_name_iso": "Bouvet Island", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bv", @@ -151,15 +160,6 @@ } ] } - ], - "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-bv/", - "tld_created": "1997-08-21", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "country_name_iso": "Bouvet Island", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bw.json b/data/generated/tld/bw.json index 04df4e68..cc1317f9 100644 --- a/data/generated/tld/bw.json +++ b/data/generated/tld/bw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Botswana Communications Regulatory Authority (BOCRA)" } }, + "registry_url": "http://nic.net.bw", + "whois_server": "whois.nic.net.bw", + "tld_created": "1993-03-19", + "tld_updated": [ + "2024-05-24" + ], + "annotations": { + "country_name_iso": "Botswana", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.net.bw", @@ -80,22 +96,6 @@ } ] } - ], - "registry_url": "http://nic.net.bw", - "whois_server": "whois.nic.net.bw", - "tld_created": "1993-03-19", - "tld_updated": [ - "2024-05-24" - ], - "annotations": { - "country_name_iso": "Botswana", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/by.json b/data/generated/tld/by.json index f9dbbea4..8f290fc3 100644 --- a/data/generated/tld/by.json +++ b/data/generated/tld/by.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Belarusian Cloud Technologies LLC" } }, + "registry_url": "https://cctld.by", + "whois_server": "whois.cctld.by", + "tld_created": "1994-05-10", + "tld_updated": [ + "2025-01-09" + ], + "annotations": { + "country_name_iso": "Belarus", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.tld.becloudby.com", @@ -107,16 +117,6 @@ "ipv6": [] } ], - "registry_url": "https://cctld.by", - "whois_server": "whois.cctld.by", - "tld_created": "1994-05-10", - "tld_updated": [ - "2025-01-09" - ], - "annotations": { - "country_name_iso": "Belarus", - "geographic_scope": "country" - }, "idn": [ "xn--90ais" ] diff --git a/data/generated/tld/bz.json b/data/generated/tld/bz.json index 1ab3301e..4a7d14e9 100644 --- a/data/generated/tld/bz.json +++ b/data/generated/tld/bz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "University Management Ltd" } }, + "registry_url": "http://www.belizenic.bz", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2020-11-23" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Belize", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -132,23 +149,6 @@ } ] } - ], - "registry_url": "http://www.belizenic.bz", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2020-11-23" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Belize", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/bzh.json b/data/generated/tld/bzh.json index 535b2b7c..e33db27e 100644 --- a/data/generated/tld/bzh.json +++ b/data/generated/tld/bzh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.pik.bzh", + "whois_server": "whois.nic.bzh", + "rdap_server": "https://rdap.nic.bzh", + "tld_created": "2014-05-29", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "breton" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,33 +113,6 @@ } ] } - ], - "registry_url": "https://www.pik.bzh", - "whois_server": "whois.nic.bzh", - "rdap_server": "https://rdap.nic.bzh", - "tld_created": "2014-05-29", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "breton" - } + ] } } diff --git a/data/generated/tld/ca.json b/data/generated/tld/ca.json index d914b316..44cc8376 100644 --- a/data/generated/tld/ca.json +++ b/data/generated/tld/ca.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "CIRA" } }, + "registry_url": "http://www.cira.ca/", + "whois_server": "whois.cira.ca", + "rdap_server": "https://rdap.ca.fury.ca/rdap/", + "tld_created": "1987-05-14", + "tld_updated": [ + "2026-03-16" + ], + "annotations": { + "iana_admin_alias": "CIRA", + "iana_admin_slug": "cira", + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "country_name_iso": "Canada", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "any.ca-servers.ca", @@ -94,32 +120,6 @@ } ] } - ], - "registry_url": "http://www.cira.ca/", - "whois_server": "whois.cira.ca", - "rdap_server": "https://rdap.ca.fury.ca/rdap/", - "tld_created": "1987-05-14", - "tld_updated": [ - "2026-03-16" - ], - "annotations": { - "iana_admin_alias": "CIRA", - "iana_admin_slug": "cira", - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "country_name_iso": "Canada", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cab.json b/data/generated/tld/cab.json index bd9d7deb..bd543756 100644 --- a/data/generated/tld/cab.json +++ b/data/generated/tld/cab.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cab", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cafe.json b/data/generated/tld/cafe.json index c6d54764..62703e1b 100644 --- a/data/generated/tld/cafe.json +++ b/data/generated/tld/cafe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cafe", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cal.json b/data/generated/tld/cal.json index b14dda36..dc421acc 100644 --- a/data/generated/tld/cal.json +++ b/data/generated/tld/cal.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/call.json b/data/generated/tld/call.json index 83244e53..18c6ecda 100644 --- a/data/generated/tld/call.json +++ b/data/generated/tld/call.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.call", + "rdap_server": "https://rdap.nominet.uk/call/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.call", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.call", - "rdap_server": "https://rdap.nominet.uk/call/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/calvinklein.json b/data/generated/tld/calvinklein.json index 999a0104..c1ecced9 100644 --- a/data/generated/tld/calvinklein.json +++ b/data/generated/tld/calvinklein.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.pvh.com/", + "rdap_server": "https://rdap.nic.calvinklein/", + "tld_created": "2016-07-28", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.calvinklein", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.pvh.com/", - "rdap_server": "https://rdap.nic.calvinklein/", - "tld_created": "2016-07-28", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cam.json b/data/generated/tld/cam.json index 05d86371..3f6777fb 100644 --- a/data/generated/tld/cam.json +++ b/data/generated/tld/cam.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://nic.cam/", + "whois_server": "whois.nic.cam", + "rdap_server": "https://rdap.centralnic.com/cam/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2026-01-13" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cam", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://nic.cam/", - "whois_server": "whois.nic.cam", - "rdap_server": "https://rdap.centralnic.com/cam/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2026-01-13" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/camera.json b/data/generated/tld/camera.json index 0a7e5535..3fdefcda 100644 --- a/data/generated/tld/camera.json +++ b/data/generated/tld/camera.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.camera", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/camp.json b/data/generated/tld/camp.json index 57c9e76d..cfdf002b 100644 --- a/data/generated/tld/camp.json +++ b/data/generated/tld/camp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.camp", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/canon.json b/data/generated/tld/canon.json index 693389f1..ab5b0469 100644 --- a/data/generated/tld/canon.json +++ b/data/generated/tld/canon.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.canon", + "whois_server": "whois.nic.canon", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.canon", - "whois_server": "whois.nic.canon", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/capetown.json b/data/generated/tld/capetown.json index b465e1f1..b3284ed3 100644 --- a/data/generated/tld/capetown.json +++ b/data/generated/tld/capetown.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://registry.net.za", + "whois_server": "whois.nic.capetown", + "rdap_server": "https://rdap.nic.capetown/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "iana_admin_alias": "ZACR", + "iana_admin_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -86,33 +113,6 @@ } ] } - ], - "registry_url": "http://registry.net.za", - "whois_server": "whois.nic.capetown", - "rdap_server": "https://rdap.nic.capetown/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "iana_admin_alias": "ZACR", - "iana_admin_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/capital.json b/data/generated/tld/capital.json index 80eb24f3..91a01470 100644 --- a/data/generated/tld/capital.json +++ b/data/generated/tld/capital.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.capital", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/capitalone.json b/data/generated/tld/capitalone.json index c225458b..757c39d9 100644 --- a/data/generated/tld/capitalone.json +++ b/data/generated/tld/capitalone.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.capitalone.com", + "whois_server": "whois.nic.capitalone", + "rdap_server": "https://rdap.nic.capitalone", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-08-13" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.capitalone", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.capitalone.com", - "whois_server": "whois.nic.capitalone", - "rdap_server": "https://rdap.nic.capitalone", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-08-13" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/car.json b/data/generated/tld/car.json index 5aeecf6e..d895ee44 100644 --- a/data/generated/tld/car.json +++ b/data/generated/tld/car.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.car", + "whois_server": "whois.nic.car", + "rdap_server": "https://rdap.centralnic.com/car/", + "tld_created": "2015-08-26", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.car", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.nic.car", - "whois_server": "whois.nic.car", - "rdap_server": "https://rdap.centralnic.com/car/", - "tld_created": "2015-08-26", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/caravan.json b/data/generated/tld/caravan.json index 5a213614..2effc151 100644 --- a/data/generated/tld/caravan.json +++ b/data/generated/tld/caravan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.caravan.com", + "rdap_server": "https://rdap.nic.caravan/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.caravan", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.caravan.com", - "rdap_server": "https://rdap.nic.caravan/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cards.json b/data/generated/tld/cards.json index a1a9b25a..31d7d80e 100644 --- a/data/generated/tld/cards.json +++ b/data/generated/tld/cards.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cards", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/care.json b/data/generated/tld/care.json index 57fffe6a..ac97a54f 100644 --- a/data/generated/tld/care.json +++ b/data/generated/tld/care.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.care", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/career.json b/data/generated/tld/career.json index 4605d9cf..2d39915c 100644 --- a/data/generated/tld/career.json +++ b/data/generated/tld/career.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "rdap_server": "https://rdap.nominet.uk/career/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_admin_alias": "Second Genistry", + "iana_admin_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.career", @@ -181,34 +209,6 @@ } ] } - ], - "rdap_server": "https://rdap.nominet.uk/career/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_admin_alias": "Second Genistry", - "iana_admin_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/careers.json b/data/generated/tld/careers.json index d3835408..48bb494d 100644 --- a/data/generated/tld/careers.json +++ b/data/generated/tld/careers.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.careers", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cars.json b/data/generated/tld/cars.json index 42b29fa6..41ed6221 100644 --- a/data/generated/tld/cars.json +++ b/data/generated/tld/cars.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.cars", + "whois_server": "whois.nic.cars", + "rdap_server": "https://rdap.centralnic.com/cars/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cars", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://nic.cars", - "whois_server": "whois.nic.cars", - "rdap_server": "https://rdap.centralnic.com/cars/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/casa.json b/data/generated/tld/casa.json index 74f3610f..6ad3eb4d 100644 --- a/data/generated/tld/casa.json +++ b/data/generated/tld/casa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.casa/", + "whois_server": "whois.nic.casa", + "rdap_server": "https://rdap.nic.casa/", + "tld_created": "2014-08-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.casa", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.casa/", - "whois_server": "whois.nic.casa", - "rdap_server": "https://rdap.nic.casa/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/case.json b/data/generated/tld/case.json index b69a41d2..71a1ab7a 100644 --- a/data/generated/tld/case.json +++ b/data/generated/tld/case.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.digity.case/case", + "whois_server": "whois.nic.case", + "rdap_server": "https://rdap.centralnic.com/case/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2023-12-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.case", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://www.digity.case/case", - "whois_server": "whois.nic.case", - "rdap_server": "https://rdap.centralnic.com/case/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2023-12-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/cash.json b/data/generated/tld/cash.json index efc1830b..1fe6b478 100644 --- a/data/generated/tld/cash.json +++ b/data/generated/tld/cash.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cash", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/casino.json b/data/generated/tld/casino.json index 1666168b..2cc24027 100644 --- a/data/generated/tld/casino.json +++ b/data/generated/tld/casino.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.casino", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cat.json b/data/generated/tld/cat.json index e334dfb6..d5128509 100644 --- a/data/generated/tld/cat.json +++ b/data/generated/tld/cat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.domini.cat", + "whois_server": "whois.nic.cat", + "rdap_server": "https://rdap.nic.cat/", + "tld_created": "2005-12-19", + "tld_updated": [ + "2025-01-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Knipp Medien", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "knipp-medien", + "packet-clearing-house" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "catalan" + }, "nameservers": [ { "hostname": "anyc1.irondns.net", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "http://www.domini.cat", - "whois_server": "whois.nic.cat", - "rdap_server": "https://rdap.nic.cat/", - "tld_created": "2005-12-19", - "tld_updated": [ - "2025-01-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Knipp Medien", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "knipp-medien", - "packet-clearing-house" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "catalan" - } + ] } } diff --git a/data/generated/tld/catering.json b/data/generated/tld/catering.json index 52870d9f..0102eb6b 100644 --- a/data/generated/tld/catering.json +++ b/data/generated/tld/catering.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.catering", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/catholic.json b/data/generated/tld/catholic.json index 7184a4a8..61df2f59 100644 --- a/data/generated/tld/catholic.json +++ b/data/generated/tld/catholic.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.catholic", + "rdap_server": "https://rdap.nic.catholic/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.catholic", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.catholic", - "rdap_server": "https://rdap.nic.catholic/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cba.json b/data/generated/tld/cba.json index 8d0d390a..7e3e448c 100644 --- a/data/generated/tld/cba.json +++ b/data/generated/tld/cba.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.commbank.com.au", + "whois_server": "whois.nic.cba", + "rdap_server": "https://rdap.nic.cba/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cba", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.commbank.com.au", - "whois_server": "whois.nic.cba", - "rdap_server": "https://rdap.nic.cba/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cbn.json b/data/generated/tld/cbn.json index 1bdeecaa..6989d171 100644 --- a/data/generated/tld/cbn.json +++ b/data/generated/tld/cbn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.cbn.com", + "rdap_server": "https://rdap.nic.cbn/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cbn", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.cbn.com", - "rdap_server": "https://rdap.nic.cbn/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cbre.json b/data/generated/tld/cbre.json index 4e5d7b96..2f9c0917 100644 --- a/data/generated/tld/cbre.json +++ b/data/generated/tld/cbre.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://cbre.com", + "rdap_server": "https://rdap.nic.cbre/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cbre", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://cbre.com", - "rdap_server": "https://rdap.nic.cbre/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cc.json b/data/generated/tld/cc.json index 44bf8642..6213507b 100644 --- a/data/generated/tld/cc.json +++ b/data/generated/tld/cc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "VeriSign Global Registry Services" } }, + "registry_url": "http://www.nic.cc/", + "whois_server": "ccwhois.verisign-grs.com", + "rdap_server": "https://tld-rdap.verisign.com/cc/v1/", + "tld_created": "1997-10-13", + "tld_updated": [ + "2026-03-24" + ], + "annotations": { + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "rdap_source": "IANA", + "country_name_iso": "Cocos (Keeling) Islands", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "http://www.nic.cc/", - "whois_server": "ccwhois.verisign-grs.com", - "rdap_server": "https://tld-rdap.verisign.com/cc/v1/", - "tld_created": "1997-10-13", - "tld_updated": [ - "2026-03-24" - ], - "annotations": { - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "rdap_source": "IANA", - "country_name_iso": "Cocos (Keeling) Islands", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cd.json b/data/generated/tld/cd.json index db877a05..d7945537 100644 --- a/data/generated/tld/cd.json +++ b/data/generated/tld/cd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Office Congolais des Postes et Télécommunications - OCPT" } }, + "registry_url": "http://www.nic.cd/", + "tld_created": "1997-08-20", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "country_name_iso": "Congo, The Democratic Republic of the", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gransy-anycast1.nic.cd", @@ -54,21 +69,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.cd/", - "tld_created": "1997-08-20", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "country_name_iso": "Congo, The Democratic Republic of the", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/center.json b/data/generated/tld/center.json index b880a977..fe395747 100644 --- a/data/generated/tld/center.json +++ b/data/generated/tld/center.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.center", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ceo.json b/data/generated/tld/ceo.json index a2240c62..db1480b0 100644 --- a/data/generated/tld/ceo.json +++ b/data/generated/tld/ceo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.peoplebrowsr.com", + "whois_server": "whois.nic.ceo", + "rdap_server": "https://rdap.centralnic.com/ceo/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.ceo", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.peoplebrowsr.com", - "whois_server": "whois.nic.ceo", - "rdap_server": "https://rdap.centralnic.com/ceo/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/cern.json b/data/generated/tld/cern.json index bd8c9cdd..2ce8a43d 100644 --- a/data/generated/tld/cern.json +++ b/data/generated/tld/cern.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.cern.ch", + "whois_server": "whois.nic.cern", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-13", + "tld_updated": [ + "2023-08-22" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.cern", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.cern.ch", - "whois_server": "whois.nic.cern", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-13", - "tld_updated": [ - "2023-08-22" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cf.json b/data/generated/tld/cf.json index cb7e770b..c2223441 100644 --- a/data/generated/tld/cf.json +++ b/data/generated/tld/cf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Centrafrique TLD B.V." } }, + "registry_url": "http://www.dot.cf", + "whois_server": "whois.dot.cf", + "tld_created": "1996-04-24", + "tld_updated": [ + "2015-12-29" + ], + "annotations": { + "country_name_iso": "Central African Republic", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.cf", @@ -94,16 +104,6 @@ } ] } - ], - "registry_url": "http://www.dot.cf", - "whois_server": "whois.dot.cf", - "tld_created": "1996-04-24", - "tld_updated": [ - "2015-12-29" - ], - "annotations": { - "country_name_iso": "Central African Republic", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cfa.json b/data/generated/tld/cfa.json index 0ecd74ad..2bc18cf5 100644 --- a/data/generated/tld/cfa.json +++ b/data/generated/tld/cfa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.cfainstitute.org", + "whois_server": "whois.nic.cfa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cfa", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "https://www.cfainstitute.org", - "whois_server": "whois.nic.cfa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cfd.json b/data/generated/tld/cfd.json index e5ad5b8a..603f6bce 100644 --- a/data/generated/tld/cfd.json +++ b/data/generated/tld/cfd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://bostonivy.co", + "whois_server": "whois.nic.cfd", + "rdap_server": "https://rdap.centralnic.com/cfd/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2024-04-29" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cfd", @@ -105,32 +131,6 @@ } ] } - ], - "registry_url": "http://bostonivy.co", - "whois_server": "whois.nic.cfd", - "rdap_server": "https://rdap.centralnic.com/cfd/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2024-04-29" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/cg.json b/data/generated/tld/cg.json index b74745d4..972be8d1 100644 --- a/data/generated/tld/cg.json +++ b/data/generated/tld/cg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Frédéric Grégoire c/o Interpoint Domain Plus" } }, + "registry_url": "https://www.dnsafrica.net", + "tld_created": "1997-01-14", + "tld_updated": [ + "2026-05-01" + ], + "annotations": { + "country_name_iso": "Congo", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.nic.cg", @@ -113,21 +128,6 @@ } ] } - ], - "registry_url": "https://www.dnsafrica.net", - "tld_created": "1997-01-14", - "tld_updated": [ - "2026-05-01" - ], - "annotations": { - "country_name_iso": "Congo", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ch.json b/data/generated/tld/ch.json index f3752e51..5603ccf9 100644 --- a/data/generated/tld/ch.json +++ b/data/generated/tld/ch.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "SWITCH The Swiss Education & Research Network" } }, + "registry_url": "https://www.nic.ch/", + "whois_server": "whois.nic.ch", + "rdap_server": "https://rdap.nic.ch/", + "tld_created": "1987-05-20", + "tld_updated": [ + "2025-11-20" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Switzerland", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ch", @@ -113,26 +133,6 @@ } ] } - ], - "registry_url": "https://www.nic.ch/", - "whois_server": "whois.nic.ch", - "rdap_server": "https://rdap.nic.ch/", - "tld_created": "1987-05-20", - "tld_updated": [ - "2025-11-20" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Switzerland", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/chanel.json b/data/generated/tld/chanel.json index 104aaad0..0675cfcd 100644 --- a/data/generated/tld/chanel.json +++ b/data/generated/tld/chanel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.chanel.com", + "whois_server": "whois.nic.chanel", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.chanel", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.chanel.com", - "whois_server": "whois.nic.chanel", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/channel.json b/data/generated/tld/channel.json index 1e570d92..fa64e0b2 100644 --- a/data/generated/tld/channel.json +++ b/data/generated/tld/channel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/charity.json b/data/generated/tld/charity.json index 2241ffa2..6ddd8c13 100644 --- a/data/generated/tld/charity.json +++ b/data/generated/tld/charity.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.charity", + "whois_server": "whois.nic.charity", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2018-05-17", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.charity", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.charity", - "whois_server": "whois.nic.charity", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2018-05-17", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/chase.json b/data/generated/tld/chase.json index f894e8a9..04a95f7c 100644 --- a/data/generated/tld/chase.json +++ b/data/generated/tld/chase.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.jpmorganchase.com", + "rdap_server": "https://rdap.nic.chase/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.chase", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.jpmorganchase.com", - "rdap_server": "https://rdap.nic.chase/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/chat.json b/data/generated/tld/chat.json index e8b87837..490650dd 100644 --- a/data/generated/tld/chat.json +++ b/data/generated/tld/chat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.chat", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cheap.json b/data/generated/tld/cheap.json index a04b531c..7a498940 100644 --- a/data/generated/tld/cheap.json +++ b/data/generated/tld/cheap.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cheap", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/chintai.json b/data/generated/tld/chintai.json index 6f99173a..62c260fb 100644 --- a/data/generated/tld/chintai.json +++ b/data/generated/tld/chintai.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.chintai", + "whois_server": "whois.nic.chintai", + "rdap_server": "https://rdap.nic.chintai/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.chintai", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://nic.chintai", - "whois_server": "whois.nic.chintai", - "rdap_server": "https://rdap.nic.chintai/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/christmas.json b/data/generated/tld/christmas.json index b3ff6769..a5594558 100644 --- a/data/generated/tld/christmas.json +++ b/data/generated/tld/christmas.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.christmas", + "whois_server": "whois.nic.christmas", + "rdap_server": "https://rdap.centralnic.com/christmas/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.christmas", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.christmas", - "whois_server": "whois.nic.christmas", - "rdap_server": "https://rdap.centralnic.com/christmas/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/chrome.json b/data/generated/tld/chrome.json index cb6381a7..7ddbffed 100644 --- a/data/generated/tld/chrome.json +++ b/data/generated/tld/chrome.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,34 +152,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/church.json b/data/generated/tld/church.json index 1f38b9c5..b9b59cbe 100644 --- a/data/generated/tld/church.json +++ b/data/generated/tld/church.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.church", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ci.json b/data/generated/tld/ci.json index 79c13e4a..3d30c27a 100644 --- a/data/generated/tld/ci.json +++ b/data/generated/tld/ci.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)" } }, + "registry_url": "https://registry.nic.ci/login.jsp", + "whois_server": "whois.nic.ci", + "tld_created": "1995-02-14", + "tld_updated": [ + "2025-05-12" + ], + "annotations": { + "country_name_iso": "Côte d'Ivoire", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "any.nic.ci", @@ -106,24 +124,6 @@ } ] } - ], - "registry_url": "https://registry.nic.ci/login.jsp", - "whois_server": "whois.nic.ci", - "tld_created": "1995-02-14", - "tld_updated": [ - "2025-05-12" - ], - "annotations": { - "country_name_iso": "Côte d'Ivoire", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cipriani.json b/data/generated/tld/cipriani.json index a7d783a9..2934f6f8 100644 --- a/data/generated/tld/cipriani.json +++ b/data/generated/tld/cipriani.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.cipriani.com/", + "whois_server": "whois.nic.cipriani", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-30", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.cipriani", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.cipriani.com/", - "whois_server": "whois.nic.cipriani", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-30", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/circle.json b/data/generated/tld/circle.json index ca7c644d..e1b4a928 100644 --- a/data/generated/tld/circle.json +++ b/data/generated/tld/circle.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.circle", + "rdap_server": "https://rdap.nominet.uk/circle/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2026-04-20" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.circle", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "http://www.nic.circle", - "rdap_server": "https://rdap.nominet.uk/circle/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2026-04-20" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cisco.json b/data/generated/tld/cisco.json index e30e791e..9551819b 100644 --- a/data/generated/tld/cisco.json +++ b/data/generated/tld/cisco.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.cisco.com", + "rdap_server": "https://rdap.nic.cisco/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cisco", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.cisco.com", - "rdap_server": "https://rdap.nic.cisco/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/citadel.json b/data/generated/tld/citadel.json index 61cfbbaf..350ae556 100644 --- a/data/generated/tld/citadel.json +++ b/data/generated/tld/citadel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.citadel.com", + "whois_server": "whois.nic.citadel", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-10-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.citadel", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.citadel.com", - "whois_server": "whois.nic.citadel", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-10-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/citi.json b/data/generated/tld/citi.json index 0787b603..46e8ef1f 100644 --- a/data/generated/tld/citi.json +++ b/data/generated/tld/citi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.citigroup.com", + "rdap_server": "https://rdap.nic.citi/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.citi", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.citigroup.com", - "rdap_server": "https://rdap.nic.citi/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/citic.json b/data/generated/tld/citic.json index c1af05ec..6cd59242 100644 --- a/data/generated/tld/citic.json +++ b/data/generated/tld/citic.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/citic", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-01-03" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -125,25 +144,6 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/citic", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-01-03" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/city.json b/data/generated/tld/city.json index f3453182..be7eae50 100644 --- a/data/generated/tld/city.json +++ b/data/generated/tld/city.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.city", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ck.json b/data/generated/tld/ck.json index c9e58a36..bb1e49a2 100644 --- a/data/generated/tld/ck.json +++ b/data/generated/tld/ck.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Bluesky Cook Islands" } }, + "registry_url": "http://www.vodafone.co.ck", + "tld_created": "1995-08-08", + "tld_updated": [ + "2020-06-17" + ], + "annotations": { + "country_name_iso": "Cook Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "circa.mcs.vuw.ac.nz", @@ -66,15 +75,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.vodafone.co.ck", - "tld_created": "1995-08-08", - "tld_updated": [ - "2020-06-17" - ], - "annotations": { - "country_name_iso": "Cook Islands", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cl.json b/data/generated/tld/cl.json index c8077c94..23093c2f 100644 --- a/data/generated/tld/cl.json +++ b/data/generated/tld/cl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "NIC Chile\nUniversity of Chile" } }, + "registry_url": "http://www.nic.cl/", + "whois_server": "whois.nic.cl", + "tld_created": "1987-12-15", + "tld_updated": [ + "2021-05-28" + ], + "annotations": { + "country_name_iso": "Chile", + "as_org_aliases": [ + "CIRA", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.cl", @@ -151,24 +169,6 @@ } ] } - ], - "registry_url": "http://www.nic.cl/", - "whois_server": "whois.nic.cl", - "tld_created": "1987-12-15", - "tld_updated": [ - "2021-05-28" - ], - "annotations": { - "country_name_iso": "Chile", - "as_org_aliases": [ - "CIRA", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/claims.json b/data/generated/tld/claims.json index 0b2bd034..4ce27889 100644 --- a/data/generated/tld/claims.json +++ b/data/generated/tld/claims.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.claims", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cleaning.json b/data/generated/tld/cleaning.json index 208790e7..ca0e986a 100644 --- a/data/generated/tld/cleaning.json +++ b/data/generated/tld/cleaning.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cleaning", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/click.json b/data/generated/tld/click.json index 0b5742a6..451a1412 100644 --- a/data/generated/tld/click.json +++ b/data/generated/tld/click.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/clinic.json b/data/generated/tld/clinic.json index d2c27efa..281e3fe4 100644 --- a/data/generated/tld/clinic.json +++ b/data/generated/tld/clinic.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-11", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.clinic", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/clinique.json b/data/generated/tld/clinique.json index 310890d3..ef30b106 100644 --- a/data/generated/tld/clinique.json +++ b/data/generated/tld/clinique.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", + "whois_server": "whois.nic.clinique", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.clinique", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", - "whois_server": "whois.nic.clinique", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/clothing.json b/data/generated/tld/clothing.json index 3e8d99e0..2d341db1 100644 --- a/data/generated/tld/clothing.json +++ b/data/generated/tld/clothing.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.clothing", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cloud.json b/data/generated/tld/cloud.json index 2b69d3ea..cf191603 100644 --- a/data/generated/tld/cloud.json +++ b/data/generated/tld/cloud.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://www.get.cloud", + "whois_server": "whois.nic.cloud", + "rdap_server": "https://rdap.registry.cloud/rdap/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://www.get.cloud", - "whois_server": "whois.nic.cloud", - "rdap_server": "https://rdap.registry.cloud/rdap/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/club.json b/data/generated/tld/club.json index 82d3009b..c29638af 100644 --- a/data/generated/tld/club.json +++ b/data/generated/tld/club.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.club/", + "whois_server": "whois.nic.club", + "rdap_server": "https://rdap.nic.club/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.club", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.club/", - "whois_server": "whois.nic.club", - "rdap_server": "https://rdap.nic.club/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/clubmed.json b/data/generated/tld/clubmed.json index ecde0c19..f122e356 100644 --- a/data/generated/tld/clubmed.json +++ b/data/generated/tld/clubmed.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.clubmed", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.clubmed", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.clubmed", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cm.json b/data/generated/tld/cm.json index 4ac7cb68..d6a6d29c 100644 --- a/data/generated/tld/cm.json +++ b/data/generated/tld/cm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Agence Nationale des Technologies de l'Information et de la Communication (ANTIC)" } }, + "registry_url": "https://www.nic.cm", + "whois_server": "whois.nic.cm", + "rdap_server": "https://rdap.nic.cm/", + "tld_created": "1995-04-29", + "tld_updated": [ + "2025-07-15" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Cameroon", + "as_org_aliases": [ + "AFNIC" + ], + "as_org_slugs": [ + "afnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "auth02.ns.uu.net", @@ -130,24 +148,6 @@ } ] } - ], - "registry_url": "https://www.nic.cm", - "whois_server": "whois.nic.cm", - "rdap_server": "https://rdap.nic.cm/", - "tld_created": "1995-04-29", - "tld_updated": [ - "2025-07-15" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Cameroon", - "as_org_aliases": [ - "AFNIC" - ], - "as_org_slugs": [ - "afnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cn.json b/data/generated/tld/cn.json index d7f1e476..d4f84e2a 100644 --- a/data/generated/tld/cn.json +++ b/data/generated/tld/cn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "China Internet Network Information Center (CNNIC)" } }, + "registry_url": "http://www.cnnic.cn/", + "whois_server": "whois.cnnic.cn", + "tld_created": "1990-11-28", + "tld_updated": [ + "2025-07-17" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "country_name_iso": "China", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.cn", @@ -126,28 +148,6 @@ "ipv6": [] } ], - "registry_url": "http://www.cnnic.cn/", - "whois_server": "whois.cnnic.cn", - "tld_created": "1990-11-28", - "tld_updated": [ - "2025-07-17" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "country_name_iso": "China", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--fiqs8s", "xn--fiqz9s" diff --git a/data/generated/tld/co.json b/data/generated/tld/co.json index c277107f..73551f0d 100644 --- a/data/generated/tld/co.json +++ b/data/generated/tld/co.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://www.registry.co", + "whois_server": "whois.registry.co", + "rdap_server": "https://rdap.registry.co/co/", + "tld_created": "1991-12-24", + "tld_updated": [ + "2026-02-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "supplemental", + "country_name_iso": "Colombia", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registrydns.co", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "http://www.registry.co", - "whois_server": "whois.registry.co", - "rdap_server": "https://rdap.registry.co/co/", - "tld_created": "1991-12-24", - "tld_updated": [ - "2026-02-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "supplemental", - "country_name_iso": "Colombia", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/coach.json b/data/generated/tld/coach.json index ccb70af5..d595804b 100644 --- a/data/generated/tld/coach.json +++ b/data/generated/tld/coach.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.coach", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/codes.json b/data/generated/tld/codes.json index 0f0731ff..898e2c21 100644 --- a/data/generated/tld/codes.json +++ b/data/generated/tld/codes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.codes", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/coffee.json b/data/generated/tld/coffee.json index 42b0defe..23726e97 100644 --- a/data/generated/tld/coffee.json +++ b/data/generated/tld/coffee.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.coffee", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/college.json b/data/generated/tld/college.json index 8485031d..8763eae9 100644 --- a/data/generated/tld/college.json +++ b/data/generated/tld/college.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.college/", + "whois_server": "whois.nic.college", + "rdap_server": "https://rdap.centralnic.com/college", + "tld_created": "2014-03-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.college", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.college/", - "whois_server": "whois.nic.college", - "rdap_server": "https://rdap.centralnic.com/college", - "tld_created": "2014-03-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/cologne.json b/data/generated/tld/cologne.json index d7f67032..300d277a 100644 --- a/data/generated/tld/cologne.json +++ b/data/generated/tld/cologne.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.koeln", + "whois_server": "whois.ryce-rsp.com", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -86,29 +109,6 @@ } ] } - ], - "registry_url": "https://www.nic.koeln", - "whois_server": "whois.ryce-rsp.com", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/com.json b/data/generated/tld/com.json index 040527e8..7d6d0205 100644 --- a/data/generated/tld/com.json +++ b/data/generated/tld/com.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.verisign-grs.com", + "rdap_server": "https://rdap.verisign.com/com/v1/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.gtld-servers.net", @@ -276,33 +303,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.verisign-grs.com", - "rdap_server": "https://rdap.verisign.com/com/v1/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/commbank.json b/data/generated/tld/commbank.json index b56fa2fa..efe156c3 100644 --- a/data/generated/tld/commbank.json +++ b/data/generated/tld/commbank.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.commbank.com.au", + "whois_server": "whois.nic.commbank", + "rdap_server": "https://rdap.nic.commbank/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.commbank", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.commbank.com.au", - "whois_server": "whois.nic.commbank", - "rdap_server": "https://rdap.nic.commbank/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/community.json b/data/generated/tld/community.json index 41be878b..fe072886 100644 --- a/data/generated/tld/community.json +++ b/data/generated/tld/community.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.community", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/company.json b/data/generated/tld/company.json index 02aba45b..5234fdbb 100644 --- a/data/generated/tld/company.json +++ b/data/generated/tld/company.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.company", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/compare.json b/data/generated/tld/compare.json index 9c3317f3..d020d459 100644 --- a/data/generated/tld/compare.json +++ b/data/generated/tld/compare.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.compare/", + "whois_server": "whois.nic.compare", + "rdap_server": "https://rdap.nic.compare/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.compare", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.compare/", - "whois_server": "whois.nic.compare", - "rdap_server": "https://rdap.nic.compare/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/computer.json b/data/generated/tld/computer.json index c9a54971..e3624e8c 100644 --- a/data/generated/tld/computer.json +++ b/data/generated/tld/computer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.computer", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/comsec.json b/data/generated/tld/comsec.json index 15eef92f..87e9a477 100644 --- a/data/generated/tld/comsec.json +++ b/data/generated/tld/comsec.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "whois_server": "whois.nic.comsec", + "rdap_server": "https://tld-rdap.verisign.com/comsec/v1/", + "tld_created": "2015-10-08", + "tld_updated": [ + "2026-03-11" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -105,33 +132,6 @@ } ] } - ], - "whois_server": "whois.nic.comsec", - "rdap_server": "https://tld-rdap.verisign.com/comsec/v1/", - "tld_created": "2015-10-08", - "tld_updated": [ - "2026-03-11" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/condos.json b/data/generated/tld/condos.json index adceaba7..8ace4bd7 100644 --- a/data/generated/tld/condos.json +++ b/data/generated/tld/condos.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.condos", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/construction.json b/data/generated/tld/construction.json index 43a2a76f..de981928 100644 --- a/data/generated/tld/construction.json +++ b/data/generated/tld/construction.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.construction", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/consulting.json b/data/generated/tld/consulting.json index 4ec0d204..ba7328db 100644 --- a/data/generated/tld/consulting.json +++ b/data/generated/tld/consulting.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.consulting", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/contact.json b/data/generated/tld/contact.json index 7c539372..4a84507d 100644 --- a/data/generated/tld/contact.json +++ b/data/generated/tld/contact.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.contact", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/contractors.json b/data/generated/tld/contractors.json index 6992e934..7f65a782 100644 --- a/data/generated/tld/contractors.json +++ b/data/generated/tld/contractors.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.contractors", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cooking.json b/data/generated/tld/cooking.json index 502d0524..6e2f88fc 100644 --- a/data/generated/tld/cooking.json +++ b/data/generated/tld/cooking.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.cooking/", + "whois_server": "whois.nic.cooking", + "rdap_server": "https://rdap.nic.cooking/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cooking", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.cooking/", - "whois_server": "whois.nic.cooking", - "rdap_server": "https://rdap.nic.cooking/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cool.json b/data/generated/tld/cool.json index 297d54c9..ab288d56 100644 --- a/data/generated/tld/cool.json +++ b/data/generated/tld/cool.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cool", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/coop.json b/data/generated/tld/coop.json index bf7867d4..076a1c18 100644 --- a/data/generated/tld/coop.json +++ b/data/generated/tld/coop.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.coop", + "whois_server": "whois.nic.coop", + "rdap_server": "https://rdap.registry.coop/rdap/", + "tld_created": "2001-12-15", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "DotCooperation", + "iana_sponsor_slug": "dot-cooperation", + "iana_admin_alias": "DotCooperation", + "iana_admin_slug": "dot-cooperation", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "DotCooperation", + "icann_registry_operator_slug": "dot-cooperation", + "rdap_source": "IANA", + "registry_agreement_types": [ + "community", + "sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,36 +135,6 @@ } ] } - ], - "registry_url": "http://www.nic.coop", - "whois_server": "whois.nic.coop", - "rdap_server": "https://rdap.registry.coop/rdap/", - "tld_created": "2001-12-15", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "DotCooperation", - "iana_sponsor_slug": "dot-cooperation", - "iana_admin_alias": "DotCooperation", - "iana_admin_slug": "dot-cooperation", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "DotCooperation", - "icann_registry_operator_slug": "dot-cooperation", - "rdap_source": "IANA", - "registry_agreement_types": [ - "community", - "sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/corsica.json b/data/generated/tld/corsica.json index 062c435a..b654cc3d 100644 --- a/data/generated/tld/corsica.json +++ b/data/generated/tld/corsica.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "https://puntu.corsica", + "whois_server": "whois.nic.corsica", + "rdap_server": "https://rdap.nic.corsica", + "tld_created": "2015-04-23", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,32 +112,6 @@ } ] } - ], - "registry_url": "https://puntu.corsica", - "whois_server": "whois.nic.corsica", - "rdap_server": "https://rdap.nic.corsica", - "tld_created": "2015-04-23", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/country.json b/data/generated/tld/country.json index 09327285..05fe682b 100644 --- a/data/generated/tld/country.json +++ b/data/generated/tld/country.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/coupon.json b/data/generated/tld/coupon.json index 0b30f7a0..59a54f73 100644 --- a/data/generated/tld/coupon.json +++ b/data/generated/tld/coupon.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.coupon", + "whois_server": "whois.nic.coupon", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.coupon", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://www.nic.coupon", - "whois_server": "whois.nic.coupon", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/coupons.json b/data/generated/tld/coupons.json index 5355189f..fdc4e8a8 100644 --- a/data/generated/tld/coupons.json +++ b/data/generated/tld/coupons.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.coupons", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/courses.json b/data/generated/tld/courses.json index 1b2d7ff4..29e657a7 100644 --- a/data/generated/tld/courses.json +++ b/data/generated/tld/courses.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.get.courses/", + "whois_server": "whois.nic.courses", + "rdap_server": "https://rdap.nic.courses/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.courses", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "https://www.get.courses/", - "whois_server": "whois.nic.courses", - "rdap_server": "https://rdap.nic.courses/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cpa.json b/data/generated/tld/cpa.json index c5092536..b83bc1c6 100644 --- a/data/generated/tld/cpa.json +++ b/data/generated/tld/cpa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "https://www.cpa.com", + "whois_server": "whois.nic.cpa", + "rdap_server": "https://rdap.nic.cpa", + "tld_created": "2019-09-11", + "tld_updated": [ + "2024-09-23" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cpa", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "https://www.cpa.com", - "whois_server": "whois.nic.cpa", - "rdap_server": "https://rdap.nic.cpa", - "tld_created": "2019-09-11", - "tld_updated": [ - "2024-09-23" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cr.json b/data/generated/tld/cr.json index 9a5a770d..02afdb65 100644 --- a/data/generated/tld/cr.json +++ b/data/generated/tld/cr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,30 @@ "tech": "National Academy of Sciences Academia Nacional de Ciencias" } }, + "registry_url": "http://www.nic.cr/", + "whois_server": "whois.nic.cr", + "rdap_server": "https://rdap.nic.cr/", + "tld_created": "1990-09-10", + "tld_updated": [ + "2026-02-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Costa Rica", + "as_org_aliases": [ + "CIRA", + "DENIC", + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -132,30 +156,6 @@ } ] } - ], - "registry_url": "http://www.nic.cr/", - "whois_server": "whois.nic.cr", - "rdap_server": "https://rdap.nic.cr/", - "tld_created": "1990-09-10", - "tld_updated": [ - "2026-02-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Costa Rica", - "as_org_aliases": [ - "CIRA", - "DENIC", - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/credit.json b/data/generated/tld/credit.json index 93c4f7cf..fd704969 100644 --- a/data/generated/tld/credit.json +++ b/data/generated/tld/credit.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.credit", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/creditcard.json b/data/generated/tld/creditcard.json index 5b3ea4a3..8e1de587 100644 --- a/data/generated/tld/creditcard.json +++ b/data/generated/tld/creditcard.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.creditcard", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/creditunion.json b/data/generated/tld/creditunion.json index b13c2eaf..4dcb9c5d 100644 --- a/data/generated/tld/creditunion.json +++ b/data/generated/tld/creditunion.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.identity.coop/creditunion", + "whois_server": "whois.nic.creditunion", + "rdap_server": "https://rdap.registry.coop/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "DotCooperation", + "iana_sponsor_slug": "dot-cooperation", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "DotCooperation", + "icann_registry_operator_slug": "dot-cooperation", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.identity.coop/creditunion", - "whois_server": "whois.nic.creditunion", - "rdap_server": "https://rdap.registry.coop/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "DotCooperation", - "iana_sponsor_slug": "dot-cooperation", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "DotCooperation", - "icann_registry_operator_slug": "dot-cooperation", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/cricket.json b/data/generated/tld/cricket.json index 0824b8aa..011cd896 100644 --- a/data/generated/tld/cricket.json +++ b/data/generated/tld/cricket.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.cricket", + "whois_server": "whois.nic.cricket", + "rdap_server": "https://rdap.nic.cricket/", + "tld_created": "2014-11-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cricket", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.cricket", - "whois_server": "whois.nic.cricket", - "rdap_server": "https://rdap.nic.cricket/", - "tld_created": "2014-11-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/crown.json b/data/generated/tld/crown.json index f60e25f8..f9973ca2 100644 --- a/data/generated/tld/crown.json +++ b/data/generated/tld/crown.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.crown.com/", + "whois_server": "whois.nic.crown", + "rdap_server": "https://rdap.crown.fury.ca/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2026-01-22" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.crown", @@ -105,31 +130,6 @@ } ] } - ], - "registry_url": "http://www.crown.com/", - "whois_server": "whois.nic.crown", - "rdap_server": "https://rdap.crown.fury.ca/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2026-01-22" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] } } diff --git a/data/generated/tld/crs.json b/data/generated/tld/crs.json index 02235fcc..c16f0c23 100644 --- a/data/generated/tld/crs.json +++ b/data/generated/tld/crs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.crs", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-28", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.crs", @@ -105,27 +126,6 @@ } ] } - ], - "whois_server": "whois.nic.crs", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-28", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cruise.json b/data/generated/tld/cruise.json index c3d8b6c4..1cd396ae 100644 --- a/data/generated/tld/cruise.json +++ b/data/generated/tld/cruise.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.vikingrivercruises.com", + "whois_server": "whois.nic.cruise", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-10-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.cruise", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.vikingrivercruises.com", - "whois_server": "whois.nic.cruise", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-10-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cruises.json b/data/generated/tld/cruises.json index 503e5753..aa956bd9 100644 --- a/data/generated/tld/cruises.json +++ b/data/generated/tld/cruises.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cruises", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/cu.json b/data/generated/tld/cu.json index 99c5793d..0bb0d2fa 100644 --- a/data/generated/tld/cu.json +++ b/data/generated/tld/cu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "CENIAInternet" } }, + "registry_url": "http://www.nic.cu", + "tld_created": "1992-06-03", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Cuba", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cu.cctld.authdns.ripe.net", @@ -118,15 +127,6 @@ } ] } - ], - "registry_url": "http://www.nic.cu", - "tld_created": "1992-06-03", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Cuba", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cuisinella.json b/data/generated/tld/cuisinella.json index 7139183a..06c97ca6 100644 --- a/data/generated/tld/cuisinella.json +++ b/data/generated/tld/cuisinella.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.cuisinella/", + "whois_server": "whois.nic.cuisinella", + "rdap_server": "https://rdap.nic.cuisinella/", + "tld_created": "2014-06-19", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cuisinella", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.cuisinella/", - "whois_server": "whois.nic.cuisinella", - "rdap_server": "https://rdap.nic.cuisinella/", - "tld_created": "2014-06-19", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/cv.json b/data/generated/tld/cv.json index 8984e528..91bb247b 100644 --- a/data/generated/tld/cv.json +++ b/data/generated/tld/cv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Associação DNS.PT" } }, + "registry_url": "http://www.dns.cv/", + "whois_server": "whois.nic.cv", + "rdap_server": "https://rdap.nic.cv", + "tld_created": "1996-10-21", + "tld_updated": [ + "2024-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Cabo Verde", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyc.dnsnode.net", @@ -87,24 +105,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.dns.cv/", - "whois_server": "whois.nic.cv", - "rdap_server": "https://rdap.nic.cv", - "tld_created": "1996-10-21", - "tld_updated": [ - "2024-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Cabo Verde", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cw.json b/data/generated/tld/cw.json index 9ac80197..63ffbf55 100644 --- a/data/generated/tld/cw.json +++ b/data/generated/tld/cw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "University of Curacao" } }, + "registry_url": "http://www.uoc.cw/cw-registry", + "tld_created": "2010-12-20", + "tld_updated": [ + "2025-07-07" + ], + "annotations": { + "country_name_iso": "Curaçao", + "as_org_aliases": [ + "SIDN" + ], + "as_org_slugs": [ + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cw.cctld.authdns.ripe.net", @@ -135,21 +150,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.uoc.cw/cw-registry", - "tld_created": "2010-12-20", - "tld_updated": [ - "2025-07-07" - ], - "annotations": { - "country_name_iso": "Curaçao", - "as_org_aliases": [ - "SIDN" - ], - "as_org_slugs": [ - "sidn" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cx.json b/data/generated/tld/cx.json index be7cf8cc..a8f3725d 100644 --- a/data/generated/tld/cx.json +++ b/data/generated/tld/cx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Indian Ocean Territories Telecom Pty Ltd" } }, + "registry_url": "https://cxda.org.cx", + "whois_server": "whois.nic.cx", + "rdap_server": "https://rdap.nic.cx", + "tld_created": "1997-04-24", + "tld_updated": [ + "2024-02-16" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Christmas Island", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.cx", @@ -68,24 +86,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://cxda.org.cx", - "whois_server": "whois.nic.cx", - "rdap_server": "https://rdap.nic.cx", - "tld_created": "1997-04-24", - "tld_updated": [ - "2024-02-16" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Christmas Island", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cy.json b/data/generated/tld/cy.json index ee068297..7c017f6a 100644 --- a/data/generated/tld/cy.json +++ b/data/generated/tld/cy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "University of Cyprus" } }, + "registry_url": "http://www.nic.cy", + "tld_created": "1994-07-26", + "tld_updated": [ + "2024-08-13" + ], + "annotations": { + "country_name_iso": "Cyprus", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cy-ns.anycast.pch.net", @@ -118,23 +135,6 @@ } ] } - ], - "registry_url": "http://www.nic.cy", - "tld_created": "1994-07-26", - "tld_updated": [ - "2024-08-13" - ], - "annotations": { - "country_name_iso": "Cyprus", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/cymru.json b/data/generated/tld/cymru.json index 1c43482d..df6c5585 100644 --- a/data/generated/tld/cymru.json +++ b/data/generated/tld/cymru.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,37 @@ "date_removed": null } }, + "registry_url": "https://eincartrefarlein.cymru/", + "rdap_server": "https://rdap.nominet.uk/cymru/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-06-10" + ], + "annotations": { + "iana_sponsor_alias": "Nominet", + "iana_sponsor_slug": "nominet", + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Nominet", + "icann_registry_operator_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "welsh" + }, "nameservers": [ { "hostname": "dns1.nic.cymru", @@ -181,37 +212,6 @@ } ] } - ], - "registry_url": "https://eincartrefarlein.cymru/", - "rdap_server": "https://rdap.nominet.uk/cymru/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-06-10" - ], - "annotations": { - "iana_sponsor_alias": "Nominet", - "iana_sponsor_slug": "nominet", - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Nominet", - "icann_registry_operator_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "welsh" - } + ] } } diff --git a/data/generated/tld/cyou.json b/data/generated/tld/cyou.json index 9165e357..f93b4c1f 100644 --- a/data/generated/tld/cyou.json +++ b/data/generated/tld/cyou.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://cy.changyou.com", + "whois_server": "whois.nic.cyou", + "rdap_server": "https://rdap.centralnic.com/cyou/", + "tld_created": "2015-03-19", + "tld_updated": [ + "2024-06-19" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cyou", @@ -105,32 +131,6 @@ } ] } - ], - "registry_url": "http://cy.changyou.com", - "whois_server": "whois.nic.cyou", - "rdap_server": "https://rdap.centralnic.com/cyou/", - "tld_created": "2015-03-19", - "tld_updated": [ - "2024-06-19" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/cz.json b/data/generated/tld/cz.json index f9d32b23..bea5c606 100644 --- a/data/generated/tld/cz.json +++ b/data/generated/tld/cz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "CZ.NIC, z.s.p.o." } }, + "registry_url": "http://www.nic.cz/", + "whois_server": "whois.nic.cz", + "rdap_server": "https://rdap.nic.cz", + "tld_created": "1993-01-13", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Czechia", + "as_org_aliases": [ + "CZNIC" + ], + "as_org_slugs": [ + "cznic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.nic.cz", @@ -94,24 +112,6 @@ } ] } - ], - "registry_url": "http://www.nic.cz/", - "whois_server": "whois.nic.cz", - "rdap_server": "https://rdap.nic.cz", - "tld_created": "1993-01-13", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Czechia", - "as_org_aliases": [ - "CZNIC" - ], - "as_org_slugs": [ - "cznic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/dad.json b/data/generated/tld/dad.json index f44f3174..948c8d12 100644 --- a/data/generated/tld/dad.json +++ b/data/generated/tld/dad.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/dance.json b/data/generated/tld/dance.json index 439ffb53..2fe09d31 100644 --- a/data/generated/tld/dance.json +++ b/data/generated/tld/dance.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dance", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/data.json b/data/generated/tld/data.json index e1e78351..68490949 100644 --- a/data/generated/tld/data.json +++ b/data/generated/tld/data.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.dish.com/", + "whois_server": "whois.nic.data", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-12-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.dish.com/", - "whois_server": "whois.nic.data", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-12-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/date.json b/data/generated/tld/date.json index 8460b9c6..8b9d2f9f 100644 --- a/data/generated/tld/date.json +++ b/data/generated/tld/date.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.date", + "whois_server": "whois.nic.date", + "rdap_server": "https://rdap.nic.date/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.date", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.date", - "whois_server": "whois.nic.date", - "rdap_server": "https://rdap.nic.date/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/dating.json b/data/generated/tld/dating.json index a144c1ab..1818522b 100644 --- a/data/generated/tld/dating.json +++ b/data/generated/tld/dating.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dating", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/datsun.json b/data/generated/tld/datsun.json index 6f0261b3..94dc3a3e 100644 --- a/data/generated/tld/datsun.json +++ b/data/generated/tld/datsun.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/day.json b/data/generated/tld/day.json index 11fbdad6..b09cf0f4 100644 --- a/data/generated/tld/day.json +++ b/data/generated/tld/day.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/dclk.json b/data/generated/tld/dclk.json index b8f5cb69..87c8c6bd 100644 --- a/data/generated/tld/dclk.json +++ b/data/generated/tld/dclk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/dds.json b/data/generated/tld/dds.json index b67ec9dd..52cfd373 100644 --- a/data/generated/tld/dds.json +++ b/data/generated/tld/dds.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.dds/", + "whois_server": "whois.nic.dds", + "rdap_server": "https://rdap.nic.dds/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.dds", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.dds/", - "whois_server": "whois.nic.dds", - "rdap_server": "https://rdap.nic.dds/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/de.json b/data/generated/tld/de.json index d30ad496..27dd7703 100644 --- a/data/generated/tld/de.json +++ b/data/generated/tld/de.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "DENIC eG" } }, + "registry_url": "http://www.denic.de/", + "whois_server": "whois.denic.de", + "rdap_server": "https://rdap.denic.de/", + "tld_created": "1986-11-05", + "tld_updated": [ + "2023-04-04" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Germany", + "as_org_aliases": [ + "DENIC" + ], + "as_org_slugs": [ + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.de", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.denic.de/", - "whois_server": "whois.denic.de", - "rdap_server": "https://rdap.denic.de/", - "tld_created": "1986-11-05", - "tld_updated": [ - "2023-04-04" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Germany", - "as_org_aliases": [ - "DENIC" - ], - "as_org_slugs": [ - "denic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/deal.json b/data/generated/tld/deal.json index 68291147..43f9c236 100644 --- a/data/generated/tld/deal.json +++ b/data/generated/tld/deal.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.nic.deal", + "rdap_server": "https://rdap.nominet.uk/deal/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.deal", @@ -181,33 +208,6 @@ } ] } - ], - "registry_url": "http://www.nic.deal", - "rdap_server": "https://rdap.nominet.uk/deal/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/dealer.json b/data/generated/tld/dealer.json index 3366cae3..aef27ea1 100644 --- a/data/generated/tld/dealer.json +++ b/data/generated/tld/dealer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://get.dealer", + "whois_server": "whois.nic.dealer", + "rdap_server": "https://rdap.centralnic.com/dealer/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.dealer", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://get.dealer", - "whois_server": "whois.nic.dealer", - "rdap_server": "https://rdap.centralnic.com/dealer/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/deals.json b/data/generated/tld/deals.json index c0a2bda9..9139e36e 100644 --- a/data/generated/tld/deals.json +++ b/data/generated/tld/deals.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.deals", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/degree.json b/data/generated/tld/degree.json index cc6647cd..64ed5259 100644 --- a/data/generated/tld/degree.json +++ b/data/generated/tld/degree.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.degree", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/delivery.json b/data/generated/tld/delivery.json index fac2dcc5..99d41f02 100644 --- a/data/generated/tld/delivery.json +++ b/data/generated/tld/delivery.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.delivery", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/dell.json b/data/generated/tld/dell.json index f45b4002..2acc06af 100644 --- a/data/generated/tld/dell.json +++ b/data/generated/tld/dell.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.dell.com", + "rdap_server": "https://rdap.nic.dell/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.dell", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.dell.com", - "rdap_server": "https://rdap.nic.dell/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/deloitte.json b/data/generated/tld/deloitte.json index a2ff5f68..4faaad00 100644 --- a/data/generated/tld/deloitte.json +++ b/data/generated/tld/deloitte.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.deloitte", + "whois_server": "whois.nic.deloitte", + "rdap_server": "https://rdap.centralnic.com/deloitte", + "tld_created": "2015-12-23", + "tld_updated": [ + "2023-11-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.deloitte", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "http://nic.deloitte", - "whois_server": "whois.nic.deloitte", - "rdap_server": "https://rdap.centralnic.com/deloitte", - "tld_created": "2015-12-23", - "tld_updated": [ - "2023-11-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/delta.json b/data/generated/tld/delta.json index c4842ffe..0baff4d8 100644 --- a/data/generated/tld/delta.json +++ b/data/generated/tld/delta.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.delta.com", + "whois_server": "whois.nic.delta", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2023-08-07" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.delta", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.delta.com", - "whois_server": "whois.nic.delta", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2023-08-07" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/democrat.json b/data/generated/tld/democrat.json index 06176b0d..6316c40b 100644 --- a/data/generated/tld/democrat.json +++ b/data/generated/tld/democrat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.democrat", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/dental.json b/data/generated/tld/dental.json index 370eb795..3a2e96c7 100644 --- a/data/generated/tld/dental.json +++ b/data/generated/tld/dental.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dental", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/dentist.json b/data/generated/tld/dentist.json index 8e7ecb60..6b40ea29 100644 --- a/data/generated/tld/dentist.json +++ b/data/generated/tld/dentist.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dentist", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/desi.json b/data/generated/tld/desi.json index c8857f9d..8674f150 100644 --- a/data/generated/tld/desi.json +++ b/data/generated/tld/desi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", + "rdap_server": "https://rdap.nominet.uk/desi/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "cultural_affiliation": "desi" + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -181,32 +207,6 @@ } ] } - ], - "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", - "rdap_server": "https://rdap.nominet.uk/desi/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "cultural_affiliation": "desi" - } + ] } } diff --git a/data/generated/tld/design.json b/data/generated/tld/design.json index 8a4bb3ca..dbe05db7 100644 --- a/data/generated/tld/design.json +++ b/data/generated/tld/design.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.design/", + "whois_server": "whois.nic.design", + "rdap_server": "https://rdap.nic.design/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.design", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.design/", - "whois_server": "whois.nic.design", - "rdap_server": "https://rdap.nic.design/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/dev.json b/data/generated/tld/dev.json index 9450f92b..cfc36f32 100644 --- a/data/generated/tld/dev.json +++ b/data/generated/tld/dev.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/dhl.json b/data/generated/tld/dhl.json index 288ef064..723af0b2 100644 --- a/data/generated/tld/dhl.json +++ b/data/generated/tld/dhl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "rdap_server": "https://rdap.centralnic.com/dhl", + "tld_created": "2016-05-26", + "tld_updated": [ + "2023-11-27" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.dhl", @@ -105,27 +126,6 @@ } ] } - ], - "rdap_server": "https://rdap.centralnic.com/dhl", - "tld_created": "2016-05-26", - "tld_updated": [ - "2023-11-27" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/diamonds.json b/data/generated/tld/diamonds.json index 80d49a5a..06328ab7 100644 --- a/data/generated/tld/diamonds.json +++ b/data/generated/tld/diamonds.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.diamonds", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/diet.json b/data/generated/tld/diet.json index 7a8967a3..efb9332a 100644 --- a/data/generated/tld/diet.json +++ b/data/generated/tld/diet.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.diet", + "whois_server": "whois.nic.diet", + "rdap_server": "https://rdap.centralnic.com/diet/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.diet", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.diet", - "whois_server": "whois.nic.diet", - "rdap_server": "https://rdap.centralnic.com/diet/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/digital.json b/data/generated/tld/digital.json index da01eec4..90bef41a 100644 --- a/data/generated/tld/digital.json +++ b/data/generated/tld/digital.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.digital", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/direct.json b/data/generated/tld/direct.json index 208b42cb..27962d59 100644 --- a/data/generated/tld/direct.json +++ b/data/generated/tld/direct.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.direct", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/directory.json b/data/generated/tld/directory.json index 1c52d5ad..b34ddafe 100644 --- a/data/generated/tld/directory.json +++ b/data/generated/tld/directory.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.directory", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/discount.json b/data/generated/tld/discount.json index ada39eb9..ff3ef662 100644 --- a/data/generated/tld/discount.json +++ b/data/generated/tld/discount.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.discount", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/discover.json b/data/generated/tld/discover.json index c1e94ae7..8a72051f 100644 --- a/data/generated/tld/discover.json +++ b/data/generated/tld/discover.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.discover.com/", + "whois_server": "whois.nic.discover", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2025-05-29" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.discover", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "https://www.discover.com/", - "whois_server": "whois.nic.discover", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2025-05-29" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/dish.json b/data/generated/tld/dish.json index 9e5e2114..6a7a00cc 100644 --- a/data/generated/tld/dish.json +++ b/data/generated/tld/dish.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com/", + "whois_server": "whois.nic.dish", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "http://www.dish.com/", - "whois_server": "whois.nic.dish", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/diy.json b/data/generated/tld/diy.json index 14efaea5..764f1045 100644 --- a/data/generated/tld/diy.json +++ b/data/generated/tld/diy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/dj.json b/data/generated/tld/dj.json index 6dd44a74..6b2fd4ef 100644 --- a/data/generated/tld/dj.json +++ b/data/generated/tld/dj.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Djibouti Telecom S.A" } }, + "registry_url": "http://www.nic.dj", + "tld_created": "1996-05-22", + "tld_updated": [ + "2024-12-25" + ], + "annotations": { + "country_name_iso": "Djibouti", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.djibtelecom.dj", @@ -54,21 +69,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.dj", - "tld_created": "1996-05-22", - "tld_updated": [ - "2024-12-25" - ], - "annotations": { - "country_name_iso": "Djibouti", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/dk.json b/data/generated/tld/dk.json index f5c98731..463731cd 100644 --- a/data/generated/tld/dk.json +++ b/data/generated/tld/dk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Punktum dk A/S" } }, + "registry_url": "https://punktum.dk/", + "whois_server": "whois.punktum.dk", + "tld_created": "1987-07-14", + "tld_updated": [ + "2025-10-30" + ], + "annotations": { + "country_name_iso": "Denmark", + "as_org_aliases": [ + "CIRA", + "CZNIC", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "cznic", + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.nic.dk", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "https://punktum.dk/", - "whois_server": "whois.punktum.dk", - "tld_created": "1987-07-14", - "tld_updated": [ - "2025-10-30" - ], - "annotations": { - "country_name_iso": "Denmark", - "as_org_aliases": [ - "CIRA", - "CZNIC", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "cznic", - "sidn" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/dm.json b/data/generated/tld/dm.json index 19093b7a..765ad887 100644 --- a/data/generated/tld/dm.json +++ b/data/generated/tld/dm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "DotDM Corporation" } }, + "registry_url": "http://www.nic.dm", + "whois_server": "whois.dmdomains.dm", + "tld_created": "1991-09-03", + "tld_updated": [ + "2024-05-29" + ], + "annotations": { + "country_name_iso": "Dominica", + "as_org_aliases": [ + "Community DNS", + "Tucows" + ], + "as_org_slugs": [ + "community-dns", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.blacknightsolutions.com", @@ -125,24 +143,6 @@ } ] } - ], - "registry_url": "http://www.nic.dm", - "whois_server": "whois.dmdomains.dm", - "tld_created": "1991-09-03", - "tld_updated": [ - "2024-05-29" - ], - "annotations": { - "country_name_iso": "Dominica", - "as_org_aliases": [ - "Community DNS", - "Tucows" - ], - "as_org_slugs": [ - "community-dns", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/dnp.json b/data/generated/tld/dnp.json index 94b752f6..27f351af 100644 --- a/data/generated/tld/dnp.json +++ b/data/generated/tld/dnp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/", + "whois_server": "whois.nic.dnp", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2019-08-28" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/", - "whois_server": "whois.nic.dnp", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2019-08-28" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/do.json b/data/generated/tld/do.json index fbc97f8e..e9bc89a0 100644 --- a/data/generated/tld/do.json +++ b/data/generated/tld/do.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Pontificia Universidad Catolica Madre y Maestra" } }, + "registry_url": "http://www.nic.do", + "whois_server": "whois.nic.do", + "tld_created": "1991-08-25", + "tld_updated": [ + "2025-08-21" + ], + "annotations": { + "country_name_iso": "Dominican Republic", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -151,24 +169,6 @@ } ] } - ], - "registry_url": "http://www.nic.do", - "whois_server": "whois.nic.do", - "tld_created": "1991-08-25", - "tld_updated": [ - "2025-08-21" - ], - "annotations": { - "country_name_iso": "Dominican Republic", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/docs.json b/data/generated/tld/docs.json index 191c7a17..18863837 100644 --- a/data/generated/tld/docs.json +++ b/data/generated/tld/docs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/doctor.json b/data/generated/tld/doctor.json index 13b82dca..e0a74b80 100644 --- a/data/generated/tld/doctor.json +++ b/data/generated/tld/doctor.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.doctor", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/dog.json b/data/generated/tld/dog.json index ff074fe4..b0aaebb4 100644 --- a/data/generated/tld/dog.json +++ b/data/generated/tld/dog.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dog", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/domains.json b/data/generated/tld/domains.json index d1ea5c04..752ef597 100644 --- a/data/generated/tld/domains.json +++ b/data/generated/tld/domains.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.domains", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/dot.json b/data/generated/tld/dot.json index b026c31f..b2b7d23a 100644 --- a/data/generated/tld/dot.json +++ b/data/generated/tld/dot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.dot", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_admin_alias": "Dish Network", + "iana_admin_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,36 +135,6 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.dot", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_admin_alias": "Dish Network", - "iana_admin_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/download.json b/data/generated/tld/download.json index 054f725a..98040436 100644 --- a/data/generated/tld/download.json +++ b/data/generated/tld/download.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.download", + "whois_server": "whois.nic.download", + "rdap_server": "https://rdap.nic.download/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.download", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.download", - "whois_server": "whois.nic.download", - "rdap_server": "https://rdap.nic.download/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/drive.json b/data/generated/tld/drive.json index ddf75b99..44493882 100644 --- a/data/generated/tld/drive.json +++ b/data/generated/tld/drive.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/dtv.json b/data/generated/tld/dtv.json index 26eeeecc..31edc79c 100644 --- a/data/generated/tld/dtv.json +++ b/data/generated/tld/dtv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.dtv", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.dtv", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/dubai.json b/data/generated/tld/dubai.json index 78a012ed..6aad5dec 100644 --- a/data/generated/tld/dubai.json +++ b/data/generated/tld/dubai.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "whois_server": "whois.nic.dubai", + "rdap_server": "https://rdap.nic.dubai/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2020-05-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -105,26 +125,6 @@ } ] } - ], - "whois_server": "whois.nic.dubai", - "rdap_server": "https://rdap.nic.dubai/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2020-05-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/dupont.json b/data/generated/tld/dupont.json index cf5fac69..555d3391 100644 --- a/data/generated/tld/dupont.json +++ b/data/generated/tld/dupont.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.dupont.com", + "rdap_server": "https://rdap.nic.dupont/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2024-06-04" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.dupont", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.dupont.com", - "rdap_server": "https://rdap.nic.dupont/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2024-06-04" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/durban.json b/data/generated/tld/durban.json index e9402b85..95d99f15 100644 --- a/data/generated/tld/durban.json +++ b/data/generated/tld/durban.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.registry.net.za", + "whois_server": "whois.nic.durban", + "rdap_server": "https://rdap.nic.durban/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "iana_admin_alias": "ZACR", + "iana_admin_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -86,33 +113,6 @@ } ] } - ], - "registry_url": "http://www.registry.net.za", - "whois_server": "whois.nic.durban", - "rdap_server": "https://rdap.nic.durban/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "iana_admin_alias": "ZACR", - "iana_admin_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/dvag.json b/data/generated/tld/dvag.json index 57cddf46..8b751388 100644 --- a/data/generated/tld/dvag.json +++ b/data/generated/tld/dvag.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.dvag", + "rdap_server": "https://rdap.centralnic.com/dvag", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.dvag", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.dvag", - "rdap_server": "https://rdap.centralnic.com/dvag", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/dvr.json b/data/generated/tld/dvr.json index a91c8f03..028c36d8 100644 --- a/data/generated/tld/dvr.json +++ b/data/generated/tld/dvr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.echostar.com", + "whois_server": "whois.nic.dvr", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-09-22", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.echostar.com", - "whois_server": "whois.nic.dvr", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-09-22", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/dz.json b/data/generated/tld/dz.json index 07224c03..698a56e0 100644 --- a/data/generated/tld/dz.json +++ b/data/generated/tld/dz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "CERIST" } }, + "registry_url": "http://www.nic.dz", + "whois_server": "whois.nic.dz", + "tld_created": "1994-01-03", + "tld_updated": [ + "2025-10-10" + ], + "annotations": { + "country_name_iso": "Algeria", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-dz.afrinic.net", @@ -126,24 +144,6 @@ ] } ], - "registry_url": "http://www.nic.dz", - "whois_server": "whois.nic.dz", - "tld_created": "1994-01-03", - "tld_updated": [ - "2025-10-10" - ], - "annotations": { - "country_name_iso": "Algeria", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--lgbbat1ad8j" ] diff --git a/data/generated/tld/earth.json b/data/generated/tld/earth.json index 66ad052f..a31961c0 100644 --- a/data/generated/tld/earth.json +++ b/data/generated/tld/earth.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://domain.earth/", + "whois_server": "whois.nic.earth", + "rdap_server": "https://rdap.nic.earth/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.earth", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://domain.earth/", - "whois_server": "whois.nic.earth", - "rdap_server": "https://rdap.nic.earth/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/eat.json b/data/generated/tld/eat.json index 4e6e57f3..24d7518c 100644 --- a/data/generated/tld/eat.json +++ b/data/generated/tld/eat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/ec.json b/data/generated/tld/ec.json index 7999df9d..cc23d406 100644 --- a/data/generated/tld/ec.json +++ b/data/generated/tld/ec.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "ECUADORDOMAIN S.A." } }, + "registry_url": "http://www.nic.ec", + "whois_server": "whois.nic.ec", + "rdap_server": "https://rdap.registry.ec", + "tld_created": "1991-02-01", + "tld_updated": [ + "2024-04-10" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Ecuador", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -106,26 +126,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.ec", - "whois_server": "whois.nic.ec", - "rdap_server": "https://rdap.registry.ec", - "tld_created": "1991-02-01", - "tld_updated": [ - "2024-04-10" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Ecuador", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/eco.json b/data/generated/tld/eco.json index 333b253c..1693280f 100644 --- a/data/generated/tld/eco.json +++ b/data/generated/tld/eco.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://go.eco", + "whois_server": "whois.nic.eco", + "rdap_server": "https://rdap.eco.fury.ca/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2026-04-29" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.eco", @@ -105,31 +130,6 @@ } ] } - ], - "registry_url": "https://go.eco", - "whois_server": "whois.nic.eco", - "rdap_server": "https://rdap.eco.fury.ca/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2026-04-29" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] } } diff --git a/data/generated/tld/edeka.json b/data/generated/tld/edeka.json index 1ea4e915..92abe863 100644 --- a/data/generated/tld/edeka.json +++ b/data/generated/tld/edeka.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://edeka.de", + "whois_server": "whois.nic.edeka", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.edeka", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://edeka.de", - "whois_server": "whois.nic.edeka", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/edu.json b/data/generated/tld/edu.json index 04530659..63b649c8 100644 --- a/data/generated/tld/edu.json +++ b/data/generated/tld/edu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "VeriSign Global Registry" } }, + "registry_url": "http://www.educause.edu/edudomain", + "whois_server": "whois.educause.edu", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.edu-servers.net", @@ -265,22 +281,6 @@ } ] } - ], - "registry_url": "http://www.educause.edu/edudomain", - "whois_server": "whois.educause.edu", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/education.json b/data/generated/tld/education.json index ea118c4f..082782bf 100644 --- a/data/generated/tld/education.json +++ b/data/generated/tld/education.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.education", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ee.json b/data/generated/tld/ee.json index 1b04f62c..a8f55b90 100644 --- a/data/generated/tld/ee.json +++ b/data/generated/tld/ee.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Eesti Interneti Sihtasutus (EIS)" } }, + "registry_url": "http://www.internet.ee", + "whois_server": "whois.tld.ee", + "tld_created": "1992-06-03", + "tld_updated": [ + "2023-06-28" + ], + "annotations": { + "country_name_iso": "Estonia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.tld.ee", @@ -106,22 +122,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.internet.ee", - "whois_server": "whois.tld.ee", - "tld_created": "1992-06-03", - "tld_updated": [ - "2023-06-28" - ], - "annotations": { - "country_name_iso": "Estonia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/eg.json b/data/generated/tld/eg.json index 43c2b231..ae764ce0 100644 --- a/data/generated/tld/eg.json +++ b/data/generated/tld/eg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Egyptian Universities Network (EUN)\nSupreme Council of Universities" } }, + "registry_url": "http://www.egregistry.eg/", + "tld_created": "1990-11-30", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Egypt", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-eg.univie.ac.at", @@ -69,15 +78,6 @@ ] } ], - "registry_url": "http://www.egregistry.eg/", - "tld_created": "1990-11-30", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Egypt", - "geographic_scope": "country" - }, "idn": [ "xn--wgbh1c" ] diff --git a/data/generated/tld/email.json b/data/generated/tld/email.json index f0f8c2ca..4c0cc8c9 100644 --- a/data/generated/tld/email.json +++ b/data/generated/tld/email.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.email", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/emerck.json b/data/generated/tld/emerck.json index e513f691..051681e2 100644 --- a/data/generated/tld/emerck.json +++ b/data/generated/tld/emerck.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.emerck", + "whois_server": "whois.nic.emerck", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-09-11", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.emerck", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nic.emerck", - "whois_server": "whois.nic.emerck", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-11", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/energy.json b/data/generated/tld/energy.json index edaad566..f194f15e 100644 --- a/data/generated/tld/energy.json +++ b/data/generated/tld/energy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.energy", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/engineer.json b/data/generated/tld/engineer.json index 32001b5d..0cad51d7 100644 --- a/data/generated/tld/engineer.json +++ b/data/generated/tld/engineer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.engineer", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/engineering.json b/data/generated/tld/engineering.json index 1c255b68..a6873b53 100644 --- a/data/generated/tld/engineering.json +++ b/data/generated/tld/engineering.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.engineering", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/enterprises.json b/data/generated/tld/enterprises.json index af58750c..7d72539e 100644 --- a/data/generated/tld/enterprises.json +++ b/data/generated/tld/enterprises.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.enterprises", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/epson.json b/data/generated/tld/epson.json index 1bcaeec0..8fa7ea58 100644 --- a/data/generated/tld/epson.json +++ b/data/generated/tld/epson.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.epson.com", + "whois_server": "whois.nic.epson", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.epson.com", - "whois_server": "whois.nic.epson", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/equipment.json b/data/generated/tld/equipment.json index c1ddec3d..928091b4 100644 --- a/data/generated/tld/equipment.json +++ b/data/generated/tld/equipment.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.equipment", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/er.json b/data/generated/tld/er.json index 47c5f7bb..4dc11ae5 100644 --- a/data/generated/tld/er.json +++ b/data/generated/tld/er.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,14 @@ "tech": "Eritrea Telecommunications Corporation" } }, + "tld_created": "1996-09-24", + "tld_updated": [ + "2025-10-28" + ], + "annotations": { + "country_name_iso": "Eritrea", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "er.cctld.authdns.ripe.net", @@ -61,14 +69,6 @@ ], "ipv6": [] } - ], - "tld_created": "1996-09-24", - "tld_updated": [ - "2025-10-28" - ], - "annotations": { - "country_name_iso": "Eritrea", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ericsson.json b/data/generated/tld/ericsson.json index c166efb0..d24e750c 100644 --- a/data/generated/tld/ericsson.json +++ b/data/generated/tld/ericsson.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.ericsson", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ericsson", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.ericsson", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/erni.json b/data/generated/tld/erni.json index 7b4c547d..76cba6c1 100644 --- a/data/generated/tld/erni.json +++ b/data/generated/tld/erni.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.erni.ch", + "whois_server": "whois.nic.erni", + "rdap_server": "https://rdap.nic.erni/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,26 +125,6 @@ } ] } - ], - "registry_url": "http://www.erni.ch", - "whois_server": "whois.nic.erni", - "rdap_server": "https://rdap.nic.erni/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/es.json b/data/generated/tld/es.json index 2931bc37..99c621bf 100644 --- a/data/generated/tld/es.json +++ b/data/generated/tld/es.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Red.es" } }, + "registry_url": "http://www.nic.es/", + "whois_server": "whois.nic.es", + "tld_created": "1988-04-14", + "tld_updated": [ + "2025-07-11" + ], + "annotations": { + "country_name_iso": "Spain", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.es", @@ -94,22 +110,6 @@ } ] } - ], - "registry_url": "http://www.nic.es/", - "whois_server": "whois.nic.es", - "tld_created": "1988-04-14", - "tld_updated": [ - "2025-07-11" - ], - "annotations": { - "country_name_iso": "Spain", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/esq.json b/data/generated/tld/esq.json index efaf2c94..74881973 100644 --- a/data/generated/tld/esq.json +++ b/data/generated/tld/esq.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/estate.json b/data/generated/tld/estate.json index ae0c4bbc..3183754c 100644 --- a/data/generated/tld/estate.json +++ b/data/generated/tld/estate.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.estate", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/et.json b/data/generated/tld/et.json index 8df40d3c..9f87d966 100644 --- a/data/generated/tld/et.json +++ b/data/generated/tld/et.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Ethio Telecom" } }, + "registry_url": "http://www.ethiotelecom.et", + "tld_created": "1995-10-15", + "tld_updated": [ + "2025-09-19" + ], + "annotations": { + "country_name_iso": "Ethiopia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.et", @@ -66,15 +75,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.ethiotelecom.et", - "tld_created": "1995-10-15", - "tld_updated": [ - "2025-09-19" - ], - "annotations": { - "country_name_iso": "Ethiopia", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/eu.json b/data/generated/tld/eu.json index a56c746c..5ceb5fb4 100644 --- a/data/generated/tld/eu.json +++ b/data/generated/tld/eu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "EURid vzw" } }, + "registry_url": "http://www.eurid.eu", + "whois_server": "whois.eu", + "tld_created": "2005-04-28", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "country_name_iso": "European Union", + "as_org_aliases": [ + "DENIC", + "RcodeZero" + ], + "as_org_slugs": [ + "denic", + "rcodezero" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "be.dns.eu", @@ -107,24 +125,6 @@ ] } ], - "registry_url": "http://www.eurid.eu", - "whois_server": "whois.eu", - "tld_created": "2005-04-28", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "country_name_iso": "European Union", - "as_org_aliases": [ - "DENIC", - "RcodeZero" - ], - "as_org_slugs": [ - "denic", - "rcodezero" - ], - "geographic_scope": "supranational" - }, "idn": [ "xn--e1a4c", "xn--qxa6a" diff --git a/data/generated/tld/eurovision.json b/data/generated/tld/eurovision.json index a7bd5849..01e6ebd3 100644 --- a/data/generated/tld/eurovision.json +++ b/data/generated/tld/eurovision.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "https://www.ebu.ch/", + "whois_server": "whois.nic.eurovision", + "rdap_server": "https://rdap.nic.eurovision/", + "tld_created": "2014-08-28", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "https://www.ebu.ch/", - "whois_server": "whois.nic.eurovision", - "rdap_server": "https://rdap.nic.eurovision/", - "tld_created": "2014-08-28", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/eus.json b/data/generated/tld/eus.json index 4780150c..44666c54 100644 --- a/data/generated/tld/eus.json +++ b/data/generated/tld/eus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.domeinuak.eus", + "whois_server": "whois.nic.eus", + "rdap_server": "https://rdap.nic.eus/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "basque" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.domeinuak.eus", - "whois_server": "whois.nic.eus", - "rdap_server": "https://rdap.nic.eus/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "basque" - } + ] } } diff --git a/data/generated/tld/events.json b/data/generated/tld/events.json index 5dd76a46..79293283 100644 --- a/data/generated/tld/events.json +++ b/data/generated/tld/events.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.events", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/exchange.json b/data/generated/tld/exchange.json index e60d5770..5c16ae2c 100644 --- a/data/generated/tld/exchange.json +++ b/data/generated/tld/exchange.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.exchange", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/expert.json b/data/generated/tld/expert.json index 695dbc11..518eefd4 100644 --- a/data/generated/tld/expert.json +++ b/data/generated/tld/expert.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.expert", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/exposed.json b/data/generated/tld/exposed.json index e85d8f54..0c941f68 100644 --- a/data/generated/tld/exposed.json +++ b/data/generated/tld/exposed.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.exposed", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/express.json b/data/generated/tld/express.json index b74886fe..eeffd97f 100644 --- a/data/generated/tld/express.json +++ b/data/generated/tld/express.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.express", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/extraspace.json b/data/generated/tld/extraspace.json index 95904d15..2a9df9c9 100644 --- a/data/generated/tld/extraspace.json +++ b/data/generated/tld/extraspace.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.extraspace.com", + "whois_server": "whois.nic.extraspace", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.extraspace", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.extraspace.com", - "whois_server": "whois.nic.extraspace", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fage.json b/data/generated/tld/fage.json index c96a56af..3cb6c23f 100644 --- a/data/generated/tld/fage.json +++ b/data/generated/tld/fage.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://home.fage/", + "whois_server": "whois.nic.fage", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fage", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://home.fage/", - "whois_server": "whois.nic.fage", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fail.json b/data/generated/tld/fail.json index c2bb2413..4aae1546 100644 --- a/data/generated/tld/fail.json +++ b/data/generated/tld/fail.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fail", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fairwinds.json b/data/generated/tld/fairwinds.json index 2c9af7f5..80eb0400 100644 --- a/data/generated/tld/fairwinds.json +++ b/data/generated/tld/fairwinds.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.fairwindspartners.com", + "rdap_server": "https://rdap.nominet.uk/fairwinds/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2025-02-07" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.fairwinds", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://www.fairwindspartners.com", - "rdap_server": "https://rdap.nominet.uk/fairwinds/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2025-02-07" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/faith.json b/data/generated/tld/faith.json index 442c229f..704624f2 100644 --- a/data/generated/tld/faith.json +++ b/data/generated/tld/faith.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.faith", + "whois_server": "whois.nic.faith", + "rdap_server": "https://rdap.nic.faith/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.faith", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.faith", - "whois_server": "whois.nic.faith", - "rdap_server": "https://rdap.nic.faith/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/family.json b/data/generated/tld/family.json index 85bb243a..bff14fcd 100644 --- a/data/generated/tld/family.json +++ b/data/generated/tld/family.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.family", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fan.json b/data/generated/tld/fan.json index f51b5af7..2ba45413 100644 --- a/data/generated/tld/fan.json +++ b/data/generated/tld/fan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-28", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fan", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-28", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fans.json b/data/generated/tld/fans.json index dec07189..647d840d 100644 --- a/data/generated/tld/fans.json +++ b/data/generated/tld/fans.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.fans/", + "whois_server": "whois.nic.fans", + "rdap_server": "https://rdap.centralnic.com/fans", + "tld_created": "2015-02-05", + "tld_updated": [ + "2023-12-07" + ], + "annotations": { + "iana_admin_alias": "ZDNS", + "iana_admin_slug": "zdns", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.fans", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.nic.fans/", - "whois_server": "whois.nic.fans", - "rdap_server": "https://rdap.centralnic.com/fans", - "tld_created": "2015-02-05", - "tld_updated": [ - "2023-12-07" - ], - "annotations": { - "iana_admin_alias": "ZDNS", - "iana_admin_slug": "zdns", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/farm.json b/data/generated/tld/farm.json index b99c7c5b..d54dee0f 100644 --- a/data/generated/tld/farm.json +++ b/data/generated/tld/farm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.farm", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/farmers.json b/data/generated/tld/farmers.json index 99f1b411..38549b40 100644 --- a/data/generated/tld/farmers.json +++ b/data/generated/tld/farmers.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.farmers.com", + "rdap_server": "https://rdap.nic.farmers/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.farmers", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.farmers.com", - "rdap_server": "https://rdap.nic.farmers/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fashion.json b/data/generated/tld/fashion.json index e59b5670..fa43778b 100644 --- a/data/generated/tld/fashion.json +++ b/data/generated/tld/fashion.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.fashion/", + "whois_server": "whois.nic.fashion", + "rdap_server": "https://rdap.nic.fashion/", + "tld_created": "2014-10-23", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fashion", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.fashion/", - "whois_server": "whois.nic.fashion", - "rdap_server": "https://rdap.nic.fashion/", - "tld_created": "2014-10-23", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fast.json b/data/generated/tld/fast.json index 91f3d303..e00554c1 100644 --- a/data/generated/tld/fast.json +++ b/data/generated/tld/fast.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.fast", + "rdap_server": "https://rdap.nominet.uk/fast/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.fast", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.fast", - "rdap_server": "https://rdap.nominet.uk/fast/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fedex.json b/data/generated/tld/fedex.json index 8db71e52..698b6de5 100644 --- a/data/generated/tld/fedex.json +++ b/data/generated/tld/fedex.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.fedex.com/", + "whois_server": "whois.nic.fedex", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fedex", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.fedex.com/", - "whois_server": "whois.nic.fedex", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/feedback.json b/data/generated/tld/feedback.json index 0460547e..2ef3c13c 100644 --- a/data/generated/tld/feedback.json +++ b/data/generated/tld/feedback.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://nic.feedback", + "whois_server": "whois.registry.click", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://nic.feedback", - "whois_server": "whois.registry.click", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/ferrari.json b/data/generated/tld/ferrari.json index c588b2fa..19b0e57a 100644 --- a/data/generated/tld/ferrari.json +++ b/data/generated/tld/ferrari.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.ferrari.com/en_us/", + "whois_server": "whois.nic.ferrari", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Stellantis", + "iana_sponsor_slug": "stellantis", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Stellantis", + "icann_registry_operator_slug": "stellantis", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ferrari", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "http://www.ferrari.com/en_us/", - "whois_server": "whois.nic.ferrari", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Stellantis", - "iana_sponsor_slug": "stellantis", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Stellantis", - "icann_registry_operator_slug": "stellantis", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ferrero.json b/data/generated/tld/ferrero.json index 7df186a3..564427ff 100644 --- a/data/generated/tld/ferrero.json +++ b/data/generated/tld/ferrero.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.ferrero.com", + "rdap_server": "https://rdap.nic.ferrero/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ferrero", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.ferrero.com", - "rdap_server": "https://rdap.nic.ferrero/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fi.json b/data/generated/tld/fi.json index 2069f7fd..27ec20f8 100644 --- a/data/generated/tld/fi.json +++ b/data/generated/tld/fi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Finnish Transport and Communications Agency Traficom" } }, + "registry_url": "https://domain.fi", + "whois_server": "whois.fi", + "rdap_server": "https://rdap.fi/rdap/rdap/", + "tld_created": "1986-12-17", + "tld_updated": [ + "2025-09-15" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Finland", + "as_org_aliases": [ + "CIRA", + "Community DNS", + "DENIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cira", + "community-dns", + "denic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.fi", @@ -208,32 +234,6 @@ } ] } - ], - "registry_url": "https://domain.fi", - "whois_server": "whois.fi", - "rdap_server": "https://rdap.fi/rdap/rdap/", - "tld_created": "1986-12-17", - "tld_updated": [ - "2025-09-15" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Finland", - "as_org_aliases": [ - "CIRA", - "Community DNS", - "DENIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cira", - "community-dns", - "denic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/fidelity.json b/data/generated/tld/fidelity.json index 25d33d95..741406b2 100644 --- a/data/generated/tld/fidelity.json +++ b/data/generated/tld/fidelity.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://fidelity.com", + "whois_server": "whois.nic.fidelity", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-28", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fidelity", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://fidelity.com", - "whois_server": "whois.nic.fidelity", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-28", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fido.json b/data/generated/tld/fido.json index e8623591..d4d040b3 100644 --- a/data/generated/tld/fido.json +++ b/data/generated/tld/fido.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.rogers.com/consumer/home", + "whois_server": "whois.nic.fido", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fido", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.rogers.com/consumer/home", - "whois_server": "whois.nic.fido", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/film.json b/data/generated/tld/film.json index a2bd8656..ed431bba 100644 --- a/data/generated/tld/film.json +++ b/data/generated/tld/film.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://nic.film", + "whois_server": "whois.nic.film", + "rdap_server": "https://rdap.nic.film/", + "tld_created": "2015-02-27", + "tld_updated": [ + "2024-01-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.film", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "http://nic.film", - "whois_server": "whois.nic.film", - "rdap_server": "https://rdap.nic.film/", - "tld_created": "2015-02-27", - "tld_updated": [ - "2024-01-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/final.json b/data/generated/tld/final.json index 5fd5ac6c..e99aa267 100644 --- a/data/generated/tld/final.json +++ b/data/generated/tld/final.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,18 @@ "date_removed": null } }, + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -143,18 +155,6 @@ } ] } - ], - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] } } diff --git a/data/generated/tld/finance.json b/data/generated/tld/finance.json index fcf33641..d0140f46 100644 --- a/data/generated/tld/finance.json +++ b/data/generated/tld/finance.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.finance", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/financial.json b/data/generated/tld/financial.json index b5de87ec..812807a9 100644 --- a/data/generated/tld/financial.json +++ b/data/generated/tld/financial.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.financial", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fire.json b/data/generated/tld/fire.json index d605b52a..d884f9f8 100644 --- a/data/generated/tld/fire.json +++ b/data/generated/tld/fire.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.fire", + "rdap_server": "https://rdap.nominet.uk/fire/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.fire", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.nic.fire", - "rdap_server": "https://rdap.nominet.uk/fire/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/firestone.json b/data/generated/tld/firestone.json index 27ea8947..2ad6a83f 100644 --- a/data/generated/tld/firestone.json +++ b/data/generated/tld/firestone.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.firestone.com/", + "whois_server": "whois.nic.firestone", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.firestone.com/", - "whois_server": "whois.nic.firestone", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/firmdale.json b/data/generated/tld/firmdale.json index 1810a9d1..f07ca893 100644 --- a/data/generated/tld/firmdale.json +++ b/data/generated/tld/firmdale.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,25 @@ "date_removed": null } }, + "whois_server": "whois.nic.firmdale", + "rdap_server": "https://rdap.nic.firmdale/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2020-01-10" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "ns1.nic.firmdale", @@ -67,25 +86,6 @@ } ] } - ], - "whois_server": "whois.nic.firmdale", - "rdap_server": "https://rdap.nic.firmdale/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2020-01-10" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/fish.json b/data/generated/tld/fish.json index 33200687..1889a821 100644 --- a/data/generated/tld/fish.json +++ b/data/generated/tld/fish.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fish", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fishing.json b/data/generated/tld/fishing.json index 1cd5fede..54797860 100644 --- a/data/generated/tld/fishing.json +++ b/data/generated/tld/fishing.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.fishing/", + "whois_server": "whois.nic.fishing", + "rdap_server": "https://rdap.nic.fishing/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fishing", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.fishing/", - "whois_server": "whois.nic.fishing", - "rdap_server": "https://rdap.nic.fishing/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fit.json b/data/generated/tld/fit.json index 0d204383..7a797973 100644 --- a/data/generated/tld/fit.json +++ b/data/generated/tld/fit.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.fit/", + "whois_server": "whois.nic.fit", + "rdap_server": "https://rdap.nic.fit/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fit", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.fit/", - "whois_server": "whois.nic.fit", - "rdap_server": "https://rdap.nic.fit/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fitness.json b/data/generated/tld/fitness.json index d89114ba..3bec0145 100644 --- a/data/generated/tld/fitness.json +++ b/data/generated/tld/fitness.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-11", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fitness", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fj.json b/data/generated/tld/fj.json index bf62ac1e..e2070f16 100644 --- a/data/generated/tld/fj.json +++ b/data/generated/tld/fj.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "The University of the South Pacific, IT Services" } }, + "registry_url": "https://www.domains.fj/", + "whois_server": "www.whois.fj", + "rdap_server": "https://www.rdap.fj", + "tld_created": "1992-06-03", + "tld_updated": [ + "2025-08-25" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Fiji", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.fj", @@ -99,24 +117,6 @@ } ] } - ], - "registry_url": "https://www.domains.fj/", - "whois_server": "www.whois.fj", - "rdap_server": "https://www.rdap.fj", - "tld_created": "1992-06-03", - "tld_updated": [ - "2025-08-25" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Fiji", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/fk.json b/data/generated/tld/fk.json index 3d9034d4..aea68f53 100644 --- a/data/generated/tld/fk.json +++ b/data/generated/tld/fk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Sure South Atlantic Ltd." } }, + "registry_url": "http://www.sure.co.fk", + "tld_created": "1997-03-26", + "tld_updated": [ + "2024-10-17" + ], + "annotations": { + "country_name_iso": "Falkland Islands (Malvinas)", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.horizon.net.fk", @@ -54,15 +63,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.sure.co.fk", - "tld_created": "1997-03-26", - "tld_updated": [ - "2024-10-17" - ], - "annotations": { - "country_name_iso": "Falkland Islands (Malvinas)", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/flickr.json b/data/generated/tld/flickr.json index eb7feaa9..54232c83 100644 --- a/data/generated/tld/flickr.json +++ b/data/generated/tld/flickr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://nic.flickr", + "rdap_server": "https://rdap.nic.flickr/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.flickr", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://nic.flickr", - "rdap_server": "https://rdap.nic.flickr/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/flights.json b/data/generated/tld/flights.json index 94e37703..d6854c91 100644 --- a/data/generated/tld/flights.json +++ b/data/generated/tld/flights.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.flights", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/flir.json b/data/generated/tld/flir.json index d613591e..1691a9ba 100644 --- a/data/generated/tld/flir.json +++ b/data/generated/tld/flir.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.flir.com", + "rdap_server": "https://rdap.nic.flir/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.flir", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.flir.com", - "rdap_server": "https://rdap.nic.flir/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/florist.json b/data/generated/tld/florist.json index 379de89f..371a2943 100644 --- a/data/generated/tld/florist.json +++ b/data/generated/tld/florist.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.florist", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/flowers.json b/data/generated/tld/flowers.json index 13071585..c60887e0 100644 --- a/data/generated/tld/flowers.json +++ b/data/generated/tld/flowers.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.flowers", + "whois_server": "whois.nic.flowers", + "rdap_server": "https://rdap.centralnic.com/flowers/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.flowers", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.flowers", - "whois_server": "whois.nic.flowers", - "rdap_server": "https://rdap.centralnic.com/flowers/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/fly.json b/data/generated/tld/fly.json index 1059ee54..55da1910 100644 --- a/data/generated/tld/fly.json +++ b/data/generated/tld/fly.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/fm.json b/data/generated/tld/fm.json index a2308852..32516818 100644 --- a/data/generated/tld/fm.json +++ b/data/generated/tld/fm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "FSM Telecommunications Corporation" } }, + "registry_url": "https://www.dot.fm/", + "whois_server": "whois.nic.fm", + "rdap_server": "https://rdap.centralnic.com/fm/", + "tld_created": "1995-04-19", + "tld_updated": [ + "2024-08-07" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Micronesia, Federated States of", + "as_org_aliases": [ + "CentralNic", + "Packet Clearing House" + ], + "as_org_slugs": [ + "centralnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.fm", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "https://www.dot.fm/", - "whois_server": "whois.nic.fm", - "rdap_server": "https://rdap.centralnic.com/fm/", - "tld_created": "1995-04-19", - "tld_updated": [ - "2024-08-07" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Micronesia, Federated States of", - "as_org_aliases": [ - "CentralNic", - "Packet Clearing House" - ], - "as_org_slugs": [ - "centralnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/fo.json b/data/generated/tld/fo.json index 81c49909..993c800b 100644 --- a/data/generated/tld/fo.json +++ b/data/generated/tld/fo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://www.nic.fo/", + "whois_server": "whois.nic.fo", + "rdap_server": "https://rdap.centralnic.com/fo", + "tld_created": "1993-05-14", + "tld_updated": [ + "2026-02-13" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "country_name_iso": "Faroe Islands", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.fo", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "http://www.nic.fo/", - "whois_server": "whois.nic.fo", - "rdap_server": "https://rdap.centralnic.com/fo", - "tld_created": "1993-05-14", - "tld_updated": [ - "2026-02-13" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "country_name_iso": "Faroe Islands", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/foo.json b/data/generated/tld/foo.json index c86f16f7..f606b537 100644 --- a/data/generated/tld/foo.json +++ b/data/generated/tld/foo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/food.json b/data/generated/tld/food.json index 683b5679..26c4c5e8 100644 --- a/data/generated/tld/food.json +++ b/data/generated/tld/food.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2016-11-04", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2016-11-04", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/football.json b/data/generated/tld/football.json index 6bbc6cf3..06cad225 100644 --- a/data/generated/tld/football.json +++ b/data/generated/tld/football.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.football", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ford.json b/data/generated/tld/ford.json index e3147f2b..c72c684a 100644 --- a/data/generated/tld/ford.json +++ b/data/generated/tld/ford.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.ford.com", + "rdap_server": "https://rdap.nic.ford/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ford", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.ford.com", - "rdap_server": "https://rdap.nic.ford/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/forex.json b/data/generated/tld/forex.json index 1e8e129f..0e5755e8 100644 --- a/data/generated/tld/forex.json +++ b/data/generated/tld/forex.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.forex", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/forsale.json b/data/generated/tld/forsale.json index 6465e33d..b9e70c5d 100644 --- a/data/generated/tld/forsale.json +++ b/data/generated/tld/forsale.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-09-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.forsale", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/forum.json b/data/generated/tld/forum.json index 2d0fef61..a1d1fec3 100644 --- a/data/generated/tld/forum.json +++ b/data/generated/tld/forum.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.topspectrum.com", + "whois_server": "whois.registry.click", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.topspectrum.com", - "whois_server": "whois.registry.click", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/foundation.json b/data/generated/tld/foundation.json index d0c4e8cf..8bc8ef60 100644 --- a/data/generated/tld/foundation.json +++ b/data/generated/tld/foundation.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.foundation", + "whois_server": "whois.nic.foundation", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.foundation", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.foundation", - "whois_server": "whois.nic.foundation", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fox.json b/data/generated/tld/fox.json index 70563aff..384bd221 100644 --- a/data/generated/tld/fox.json +++ b/data/generated/tld/fox.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.fox.com", + "whois_server": "whois.nic.fox", + "rdap_server": "https://rdap.nic.fox/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fox", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "https://www.fox.com", - "whois_server": "whois.nic.fox", - "rdap_server": "https://rdap.nic.fox/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fr.json b/data/generated/tld/fr.json index bdf94cb3..ea0e3b39 100644 --- a/data/generated/tld/fr.json +++ b/data/generated/tld/fr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "https://www.nic.fr", + "whois_server": "whois.nic.fr", + "rdap_server": "https://rdap.nic.fr/", + "tld_created": "1986-09-02", + "tld_updated": [ + "2025-07-31" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "France", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -75,32 +101,6 @@ } ] } - ], - "registry_url": "https://www.nic.fr", - "whois_server": "whois.nic.fr", - "rdap_server": "https://rdap.nic.fr/", - "tld_created": "1986-09-02", - "tld_updated": [ - "2025-07-31" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "France", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/free.json b/data/generated/tld/free.json index de9bd8cb..a1522a25 100644 --- a/data/generated/tld/free.json +++ b/data/generated/tld/free.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.free", + "rdap_server": "https://rdap.nominet.uk/free/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.free", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.free", - "rdap_server": "https://rdap.nominet.uk/free/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fresenius.json b/data/generated/tld/fresenius.json index 35887f3a..2a3463d0 100644 --- a/data/generated/tld/fresenius.json +++ b/data/generated/tld/fresenius.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.freseniusregistry.com", + "whois_server": "whois.nic.fresenius", + "rdap_server": "https://rdap.centralnic.com/fresenius", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.fresenius", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.freseniusregistry.com", - "whois_server": "whois.nic.fresenius", - "rdap_server": "https://rdap.centralnic.com/fresenius", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/frl.json b/data/generated/tld/frl.json index bf023e4e..b4f9c313 100644 --- a/data/generated/tld/frl.json +++ b/data/generated/tld/frl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://registreer.frl", + "whois_server": "whois.nic.frl", + "rdap_server": "https://rdap.centralnic.com/frl", + "tld_created": "2014-08-22", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nic.frl", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://registreer.frl", - "whois_server": "whois.nic.frl", - "rdap_server": "https://rdap.centralnic.com/frl", - "tld_created": "2014-08-22", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/frogans.json b/data/generated/tld/frogans.json index bd7eec99..f104f9ae 100644 --- a/data/generated/tld/frogans.json +++ b/data/generated/tld/frogans.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://nic.frogans/", + "whois_server": "whois.nic.frogans", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.frogans", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://nic.frogans/", - "whois_server": "whois.nic.frogans", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/frontier.json b/data/generated/tld/frontier.json index f98d2ebc..d79cce57 100644 --- a/data/generated/tld/frontier.json +++ b/data/generated/tld/frontier.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://frontier.com", + "rdap_server": "https://rdap.nic.frontier/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.frontier", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://frontier.com", - "rdap_server": "https://rdap.nic.frontier/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ftr.json b/data/generated/tld/ftr.json index d372cb00..f1623dc8 100644 --- a/data/generated/tld/ftr.json +++ b/data/generated/tld/ftr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://frontier.com", + "rdap_server": "https://rdap.nic.ftr/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ftr", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://frontier.com", - "rdap_server": "https://rdap.nic.ftr/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fujitsu.json b/data/generated/tld/fujitsu.json index 34c89cf3..9fd64bf8 100644 --- a/data/generated/tld/fujitsu.json +++ b/data/generated/tld/fujitsu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-06-12" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-06-12" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/fun.json b/data/generated/tld/fun.json index 207ac361..88d5c1b3 100644 --- a/data/generated/tld/fun.json +++ b/data/generated/tld/fun.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.radix.website/", + "whois_server": "whois.nic.fun", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2016-11-30", + "tld_updated": [ + "2026-04-14" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.radix.website/", - "whois_server": "whois.nic.fun", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2016-11-30", - "tld_updated": [ - "2026-04-14" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/fund.json b/data/generated/tld/fund.json index 3ae0d252..470527a1 100644 --- a/data/generated/tld/fund.json +++ b/data/generated/tld/fund.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fund", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/furniture.json b/data/generated/tld/furniture.json index bb145a47..9b201061 100644 --- a/data/generated/tld/furniture.json +++ b/data/generated/tld/furniture.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.furniture", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/futbol.json b/data/generated/tld/futbol.json index 6d0fd53f..1bba4bb3 100644 --- a/data/generated/tld/futbol.json +++ b/data/generated/tld/futbol.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.futbol", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/fyi.json b/data/generated/tld/fyi.json index dd49927e..668db68f 100644 --- a/data/generated/tld/fyi.json +++ b/data/generated/tld/fyi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fyi", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ga.json b/data/generated/tld/ga.json index 1ef5a7d0..9b315702 100644 --- a/data/generated/tld/ga.json +++ b/data/generated/tld/ga.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)" } }, + "tld_created": "1994-12-12", + "tld_updated": [ + "2025-06-11" + ], + "annotations": { + "country_name_iso": "Gabon", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -75,22 +91,6 @@ } ] } - ], - "tld_created": "1994-12-12", - "tld_updated": [ - "2025-06-11" - ], - "annotations": { - "country_name_iso": "Gabon", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gal.json b/data/generated/tld/gal.json index 304ca4a8..d38405b0 100644 --- a/data/generated/tld/gal.json +++ b/data/generated/tld/gal.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://asociacion.dominio.gal/", + "whois_server": "whois.nic.gal", + "rdap_server": "https://rdap.nic.gal/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "galician" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://asociacion.dominio.gal/", - "whois_server": "whois.nic.gal", - "rdap_server": "https://rdap.nic.gal/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "galician" - } + ] } } diff --git a/data/generated/tld/gallery.json b/data/generated/tld/gallery.json index c11adc52..b19834fd 100644 --- a/data/generated/tld/gallery.json +++ b/data/generated/tld/gallery.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gallery", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gallo.json b/data/generated/tld/gallo.json index f5a69b64..02035784 100644 --- a/data/generated/tld/gallo.json +++ b/data/generated/tld/gallo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.gallo.com", + "whois_server": "whois.nic.gallo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-24", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.gallo", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.gallo.com", - "whois_server": "whois.nic.gallo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-24", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gallup.json b/data/generated/tld/gallup.json index c98658d2..e7181a70 100644 --- a/data/generated/tld/gallup.json +++ b/data/generated/tld/gallup.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://gallup.com", + "whois_server": "whois.nic.gallup", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.gallup", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://gallup.com", - "whois_server": "whois.nic.gallup", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/game.json b/data/generated/tld/game.json index af7115f3..86fa8313 100644 --- a/data/generated/tld/game.json +++ b/data/generated/tld/game.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.game", + "whois_server": "whois.nic.game", + "rdap_server": "https://rdap.centralnic.com/game/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.game", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.game", - "whois_server": "whois.nic.game", - "rdap_server": "https://rdap.centralnic.com/game/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/games.json b/data/generated/tld/games.json index 10369fa1..8f94c6f9 100644 --- a/data/generated/tld/games.json +++ b/data/generated/tld/games.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.games", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gap.json b/data/generated/tld/gap.json index d08cdca4..2bc66fb1 100644 --- a/data/generated/tld/gap.json +++ b/data/generated/tld/gap.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.gap.com", + "rdap_server": "https://rdap.nic.gap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.gap", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.gap.com", - "rdap_server": "https://rdap.nic.gap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/garden.json b/data/generated/tld/garden.json index a146ea7f..d68f2753 100644 --- a/data/generated/tld/garden.json +++ b/data/generated/tld/garden.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.garden/", + "whois_server": "whois.nic.garden", + "rdap_server": "https://rdap.nic.garden/", + "tld_created": "2014-10-23", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.garden", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.garden/", - "whois_server": "whois.nic.garden", - "rdap_server": "https://rdap.nic.garden/", - "tld_created": "2014-10-23", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/gay.json b/data/generated/tld/gay.json index 77a68432..37f2add4 100644 --- a/data/generated/tld/gay.json +++ b/data/generated/tld/gay.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.gay", + "whois_server": "whois.nic.gay", + "rdap_server": "https://rdap.nic.gay/", + "tld_created": "2019-07-19", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.gay", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.gay", - "whois_server": "whois.nic.gay", - "rdap_server": "https://rdap.nic.gay/", - "tld_created": "2019-07-19", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/gb.json b/data/generated/tld/gb.json index 861e7514..7aa3db1b 100644 --- a/data/generated/tld/gb.json +++ b/data/generated/tld/gb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,14 @@ "tech": "Jisc" } }, + "tld_created": "1985-07-24", + "tld_updated": [ + "2024-09-10" + ], + "annotations": { + "country_name_iso": "United Kingdom", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.uu.net", @@ -80,14 +88,6 @@ } ] } - ], - "tld_created": "1985-07-24", - "tld_updated": [ - "2024-09-10" - ], - "annotations": { - "country_name_iso": "United Kingdom", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gbiz.json b/data/generated/tld/gbiz.json index a287805b..65ee8756 100644 --- a/data/generated/tld/gbiz.json +++ b/data/generated/tld/gbiz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/gd.json b/data/generated/tld/gd.json index 7a8848a0..337331b1 100644 --- a/data/generated/tld/gd.json +++ b/data/generated/tld/gd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://nic.gd", + "whois_server": "whois.nic.gd", + "rdap_server": "https://rdap.centralnic.com/gd", + "tld_created": "1992-06-03", + "tld_updated": [ + "2025-04-07" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "country_name_iso": "Grenada", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.gd", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "http://nic.gd", - "whois_server": "whois.nic.gd", - "rdap_server": "https://rdap.centralnic.com/gd", - "tld_created": "1992-06-03", - "tld_updated": [ - "2025-04-07" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "country_name_iso": "Grenada", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gdn.json b/data/generated/tld/gdn.json index 2aecd829..1ae6805a 100644 --- a/data/generated/tld/gdn.json +++ b/data/generated/tld/gdn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.gdn", + "whois_server": "whois.nic.gdn", + "rdap_server": "https://rdap.nic.gdn/", + "tld_created": "2014-12-04", + "tld_updated": [ + "2026-05-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "ns1.nic.gdn", @@ -86,26 +106,6 @@ } ] } - ], - "registry_url": "http://www.nic.gdn", - "whois_server": "whois.nic.gdn", - "rdap_server": "https://rdap.nic.gdn/", - "tld_created": "2014-12-04", - "tld_updated": [ - "2026-05-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] } } diff --git a/data/generated/tld/ge.json b/data/generated/tld/ge.json index 0ac097ff..cdb36ff3 100644 --- a/data/generated/tld/ge.json +++ b/data/generated/tld/ge.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Caucasus Online LLC" } }, + "registry_url": "http://nic.ge", + "whois_server": "whois.nic.ge", + "tld_created": "1992-12-02", + "tld_updated": [ + "2025-06-11" + ], + "annotations": { + "country_name_iso": "Georgia", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.ge", @@ -67,22 +83,6 @@ "ipv6": [] } ], - "registry_url": "http://nic.ge", - "whois_server": "whois.nic.ge", - "tld_created": "1992-12-02", - "tld_updated": [ - "2025-06-11" - ], - "annotations": { - "country_name_iso": "Georgia", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - }, "idn": [ "xn--node" ] diff --git a/data/generated/tld/gea.json b/data/generated/tld/gea.json index 16698a9f..47b2696c 100644 --- a/data/generated/tld/gea.json +++ b/data/generated/tld/gea.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.geagroup.com", + "whois_server": "whois.nic.gea", + "rdap_server": "https://rdap.nic.gea/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2022-06-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.gea", @@ -86,28 +108,6 @@ } ] } - ], - "registry_url": "http://www.geagroup.com", - "whois_server": "whois.nic.gea", - "rdap_server": "https://rdap.nic.gea/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2022-06-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] } } diff --git a/data/generated/tld/gent.json b/data/generated/tld/gent.json index 4ec00ace..597e84c7 100644 --- a/data/generated/tld/gent.json +++ b/data/generated/tld/gent.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.gent", + "whois_server": "whois.nic.gent", + "rdap_server": "https://rdap.centralnic.com/gent", + "tld_created": "2014-07-03", + "tld_updated": [ + "2026-03-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.gent", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.nic.gent", - "whois_server": "whois.nic.gent", - "rdap_server": "https://rdap.centralnic.com/gent", - "tld_created": "2014-07-03", - "tld_updated": [ - "2026-03-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/genting.json b/data/generated/tld/genting.json index b34ffc54..05317ff2 100644 --- a/data/generated/tld/genting.json +++ b/data/generated/tld/genting.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.genting/", + "whois_server": "whois.nic.genting", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.genting", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://nic.genting/", - "whois_server": "whois.nic.genting", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/george.json b/data/generated/tld/george.json index f4a6783a..87011708 100644 --- a/data/generated/tld/george.json +++ b/data/generated/tld/george.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.walmart.com", + "whois_server": "whois.nic.george", + "rdap_server": "https://rdap.nic.george", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.george", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://www.walmart.com", - "whois_server": "whois.nic.george", - "rdap_server": "https://rdap.nic.george", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/gf.json b/data/generated/tld/gf.json index 61a88320..344c4e3d 100644 --- a/data/generated/tld/gf.json +++ b/data/generated/tld/gf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "CANAL+ TELECOM" } }, + "registry_url": "https://www.dom-enic.com", + "whois_server": "whois.mediaserv.net", + "tld_created": "1996-07-25", + "tld_updated": [ + "2021-10-18" + ], + "annotations": { + "country_name_iso": "French Guiana", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1-fr.mediaserv.net", @@ -54,16 +64,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.dom-enic.com", - "whois_server": "whois.mediaserv.net", - "tld_created": "1996-07-25", - "tld_updated": [ - "2021-10-18" - ], - "annotations": { - "country_name_iso": "French Guiana", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gg.json b/data/generated/tld/gg.json index 6ac79a94..ef65ad2c 100644 --- a/data/generated/tld/gg.json +++ b/data/generated/tld/gg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Island Networks Limited" } }, + "registry_url": "http://www.nic.gg", + "whois_server": "whois.gg", + "tld_created": "1996-08-07", + "tld_updated": [ + "2025-07-07" + ], + "annotations": { + "country_name_iso": "Guernsey", + "as_org_aliases": [ + "Nominet", + "Packet Clearing House" + ], + "as_org_slugs": [ + "nominet", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.ci-servers.org", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.nic.gg", - "whois_server": "whois.gg", - "tld_created": "1996-08-07", - "tld_updated": [ - "2025-07-07" - ], - "annotations": { - "country_name_iso": "Guernsey", - "as_org_aliases": [ - "Nominet", - "Packet Clearing House" - ], - "as_org_slugs": [ - "nominet", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ggee.json b/data/generated/tld/ggee.json index 6559c04a..80ad807b 100644 --- a/data/generated/tld/ggee.json +++ b/data/generated/tld/ggee.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.ggee", + "whois_server": "whois.nic.ggee", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2019-08-07" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,34 +126,6 @@ } ] } - ], - "registry_url": "http://nic.ggee", - "whois_server": "whois.nic.ggee", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2019-08-07" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/gh.json b/data/generated/tld/gh.json index 5b3ea396..d9d26887 100644 --- a/data/generated/tld/gh.json +++ b/data/generated/tld/gh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Network Computer Systems Limited" } }, + "registry_url": "http://www.nic.gh", + "whois_server": "whois.nic.gh", + "tld_created": "1995-01-19", + "tld_updated": [ + "2023-12-11" + ], + "annotations": { + "country_name_iso": "Ghana", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.dns.br", @@ -61,16 +71,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.gh", - "whois_server": "whois.nic.gh", - "tld_created": "1995-01-19", - "tld_updated": [ - "2023-12-11" - ], - "annotations": { - "country_name_iso": "Ghana", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gi.json b/data/generated/tld/gi.json index 301617a1..e6f2c780 100644 --- a/data/generated/tld/gi.json +++ b/data/generated/tld/gi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Identity Digital Inc." } }, + "registry_url": "http://www.nic.gi", + "whois_server": "whois.identitydigital.services", + "tld_created": "1995-12-05", + "tld_updated": [ + "2024-06-24" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "country_name_iso": "Gibraltar", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.nic.gi", - "whois_server": "whois.identitydigital.services", - "tld_created": "1995-12-05", - "tld_updated": [ - "2024-06-24" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "country_name_iso": "Gibraltar", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gift.json b/data/generated/tld/gift.json index b64c0e82..b0975d44 100644 --- a/data/generated/tld/gift.json +++ b/data/generated/tld/gift.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://uniregistry.link", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://uniregistry.link", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/gifts.json b/data/generated/tld/gifts.json index 84712b3a..76e62889 100644 --- a/data/generated/tld/gifts.json +++ b/data/generated/tld/gifts.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gifts", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gives.json b/data/generated/tld/gives.json index fec8df36..852a7f66 100644 --- a/data/generated/tld/gives.json +++ b/data/generated/tld/gives.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.gives", + "whois_server": "whois.nic.gives", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gives", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.gives", - "whois_server": "whois.nic.gives", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/giving.json b/data/generated/tld/giving.json index 23b46d1d..a3660aa7 100644 --- a/data/generated/tld/giving.json +++ b/data/generated/tld/giving.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.giving", + "whois_server": "whois.nic.giving", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.giving", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.giving", - "whois_server": "whois.nic.giving", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gl.json b/data/generated/tld/gl.json index dd34059e..919da68f 100644 --- a/data/generated/tld/gl.json +++ b/data/generated/tld/gl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "TELE Greenland A/S" } }, + "registry_url": "http://www.nic.gl/", + "whois_server": "whois.nic.gl", + "rdap_server": "https://rdap.centralnic.com/gl/", + "tld_created": "1994-04-08", + "tld_updated": [ + "2024-12-19" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Greenland", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.gl", @@ -92,24 +110,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.gl/", - "whois_server": "whois.nic.gl", - "rdap_server": "https://rdap.centralnic.com/gl/", - "tld_created": "1994-04-08", - "tld_updated": [ - "2024-12-19" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Greenland", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/glass.json b/data/generated/tld/glass.json index 8603d04a..c6654efe 100644 --- a/data/generated/tld/glass.json +++ b/data/generated/tld/glass.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.glass", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gle.json b/data/generated/tld/gle.json index 9fe7736b..0b8388fa 100644 --- a/data/generated/tld/gle.json +++ b/data/generated/tld/gle.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/global.json b/data/generated/tld/global.json index 2757d3ae..6de53745 100644 --- a/data/generated/tld/global.json +++ b/data/generated/tld/global.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-08-08" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.global", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-08-08" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/globo.json b/data/generated/tld/globo.json index 115f7091..cdbd2fa7 100644 --- a/data/generated/tld/globo.json +++ b/data/generated/tld/globo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,19 @@ "date_removed": null } }, + "registry_url": "https://nic.globo/", + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -143,19 +156,6 @@ } ] } - ], - "registry_url": "https://nic.globo/", - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] } } diff --git a/data/generated/tld/gm.json b/data/generated/tld/gm.json index 99e9f3b3..5c3bd702 100644 --- a/data/generated/tld/gm.json +++ b/data/generated/tld/gm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "CYPDOM" } }, + "registry_url": "http://www.nic.gm", + "tld_created": "1997-03-28", + "tld_updated": [ + "2025-02-27" + ], + "annotations": { + "country_name_iso": "Gambia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-gm.afrinic.net", @@ -68,15 +77,6 @@ } ] } - ], - "registry_url": "http://www.nic.gm", - "tld_created": "1997-03-28", - "tld_updated": [ - "2025-02-27" - ], - "annotations": { - "country_name_iso": "Gambia", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gmail.json b/data/generated/tld/gmail.json index 3818d7ef..4d6de0d9 100644 --- a/data/generated/tld/gmail.json +++ b/data/generated/tld/gmail.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,34 +152,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/gmbh.json b/data/generated/tld/gmbh.json index bbc64b4f..c2afd607 100644 --- a/data/generated/tld/gmbh.json +++ b/data/generated/tld/gmbh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gmbh", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gmo.json b/data/generated/tld/gmo.json index 44483e0d..253d5540 100644 --- a/data/generated/tld/gmo.json +++ b/data/generated/tld/gmo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,34 +126,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/gmx.json b/data/generated/tld/gmx.json index 8f575cfd..e2e4c907 100644 --- a/data/generated/tld/gmx.json +++ b/data/generated/tld/gmx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://cp.nic.gmx", + "whois_server": "whois.nic.gmx", + "rdap_server": "https://rdap.nic.gmx/", + "tld_created": "2014-08-07", + "tld_updated": [ + "2022-09-02" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://cp.nic.gmx", - "whois_server": "whois.nic.gmx", - "rdap_server": "https://rdap.nic.gmx/", - "tld_created": "2014-08-07", - "tld_updated": [ - "2022-09-02" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/gn.json b/data/generated/tld/gn.json index 021af92a..62808416 100644 --- a/data/generated/tld/gn.json +++ b/data/generated/tld/gn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Agence Nationale de Digitalisation de l’Etat (ANDE)" } }, + "registry_url": "https://ande.gov.gn/dns-gn/", + "whois_server": "whois.ande.gov.gn", + "tld_created": "1994-08-09", + "tld_updated": [ + "2023-12-11" + ], + "annotations": { + "country_name_iso": "Guinea", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -87,22 +103,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://ande.gov.gn/dns-gn/", - "whois_server": "whois.ande.gov.gn", - "tld_created": "1994-08-09", - "tld_updated": [ - "2023-12-11" - ], - "annotations": { - "country_name_iso": "Guinea", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/godaddy.json b/data/generated/tld/godaddy.json index b01e900a..c7cc2832 100644 --- a/data/generated/tld/godaddy.json +++ b/data/generated/tld/godaddy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://nic.godaddy", + "whois_server": "whois.nic.godaddy", + "rdap_server": "https://rdap.nic.godaddy/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.godaddy", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "http://nic.godaddy", - "whois_server": "whois.nic.godaddy", - "rdap_server": "https://rdap.nic.godaddy/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/gold.json b/data/generated/tld/gold.json index 4884740e..b2ed533a 100644 --- a/data/generated/tld/gold.json +++ b/data/generated/tld/gold.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gold", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/goldpoint.json b/data/generated/tld/goldpoint.json index 8280f557..ec34edcf 100644 --- a/data/generated/tld/goldpoint.json +++ b/data/generated/tld/goldpoint.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.goldpoint", + "whois_server": "whois.nic.goldpoint", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.goldpoint", - "whois_server": "whois.nic.goldpoint", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/golf.json b/data/generated/tld/golf.json index c8d6a117..ffb7dad2 100644 --- a/data/generated/tld/golf.json +++ b/data/generated/tld/golf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.golf", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/goodyear.json b/data/generated/tld/goodyear.json index cf461e17..586e83ad 100644 --- a/data/generated/tld/goodyear.json +++ b/data/generated/tld/goodyear.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.goodyear.com/", + "whois_server": "whois.nic.goodyear", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.goodyear", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.goodyear.com/", - "whois_server": "whois.nic.goodyear", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/goog.json b/data/generated/tld/goog.json index 58840139..c1420905 100644 --- a/data/generated/tld/goog.json +++ b/data/generated/tld/goog.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/google.json b/data/generated/tld/google.json index 95a64ff0..df89a033 100644 --- a/data/generated/tld/google.json +++ b/data/generated/tld/google.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,34 +152,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/gop.json b/data/generated/tld/gop.json index 57f494e3..5286711b 100644 --- a/data/generated/tld/gop.json +++ b/data/generated/tld/gop.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://join.gop", + "whois_server": "whois.nic.gop", + "rdap_server": "https://rdap.nominet.uk/gop/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2024-01-22" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.gop", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://join.gop", - "whois_server": "whois.nic.gop", - "rdap_server": "https://rdap.nominet.uk/gop/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2024-01-22" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/got.json b/data/generated/tld/got.json index 73cef4ae..fe68f85c 100644 --- a/data/generated/tld/got.json +++ b/data/generated/tld/got.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.got", + "rdap_server": "https://rdap.nominet.uk/got/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2026-05-04" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.got", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "http://www.nic.got", - "rdap_server": "https://rdap.nominet.uk/got/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2026-05-04" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/gov.json b/data/generated/tld/gov.json index 1f686ad4..e2032768 100644 --- a/data/generated/tld/gov.json +++ b/data/generated/tld/gov.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Cloudflare, Inc." } }, + "registry_url": "https://get.gov", + "whois_server": "whois.nic.gov", + "rdap_server": "https://rdap.nic.gov/rdap/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "rdap_source": "IANA", + "as_org_aliases": [ + "Cloudflare" + ], + "as_org_slugs": [ + "cloudflare" + ] + }, "nameservers": [ { "hostname": "a.ns.gov", @@ -94,22 +110,6 @@ } ] } - ], - "registry_url": "https://get.gov", - "whois_server": "whois.nic.gov", - "rdap_server": "https://rdap.nic.gov/rdap/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "rdap_source": "IANA", - "as_org_aliases": [ - "Cloudflare" - ], - "as_org_slugs": [ - "cloudflare" - ] - } + ] } } diff --git a/data/generated/tld/gp.json b/data/generated/tld/gp.json index 91196d21..56a09299 100644 --- a/data/generated/tld/gp.json +++ b/data/generated/tld/gp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Bull ATOS Caraibes" } }, + "registry_url": "http://www.nic.gp/", + "whois_server": "whois.nic.gp", + "tld_created": "1996-10-21", + "tld_updated": [ + "2025-09-09" + ], + "annotations": { + "country_name_iso": "Guadeloupe", + "as_org_aliases": [ + "AFNIC", + "LACTLD" + ], + "as_org_slugs": [ + "afnic", + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -99,24 +117,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.gp/", - "whois_server": "whois.nic.gp", - "tld_created": "1996-10-21", - "tld_updated": [ - "2025-09-09" - ], - "annotations": { - "country_name_iso": "Guadeloupe", - "as_org_aliases": [ - "AFNIC", - "LACTLD" - ], - "as_org_slugs": [ - "afnic", - "lactld" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gq.json b/data/generated/tld/gq.json index bbb2d61a..87db48ae 100644 --- a/data/generated/tld/gq.json +++ b/data/generated/tld/gq.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "GETESA S.A." } }, + "registry_url": "http://www.dominio.gq", + "whois_server": "whois.dominio.gq", + "tld_created": "1997-07-10", + "tld_updated": [ + "2023-08-14" + ], + "annotations": { + "country_name_iso": "Equatorial Guinea", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.gq", @@ -94,16 +104,6 @@ } ] } - ], - "registry_url": "http://www.dominio.gq", - "whois_server": "whois.dominio.gq", - "tld_created": "1997-07-10", - "tld_updated": [ - "2023-08-14" - ], - "annotations": { - "country_name_iso": "Equatorial Guinea", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gr.json b/data/generated/tld/gr.json index 78d4ef70..5faf6f13 100644 --- a/data/generated/tld/gr.json +++ b/data/generated/tld/gr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "ICS-FORTH GR" } }, + "registry_url": "http://www.gr", + "tld_created": "1989-02-19", + "tld_updated": [ + "2022-06-16" + ], + "annotations": { + "country_name_iso": "Greece", + "as_org_aliases": [ + "Community DNS", + "DENIC" + ], + "as_org_slugs": [ + "community-dns", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "estia.ics.forth.gr", @@ -119,23 +136,6 @@ "ipv6": [] } ], - "registry_url": "http://www.gr", - "tld_created": "1989-02-19", - "tld_updated": [ - "2022-06-16" - ], - "annotations": { - "country_name_iso": "Greece", - "as_org_aliases": [ - "Community DNS", - "DENIC" - ], - "as_org_slugs": [ - "community-dns", - "denic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--qxam" ] diff --git a/data/generated/tld/grainger.json b/data/generated/tld/grainger.json index 9b7c335e..75431b12 100644 --- a/data/generated/tld/grainger.json +++ b/data/generated/tld/grainger.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.grainger.com", + "rdap_server": "https://rdap.nic.grainger/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.grainger", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.grainger.com", - "rdap_server": "https://rdap.nic.grainger/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/graphics.json b/data/generated/tld/graphics.json index 0dbca996..0c25f85a 100644 --- a/data/generated/tld/graphics.json +++ b/data/generated/tld/graphics.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.graphics", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gratis.json b/data/generated/tld/gratis.json index c9233a22..e912d35c 100644 --- a/data/generated/tld/gratis.json +++ b/data/generated/tld/gratis.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gratis", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/green.json b/data/generated/tld/green.json index c544007e..bdb1500f 100644 --- a/data/generated/tld/green.json +++ b/data/generated/tld/green.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.green", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gripe.json b/data/generated/tld/gripe.json index b70dc254..709cb658 100644 --- a/data/generated/tld/gripe.json +++ b/data/generated/tld/gripe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gripe", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/grocery.json b/data/generated/tld/grocery.json index 4685e939..fa09d3e0 100644 --- a/data/generated/tld/grocery.json +++ b/data/generated/tld/grocery.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.walmart.com", + "whois_server": "whois.nic.grocery", + "rdap_server": "https://rdap.nic.grocery", + "tld_created": "2017-06-08", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.grocery", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://www.walmart.com", - "whois_server": "whois.nic.grocery", - "rdap_server": "https://rdap.nic.grocery", - "tld_created": "2017-06-08", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/group.json b/data/generated/tld/group.json index 50aba57c..74418ed3 100644 --- a/data/generated/tld/group.json +++ b/data/generated/tld/group.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.group", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gs.json b/data/generated/tld/gs.json index f8be9182..d4a45029 100644 --- a/data/generated/tld/gs.json +++ b/data/generated/tld/gs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Atlantis North Ltd" } }, + "registry_url": "http://secure.nic.gs", + "whois_server": "whois.nic.gs", + "rdap_server": "https://rdap.nic.gs", + "tld_created": "1997-07-31", + "tld_updated": [ + "2024-03-20" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "South Georgia and the South Sandwich Islands", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.gs", @@ -68,24 +86,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://secure.nic.gs", - "whois_server": "whois.nic.gs", - "rdap_server": "https://rdap.nic.gs", - "tld_created": "1997-07-31", - "tld_updated": [ - "2024-03-20" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "South Georgia and the South Sandwich Islands", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gt.json b/data/generated/tld/gt.json index 1ba006bc..2c0bb502 100644 --- a/data/generated/tld/gt.json +++ b/data/generated/tld/gt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,25 @@ "tech": "Universidad del Valle de Guatemala" } }, + "registry_url": "http://www.gt", + "tld_created": "1992-08-14", + "tld_updated": [ + "2024-01-16" + ], + "annotations": { + "country_name_iso": "Guatemala", + "as_org_aliases": [ + "CZNIC", + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -138,25 +157,6 @@ } ] } - ], - "registry_url": "http://www.gt", - "tld_created": "1992-08-14", - "tld_updated": [ - "2024-01-16" - ], - "annotations": { - "country_name_iso": "Guatemala", - "as_org_aliases": [ - "CZNIC", - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gu.json b/data/generated/tld/gu.json index 6ab5260c..956ca996 100644 --- a/data/generated/tld/gu.json +++ b/data/generated/tld/gu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "University of Guam" } }, + "registry_url": "https://give.uog.edu/shop/", + "tld_created": "1994-04-15", + "tld_updated": [ + "2025-09-08" + ], + "annotations": { + "country_name_iso": "Guam", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gold.uog.edu", @@ -80,15 +89,6 @@ } ] } - ], - "registry_url": "https://give.uog.edu/shop/", - "tld_created": "1994-04-15", - "tld_updated": [ - "2025-09-08" - ], - "annotations": { - "country_name_iso": "Guam", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gucci.json b/data/generated/tld/gucci.json index c193e19c..2558cbdb 100644 --- a/data/generated/tld/gucci.json +++ b/data/generated/tld/gucci.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.gucci.com", + "rdap_server": "https://rdap.nominet.uk/gucci/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.gucci", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://www.gucci.com", - "rdap_server": "https://rdap.nominet.uk/gucci/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/guge.json b/data/generated/tld/guge.json index 9753ce33..b4cd283a 100644 --- a/data/generated/tld/guge.json +++ b/data/generated/tld/guge.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/guide.json b/data/generated/tld/guide.json index 57df6be0..0d0ec19d 100644 --- a/data/generated/tld/guide.json +++ b/data/generated/tld/guide.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.guide", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/guitars.json b/data/generated/tld/guitars.json index 3e56dff7..28d581da 100644 --- a/data/generated/tld/guitars.json +++ b/data/generated/tld/guitars.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.guitars", + "whois_server": "whois.nic.guitars", + "rdap_server": "https://rdap.centralnic.com/guitars/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.guitars", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.guitars", - "whois_server": "whois.nic.guitars", - "rdap_server": "https://rdap.centralnic.com/guitars/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/guru.json b/data/generated/tld/guru.json index 59ba7b5b..1a1ffbc0 100644 --- a/data/generated/tld/guru.json +++ b/data/generated/tld/guru.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.guru", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/gw.json b/data/generated/tld/gw.json index 23b9cd89..389fc0a2 100644 --- a/data/generated/tld/gw.json +++ b/data/generated/tld/gw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,20 @@ "tech": "Associação DNS.PT (DNS.PT)" } }, + "tld_created": "1997-02-04", + "tld_updated": [ + "2022-07-11" + ], + "annotations": { + "country_name_iso": "Guinea-Bissau", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gw01.dns.pt", @@ -75,20 +89,6 @@ } ] } - ], - "tld_created": "1997-02-04", - "tld_updated": [ - "2022-07-11" - ], - "annotations": { - "country_name_iso": "Guinea-Bissau", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/gy.json b/data/generated/tld/gy.json index 2800c6e3..44c07c8b 100644 --- a/data/generated/tld/gy.json +++ b/data/generated/tld/gy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "University of Guyana" } }, + "registry_url": "https://registry.gy/", + "whois_server": "whois.registry.gy", + "rdap_server": "https://rdap.registry.gy", + "tld_created": "1994-09-13", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Guyana", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -56,26 +76,6 @@ } ] } - ], - "registry_url": "https://registry.gy/", - "whois_server": "whois.registry.gy", - "rdap_server": "https://rdap.registry.gy", - "tld_created": "1994-09-13", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Guyana", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/hair.json b/data/generated/tld/hair.json index 324dfb20..9f4d84f8 100644 --- a/data/generated/tld/hair.json +++ b/data/generated/tld/hair.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.hair/", + "whois_server": "whois.nic.hair", + "rdap_server": "https://rdap.centralnic.com/hair/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.hair", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.hair/", - "whois_server": "whois.nic.hair", - "rdap_server": "https://rdap.centralnic.com/hair/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/hamburg.json b/data/generated/tld/hamburg.json index e1c46e71..1577f4fa 100644 --- a/data/generated/tld/hamburg.json +++ b/data/generated/tld/hamburg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.hamburg", + "whois_server": "whois.nic.hamburg", + "rdap_server": "https://rdap.nic.hamburg/v1/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-05-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.nic.hamburg", @@ -86,28 +108,6 @@ } ] } - ], - "registry_url": "http://www.nic.hamburg", - "whois_server": "whois.nic.hamburg", - "rdap_server": "https://rdap.nic.hamburg/v1/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-05-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/hangout.json b/data/generated/tld/hangout.json index 5ea459c4..01237cf4 100644 --- a/data/generated/tld/hangout.json +++ b/data/generated/tld/hangout.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/haus.json b/data/generated/tld/haus.json index 4bac7b91..6620beb3 100644 --- a/data/generated/tld/haus.json +++ b/data/generated/tld/haus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-26", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.haus", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-26", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/hbo.json b/data/generated/tld/hbo.json index 17844776..d237c173 100644 --- a/data/generated/tld/hbo.json +++ b/data/generated/tld/hbo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.hbo.com", + "rdap_server": "https://rdap.nic.hbo/", + "tld_created": "2016-07-08", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hbo", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.hbo.com", - "rdap_server": "https://rdap.nic.hbo/", - "tld_created": "2016-07-08", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/hdfc.json b/data/generated/tld/hdfc.json index 51da09cd..d9ad0c0e 100644 --- a/data/generated/tld/hdfc.json +++ b/data/generated/tld/hdfc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://nic.hdfc", + "whois_server": "whois.nic.hdfc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2023-08-23" + ], + "annotations": { + "iana_sponsor_alias": "HDFC", + "iana_sponsor_slug": "hdfc", + "iana_admin_alias": "HDFC", + "iana_admin_slug": "hdfc", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hdfc", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "http://nic.hdfc", - "whois_server": "whois.nic.hdfc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2023-08-23" - ], - "annotations": { - "iana_sponsor_alias": "HDFC", - "iana_sponsor_slug": "hdfc", - "iana_admin_alias": "HDFC", - "iana_admin_slug": "hdfc", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/hdfcbank.json b/data/generated/tld/hdfcbank.json index 87bc268b..67cc3884 100644 --- a/data/generated/tld/hdfcbank.json +++ b/data/generated/tld/hdfcbank.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "whois_server": "whois.nic.hdfcbank", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2023-08-23" + ], + "annotations": { + "iana_sponsor_alias": "HDFC", + "iana_sponsor_slug": "hdfc", + "iana_admin_alias": "HDFC", + "iana_admin_slug": "hdfc", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hdfcbank", @@ -105,32 +131,6 @@ } ] } - ], - "whois_server": "whois.nic.hdfcbank", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2023-08-23" - ], - "annotations": { - "iana_sponsor_alias": "HDFC", - "iana_sponsor_slug": "hdfc", - "iana_admin_alias": "HDFC", - "iana_admin_slug": "hdfc", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/health.json b/data/generated/tld/health.json index a61680c8..e6c70d8b 100644 --- a/data/generated/tld/health.json +++ b/data/generated/tld/health.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.dothealth.co", + "rdap_server": "https://rdap.nic.health/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.health", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "http://www.dothealth.co", - "rdap_server": "https://rdap.nic.health/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/healthcare.json b/data/generated/tld/healthcare.json index 3b2488b6..9c6dc48b 100644 --- a/data/generated/tld/healthcare.json +++ b/data/generated/tld/healthcare.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.healthcare", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/help.json b/data/generated/tld/help.json index 49aca19d..f584594d 100644 --- a/data/generated/tld/help.json +++ b/data/generated/tld/help.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://nic.help", + "whois_server": "whois.nic.help", + "rdap_server": "https://rdap.centralnic.com/help/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2024-01-04" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.help", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://nic.help", - "whois_server": "whois.nic.help", - "rdap_server": "https://rdap.centralnic.com/help/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2024-01-04" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/helsinki.json b/data/generated/tld/helsinki.json index 792dee30..44445ad4 100644 --- a/data/generated/tld/helsinki.json +++ b/data/generated/tld/helsinki.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.hel.fi", + "whois_server": "whois.nic.helsinki", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.helsinki", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.hel.fi", - "whois_server": "whois.nic.helsinki", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/here.json b/data/generated/tld/here.json index 0c564f28..d302778a 100644 --- a/data/generated/tld/here.json +++ b/data/generated/tld/here.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/hermes.json b/data/generated/tld/hermes.json index f6b6584c..2c20d30c 100644 --- a/data/generated/tld/hermes.json +++ b/data/generated/tld/hermes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://hermes.com", + "whois_server": "whois.nic.hermes", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2023-08-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hermes", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://hermes.com", - "whois_server": "whois.nic.hermes", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2023-08-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/hiphop.json b/data/generated/tld/hiphop.json index 58f2c05b..d447d620 100644 --- a/data/generated/tld/hiphop.json +++ b/data/generated/tld/hiphop.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://get.hiphop", + "whois_server": "whois.nic.hiphop", + "rdap_server": "https://rdap.registry.hiphop/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://get.hiphop", - "whois_server": "whois.nic.hiphop", - "rdap_server": "https://rdap.registry.hiphop/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/hisamitsu.json b/data/generated/tld/hisamitsu.json index 067fa22f..7948003e 100644 --- a/data/generated/tld/hisamitsu.json +++ b/data/generated/tld/hisamitsu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-05-13", + "tld_updated": [ + "2023-06-12" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-05-13", - "tld_updated": [ - "2023-06-12" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/hitachi.json b/data/generated/tld/hitachi.json index 7c0e1f6b..3ab20996 100644 --- a/data/generated/tld/hitachi.json +++ b/data/generated/tld/hitachi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/hiv.json b/data/generated/tld/hiv.json index 7fb76ec8..dd5f5d73 100644 --- a/data/generated/tld/hiv.json +++ b/data/generated/tld/hiv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/hk.json b/data/generated/tld/hk.json index e3db8f8e..5960fca0 100644 --- a/data/generated/tld/hk.json +++ b/data/generated/tld/hk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Hong Kong Internet Registration Corporation Ltd." } }, + "registry_url": "http://www.hkirc.hk", + "whois_server": "whois.hkirc.hk", + "tld_created": "1990-01-03", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "country_name_iso": "Hong Kong", + "as_org_aliases": [ + "CNNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cnnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.hkirc.net.hk", @@ -190,24 +208,6 @@ ] } ], - "registry_url": "http://www.hkirc.hk", - "whois_server": "whois.hkirc.hk", - "tld_created": "1990-01-03", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "country_name_iso": "Hong Kong", - "as_org_aliases": [ - "CNNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cnnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--j6w193g" ] diff --git a/data/generated/tld/hkt.json b/data/generated/tld/hkt.json index d7247ae6..1baea4b6 100644 --- a/data/generated/tld/hkt.json +++ b/data/generated/tld/hkt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.hkt", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hkt", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.hkt", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/hm.json b/data/generated/tld/hm.json index c11050af..8075c7b2 100644 --- a/data/generated/tld/hm.json +++ b/data/generated/tld/hm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "HM Domain Registry" } }, + "registry_url": "http://www.registry.hm", + "whois_server": "whois.registry.hm", + "tld_created": "1997-07-24", + "tld_updated": [ + "2023-12-14" + ], + "annotations": { + "country_name_iso": "Heard Island and McDonald Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.registry.hm", @@ -54,16 +64,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.registry.hm", - "whois_server": "whois.registry.hm", - "tld_created": "1997-07-24", - "tld_updated": [ - "2023-12-14" - ], - "annotations": { - "country_name_iso": "Heard Island and McDonald Islands", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/hn.json b/data/generated/tld/hn.json index fb901870..b0f8d985 100644 --- a/data/generated/tld/hn.json +++ b/data/generated/tld/hn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Red de Desarrollo Sostenible Honduras" } }, + "registry_url": "https://www.nic.hn", + "whois_server": "whois.nic.hn", + "rdap_server": "https://rdap.nic.hn/", + "tld_created": "1993-04-16", + "tld_updated": [ + "2024-07-24" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Honduras", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -87,26 +107,6 @@ } ] } - ], - "registry_url": "https://www.nic.hn", - "whois_server": "whois.nic.hn", - "rdap_server": "https://rdap.nic.hn/", - "tld_created": "1993-04-16", - "tld_updated": [ - "2024-07-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Honduras", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/hockey.json b/data/generated/tld/hockey.json index a607fd8b..c9a4c07f 100644 --- a/data/generated/tld/hockey.json +++ b/data/generated/tld/hockey.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.hockey", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/holdings.json b/data/generated/tld/holdings.json index 57ef4218..37e7ea50 100644 --- a/data/generated/tld/holdings.json +++ b/data/generated/tld/holdings.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.holdings", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/holiday.json b/data/generated/tld/holiday.json index 7c7ad69f..e80b88c0 100644 --- a/data/generated/tld/holiday.json +++ b/data/generated/tld/holiday.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.holiday", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/homedepot.json b/data/generated/tld/homedepot.json index 2b0951d8..0826becf 100644 --- a/data/generated/tld/homedepot.json +++ b/data/generated/tld/homedepot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.homedepot.com", + "whois_server": "whois.nic.homedepot", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.homedepot", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.homedepot.com", - "whois_server": "whois.nic.homedepot", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/homegoods.json b/data/generated/tld/homegoods.json index 1e5b7b5e..80647846 100644 --- a/data/generated/tld/homegoods.json +++ b/data/generated/tld/homegoods.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.homegoods/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.homegoods", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.homegoods/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/homes.json b/data/generated/tld/homes.json index e3acf397..8c4c7875 100644 --- a/data/generated/tld/homes.json +++ b/data/generated/tld/homes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.homes/", + "whois_server": "whois.nic.homes", + "rdap_server": "https://rdap.centralnic.com/homes/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.homes", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.homes/", - "whois_server": "whois.nic.homes", - "rdap_server": "https://rdap.centralnic.com/homes/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/homesense.json b/data/generated/tld/homesense.json index cdf39810..21de78a8 100644 --- a/data/generated/tld/homesense.json +++ b/data/generated/tld/homesense.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.homesense/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.homesense", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.homesense/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/honda.json b/data/generated/tld/honda.json index dd2714c8..26ed72b9 100644 --- a/data/generated/tld/honda.json +++ b/data/generated/tld/honda.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://honda.com", + "whois_server": "whois.nic.honda", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://honda.com", - "whois_server": "whois.nic.honda", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/horse.json b/data/generated/tld/horse.json index 3c0688a6..924af667 100644 --- a/data/generated/tld/horse.json +++ b/data/generated/tld/horse.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.horse/", + "whois_server": "whois.nic.horse", + "rdap_server": "https://rdap.nic.horse/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.horse", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.horse/", - "whois_server": "whois.nic.horse", - "rdap_server": "https://rdap.nic.horse/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/hospital.json b/data/generated/tld/hospital.json index bd501742..e4a8cc32 100644 --- a/data/generated/tld/hospital.json +++ b/data/generated/tld/hospital.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-12-02", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.hospital", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-12-02", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/host.json b/data/generated/tld/host.json index b6119ef0..fb87a797 100644 --- a/data/generated/tld/host.json +++ b/data/generated/tld/host.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.host", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.host", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/hosting.json b/data/generated/tld/hosting.json index 53ae5473..f469cd87 100644 --- a/data/generated/tld/hosting.json +++ b/data/generated/tld/hosting.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.hosting", + "whois_server": "whois.nic.hosting", + "rdap_server": "https://rdap.centralnic.com/hosting/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.hosting", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.hosting", - "whois_server": "whois.nic.hosting", - "rdap_server": "https://rdap.centralnic.com/hosting/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/hot.json b/data/generated/tld/hot.json index 64b2983f..4b6d5af6 100644 --- a/data/generated/tld/hot.json +++ b/data/generated/tld/hot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.hot", + "rdap_server": "https://rdap.nominet.uk/hot/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.hot", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.hot", - "rdap_server": "https://rdap.nominet.uk/hot/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/hotels.json b/data/generated/tld/hotels.json index 45d9d482..77ad9a87 100644 --- a/data/generated/tld/hotels.json +++ b/data/generated/tld/hotels.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.booking.com", + "whois_server": "whois.nic.hotels", + "rdap_server": "https://rdap.nic.hotels/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hotels", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.booking.com", - "whois_server": "whois.nic.hotels", - "rdap_server": "https://rdap.nic.hotels/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/hotmail.json b/data/generated/tld/hotmail.json index c9eefe56..79d99e82 100644 --- a/data/generated/tld/hotmail.json +++ b/data/generated/tld/hotmail.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/hotmail/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.hotmail", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/hotmail/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/house.json b/data/generated/tld/house.json index 8e1192cd..8da74bb9 100644 --- a/data/generated/tld/house.json +++ b/data/generated/tld/house.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.house", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/how.json b/data/generated/tld/how.json index 282fd10b..3f533354 100644 --- a/data/generated/tld/how.json +++ b/data/generated/tld/how.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/hr.json b/data/generated/tld/hr.json index 181303b7..244dd290 100644 --- a/data/generated/tld/hr.json +++ b/data/generated/tld/hr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "CARNet - Croatian Academic and Research Network" } }, + "registry_url": "http://www.dns.hr", + "whois_server": "whois.dns.hr", + "tld_created": "1993-02-27", + "tld_updated": [ + "2023-10-11" + ], + "annotations": { + "country_name_iso": "Croatia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "hr-ns-1.carnet.hr", @@ -75,22 +91,6 @@ } ] } - ], - "registry_url": "http://www.dns.hr", - "whois_server": "whois.dns.hr", - "tld_created": "1993-02-27", - "tld_updated": [ - "2023-10-11" - ], - "annotations": { - "country_name_iso": "Croatia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/hsbc.json b/data/generated/tld/hsbc.json index 1f35f09c..37e714b5 100644 --- a/data/generated/tld/hsbc.json +++ b/data/generated/tld/hsbc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.hsbc", + "rdap_server": "https://rdap.nic.hsbc/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hsbc", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.nic.hsbc", - "rdap_server": "https://rdap.nic.hsbc/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ht.json b/data/generated/tld/ht.json index 27694b8a..cb92b5f2 100644 --- a/data/generated/tld/ht.json +++ b/data/generated/tld/ht.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Faculté des Sciences de l'Université d'Etat d'Haïti/ FRDDH" } }, + "registry_url": "http://www.nic.ht", + "whois_server": "whois.nic.ht", + "rdap_server": "https://rdap.nic.ht/", + "tld_created": "1997-03-06", + "tld_updated": [ + "2025-03-05" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Haiti", + "as_org_aliases": [ + "AFNIC", + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -75,28 +97,6 @@ } ] } - ], - "registry_url": "http://www.nic.ht", - "whois_server": "whois.nic.ht", - "rdap_server": "https://rdap.nic.ht/", - "tld_created": "1997-03-06", - "tld_updated": [ - "2025-03-05" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Haiti", - "as_org_aliases": [ - "AFNIC", - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/hu.json b/data/generated/tld/hu.json index e63dd35f..5c2b2dfc 100644 --- a/data/generated/tld/hu.json +++ b/data/generated/tld/hu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Council of Hungarian Internet Providers (CHIP)" } }, + "registry_url": "https://www.domain.hu", + "whois_server": "whois.nic.hu", + "tld_created": "1990-11-07", + "tld_updated": [ + "2025-09-12" + ], + "annotations": { + "country_name_iso": "Hungary", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.hu", @@ -151,26 +171,6 @@ } ] } - ], - "registry_url": "https://www.domain.hu", - "whois_server": "whois.nic.hu", - "tld_created": "1990-11-07", - "tld_updated": [ - "2025-09-12" - ], - "annotations": { - "country_name_iso": "Hungary", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/hughes.json b/data/generated/tld/hughes.json index b4dc1748..e55fe7aa 100644 --- a/data/generated/tld/hughes.json +++ b/data/generated/tld/hughes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.hughes.com/", + "whois_server": "whois.nic.hughes", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hughes", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.hughes.com/", - "whois_server": "whois.nic.hughes", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/hyatt.json b/data/generated/tld/hyatt.json index fb159236..0c85c2d1 100644 --- a/data/generated/tld/hyatt.json +++ b/data/generated/tld/hyatt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.hyatt.com", + "rdap_server": "https://rdap.nic.hyatt/", + "tld_created": "2016-07-22", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hyatt", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.hyatt.com", - "rdap_server": "https://rdap.nic.hyatt/", - "tld_created": "2016-07-22", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/hyundai.json b/data/generated/tld/hyundai.json index 28e7a22c..26d40888 100644 --- a/data/generated/tld/hyundai.json +++ b/data/generated/tld/hyundai.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.hyundai.com", + "whois_server": "whois.nic.hyundai", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.hyundai.com", - "whois_server": "whois.nic.hyundai", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ibm.json b/data/generated/tld/ibm.json index fecc0c44..51a5b3a6 100644 --- a/data/generated/tld/ibm.json +++ b/data/generated/tld/ibm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.ibm.com", + "whois_server": "whois.nic.ibm", + "rdap_server": "https://rdap.nic.ibm/", + "tld_created": "2014-09-25", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "iana_sponsor_alias": "IBM", + "iana_sponsor_slug": "ibm", + "iana_admin_alias": "IBM", + "iana_admin_slug": "ibm", + "iana_tech_alias": "IBM", + "iana_tech_slug": "ibm", + "icann_registry_operator_alias": "IBM", + "icann_registry_operator_slug": "ibm", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ibm", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://www.ibm.com", - "whois_server": "whois.nic.ibm", - "rdap_server": "https://rdap.nic.ibm/", - "tld_created": "2014-09-25", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "iana_sponsor_alias": "IBM", - "iana_sponsor_slug": "ibm", - "iana_admin_alias": "IBM", - "iana_admin_slug": "ibm", - "iana_tech_alias": "IBM", - "iana_tech_slug": "ibm", - "icann_registry_operator_alias": "IBM", - "icann_registry_operator_slug": "ibm", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/icbc.json b/data/generated/tld/icbc.json index f12aa1db..0e375493 100644 --- a/data/generated/tld/icbc.json +++ b/data/generated/tld/icbc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.icbc.com.cn/ICBC/%E5%9F%9F%E5%90%8D%E6%B3%A8%E5%86%8C%E5%B1%80/default.htm", + "whois_server": "whois.nic.icbc", + "rdap_server": "https://rdap.zdnsgtld.com/icbc/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -125,29 +148,6 @@ } ] } - ], - "registry_url": "http://www.icbc.com.cn/ICBC/%E5%9F%9F%E5%90%8D%E6%B3%A8%E5%86%8C%E5%B1%80/default.htm", - "whois_server": "whois.nic.icbc", - "rdap_server": "https://rdap.zdnsgtld.com/icbc/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/ice.json b/data/generated/tld/ice.json index ae9363ee..c05fc633 100644 --- a/data/generated/tld/ice.json +++ b/data/generated/tld/ice.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.ice", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2023-09-05" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ice", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.ice", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2023-09-05" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/icu.json b/data/generated/tld/icu.json index c9f9c8cc..b8031563 100644 --- a/data/generated/tld/icu.json +++ b/data/generated/tld/icu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.icu/", + "whois_server": "whois.nic.icu", + "rdap_server": "https://rdap.centralnic.com/icu", + "tld_created": "2015-03-06", + "tld_updated": [ + "2024-06-19" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.icu", @@ -105,32 +131,6 @@ } ] } - ], - "registry_url": "http://nic.icu/", - "whois_server": "whois.nic.icu", - "rdap_server": "https://rdap.centralnic.com/icu", - "tld_created": "2015-03-06", - "tld_updated": [ - "2024-06-19" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/id.json b/data/generated/tld/id.json index a52d24f4..b2b37605 100644 --- a/data/generated/tld/id.json +++ b/data/generated/tld/id.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,18 @@ "tech": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)" } }, + "registry_url": "https://pandi.id", + "whois_server": "whois.id", + "rdap_server": "https://rdap.pandi.id/rdap/", + "tld_created": "1993-02-27", + "tld_updated": [ + "2023-11-22" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Indonesia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.id", @@ -113,18 +125,6 @@ } ] } - ], - "registry_url": "https://pandi.id", - "whois_server": "whois.id", - "rdap_server": "https://rdap.pandi.id/rdap/", - "tld_created": "1993-02-27", - "tld_updated": [ - "2023-11-22" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Indonesia", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ie.json b/data/generated/tld/ie.json index 2c7732ca..e5f2e357 100644 --- a/data/generated/tld/ie.json +++ b/data/generated/tld/ie.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "IE Domain Registry Limited" } }, + "registry_url": "http://www.weare.ie", + "whois_server": "whois.weare.ie", + "tld_created": "1988-01-27", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Ireland", + "as_org_aliases": [ + "AFNIC", + "CIRA", + "RcodeZero" + ], + "as_org_slugs": [ + "afnic", + "cira", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.ie", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "http://www.weare.ie", - "whois_server": "whois.weare.ie", - "tld_created": "1988-01-27", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Ireland", - "as_org_aliases": [ - "AFNIC", - "CIRA", - "RcodeZero" - ], - "as_org_slugs": [ - "afnic", - "cira", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ieee.json b/data/generated/tld/ieee.json index 09648c4d..4a29364b 100644 --- a/data/generated/tld/ieee.json +++ b/data/generated/tld/ieee.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.ieee.org", + "rdap_server": "https://rdap.nominet.uk/ieee/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.ieee", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "http://www.ieee.org", - "rdap_server": "https://rdap.nominet.uk/ieee/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ifm.json b/data/generated/tld/ifm.json index 2800afd3..c3935c2d 100644 --- a/data/generated/tld/ifm.json +++ b/data/generated/tld/ifm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ifm.com", + "whois_server": "whois.nic.ifm", + "rdap_server": "https://rdap.nic.ifm", + "tld_created": "2015-01-15", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.ifm.com", - "whois_server": "whois.nic.ifm", - "rdap_server": "https://rdap.nic.ifm", - "tld_created": "2015-01-15", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/ikano.json b/data/generated/tld/ikano.json index 581035c2..e45c49eb 100644 --- a/data/generated/tld/ikano.json +++ b/data/generated/tld/ikano.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.ikano.lu", + "whois_server": "whois.nic.ikano", + "rdap_server": "https://rdap.nic.ikano/v1/", + "tld_created": "2016-06-03", + "tld_updated": [ + "2026-05-06" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.ikano", @@ -86,28 +108,6 @@ } ] } - ], - "registry_url": "http://www.ikano.lu", - "whois_server": "whois.nic.ikano", - "rdap_server": "https://rdap.nic.ikano/v1/", - "tld_created": "2016-06-03", - "tld_updated": [ - "2026-05-06" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] } } diff --git a/data/generated/tld/il.json b/data/generated/tld/il.json index fa948881..0862947c 100644 --- a/data/generated/tld/il.json +++ b/data/generated/tld/il.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "The Israel Internet Association (RA)" } }, + "registry_url": "http://www.isoc.org.il/domains", + "whois_server": "whois.isoc.org.il", + "tld_created": "1985-10-24", + "tld_updated": [ + "2026-02-24" + ], + "annotations": { + "country_name_iso": "Israel", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ilns.ilan.net.il", @@ -157,24 +175,6 @@ "ipv6": [] } ], - "registry_url": "http://www.isoc.org.il/domains", - "whois_server": "whois.isoc.org.il", - "tld_created": "1985-10-24", - "tld_updated": [ - "2026-02-24" - ], - "annotations": { - "country_name_iso": "Israel", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--4dbrk0ce" ] diff --git a/data/generated/tld/im.json b/data/generated/tld/im.json index 8c5e93d5..16d2c207 100644 --- a/data/generated/tld/im.json +++ b/data/generated/tld/im.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Domicilium (IoM) Ltd" } }, + "registry_url": "http://www.nic.im", + "whois_server": "whois.nic.im", + "tld_created": "1996-09-11", + "tld_updated": [ + "2018-11-24" + ], + "annotations": { + "country_name_iso": "Isle of Man", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "barney.advsys.co.uk", @@ -73,16 +83,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.im", - "whois_server": "whois.nic.im", - "tld_created": "1996-09-11", - "tld_updated": [ - "2018-11-24" - ], - "annotations": { - "country_name_iso": "Isle of Man", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/imamat.json b/data/generated/tld/imamat.json index 912b4efa..361d4efd 100644 --- a/data/generated/tld/imamat.json +++ b/data/generated/tld/imamat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org", + "whois_server": "whois.nic.imamat", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.imamat", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.akdn.org", - "whois_server": "whois.nic.imamat", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/imdb.json b/data/generated/tld/imdb.json index b3136ca1..09e6840f 100644 --- a/data/generated/tld/imdb.json +++ b/data/generated/tld/imdb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.imdb", + "rdap_server": "https://rdap.nominet.uk/imdb/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.imdb", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.nic.imdb", - "rdap_server": "https://rdap.nominet.uk/imdb/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/immo.json b/data/generated/tld/immo.json index 62fbaf5c..60b4782b 100644 --- a/data/generated/tld/immo.json +++ b/data/generated/tld/immo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.immo", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/immobilien.json b/data/generated/tld/immobilien.json index 16cf5f0c..ae341523 100644 --- a/data/generated/tld/immobilien.json +++ b/data/generated/tld/immobilien.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.immobilien", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/in.json b/data/generated/tld/in.json index 2d11e44e..445364b4 100644 --- a/data/generated/tld/in.json +++ b/data/generated/tld/in.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "rdap_server": "https://rdap.nixiregistry.in/rdap/", + "tld_created": "1989-05-08", + "tld_updated": [ + "2026-04-15" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "rdap_source": "IANA", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -95,32 +121,6 @@ ] } ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "rdap_server": "https://rdap.nixiregistry.in/rdap/", - "tld_created": "1989-05-08", - "tld_updated": [ - "2026-04-15" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "rdap_source": "IANA", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - }, "idn": [ "xn--2scrj9c", "xn--3hcrj9c", diff --git a/data/generated/tld/inc.json b/data/generated/tld/inc.json index 6f78b64c..fd1388e1 100644 --- a/data/generated/tld/inc.json +++ b/data/generated/tld/inc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://get.inc", + "whois_server": "whois.nic.inc", + "rdap_server": "https://rdap.centralnic.com/inc/", + "tld_created": "2018-07-03", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.inc", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://get.inc", - "whois_server": "whois.nic.inc", - "rdap_server": "https://rdap.centralnic.com/inc/", - "tld_created": "2018-07-03", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/industries.json b/data/generated/tld/industries.json index 418a4887..731749bd 100644 --- a/data/generated/tld/industries.json +++ b/data/generated/tld/industries.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.industries", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/infiniti.json b/data/generated/tld/infiniti.json index 69f4e422..9dc56e58 100644 --- a/data/generated/tld/infiniti.json +++ b/data/generated/tld/infiniti.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/info.json b/data/generated/tld/info.json index 044a985d..4144bb63 100644 --- a/data/generated/tld/info.json +++ b/data/generated/tld/info.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2001-06-26", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.info.afilias-nst.info", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2001-06-26", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ing.json b/data/generated/tld/ing.json index df64d950..4e6788fd 100644 --- a/data/generated/tld/ing.json +++ b/data/generated/tld/ing.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/ink.json b/data/generated/tld/ink.json index 367ceba8..472775c1 100644 --- a/data/generated/tld/ink.json +++ b/data/generated/tld/ink.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.ink/", + "whois_server": "whois.nic.ink", + "rdap_server": "https://rdap.nic.ink/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ink", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.ink/", - "whois_server": "whois.nic.ink", - "rdap_server": "https://rdap.nic.ink/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/institute.json b/data/generated/tld/institute.json index 82fe18ca..e9315c8a 100644 --- a/data/generated/tld/institute.json +++ b/data/generated/tld/institute.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.institute", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/insurance.json b/data/generated/tld/insurance.json index 642a7add..7361c335 100644 --- a/data/generated/tld/insurance.json +++ b/data/generated/tld/insurance.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "https://www.ftld.com/", + "whois_server": "whois.nic.insurance", + "rdap_server": "https://rdap.nic.insurance/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_sponsor_alias": "fTLD Registry", + "iana_sponsor_slug": "ftld-registry", + "iana_admin_alias": "fTLD Registry", + "iana_admin_slug": "ftld-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "fTLD Registry", + "icann_registry_operator_slug": "ftld-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "d.nic.insurance", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "https://www.ftld.com/", - "whois_server": "whois.nic.insurance", - "rdap_server": "https://rdap.nic.insurance/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_sponsor_alias": "fTLD Registry", - "iana_sponsor_slug": "ftld-registry", - "iana_admin_alias": "fTLD Registry", - "iana_admin_slug": "ftld-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "fTLD Registry", - "icann_registry_operator_slug": "ftld-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/insure.json b/data/generated/tld/insure.json index 26cdebf6..f093c6da 100644 --- a/data/generated/tld/insure.json +++ b/data/generated/tld/insure.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.insure", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/int.json b/data/generated/tld/int.json index c4df5283..f354b5ed 100644 --- a/data/generated/tld/int.json +++ b/data/generated/tld/int.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "ICANN" } }, + "registry_url": "https://www.iana.org/domains/int", + "whois_server": "whois.iana.org", + "rdap_server": "https://rdap.iana.org/", + "tld_created": "1988-11-03", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "rdap_source": "IANA", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "ns.uu.net", @@ -137,22 +153,6 @@ } ] } - ], - "registry_url": "https://www.iana.org/domains/int", - "whois_server": "whois.iana.org", - "rdap_server": "https://rdap.iana.org/", - "tld_created": "1988-11-03", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "rdap_source": "IANA", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/international.json b/data/generated/tld/international.json index ad2f8bc8..55360af6 100644 --- a/data/generated/tld/international.json +++ b/data/generated/tld/international.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.international", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/intuit.json b/data/generated/tld/intuit.json index a515b1af..e2c776ed 100644 --- a/data/generated/tld/intuit.json +++ b/data/generated/tld/intuit.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.intuit.com/", + "rdap_server": "https://rdap.nic.intuit/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.intuit", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.intuit.com/", - "rdap_server": "https://rdap.nic.intuit/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/investments.json b/data/generated/tld/investments.json index 10e7b9ed..6284bbf5 100644 --- a/data/generated/tld/investments.json +++ b/data/generated/tld/investments.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.investments", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/io.json b/data/generated/tld/io.json index ec0f2474..194b9554 100644 --- a/data/generated/tld/io.json +++ b/data/generated/tld/io.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,30 @@ "tech": "Internet Computer Bureau Ltd" } }, + "registry_url": "http://www.nic.io/", + "whois_server": "whois.nic.io", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1997-09-16", + "tld_updated": [ + "2023-01-18" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "British Indian Ocean Territory", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.nic.io", @@ -94,30 +118,6 @@ } ] } - ], - "registry_url": "http://www.nic.io/", - "whois_server": "whois.nic.io", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-09-16", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "British Indian Ocean Territory", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ipiranga.json b/data/generated/tld/ipiranga.json index ed267b00..5305a607 100644 --- a/data/generated/tld/ipiranga.json +++ b/data/generated/tld/ipiranga.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://ipiranga.com.br", + "rdap_server": "https://rdap.nic.ipiranga/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ipiranga", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://ipiranga.com.br", - "rdap_server": "https://rdap.nic.ipiranga/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/iq.json b/data/generated/tld/iq.json index 87db6faf..eb5e630d 100644 --- a/data/generated/tld/iq.json +++ b/data/generated/tld/iq.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Communications and Media Commission (CMC)" } }, + "registry_url": "https://registrar.cmc.iq", + "whois_server": "whois.cmc.iq", + "tld_created": "1997-05-09", + "tld_updated": [ + "2023-12-18" + ], + "annotations": { + "country_name_iso": "Iraq", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.cmc.iq", @@ -88,24 +106,6 @@ ] } ], - "registry_url": "https://registrar.cmc.iq", - "whois_server": "whois.cmc.iq", - "tld_created": "1997-05-09", - "tld_updated": [ - "2023-12-18" - ], - "annotations": { - "country_name_iso": "Iraq", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbtx2b" ] diff --git a/data/generated/tld/ir.json b/data/generated/tld/ir.json index 233f1813..3c1bf381 100644 --- a/data/generated/tld/ir.json +++ b/data/generated/tld/ir.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Institute for Research in Fundamental Sciences (IPM)" } }, + "registry_url": "http://www.nic.ir", + "whois_server": "whois.nic.ir", + "tld_created": "1994-04-06", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Iran, Islamic Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ir", @@ -95,16 +105,6 @@ ] } ], - "registry_url": "http://www.nic.ir", - "whois_server": "whois.nic.ir", - "tld_created": "1994-04-06", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Iran, Islamic Republic of", - "geographic_scope": "country" - }, "idn": [ "xn--mgba3a4f16a" ] diff --git a/data/generated/tld/irish.json b/data/generated/tld/irish.json index 25a7b615..920e8cf8 100644 --- a/data/generated/tld/irish.json +++ b/data/generated/tld/irish.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.irish", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/is.json b/data/generated/tld/is.json index 34e520b1..5fc9ec29 100644 --- a/data/generated/tld/is.json +++ b/data/generated/tld/is.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "ISNIC - Internet á Íslandi hf." } }, + "registry_url": "https://www.isnic.is/", + "whois_server": "whois.isnic.is", + "rdap_server": "https://rdap.isnic.is/rdap/", + "tld_created": "1987-11-18", + "tld_updated": [ + "2026-02-18" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Iceland", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.is", @@ -113,26 +133,6 @@ } ] } - ], - "registry_url": "https://www.isnic.is/", - "whois_server": "whois.isnic.is", - "rdap_server": "https://rdap.isnic.is/rdap/", - "tld_created": "1987-11-18", - "tld_updated": [ - "2026-02-18" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Iceland", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ismaili.json b/data/generated/tld/ismaili.json index 8415bd0d..497bb180 100644 --- a/data/generated/tld/ismaili.json +++ b/data/generated/tld/ismaili.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org/", + "whois_server": "whois.nic.ismaili", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ismaili", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.akdn.org/", - "whois_server": "whois.nic.ismaili", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ist.json b/data/generated/tld/ist.json index 81643960..5a9b3aa2 100644 --- a/data/generated/tld/ist.json +++ b/data/generated/tld/ist.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.istanbul", + "whois_server": "whois.nic.ist", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.ist", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nic.istanbul", - "whois_server": "whois.nic.ist", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/istanbul.json b/data/generated/tld/istanbul.json index cb31b137..054ed9fe 100644 --- a/data/generated/tld/istanbul.json +++ b/data/generated/tld/istanbul.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.istanbul", + "whois_server": "whois.nic.istanbul", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.istanbul", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nic.istanbul", - "whois_server": "whois.nic.istanbul", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/it.json b/data/generated/tld/it.json index de154d74..c2a1fdae 100644 --- a/data/generated/tld/it.json +++ b/data/generated/tld/it.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "IIT - CNR" } }, + "registry_url": "https://www.nic.it/", + "whois_server": "whois.nic.it", + "tld_created": "1987-12-23", + "tld_updated": [ + "2025-12-17" + ], + "annotations": { + "country_name_iso": "Italy", + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.it", @@ -132,22 +148,6 @@ } ] } - ], - "registry_url": "https://www.nic.it/", - "whois_server": "whois.nic.it", - "tld_created": "1987-12-23", - "tld_updated": [ - "2025-12-17" - ], - "annotations": { - "country_name_iso": "Italy", - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/itau.json b/data/generated/tld/itau.json index 78756664..9738cb88 100644 --- a/data/generated/tld/itau.json +++ b/data/generated/tld/itau.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.itau.com", + "rdap_server": "https://rdap.nic.itau/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.itau", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.itau.com", - "rdap_server": "https://rdap.nic.itau/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/itv.json b/data/generated/tld/itv.json index 31a22356..00b33256 100644 --- a/data/generated/tld/itv.json +++ b/data/generated/tld/itv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.itv.com", + "whois_server": "whois.nic.itv", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.itv", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.itv.com", - "whois_server": "whois.nic.itv", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/jaguar.json b/data/generated/tld/jaguar.json index 6bf16640..68c6a2fa 100644 --- a/data/generated/tld/jaguar.json +++ b/data/generated/tld/jaguar.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.jaguar", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.jaguar", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.jaguar", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/java.json b/data/generated/tld/java.json index adca3e53..f0989bd4 100644 --- a/data/generated/tld/java.json +++ b/data/generated/tld/java.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.java", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-02-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.java", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.java", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-02-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/jcb.json b/data/generated/tld/jcb.json index 2699772f..b144ecb2 100644 --- a/data/generated/tld/jcb.json +++ b/data/generated/tld/jcb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.jcb", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.jcb", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/je.json b/data/generated/tld/je.json index d3ea5858..eb40f70e 100644 --- a/data/generated/tld/je.json +++ b/data/generated/tld/je.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Island Networks Limited" } }, + "registry_url": "http://www.nic.je", + "whois_server": "whois.je", + "tld_created": "1996-08-08", + "tld_updated": [ + "2024-02-12" + ], + "annotations": { + "country_name_iso": "Jersey", + "as_org_aliases": [ + "Nominet", + "Packet Clearing House" + ], + "as_org_slugs": [ + "nominet", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.ci-servers.org", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.nic.je", - "whois_server": "whois.je", - "tld_created": "1996-08-08", - "tld_updated": [ - "2024-02-12" - ], - "annotations": { - "country_name_iso": "Jersey", - "as_org_aliases": [ - "Nominet", - "Packet Clearing House" - ], - "as_org_slugs": [ - "nominet", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/jeep.json b/data/generated/tld/jeep.json index bb82d50f..13dae570 100644 --- a/data/generated/tld/jeep.json +++ b/data/generated/tld/jeep.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.fcausllc.com/", + "whois_server": "whois.nic.jeep", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-07", + "tld_updated": [ + "2026-05-20" + ], + "annotations": { + "iana_sponsor_alias": "Stellantis", + "iana_sponsor_slug": "stellantis", + "iana_admin_alias": "Stellantis", + "iana_admin_slug": "stellantis", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Stellantis", + "icann_registry_operator_slug": "stellantis", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a2.nic.jeep", @@ -124,35 +153,6 @@ } ] } - ], - "registry_url": "http://www.fcausllc.com/", - "whois_server": "whois.nic.jeep", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-07", - "tld_updated": [ - "2026-05-20" - ], - "annotations": { - "iana_sponsor_alias": "Stellantis", - "iana_sponsor_slug": "stellantis", - "iana_admin_alias": "Stellantis", - "iana_admin_slug": "stellantis", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Stellantis", - "icann_registry_operator_slug": "stellantis", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/jetzt.json b/data/generated/tld/jetzt.json index bb103fab..d2ac5b8b 100644 --- a/data/generated/tld/jetzt.json +++ b/data/generated/tld/jetzt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.jetzt", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/jewelry.json b/data/generated/tld/jewelry.json index a231da07..57cce75e 100644 --- a/data/generated/tld/jewelry.json +++ b/data/generated/tld/jewelry.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.jewelry", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/jio.json b/data/generated/tld/jio.json index 57ea32dc..56200d19 100644 --- a/data/generated/tld/jio.json +++ b/data/generated/tld/jio.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ril.com", + "whois_server": "whois.nic.jio", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2024-04-23" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.jio", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.ril.com", - "whois_server": "whois.nic.jio", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2024-04-23" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/jll.json b/data/generated/tld/jll.json index ed0e7867..d8c58807 100644 --- a/data/generated/tld/jll.json +++ b/data/generated/tld/jll.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.jll.com", + "whois_server": "whois.nic.jll", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.jll", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.jll.com", - "whois_server": "whois.nic.jll", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/jm.json b/data/generated/tld/jm.json index f1504908..987ba7c1 100644 --- a/data/generated/tld/jm.json +++ b/data/generated/tld/jm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,14 @@ "tech": "Mona Information Technology Services\nUniversity of the West Indies" } }, + "tld_created": "1991-09-24", + "tld_updated": [ + "2025-07-10" + ], + "annotations": { + "country_name_iso": "Jamaica", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "jm.cctld.authdns.ripe.net", @@ -80,14 +88,6 @@ } ] } - ], - "tld_created": "1991-09-24", - "tld_updated": [ - "2025-07-10" - ], - "annotations": { - "country_name_iso": "Jamaica", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/jmp.json b/data/generated/tld/jmp.json index 74803822..bc12e7fd 100644 --- a/data/generated/tld/jmp.json +++ b/data/generated/tld/jmp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.jmp.com", + "rdap_server": "https://rdap.nic.jmp/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.jmp", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.jmp.com", - "rdap_server": "https://rdap.nic.jmp/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/jnj.json b/data/generated/tld/jnj.json index 7452c613..c3a5daf9 100644 --- a/data/generated/tld/jnj.json +++ b/data/generated/tld/jnj.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.jnj.com/", + "rdap_server": "https://rdap.centralnicregistry.com/jnj", + "tld_created": "2016-01-14", + "tld_updated": [ + "2025-04-09" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "w.nic.jnj", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.jnj.com/", - "rdap_server": "https://rdap.centralnicregistry.com/jnj", - "tld_created": "2016-01-14", - "tld_updated": [ - "2025-04-09" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/jo.json b/data/generated/tld/jo.json index 62dc33a3..96a8300e 100644 --- a/data/generated/tld/jo.json +++ b/data/generated/tld/jo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Ministry of Digital Economy and Entrepreneurship (MoDEE)" } }, + "registry_url": "https://www.dns.jo", + "tld_created": "1994-11-23", + "tld_updated": [ + "2026-02-24" + ], + "annotations": { + "country_name_iso": "Jordan", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.cctld-servers.net.jo", @@ -133,21 +148,6 @@ ] } ], - "registry_url": "https://www.dns.jo", - "tld_created": "1994-11-23", - "tld_updated": [ - "2026-02-24" - ], - "annotations": { - "country_name_iso": "Jordan", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbayh7gpa" ] diff --git a/data/generated/tld/jobs.json b/data/generated/tld/jobs.json index cbcf99fd..cf32fe53 100644 --- a/data/generated/tld/jobs.json +++ b/data/generated/tld/jobs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.goto.jobs", + "rdap_server": "https://rdap.nominet.uk/jobs/", + "tld_created": "2005-09-08", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_admin_alias": "Second Genistry", + "iana_admin_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.jobs", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.goto.jobs", - "rdap_server": "https://rdap.nominet.uk/jobs/", - "tld_created": "2005-09-08", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_admin_alias": "Second Genistry", - "iana_admin_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/joburg.json b/data/generated/tld/joburg.json index 2a7b6443..9065fabf 100644 --- a/data/generated/tld/joburg.json +++ b/data/generated/tld/joburg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.registry.net.za", + "whois_server": "whois.nic.joburg", + "rdap_server": "https://rdap.nic.joburg/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "iana_admin_alias": "ZACR", + "iana_admin_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -86,33 +113,6 @@ } ] } - ], - "registry_url": "http://www.registry.net.za", - "whois_server": "whois.nic.joburg", - "rdap_server": "https://rdap.nic.joburg/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "iana_admin_alias": "ZACR", - "iana_admin_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/jot.json b/data/generated/tld/jot.json index ab453187..04e93e29 100644 --- a/data/generated/tld/jot.json +++ b/data/generated/tld/jot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.jot", + "rdap_server": "https://rdap.nominet.uk/jot/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2026-05-04" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.jot", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "http://www.nic.jot", - "rdap_server": "https://rdap.nominet.uk/jot/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2026-05-04" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/joy.json b/data/generated/tld/joy.json index b5edfb83..116c7cbf 100644 --- a/data/generated/tld/joy.json +++ b/data/generated/tld/joy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.joy", + "rdap_server": "https://rdap.nominet.uk/joy/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.joy", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.joy", - "rdap_server": "https://rdap.nominet.uk/joy/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/jp.json b/data/generated/tld/jp.json index 18ba5562..27240e60 100644 --- a/data/generated/tld/jp.json +++ b/data/generated/tld/jp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Japan Registry Services Co., Ltd." } }, + "registry_url": "https://jprs.jp/", + "whois_server": "whois.jprs.jp", + "tld_created": "1986-08-05", + "tld_updated": [ + "2025-11-06" + ], + "annotations": { + "country_name_iso": "Japan", + "as_org_aliases": [ + "Identity Digital", + "UltraDNS" + ], + "as_org_slugs": [ + "identity-digital", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.jp", @@ -163,24 +181,6 @@ } ] } - ], - "registry_url": "https://jprs.jp/", - "whois_server": "whois.jprs.jp", - "tld_created": "1986-08-05", - "tld_updated": [ - "2025-11-06" - ], - "annotations": { - "country_name_iso": "Japan", - "as_org_aliases": [ - "Identity Digital", - "UltraDNS" - ], - "as_org_slugs": [ - "identity-digital", - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/jpmorgan.json b/data/generated/tld/jpmorgan.json index 2f9a3768..b99416e8 100644 --- a/data/generated/tld/jpmorgan.json +++ b/data/generated/tld/jpmorgan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.jpmorganchase.com", + "rdap_server": "https://rdap.nic.jpmorgan/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.jpmorgan", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.jpmorganchase.com", - "rdap_server": "https://rdap.nic.jpmorgan/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/jprs.json b/data/generated/tld/jprs.json index bcaf33a7..bc89932f 100644 --- a/data/generated/tld/jprs.json +++ b/data/generated/tld/jprs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "https://nic.jprs/", + "whois_server": "whois.nic.jprs", + "rdap_server": "https://rdap.nic.jprs/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-09-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "tld1.nic.jprs", @@ -124,26 +144,6 @@ } ] } - ], - "registry_url": "https://nic.jprs/", - "whois_server": "whois.nic.jprs", - "rdap_server": "https://rdap.nic.jprs/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-09-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/juegos.json b/data/generated/tld/juegos.json index 906187d2..9717658f 100644 --- a/data/generated/tld/juegos.json +++ b/data/generated/tld/juegos.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-09-25" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.juegos", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-09-25" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/juniper.json b/data/generated/tld/juniper.json index 07ff840d..548d9b0f 100644 --- a/data/generated/tld/juniper.json +++ b/data/generated/tld/juniper.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://juniper.net", + "whois_server": "whois.nic.juniper", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.juniper", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://juniper.net", - "whois_server": "whois.nic.juniper", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kaufen.json b/data/generated/tld/kaufen.json index 92cc09e1..ec90af70 100644 --- a/data/generated/tld/kaufen.json +++ b/data/generated/tld/kaufen.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.kaufen", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kddi.json b/data/generated/tld/kddi.json index bdcdbe97..378a0127 100644 --- a/data/generated/tld/kddi.json +++ b/data/generated/tld/kddi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.kddi", + "whois_server": "whois.nic.kddi", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.kddi", - "whois_server": "whois.nic.kddi", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ke.json b/data/generated/tld/ke.json index 1bdf00bd..25e621e0 100644 --- a/data/generated/tld/ke.json +++ b/data/generated/tld/ke.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Kenya Network Information Center (KeNIC)" } }, + "registry_url": "http://www.kenic.or.ke", + "whois_server": "whois.kenic.or.ke", + "rdap_server": "https://rdap.kenic.or.ke", + "tld_created": "1993-04-29", + "tld_updated": [ + "2025-10-25" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Kenya", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "kenic.anycastdns.cz", @@ -105,24 +123,6 @@ } ] } - ], - "registry_url": "http://www.kenic.or.ke", - "whois_server": "whois.kenic.or.ke", - "rdap_server": "https://rdap.kenic.or.ke", - "tld_created": "1993-04-29", - "tld_updated": [ - "2025-10-25" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Kenya", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/kerryhotels.json b/data/generated/tld/kerryhotels.json index adff59ec..816c0dc7 100644 --- a/data/generated/tld/kerryhotels.json +++ b/data/generated/tld/kerryhotels.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.kerryhotels", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kerryhotels", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.kerryhotels", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kerryproperties.json b/data/generated/tld/kerryproperties.json index 1f8b66fe..b7f79c94 100644 --- a/data/generated/tld/kerryproperties.json +++ b/data/generated/tld/kerryproperties.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.kerryproperties", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kerryproperties", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.kerryproperties", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kfh.json b/data/generated/tld/kfh.json index 315d8c9f..bb1f5447 100644 --- a/data/generated/tld/kfh.json +++ b/data/generated/tld/kfh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://kfh.com", + "whois_server": "whois.nic.kfh", + "rdap_server": "https://rdap.registry.kfh/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2026-04-06" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://kfh.com", - "whois_server": "whois.nic.kfh", - "rdap_server": "https://rdap.registry.kfh/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2026-04-06" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/kg.json b/data/generated/tld/kg.json index 7a6b2e73..7314dd81 100644 --- a/data/generated/tld/kg.json +++ b/data/generated/tld/kg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,18 @@ "tech": "AsiaInfo Telecommunication Enterprise" } }, + "registry_url": "https://www.cctld.kg/", + "whois_server": "whois.kg", + "rdap_server": "http://rdap.cctld.kg/", + "tld_created": "1995-07-12", + "tld_updated": [ + "2025-07-23" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Kyrgyzstan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "kg.cctld.authdns.ripe.net", @@ -75,18 +87,6 @@ } ] } - ], - "registry_url": "https://www.cctld.kg/", - "whois_server": "whois.kg", - "rdap_server": "http://rdap.cctld.kg/", - "tld_created": "1995-07-12", - "tld_updated": [ - "2025-07-23" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Kyrgyzstan", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/kh.json b/data/generated/tld/kh.json index 19e5b243..fca9bef9 100644 --- a/data/generated/tld/kh.json +++ b/data/generated/tld/kh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "TRC" } }, + "registry_url": "http://www.trc.gov.kh", + "tld_created": "1996-02-20", + "tld_updated": [ + "2026-02-26" + ], + "annotations": { + "country_name_iso": "Cambodia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.online.com.kh", @@ -73,15 +82,6 @@ } ] } - ], - "registry_url": "http://www.trc.gov.kh", - "tld_created": "1996-02-20", - "tld_updated": [ - "2026-02-26" - ], - "annotations": { - "country_name_iso": "Cambodia", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ki.json b/data/generated/tld/ki.json index 4b19370c..06e54f73 100644 --- a/data/generated/tld/ki.json +++ b/data/generated/tld/ki.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Communications Commission of Kiribati" } }, + "registry_url": "http://www.nic.ki", + "whois_server": "whois.nic.ki", + "tld_created": "1995-04-19", + "tld_updated": [ + "2024-02-06" + ], + "annotations": { + "country_name_iso": "Kiribati", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycastdns1.nic.ki", @@ -68,22 +84,6 @@ } ] } - ], - "registry_url": "http://www.nic.ki", - "whois_server": "whois.nic.ki", - "tld_created": "1995-04-19", - "tld_updated": [ - "2024-02-06" - ], - "annotations": { - "country_name_iso": "Kiribati", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/kia.json b/data/generated/tld/kia.json index 87d6e97b..fa13e8f7 100644 --- a/data/generated/tld/kia.json +++ b/data/generated/tld/kia.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.kia.com", + "whois_server": "whois.nic.kia", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.kia.com", - "whois_server": "whois.nic.kia", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/kids.json b/data/generated/tld/kids.json index 4aab48dd..d3a95475 100644 --- a/data/generated/tld/kids.json +++ b/data/generated/tld/kids.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.dotkids.asia", + "whois_server": "whois.nic.kids", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2022-03-05", + "tld_updated": [ + "2025-09-02" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kids", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.dotkids.asia", - "whois_server": "whois.nic.kids", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2022-03-05", - "tld_updated": [ - "2025-09-02" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kim.json b/data/generated/tld/kim.json index 2c6c5ecb..954070b7 100644 --- a/data/generated/tld/kim.json +++ b/data/generated/tld/kim.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kim", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kindle.json b/data/generated/tld/kindle.json index 598b8b58..2be420b4 100644 --- a/data/generated/tld/kindle.json +++ b/data/generated/tld/kindle.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.kindle", + "rdap_server": "https://rdap.nominet.uk/kindle/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.kindle", @@ -181,34 +209,6 @@ } ] } - ], - "registry_url": "http://www.nic.kindle", - "rdap_server": "https://rdap.nominet.uk/kindle/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/kitchen.json b/data/generated/tld/kitchen.json index 9ee90171..625e801f 100644 --- a/data/generated/tld/kitchen.json +++ b/data/generated/tld/kitchen.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.kitchen", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kiwi.json b/data/generated/tld/kiwi.json index 2412d44f..20b8df12 100644 --- a/data/generated/tld/kiwi.json +++ b/data/generated/tld/kiwi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://hello.kiwi", + "whois_server": "whois.nic.kiwi", + "rdap_server": "https://rdap.kiwi.fury.ca/rdap/", + "tld_created": "2013-11-25", + "tld_updated": [ + "2026-05-07" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "cultural_affiliation": "kiwi" + }, "nameservers": [ { "hostname": "a.ns.nic.kiwi", @@ -105,31 +130,6 @@ } ] } - ], - "registry_url": "http://hello.kiwi", - "whois_server": "whois.nic.kiwi", - "rdap_server": "https://rdap.kiwi.fury.ca/rdap/", - "tld_created": "2013-11-25", - "tld_updated": [ - "2026-05-07" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "cultural_affiliation": "kiwi" - } + ] } } diff --git a/data/generated/tld/km.json b/data/generated/tld/km.json index 49824251..4e335dad 100644 --- a/data/generated/tld/km.json +++ b/data/generated/tld/km.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Comores Telecom" } }, + "registry_url": "http://www.domaine.km/", + "tld_created": "1998-06-08", + "tld_updated": [ + "2020-06-01" + ], + "annotations": { + "country_name_iso": "Comoros", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.km", @@ -61,15 +70,6 @@ } ] } - ], - "registry_url": "http://www.domaine.km/", - "tld_created": "1998-06-08", - "tld_updated": [ - "2020-06-01" - ], - "annotations": { - "country_name_iso": "Comoros", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/kn.json b/data/generated/tld/kn.json index f4a1fc2e..43465e6d 100644 --- a/data/generated/tld/kn.json +++ b/data/generated/tld/kn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Taiwan Network Information Center (TWNIC)" } }, + "whois_server": "whois.nic.kn", + "tld_created": "1991-09-03", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Saint Kitts and Nevis", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.anycastdns.cz", @@ -68,21 +83,6 @@ } ] } - ], - "whois_server": "whois.nic.kn", - "tld_created": "1991-09-03", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Saint Kitts and Nevis", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/koeln.json b/data/generated/tld/koeln.json index 9bb8994f..fed50b0e 100644 --- a/data/generated/tld/koeln.json +++ b/data/generated/tld/koeln.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.koeln", + "whois_server": "whois.ryce-rsp.com", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -86,29 +109,6 @@ } ] } - ], - "registry_url": "https://www.nic.koeln", - "whois_server": "whois.ryce-rsp.com", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/komatsu.json b/data/generated/tld/komatsu.json index 27e56b00..3eb96553 100644 --- a/data/generated/tld/komatsu.json +++ b/data/generated/tld/komatsu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.komatsu.com/", + "whois_server": "whois.nic.komatsu", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.komatsu.com/", - "whois_server": "whois.nic.komatsu", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/kosher.json b/data/generated/tld/kosher.json index 938ec770..4c0733e0 100644 --- a/data/generated/tld/kosher.json +++ b/data/generated/tld/kosher.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.ok.org/", + "whois_server": "whois.nic.kosher", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-03", + "tld_updated": [ + "2023-08-07" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kosher", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.ok.org/", - "whois_server": "whois.nic.kosher", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-03", - "tld_updated": [ - "2023-08-07" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kp.json b/data/generated/tld/kp.json index e73479da..ff1ee82c 100644 --- a/data/generated/tld/kp.json +++ b/data/generated/tld/kp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Star Joint Venture Company" } }, + "registry_url": "http://www.star.co.kp", + "tld_created": "2007-09-24", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Korea, Democratic People's Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.kptc.kp", @@ -42,15 +51,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.star.co.kp", - "tld_created": "2007-09-24", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Korea, Democratic People's Republic of", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/kpmg.json b/data/generated/tld/kpmg.json index 95129728..f3c381a7 100644 --- a/data/generated/tld/kpmg.json +++ b/data/generated/tld/kpmg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://home.kpmg.com", + "rdap_server": "https://rdap.nic.kpmg/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.kpmg", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://home.kpmg.com", - "rdap_server": "https://rdap.nic.kpmg/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/kpn.json b/data/generated/tld/kpn.json index 7cad6430..5696cef8 100644 --- a/data/generated/tld/kpn.json +++ b/data/generated/tld/kpn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "rdap_server": "https://rdap.centralnic.com/kpn", + "tld_created": "2015-12-04", + "tld_updated": [ + "2024-06-04" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.kpn", @@ -105,27 +126,6 @@ } ] } - ], - "rdap_server": "https://rdap.centralnic.com/kpn", - "tld_created": "2015-12-04", - "tld_updated": [ - "2024-06-04" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/kr.json b/data/generated/tld/kr.json index b2b81dc5..8a97084b 100644 --- a/data/generated/tld/kr.json +++ b/data/generated/tld/kr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,20 @@ "tech": "Korea Internet & Security Agency (KISA)" } }, + "registry_url": "http://www.nic.or.kr/", + "whois_server": "whois.kr", + "tld_created": "1986-09-29", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "iana_sponsor_alias": "KISA", + "iana_sponsor_slug": "kisa", + "iana_tech_alias": "KISA", + "iana_tech_slug": "kisa", + "country_name_iso": "Korea, Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.kr", @@ -119,20 +133,6 @@ ] } ], - "registry_url": "http://www.nic.or.kr/", - "whois_server": "whois.kr", - "tld_created": "1986-09-29", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "iana_sponsor_alias": "KISA", - "iana_sponsor_slug": "kisa", - "iana_tech_alias": "KISA", - "iana_tech_slug": "kisa", - "country_name_iso": "Korea, Republic of", - "geographic_scope": "country" - }, "idn": [ "xn--3e0b707e" ] diff --git a/data/generated/tld/krd.json b/data/generated/tld/krd.json index a8b17633..c987dda3 100644 --- a/data/generated/tld/krd.json +++ b/data/generated/tld/krd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "https://dot.krd", + "whois_server": "whois.nic.krd", + "rdap_server": "https://rdap.nic.krd", + "tld_created": "2014-07-10", + "tld_updated": [ + "2023-12-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "cultural_affiliation": "kurdish" + }, "nameservers": [ { "hostname": "a.nic.krd", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "https://dot.krd", - "whois_server": "whois.nic.krd", - "rdap_server": "https://rdap.nic.krd", - "tld_created": "2014-07-10", - "tld_updated": [ - "2023-12-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "cultural_affiliation": "kurdish" - } + ] } } diff --git a/data/generated/tld/kred.json b/data/generated/tld/kred.json index 1a373b5f..8907ce6b 100644 --- a/data/generated/tld/kred.json +++ b/data/generated/tld/kred.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.peoplebrowsr.com", + "rdap_server": "https://rdap.centralnic.com/kred/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.kred", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "http://www.peoplebrowsr.com", - "rdap_server": "https://rdap.centralnic.com/kred/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/kuokgroup.json b/data/generated/tld/kuokgroup.json index 8bf738f1..9112819f 100644 --- a/data/generated/tld/kuokgroup.json +++ b/data/generated/tld/kuokgroup.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.kuokgroup", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kuokgroup", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.kuokgroup", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/kw.json b/data/generated/tld/kw.json index 29c19ed4..8d78253a 100644 --- a/data/generated/tld/kw.json +++ b/data/generated/tld/kw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "Kuwaitnet General Trading & Contracting Co" } }, + "registry_url": "http://www.nic.kw", + "tld_created": "1992-10-26", + "tld_updated": [ + "2024-10-30" + ], + "annotations": { + "country_name_iso": "Kuwait", + "as_org_aliases": [ + "Amazon", + "Packet Clearing House" + ], + "as_org_slugs": [ + "amazon", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.kw", @@ -99,23 +116,6 @@ } ] } - ], - "registry_url": "http://www.nic.kw", - "tld_created": "1992-10-26", - "tld_updated": [ - "2024-10-30" - ], - "annotations": { - "country_name_iso": "Kuwait", - "as_org_aliases": [ - "Amazon", - "Packet Clearing House" - ], - "as_org_slugs": [ - "amazon", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ky.json b/data/generated/tld/ky.json index 91b2cbf8..c1575c90 100644 --- a/data/generated/tld/ky.json +++ b/data/generated/tld/ky.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Tucows.com, Co." } }, + "registry_url": "http://uniregistry.com", + "whois_server": "whois.kyregistry.ky", + "rdap_server": "https://whois.kyregistry.ky/rdap/", + "tld_created": "1995-05-03", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "country_name_iso": "Cayman Islands", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -94,28 +116,6 @@ } ] } - ], - "registry_url": "http://uniregistry.com", - "whois_server": "whois.kyregistry.ky", - "rdap_server": "https://whois.kyregistry.ky/rdap/", - "tld_created": "1995-05-03", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "country_name_iso": "Cayman Islands", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/kyoto.json b/data/generated/tld/kyoto.json index 58139272..dedf5fe7 100644 --- a/data/generated/tld/kyoto.json +++ b/data/generated/tld/kyoto.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.kyoto", + "whois_server": "whois.nic.kyoto", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.kyoto", - "whois_server": "whois.nic.kyoto", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/kz.json b/data/generated/tld/kz.json index e264cf2b..7684a77c 100644 --- a/data/generated/tld/kz.json +++ b/data/generated/tld/kz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "KazNIC Organization" } }, + "registry_url": "http://www.nic.kz", + "whois_server": "whois.nic.kz", + "tld_created": "1994-09-19", + "tld_updated": [ + "2023-01-24" + ], + "annotations": { + "country_name_iso": "Kazakhstan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.nic.kz", @@ -76,22 +92,6 @@ ] } ], - "registry_url": "http://www.nic.kz", - "whois_server": "whois.nic.kz", - "tld_created": "1994-09-19", - "tld_updated": [ - "2023-01-24" - ], - "annotations": { - "country_name_iso": "Kazakhstan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--80ao21a" ] diff --git a/data/generated/tld/la.json b/data/generated/tld/la.json index 76eb9990..912f7485 100644 --- a/data/generated/tld/la.json +++ b/data/generated/tld/la.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Lao National Internet Center (LANIC)" } }, + "registry_url": "http://www.la", + "whois_server": "whois.nic.la", + "tld_created": "1996-05-14", + "tld_updated": [ + "2025-08-21" + ], + "annotations": { + "country_name_iso": "Lao People's Democratic Republic", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.la", @@ -95,22 +111,6 @@ ] } ], - "registry_url": "http://www.la", - "whois_server": "whois.nic.la", - "tld_created": "1996-05-14", - "tld_updated": [ - "2025-08-21" - ], - "annotations": { - "country_name_iso": "Lao People's Democratic Republic", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--q7ce6a" ] diff --git a/data/generated/tld/lacaixa.json b/data/generated/tld/lacaixa.json index ced55374..1f6685bf 100644 --- a/data/generated/tld/lacaixa.json +++ b/data/generated/tld/lacaixa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.lacaixa.com", + "whois_server": "whois.nic.lacaixa", + "rdap_server": "https://rdap.nic.lacaixa/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,26 +125,6 @@ } ] } - ], - "registry_url": "http://www.lacaixa.com", - "whois_server": "whois.nic.lacaixa", - "rdap_server": "https://rdap.nic.lacaixa/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/lamborghini.json b/data/generated/tld/lamborghini.json index 7ed2d3fe..70ca4f0b 100644 --- a/data/generated/tld/lamborghini.json +++ b/data/generated/tld/lamborghini.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.lamborghini.com", + "whois_server": "whois.nic.lamborghini", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Audi", + "iana_sponsor_slug": "audi", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Audi", + "icann_registry_operator_slug": "audi", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lamborghini", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.lamborghini.com", - "whois_server": "whois.nic.lamborghini", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Audi", - "iana_sponsor_slug": "audi", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Audi", - "icann_registry_operator_slug": "audi", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lamer.json b/data/generated/tld/lamer.json index 2fe84382..87c1a444 100644 --- a/data/generated/tld/lamer.json +++ b/data/generated/tld/lamer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", + "whois_server": "whois.nic.lamer", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lamer", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", - "whois_server": "whois.nic.lamer", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/land.json b/data/generated/tld/land.json index 10214a9e..74e8f276 100644 --- a/data/generated/tld/land.json +++ b/data/generated/tld/land.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.land", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/landrover.json b/data/generated/tld/landrover.json index 29e8f3e7..08ff2d52 100644 --- a/data/generated/tld/landrover.json +++ b/data/generated/tld/landrover.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.landrover", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.landrover", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.landrover", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lanxess.json b/data/generated/tld/lanxess.json index d1a245c3..5be3f152 100644 --- a/data/generated/tld/lanxess.json +++ b/data/generated/tld/lanxess.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.lanxess.com", + "rdap_server": "https://rdap.nic.lanxess/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lanxess", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.lanxess.com", - "rdap_server": "https://rdap.nic.lanxess/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/lasalle.json b/data/generated/tld/lasalle.json index 9f973afb..f5f23622 100644 --- a/data/generated/tld/lasalle.json +++ b/data/generated/tld/lasalle.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.jll.com", + "whois_server": "whois.nic.lasalle", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lasalle", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.jll.com", - "whois_server": "whois.nic.lasalle", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lat.json b/data/generated/tld/lat.json index b0bc064b..e3b3622f 100644 --- a/data/generated/tld/lat.json +++ b/data/generated/tld/lat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "https://nic.lat", + "whois_server": "whois.nic.lat", + "rdap_server": "https://rdap.centralnic.com/lat/", + "tld_created": "2014-12-04", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "a.nic.lat", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "https://nic.lat", - "whois_server": "whois.nic.lat", - "rdap_server": "https://rdap.centralnic.com/lat/", - "tld_created": "2014-12-04", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "supranational" - } + ] } } diff --git a/data/generated/tld/latino.json b/data/generated/tld/latino.json index 79aac237..fe347a09 100644 --- a/data/generated/tld/latino.json +++ b/data/generated/tld/latino.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com/", + "whois_server": "whois.nic.latino", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.dish.com/", - "whois_server": "whois.nic.latino", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/latrobe.json b/data/generated/tld/latrobe.json index 0970bf71..306ee30d 100644 --- a/data/generated/tld/latrobe.json +++ b/data/generated/tld/latrobe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.latrobe", + "whois_server": "whois.nic.latrobe", + "rdap_server": "https://rdap.nic.latrobe/", + "tld_created": "2014-11-06", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.latrobe", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.latrobe", - "whois_server": "whois.nic.latrobe", - "rdap_server": "https://rdap.nic.latrobe/", - "tld_created": "2014-11-06", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/law.json b/data/generated/tld/law.json index 45890cb7..ce7bc4d2 100644 --- a/data/generated/tld/law.json +++ b/data/generated/tld/law.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.law/", + "whois_server": "whois.nic.law", + "rdap_server": "https://rdap.nic.law/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.law", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.law/", - "whois_server": "whois.nic.law", - "rdap_server": "https://rdap.nic.law/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/lawyer.json b/data/generated/tld/lawyer.json index 206a3429..8db4eb5e 100644 --- a/data/generated/tld/lawyer.json +++ b/data/generated/tld/lawyer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lawyer", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lb.json b/data/generated/tld/lb.json index a89e1e3e..98106313 100644 --- a/data/generated/tld/lb.json +++ b/data/generated/tld/lb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,18 @@ "tech": "5147 Crystal Springs Drive NE" } }, + "registry_url": "https://www.lbdr.org.lb", + "whois_server": "whois.lbdr.org.lb", + "rdap_server": "https://rdap.lbdr.org.lb", + "tld_created": "1993-08-25", + "tld_updated": [ + "2024-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Lebanon", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.ns.lb", @@ -189,18 +201,6 @@ } ] } - ], - "registry_url": "https://www.lbdr.org.lb", - "whois_server": "whois.lbdr.org.lb", - "rdap_server": "https://rdap.lbdr.org.lb", - "tld_created": "1993-08-25", - "tld_updated": [ - "2024-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Lebanon", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/lc.json b/data/generated/tld/lc.json index ea4981d7..ebbf0234 100644 --- a/data/generated/tld/lc.json +++ b/data/generated/tld/lc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "NIC LC" } }, + "registry_url": "http://www.nic.lc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2023-01-18" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Saint Lucia", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -132,23 +149,6 @@ } ] } - ], - "registry_url": "http://www.nic.lc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Saint Lucia", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/lds.json b/data/generated/tld/lds.json index 63cd360c..68f23de3 100644 --- a/data/generated/tld/lds.json +++ b/data/generated/tld/lds.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.lds.org", + "whois_server": "whois.nic.lds", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2023-08-15" + ], + "annotations": { + "iana_sponsor_alias": "LDS", + "iana_sponsor_slug": "lds", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "LDS", + "icann_registry_operator_slug": "lds", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lds", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.lds.org", - "whois_server": "whois.nic.lds", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2023-08-15" - ], - "annotations": { - "iana_sponsor_alias": "LDS", - "iana_sponsor_slug": "lds", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "LDS", - "icann_registry_operator_slug": "lds", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lease.json b/data/generated/tld/lease.json index 2bffe544..d93a4534 100644 --- a/data/generated/tld/lease.json +++ b/data/generated/tld/lease.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lease", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/leclerc.json b/data/generated/tld/leclerc.json index a2b9cb40..4ff549be 100644 --- a/data/generated/tld/leclerc.json +++ b/data/generated/tld/leclerc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.mouvement-leclerc.com", + "whois_server": "whois.nic.leclerc", + "rdap_server": "https://rdap.nic.leclerc", + "tld_created": "2015-01-29", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,32 +112,6 @@ } ] } - ], - "registry_url": "http://www.mouvement-leclerc.com", - "whois_server": "whois.nic.leclerc", - "rdap_server": "https://rdap.nic.leclerc", - "tld_created": "2015-01-29", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/lefrak.json b/data/generated/tld/lefrak.json index 7cf6edf0..4e3b4a81 100644 --- a/data/generated/tld/lefrak.json +++ b/data/generated/tld/lefrak.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://lefrak.com", + "whois_server": "whois.nic.lefrak", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-31", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lefrak", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://lefrak.com", - "whois_server": "whois.nic.lefrak", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-31", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/legal.json b/data/generated/tld/legal.json index af193c7f..06eba1d8 100644 --- a/data/generated/tld/legal.json +++ b/data/generated/tld/legal.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.legal", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lego.json b/data/generated/tld/lego.json index 369ca5a0..3de93efc 100644 --- a/data/generated/tld/lego.json +++ b/data/generated/tld/lego.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lego", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lego", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.lego", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lexus.json b/data/generated/tld/lexus.json index bb5fcc6d..a0e6f7e3 100644 --- a/data/generated/tld/lexus.json +++ b/data/generated/tld/lexus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://lexus.jp/", + "whois_server": "whois.nic.lexus", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://lexus.jp/", - "whois_server": "whois.nic.lexus", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/lgbt.json b/data/generated/tld/lgbt.json index ef15ae34..405e8d31 100644 --- a/data/generated/tld/lgbt.json +++ b/data/generated/tld/lgbt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lgbt", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/li.json b/data/generated/tld/li.json index c0c84c32..6ae9f92a 100644 --- a/data/generated/tld/li.json +++ b/data/generated/tld/li.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "SWITCH The Swiss Education & Research Network" } }, + "registry_url": "https://www.nic.li", + "whois_server": "whois.nic.li", + "rdap_server": "https://rdap.nic.li/", + "tld_created": "1993-02-26", + "tld_updated": [ + "2025-11-20" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Liechtenstein", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.li", @@ -113,26 +133,6 @@ } ] } - ], - "registry_url": "https://www.nic.li", - "whois_server": "whois.nic.li", - "rdap_server": "https://rdap.nic.li/", - "tld_created": "1993-02-26", - "tld_updated": [ - "2025-11-20" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Liechtenstein", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/lidl.json b/data/generated/tld/lidl.json index e0b56b34..6439cd00 100644 --- a/data/generated/tld/lidl.json +++ b/data/generated/tld/lidl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.lidl", + "whois_server": "whois.nic.lidl", + "rdap_server": "https://rdap.centralnic.com/lidl", + "tld_created": "2014-12-04", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lidl", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.nic.lidl", - "whois_server": "whois.nic.lidl", - "rdap_server": "https://rdap.centralnic.com/lidl", - "tld_created": "2014-12-04", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/life.json b/data/generated/tld/life.json index 4539ffde..3a9cbfe2 100644 --- a/data/generated/tld/life.json +++ b/data/generated/tld/life.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.life", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lifeinsurance.json b/data/generated/tld/lifeinsurance.json index 8510e2f3..bfc74d81 100644 --- a/data/generated/tld/lifeinsurance.json +++ b/data/generated/tld/lifeinsurance.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://acli.com", + "whois_server": "whois.nic.lifeinsurance", + "rdap_server": "https://rdap.nic.lifeinsurance/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lifeinsurance", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://acli.com", - "whois_server": "whois.nic.lifeinsurance", - "rdap_server": "https://rdap.nic.lifeinsurance/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/lifestyle.json b/data/generated/tld/lifestyle.json index 4dd26f03..7c401627 100644 --- a/data/generated/tld/lifestyle.json +++ b/data/generated/tld/lifestyle.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2015-10-01", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2015-10-01", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/lighting.json b/data/generated/tld/lighting.json index 1e90903b..e55d92b5 100644 --- a/data/generated/tld/lighting.json +++ b/data/generated/tld/lighting.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lighting", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/like.json b/data/generated/tld/like.json index 59674b1f..564b9b57 100644 --- a/data/generated/tld/like.json +++ b/data/generated/tld/like.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.like", + "rdap_server": "https://rdap.nominet.uk/like/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.like", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.like", - "rdap_server": "https://rdap.nominet.uk/like/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/lilly.json b/data/generated/tld/lilly.json index e54b3adc..a89d5d13 100644 --- a/data/generated/tld/lilly.json +++ b/data/generated/tld/lilly.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.lilly.com", + "rdap_server": "https://rdap.nic.lilly/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lilly", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.lilly.com", - "rdap_server": "https://rdap.nic.lilly/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/limited.json b/data/generated/tld/limited.json index f2c8c54a..659f604e 100644 --- a/data/generated/tld/limited.json +++ b/data/generated/tld/limited.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.limited", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/limo.json b/data/generated/tld/limo.json index 17dfc814..41439c6e 100644 --- a/data/generated/tld/limo.json +++ b/data/generated/tld/limo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.limo", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lincoln.json b/data/generated/tld/lincoln.json index a14a61bb..6e281c88 100644 --- a/data/generated/tld/lincoln.json +++ b/data/generated/tld/lincoln.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.lincoln.com", + "rdap_server": "https://rdap.nic.lincoln/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lincoln", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.lincoln.com", - "rdap_server": "https://rdap.nic.lincoln/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/link.json b/data/generated/tld/link.json index c6be793f..27312b91 100644 --- a/data/generated/tld/link.json +++ b/data/generated/tld/link.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://uniregistry.link", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://uniregistry.link", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/live.json b/data/generated/tld/live.json index 49046658..bd0cff92 100644 --- a/data/generated/tld/live.json +++ b/data/generated/tld/live.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.live", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/living.json b/data/generated/tld/living.json index 4b55c6e3..d4cb9d1a 100644 --- a/data/generated/tld/living.json +++ b/data/generated/tld/living.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/lk.json b/data/generated/tld/lk.json index 7e741854..0329ec4c 100644 --- a/data/generated/tld/lk.json +++ b/data/generated/tld/lk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "LK Domain Registry" } }, + "registry_url": "http://www.domains.lk/", + "tld_created": "1990-06-15", + "tld_updated": [ + "2025-08-04" + ], + "annotations": { + "country_name_iso": "Sri Lanka", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.lk", @@ -164,21 +179,6 @@ ] } ], - "registry_url": "http://www.domains.lk/", - "tld_created": "1990-06-15", - "tld_updated": [ - "2025-08-04" - ], - "annotations": { - "country_name_iso": "Sri Lanka", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--fzc2c9e2c", "xn--xkc2al3hye2a" diff --git a/data/generated/tld/llc.json b/data/generated/tld/llc.json index 4fd5050e..a8fb145d 100644 --- a/data/generated/tld/llc.json +++ b/data/generated/tld/llc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2018-02-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.llc", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2018-02-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/llp.json b/data/generated/tld/llp.json index 341837bd..dc63404a 100644 --- a/data/generated/tld/llp.json +++ b/data/generated/tld/llp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://intercap.inc", + "whois_server": "whois.nic.llp", + "rdap_server": "https://rdap.centralnic.com/llp/", + "tld_created": "2019-11-20", + "tld_updated": [ + "2024-01-31" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.llp", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://intercap.inc", - "whois_server": "whois.nic.llp", - "rdap_server": "https://rdap.centralnic.com/llp/", - "tld_created": "2019-11-20", - "tld_updated": [ - "2024-01-31" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/loan.json b/data/generated/tld/loan.json index c5c83172..36aed672 100644 --- a/data/generated/tld/loan.json +++ b/data/generated/tld/loan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.loan", + "whois_server": "whois.nic.loan", + "rdap_server": "https://rdap.nic.loan/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.loan", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.loan", - "whois_server": "whois.nic.loan", - "rdap_server": "https://rdap.nic.loan/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/loans.json b/data/generated/tld/loans.json index 05efe955..95006c46 100644 --- a/data/generated/tld/loans.json +++ b/data/generated/tld/loans.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.loans", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/locker.json b/data/generated/tld/locker.json index b9bca939..1b422aad 100644 --- a/data/generated/tld/locker.json +++ b/data/generated/tld/locker.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.locker", + "rdap_server": "https://rdap.nic.locker/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.locker", - "rdap_server": "https://rdap.nic.locker/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/locus.json b/data/generated/tld/locus.json index 23306c01..a7181404 100644 --- a/data/generated/tld/locus.json +++ b/data/generated/tld/locus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://nic.locus", + "rdap_server": "https://rdap.nominet.uk/locus/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.locus", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://nic.locus", - "rdap_server": "https://rdap.nominet.uk/locus/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/lol.json b/data/generated/tld/lol.json index 45332a9a..bc9cbd42 100644 --- a/data/generated/tld/lol.json +++ b/data/generated/tld/lol.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.lol", + "whois_server": "whois.nic.lol", + "rdap_server": "https://rdap.centralnic.com/lol/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lol", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.lol", - "whois_server": "whois.nic.lol", - "rdap_server": "https://rdap.centralnic.com/lol/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/london.json b/data/generated/tld/london.json index 8a400e28..ef536a0c 100644 --- a/data/generated/tld/london.json +++ b/data/generated/tld/london.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://dotlondondomains.london/", + "whois_server": "whois.nic.london", + "rdap_server": "https://rdap.centralnic.com/london/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.london", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://dotlondondomains.london/", - "whois_server": "whois.nic.london", - "rdap_server": "https://rdap.centralnic.com/london/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/lotte.json b/data/generated/tld/lotte.json index 8950c81e..97a3caaa 100644 --- a/data/generated/tld/lotte.json +++ b/data/generated/tld/lotte.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.lotte", + "whois_server": "whois.nic.lotte", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.lotte", - "whois_server": "whois.nic.lotte", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/lotto.json b/data/generated/tld/lotto.json index 2ef251b6..d66edebb 100644 --- a/data/generated/tld/lotto.json +++ b/data/generated/tld/lotto.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lotto", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/love.json b/data/generated/tld/love.json index 0aa735c7..bb3491f7 100644 --- a/data/generated/tld/love.json +++ b/data/generated/tld/love.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://get.love", + "whois_server": "whois.nic.love", + "rdap_server": "https://rdap.registry.love/rdap/", + "tld_created": "2015-03-25", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://get.love", - "whois_server": "whois.nic.love", - "rdap_server": "https://rdap.registry.love/rdap/", - "tld_created": "2015-03-25", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/lpl.json b/data/generated/tld/lpl.json index 40109fc4..a05843b0 100644 --- a/data/generated/tld/lpl.json +++ b/data/generated/tld/lpl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lpl", + "rdap_server": "https://rdap.centralnic.com/lpl", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lpl", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.lpl", - "rdap_server": "https://rdap.centralnic.com/lpl", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/lplfinancial.json b/data/generated/tld/lplfinancial.json index ef75bc1e..834223e2 100644 --- a/data/generated/tld/lplfinancial.json +++ b/data/generated/tld/lplfinancial.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lplfinancial", + "rdap_server": "https://rdap.centralnic.com/lplfinancial", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lplfinancial", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.lplfinancial", - "rdap_server": "https://rdap.centralnic.com/lplfinancial", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/lr.json b/data/generated/tld/lr.json index 74a14899..2e83095d 100644 --- a/data/generated/tld/lr.json +++ b/data/generated/tld/lr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "5147 Crystal Springs Drive NE" } }, + "registry_url": "http://psg.com/dns/lr", + "tld_created": "1997-04-09", + "tld_updated": [ + "2026-01-10" + ], + "annotations": { + "country_name_iso": "Liberia", + "as_org_aliases": [ + "Hetzner" + ], + "as_org_slugs": [ + "hetzner" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -94,21 +109,6 @@ } ] } - ], - "registry_url": "http://psg.com/dns/lr", - "tld_created": "1997-04-09", - "tld_updated": [ - "2026-01-10" - ], - "annotations": { - "country_name_iso": "Liberia", - "as_org_aliases": [ - "Hetzner" - ], - "as_org_slugs": [ - "hetzner" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ls.json b/data/generated/tld/ls.json index 146f53e6..f6af1a4c 100644 --- a/data/generated/tld/ls.json +++ b/data/generated/tld/ls.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Lesotho Communications Authority" } }, + "registry_url": "http://www.nic.ls", + "whois_server": "whois.nic.ls", + "tld_created": "1993-01-13", + "tld_updated": [ + "2024-06-17" + ], + "annotations": { + "country_name_iso": "Lesotho", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ls-ns.anycast.pch.net", @@ -80,22 +96,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.ls", - "whois_server": "whois.nic.ls", - "tld_created": "1993-01-13", - "tld_updated": [ - "2024-06-17" - ], - "annotations": { - "country_name_iso": "Lesotho", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/lt.json b/data/generated/tld/lt.json index c536106b..58da2684 100644 --- a/data/generated/tld/lt.json +++ b/data/generated/tld/lt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Kaunas University of Technology" } }, + "registry_url": "http://www.domreg.lt", + "whois_server": "whois.domreg.lt", + "tld_created": "1992-06-03", + "tld_updated": [ + "2026-05-01" + ], + "annotations": { + "country_name_iso": "Lithuania", + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tld.lt", @@ -118,22 +134,6 @@ } ] } - ], - "registry_url": "http://www.domreg.lt", - "whois_server": "whois.domreg.lt", - "tld_created": "1992-06-03", - "tld_updated": [ - "2026-05-01" - ], - "annotations": { - "country_name_iso": "Lithuania", - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ltd.json b/data/generated/tld/ltd.json index 6c160b4c..5fb0da93 100644 --- a/data/generated/tld/ltd.json +++ b/data/generated/tld/ltd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.ltd", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ltda.json b/data/generated/tld/ltda.json index d90bd38b..09f56823 100644 --- a/data/generated/tld/ltda.json +++ b/data/generated/tld/ltda.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.internetx.info", + "whois_server": "whois.nic.ltda", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ltda", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.internetx.info", - "whois_server": "whois.nic.ltda", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/lu.json b/data/generated/tld/lu.json index ce073e8c..a41e7a37 100644 --- a/data/generated/tld/lu.json +++ b/data/generated/tld/lu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Fondation RESTENA" } }, + "registry_url": "http://www.dns.lu", + "whois_server": "whois.dns.lu", + "tld_created": "1995-01-27", + "tld_updated": [ + "2023-07-28" + ], + "annotations": { + "country_name_iso": "Luxembourg", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "g.dns.lu", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.dns.lu", - "whois_server": "whois.dns.lu", - "tld_created": "1995-01-27", - "tld_updated": [ - "2023-07-28" - ], - "annotations": { - "country_name_iso": "Luxembourg", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/lundbeck.json b/data/generated/tld/lundbeck.json index 7cba4186..4803c61d 100644 --- a/data/generated/tld/lundbeck.json +++ b/data/generated/tld/lundbeck.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lundbeck", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lundbeck", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.lundbeck", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/luxe.json b/data/generated/tld/luxe.json index d1018f39..ba8be59e 100644 --- a/data/generated/tld/luxe.json +++ b/data/generated/tld/luxe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.luxe/", + "whois_server": "whois.nic.luxe", + "rdap_server": "https://rdap.nic.luxe/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.luxe", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.luxe/", - "whois_server": "whois.nic.luxe", - "rdap_server": "https://rdap.nic.luxe/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/luxury.json b/data/generated/tld/luxury.json index afd43c4b..755fb09d 100644 --- a/data/generated/tld/luxury.json +++ b/data/generated/tld/luxury.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://join.luxury/", + "whois_server": "whois.nic.luxury", + "rdap_server": "https://rdap.centralnic.com/luxury/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.luxury", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://join.luxury/", - "whois_server": "whois.nic.luxury", - "rdap_server": "https://rdap.centralnic.com/luxury/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/lv.json b/data/generated/tld/lv.json index 7823660b..765a2f92 100644 --- a/data/generated/tld/lv.json +++ b/data/generated/tld/lv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Institute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)" } }, + "registry_url": "http://www.nic.lv/", + "whois_server": "whois.nic.lv", + "tld_created": "1993-04-29", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Latvia", + "as_org_aliases": [ + "CIRA" + ], + "as_org_slugs": [ + "cira" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.lv", @@ -144,22 +160,6 @@ } ] } - ], - "registry_url": "http://www.nic.lv/", - "whois_server": "whois.nic.lv", - "tld_created": "1993-04-29", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Latvia", - "as_org_aliases": [ - "CIRA" - ], - "as_org_slugs": [ - "cira" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ly.json b/data/generated/tld/ly.json index 3fad8233..babc2209 100644 --- a/data/generated/tld/ly.json +++ b/data/generated/tld/ly.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Libya Telecom and Technology" } }, + "registry_url": "https://wsm.ltt.ly/", + "whois_server": "whois.nic.ly", + "rdap_server": "https://rdap.nic.ly", + "tld_created": "1997-04-23", + "tld_updated": [ + "2025-11-01" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Libya", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.lttnet.net", @@ -99,24 +117,6 @@ } ] } - ], - "registry_url": "https://wsm.ltt.ly/", - "whois_server": "whois.nic.ly", - "rdap_server": "https://rdap.nic.ly", - "tld_created": "1997-04-23", - "tld_updated": [ - "2025-11-01" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Libya", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ma.json b/data/generated/tld/ma.json index 004f0c55..578458f8 100644 --- a/data/generated/tld/ma.json +++ b/data/generated/tld/ma.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Agence Nationale de Réglementation des Télécommunications (ANRT)" } }, + "registry_url": "http://www.registre.ma", + "whois_server": "whois.registre.ma", + "tld_created": "1993-11-26", + "tld_updated": [ + "2025-06-08" + ], + "annotations": { + "country_name_iso": "Morocco", + "as_org_aliases": [ + "AFNIC" + ], + "as_org_slugs": [ + "afnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tld.ma", @@ -181,22 +197,6 @@ ] } ], - "registry_url": "http://www.registre.ma", - "whois_server": "whois.registre.ma", - "tld_created": "1993-11-26", - "tld_updated": [ - "2025-06-08" - ], - "annotations": { - "country_name_iso": "Morocco", - "as_org_aliases": [ - "AFNIC" - ], - "as_org_slugs": [ - "afnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbc0a9azcg" ] diff --git a/data/generated/tld/madrid.json b/data/generated/tld/madrid.json index e2a2d8f7..9b9f06db 100644 --- a/data/generated/tld/madrid.json +++ b/data/generated/tld/madrid.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://dominios.madrid.org", + "whois_server": "whois.nic.madrid", + "rdap_server": "https://rdap.nic.madrid/", + "tld_created": "2014-10-02", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://dominios.madrid.org", - "whois_server": "whois.nic.madrid", - "rdap_server": "https://rdap.nic.madrid/", - "tld_created": "2014-10-02", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/maif.json b/data/generated/tld/maif.json index 79383fa8..289a84b5 100644 --- a/data/generated/tld/maif.json +++ b/data/generated/tld/maif.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.maif.fr", + "whois_server": "whois.nic.maif", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.maif", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.maif.fr", - "whois_server": "whois.nic.maif", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/maison.json b/data/generated/tld/maison.json index 11e196fd..5a41252e 100644 --- a/data/generated/tld/maison.json +++ b/data/generated/tld/maison.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.maison", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/makeup.json b/data/generated/tld/makeup.json index faf8e2a6..965a27ad 100644 --- a/data/generated/tld/makeup.json +++ b/data/generated/tld/makeup.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.makeup/", + "whois_server": "whois.nic.makeup", + "rdap_server": "https://rdap.centralnic.com/makeup/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.makeup", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.makeup/", - "whois_server": "whois.nic.makeup", - "rdap_server": "https://rdap.centralnic.com/makeup/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/man.json b/data/generated/tld/man.json index 5dbec601..703f62a1 100644 --- a/data/generated/tld/man.json +++ b/data/generated/tld/man.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.man.eu", + "whois_server": "whois.nic.man", + "rdap_server": "https://rdap.nic.man/", + "tld_created": "2015-02-27", + "tld_updated": [ + "2024-12-18" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.man.eu", - "whois_server": "whois.nic.man", - "rdap_server": "https://rdap.nic.man/", - "tld_created": "2015-02-27", - "tld_updated": [ - "2024-12-18" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/management.json b/data/generated/tld/management.json index b128b294..17898e03 100644 --- a/data/generated/tld/management.json +++ b/data/generated/tld/management.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.management", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/mango.json b/data/generated/tld/mango.json index 5c4fa2f1..5aa304d7 100644 --- a/data/generated/tld/mango.json +++ b/data/generated/tld/mango.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.mango.com", + "whois_server": "whois.nic.mango", + "rdap_server": "https://rdap.nic.mango/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,26 +125,6 @@ } ] } - ], - "registry_url": "http://www.mango.com", - "whois_server": "whois.nic.mango", - "rdap_server": "https://rdap.nic.mango/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/map.json b/data/generated/tld/map.json index 7978d04f..c7962aea 100644 --- a/data/generated/tld/map.json +++ b/data/generated/tld/map.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2017-06-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2017-06-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/market.json b/data/generated/tld/market.json index a426768e..d42903ef 100644 --- a/data/generated/tld/market.json +++ b/data/generated/tld/market.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.market", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/marketing.json b/data/generated/tld/marketing.json index b1fc604b..872e0e54 100644 --- a/data/generated/tld/marketing.json +++ b/data/generated/tld/marketing.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.marketing", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/markets.json b/data/generated/tld/markets.json index 7e7f2a44..58f50df6 100644 --- a/data/generated/tld/markets.json +++ b/data/generated/tld/markets.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.markets", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/marriott.json b/data/generated/tld/marriott.json index ff3eaf94..d72757a2 100644 --- a/data/generated/tld/marriott.json +++ b/data/generated/tld/marriott.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.marriott.com", + "whois_server": "whois.nic.marriott", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2024-05-02" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.marriott", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.marriott.com", - "whois_server": "whois.nic.marriott", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2024-05-02" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/marshalls.json b/data/generated/tld/marshalls.json index a899c8ca..117abd1e 100644 --- a/data/generated/tld/marshalls.json +++ b/data/generated/tld/marshalls.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.marshalls/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.marshalls", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.marshalls/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mattel.json b/data/generated/tld/mattel.json index cc7dca56..83aa52da 100644 --- a/data/generated/tld/mattel.json +++ b/data/generated/tld/mattel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.mattel.com", + "rdap_server": "https://rdap.nic.mattel/", + "tld_created": "2016-01-22", + "tld_updated": [ + "2025-06-10" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.mattel", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.mattel.com", - "rdap_server": "https://rdap.nic.mattel/", - "tld_created": "2016-01-22", - "tld_updated": [ - "2025-06-10" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mba.json b/data/generated/tld/mba.json index 89291d93..547ab819 100644 --- a/data/generated/tld/mba.json +++ b/data/generated/tld/mba.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.mba", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/mc.json b/data/generated/tld/mc.json index feaad018..110f3ac8 100644 --- a/data/generated/tld/mc.json +++ b/data/generated/tld/mc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Direction des Plateformes et des Ressources Numériques" } }, + "registry_url": "https://www.nic.mc/", + "whois_server": "whois.nic.mc", + "tld_created": "1995-01-20", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "country_name_iso": "Monaco", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "mc.cctld.authdns.ripe.net", @@ -73,22 +89,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.nic.mc/", - "whois_server": "whois.nic.mc", - "tld_created": "1995-01-20", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "country_name_iso": "Monaco", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mckinsey.json b/data/generated/tld/mckinsey.json index 2991d482..260daf11 100644 --- a/data/generated/tld/mckinsey.json +++ b/data/generated/tld/mckinsey.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.mckinsey.com/", + "whois_server": "whois.nic.mckinsey", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.mckinsey", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.mckinsey.com/", - "whois_server": "whois.nic.mckinsey", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/md.json b/data/generated/tld/md.json index d64efa09..cedf8136 100644 --- a/data/generated/tld/md.json +++ b/data/generated/tld/md.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "IP Serviciul Tehnologia Informatiei si Securitate Cibernetica" } }, + "registry_url": "http://www.nic.md", + "whois_server": "whois.nic.md", + "tld_created": "1994-03-24", + "tld_updated": [ + "2026-03-09" + ], + "annotations": { + "country_name_iso": "Moldova, Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "nsa.tld.md", @@ -99,16 +109,6 @@ } ] } - ], - "registry_url": "http://www.nic.md", - "whois_server": "whois.nic.md", - "tld_created": "1994-03-24", - "tld_updated": [ - "2026-03-09" - ], - "annotations": { - "country_name_iso": "Moldova, Republic of", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/me.json b/data/generated/tld/me.json index aa74ebed..0814db30 100644 --- a/data/generated/tld/me.json +++ b/data/generated/tld/me.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Center of Information System (CIS)\nUniversity of Montenegro" } }, + "registry_url": "http://www.domain.me", + "whois_server": "whois.nic.me", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2007-09-24", + "tld_updated": [ + "2020-10-19" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Montenegro", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.nic.me", @@ -113,24 +131,6 @@ } ] } - ], - "registry_url": "http://www.domain.me", - "whois_server": "whois.nic.me", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2007-09-24", - "tld_updated": [ - "2020-10-19" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Montenegro", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/med.json b/data/generated/tld/med.json index 288ae0be..7f6f9199 100644 --- a/data/generated/tld/med.json +++ b/data/generated/tld/med.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "rdap_server": "https://rdap.nominet.uk/med/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.med", @@ -181,32 +207,6 @@ } ] } - ], - "rdap_server": "https://rdap.nominet.uk/med/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/media.json b/data/generated/tld/media.json index e1c78b11..3c00fe1a 100644 --- a/data/generated/tld/media.json +++ b/data/generated/tld/media.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.media", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/meet.json b/data/generated/tld/meet.json index 2cf1af2a..8c0097c6 100644 --- a/data/generated/tld/meet.json +++ b/data/generated/tld/meet.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/melbourne.json b/data/generated/tld/melbourne.json index dc862c61..dad5f06b 100644 --- a/data/generated/tld/melbourne.json +++ b/data/generated/tld/melbourne.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://www.live.melbourne/", + "whois_server": "whois.nic.melbourne", + "rdap_server": "https://rdap.nic.melbourne/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.melbourne", @@ -143,31 +168,6 @@ } ] } - ], - "registry_url": "https://www.live.melbourne/", - "whois_server": "whois.nic.melbourne", - "rdap_server": "https://rdap.nic.melbourne/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/meme.json b/data/generated/tld/meme.json index b781392e..2cadea2b 100644 --- a/data/generated/tld/meme.json +++ b/data/generated/tld/meme.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/memorial.json b/data/generated/tld/memorial.json index 53b2e306..082d5a58 100644 --- a/data/generated/tld/memorial.json +++ b/data/generated/tld/memorial.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.memorial", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/men.json b/data/generated/tld/men.json index b212c329..7ad3dc7e 100644 --- a/data/generated/tld/men.json +++ b/data/generated/tld/men.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.men", + "whois_server": "whois.nic.men", + "rdap_server": "https://rdap.nic.men/", + "tld_created": "2015-05-08", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.men", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.men", - "whois_server": "whois.nic.men", - "rdap_server": "https://rdap.nic.men/", - "tld_created": "2015-05-08", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/menu.json b/data/generated/tld/menu.json index a79af58d..8c2753ed 100644 --- a/data/generated/tld/menu.json +++ b/data/generated/tld/menu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.menu", + "whois_server": "whois.nic.menu", + "rdap_server": "https://rdap.nic.menu/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2024-07-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.menu", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "http://www.nic.menu", - "whois_server": "whois.nic.menu", - "rdap_server": "https://rdap.nic.menu/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2024-07-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/merck.json b/data/generated/tld/merck.json index 5ff6d53b..8d7681c2 100644 --- a/data/generated/tld/merck.json +++ b/data/generated/tld/merck.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,25 @@ "date_removed": null } }, + "registry_url": "https://nic.merck", + "whois_server": "whois.nic.merck", + "rdap_server": "https://rdap-merck.dns.business/rdap/", + "tld_updated": [ + "2026-04-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Hetzner" + ], + "as_org_slugs": [ + "hetzner" + ] + }, "nameservers": [ { "hostname": "ns1.dns.business", @@ -86,25 +105,6 @@ } ] } - ], - "registry_url": "https://nic.merck", - "whois_server": "whois.nic.merck", - "rdap_server": "https://rdap-merck.dns.business/rdap/", - "tld_updated": [ - "2026-04-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Hetzner" - ], - "as_org_slugs": [ - "hetzner" - ] - } + ] } } diff --git a/data/generated/tld/merckmsd.json b/data/generated/tld/merckmsd.json index 2b4159d3..8c526343 100644 --- a/data/generated/tld/merckmsd.json +++ b/data/generated/tld/merckmsd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.merckmsd", + "rdap_server": "https://rdap.nic.merckmsd", + "tld_created": "2017-06-15", + "tld_updated": [ + "2025-01-24" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.merckmsd", @@ -143,27 +164,6 @@ } ] } - ], - "whois_server": "whois.nic.merckmsd", - "rdap_server": "https://rdap.nic.merckmsd", - "tld_created": "2017-06-15", - "tld_updated": [ - "2025-01-24" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mg.json b/data/generated/tld/mg.json index 60b56b1c..f5142018 100644 --- a/data/generated/tld/mg.json +++ b/data/generated/tld/mg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "NIC-MG (Network Information Center Madagascar)" } }, + "registry_url": "http://www.nic.mg", + "whois_server": "whois.nic.mg", + "rdap_server": "http://rdap.nic.mg", + "tld_created": "1995-07-25", + "tld_updated": [ + "2025-10-02" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Madagascar", + "as_org_aliases": [ + "Amazon", + "Packet Clearing House" + ], + "as_org_slugs": [ + "amazon", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-tld.ird.fr", @@ -92,26 +112,6 @@ } ] } - ], - "registry_url": "http://www.nic.mg", - "whois_server": "whois.nic.mg", - "rdap_server": "http://rdap.nic.mg", - "tld_created": "1995-07-25", - "tld_updated": [ - "2025-10-02" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Madagascar", - "as_org_aliases": [ - "Amazon", - "Packet Clearing House" - ], - "as_org_slugs": [ - "amazon", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mh.json b/data/generated/tld/mh.json index 90f561ff..c977187b 100644 --- a/data/generated/tld/mh.json +++ b/data/generated/tld/mh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "National Telecommunications Authority" } }, + "registry_url": "http://www.nic.net.mh/", + "tld_created": "1996-08-16", + "tld_updated": [ + "2013-08-03" + ], + "annotations": { + "country_name_iso": "Marshall Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.amarshallinc.com", @@ -42,15 +51,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.net.mh/", - "tld_created": "1996-08-16", - "tld_updated": [ - "2013-08-03" - ], - "annotations": { - "country_name_iso": "Marshall Islands", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/miami.json b/data/generated/tld/miami.json index d053e447..5efe9e78 100644 --- a/data/generated/tld/miami.json +++ b/data/generated/tld/miami.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://nic.miami", + "whois_server": "whois.nic.miami", + "rdap_server": "https://rdap.nic.miami/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.miami", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://nic.miami", - "whois_server": "whois.nic.miami", - "rdap_server": "https://rdap.nic.miami/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/microsoft.json b/data/generated/tld/microsoft.json index 80626bb9..0a26071c 100644 --- a/data/generated/tld/microsoft.json +++ b/data/generated/tld/microsoft.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/microsoft/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.microsoft", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/microsoft/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mil.json b/data/generated/tld/mil.json index 0ef98774..c18599d1 100644 --- a/data/generated/tld/mil.json +++ b/data/generated/tld/mil.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,10 @@ "tech": "DoD Network Information Center" } }, + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], "nameservers": [ { "hostname": "con1.nipr.mil", @@ -132,10 +136,6 @@ } ] } - ], - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" ] } } diff --git a/data/generated/tld/mini.json b/data/generated/tld/mini.json index a09942ce..a3ee9013 100644 --- a/data/generated/tld/mini.json +++ b/data/generated/tld/mini.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://nic.mini.com", + "whois_server": "whois.nic.mini", + "rdap_server": "https://rdap.centralnic.com/mini", + "tld_created": "2014-06-05", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_sponsor_alias": "BMW", + "iana_sponsor_slug": "bmw", + "iana_admin_alias": "BMW", + "iana_admin_slug": "bmw", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "BMW", + "icann_registry_operator_slug": "bmw", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.mini", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "http://nic.mini.com", - "whois_server": "whois.nic.mini", - "rdap_server": "https://rdap.centralnic.com/mini", - "tld_created": "2014-06-05", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_sponsor_alias": "BMW", - "iana_sponsor_slug": "bmw", - "iana_admin_alias": "BMW", - "iana_admin_slug": "bmw", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "BMW", - "icann_registry_operator_slug": "bmw", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/mint.json b/data/generated/tld/mint.json index 8453b24f..0520a6f2 100644 --- a/data/generated/tld/mint.json +++ b/data/generated/tld/mint.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.intuit.com/", + "rdap_server": "https://rdap.nic.mint/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.mint", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.intuit.com/", - "rdap_server": "https://rdap.nic.mint/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mit.json b/data/generated/tld/mit.json index 3560750c..d9a3955c 100644 --- a/data/generated/tld/mit.json +++ b/data/generated/tld/mit.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.mit.edu", + "whois_server": "whois.nic.mit", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-08-04" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.mit", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.mit.edu", - "whois_server": "whois.nic.mit", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-08-04" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/mitsubishi.json b/data/generated/tld/mitsubishi.json index 08f35e36..234395c2 100644 --- a/data/generated/tld/mitsubishi.json +++ b/data/generated/tld/mitsubishi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mk.json b/data/generated/tld/mk.json index 21399ea3..1985ebfe 100644 --- a/data/generated/tld/mk.json +++ b/data/generated/tld/mk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Faculty of Computer Science and Engineering" } }, + "registry_url": "http://marnet.mk/", + "whois_server": "whois.marnet.mk", + "tld_created": "1993-09-23", + "tld_updated": [ + "2024-02-15" + ], + "annotations": { + "country_name_iso": "North Macedonia", + "as_org_aliases": [ + "CZNIC" + ], + "as_org_slugs": [ + "cznic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.si", @@ -88,22 +104,6 @@ "ipv6": [] } ], - "registry_url": "http://marnet.mk/", - "whois_server": "whois.marnet.mk", - "tld_created": "1993-09-23", - "tld_updated": [ - "2024-02-15" - ], - "annotations": { - "country_name_iso": "North Macedonia", - "as_org_aliases": [ - "CZNIC" - ], - "as_org_slugs": [ - "cznic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--d1alf" ] diff --git a/data/generated/tld/ml.json b/data/generated/tld/ml.json index 568034df..305d4ae1 100644 --- a/data/generated/tld/ml.json +++ b/data/generated/tld/ml.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Agence des Technologies de l'Information et de la Communication" } }, + "registry_url": "http://www.nic.ml", + "whois_server": "whois.nic.ml", + "rdap_server": "https://rdap.nic.ml", + "tld_created": "1993-09-29", + "tld_updated": [ + "2025-12-03" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Mali", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ml", @@ -87,24 +105,6 @@ } ] } - ], - "registry_url": "http://www.nic.ml", - "whois_server": "whois.nic.ml", - "rdap_server": "https://rdap.nic.ml", - "tld_created": "1993-09-29", - "tld_updated": [ - "2025-12-03" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Mali", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mlb.json b/data/generated/tld/mlb.json index 74148c3c..772c2782 100644 --- a/data/generated/tld/mlb.json +++ b/data/generated/tld/mlb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.mlb.com", + "rdap_server": "https://rdap.nic.mlb/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.mlb", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.mlb.com", - "rdap_server": "https://rdap.nic.mlb/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mls.json b/data/generated/tld/mls.json index 7b850f0a..0167e561 100644 --- a/data/generated/tld/mls.json +++ b/data/generated/tld/mls.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "whois_server": "whois.nic.mls", + "rdap_server": "https://rdap.mls.fury.ca/rdap/", + "tld_created": "2015-08-20", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.mls", @@ -105,29 +128,6 @@ } ] } - ], - "whois_server": "whois.nic.mls", - "rdap_server": "https://rdap.mls.fury.ca/rdap/", - "tld_created": "2015-08-20", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] } } diff --git a/data/generated/tld/mm.json b/data/generated/tld/mm.json index 3b8b6b56..696e1ccc 100644 --- a/data/generated/tld/mm.json +++ b/data/generated/tld/mm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Posts and Telecommunications Department" } }, + "registry_url": "http://www.ptd.gov.mm/", + "whois_server": "whois.registry.gov.mm", + "tld_created": "1997-02-04", + "tld_updated": [ + "2025-07-28" + ], + "annotations": { + "country_name_iso": "Myanmar", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.net.mm", @@ -66,22 +82,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.ptd.gov.mm/", - "whois_server": "whois.registry.gov.mm", - "tld_created": "1997-02-04", - "tld_updated": [ - "2025-07-28" - ], - "annotations": { - "country_name_iso": "Myanmar", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mma.json b/data/generated/tld/mma.json index 001ee9f6..a9d4e159 100644 --- a/data/generated/tld/mma.json +++ b/data/generated/tld/mma.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.mma.fr", + "whois_server": "whois.nic.mma", + "rdap_server": "https://rdap.nic.mma", + "tld_created": "2015-02-27", + "tld_updated": [ + "2024-07-23" + ], + "annotations": { + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,33 +113,6 @@ } ] } - ], - "registry_url": "https://www.mma.fr", - "whois_server": "whois.nic.mma", - "rdap_server": "https://rdap.nic.mma", - "tld_created": "2015-02-27", - "tld_updated": [ - "2024-07-23" - ], - "annotations": { - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/mn.json b/data/generated/tld/mn.json index 62bd7c72..e27afd47 100644 --- a/data/generated/tld/mn.json +++ b/data/generated/tld/mn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,30 @@ "tech": "Datacom Co. Ltd." } }, + "registry_url": "http://www.nic.mn", + "whois_server": "whois.nic.mn", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1995-03-02", + "tld_updated": [ + "2022-06-15" + ], + "annotations": { + "iana_sponsor_alias": "Datacom Mongolia", + "iana_sponsor_slug": "datacom-mongolia", + "iana_admin_alias": "Datacom Mongolia", + "iana_admin_slug": "datacom-mongolia", + "iana_tech_alias": "Datacom Mongolia", + "iana_tech_slug": "datacom-mongolia", + "rdap_source": "supplemental", + "country_name_iso": "Mongolia", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -181,30 +205,6 @@ "ipv6": [] } ], - "registry_url": "http://www.nic.mn", - "whois_server": "whois.nic.mn", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1995-03-02", - "tld_updated": [ - "2022-06-15" - ], - "annotations": { - "iana_sponsor_alias": "Datacom Mongolia", - "iana_sponsor_slug": "datacom-mongolia", - "iana_admin_alias": "Datacom Mongolia", - "iana_admin_slug": "datacom-mongolia", - "iana_tech_alias": "Datacom Mongolia", - "iana_tech_slug": "datacom-mongolia", - "rdap_source": "supplemental", - "country_name_iso": "Mongolia", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - }, "idn": [ "xn--l1acc" ] diff --git a/data/generated/tld/mo.json b/data/generated/tld/mo.json index 71608b84..6aa6ad81 100644 --- a/data/generated/tld/mo.json +++ b/data/generated/tld/mo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Macao Network Information Centre (MONIC) - HNET Asia" } }, + "registry_url": "https://www.monic.mo", + "whois_server": "whois.monic.mo", + "tld_created": "1992-09-17", + "tld_updated": [ + "2022-06-08" + ], + "annotations": { + "country_name_iso": "Macao", + "as_org_aliases": [ + "Community DNS" + ], + "as_org_slugs": [ + "community-dns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.monic.mo", @@ -152,22 +168,6 @@ ] } ], - "registry_url": "https://www.monic.mo", - "whois_server": "whois.monic.mo", - "tld_created": "1992-09-17", - "tld_updated": [ - "2022-06-08" - ], - "annotations": { - "country_name_iso": "Macao", - "as_org_aliases": [ - "Community DNS" - ], - "as_org_slugs": [ - "community-dns" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mix891f" ] diff --git a/data/generated/tld/mobi.json b/data/generated/tld/mobi.json index 09717222..4c88c6dd 100644 --- a/data/generated/tld/mobi.json +++ b/data/generated/tld/mobi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2005-10-17", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.mobi.afilias-nst.info", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2005-10-17", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/mobile.json b/data/generated/tld/mobile.json index 5c67db98..7b2baf3b 100644 --- a/data/generated/tld/mobile.json +++ b/data/generated/tld/mobile.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.dish.com/", + "whois_server": "whois.nic.mobile", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-12-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.dish.com/", - "whois_server": "whois.nic.mobile", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-12-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/moda.json b/data/generated/tld/moda.json index 5bffcd65..d86955b6 100644 --- a/data/generated/tld/moda.json +++ b/data/generated/tld/moda.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.moda", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/moe.json b/data/generated/tld/moe.json index 76a5abf1..e67b977d 100644 --- a/data/generated/tld/moe.json +++ b/data/generated/tld/moe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://get.moe/", + "whois_server": "whois.nic.moe", + "rdap_server": "https://rdap.nic.moe/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.moe", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://get.moe/", - "whois_server": "whois.nic.moe", - "rdap_server": "https://rdap.nic.moe/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/moi.json b/data/generated/tld/moi.json index 04f10005..afed2f38 100644 --- a/data/generated/tld/moi.json +++ b/data/generated/tld/moi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.moi", + "rdap_server": "https://rdap.nominet.uk/moi/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.moi", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.moi", - "rdap_server": "https://rdap.nominet.uk/moi/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mom.json b/data/generated/tld/mom.json index b3eb5b90..fd76c450 100644 --- a/data/generated/tld/mom.json +++ b/data/generated/tld/mom.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.mom", + "whois_server": "whois.nic.mom", + "rdap_server": "https://rdap.centralnic.com/mom/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.mom", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.mom", - "whois_server": "whois.nic.mom", - "rdap_server": "https://rdap.centralnic.com/mom/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/monash.json b/data/generated/tld/monash.json index 7d8b8449..4e710fb5 100644 --- a/data/generated/tld/monash.json +++ b/data/generated/tld/monash.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.monash", + "whois_server": "whois.nic.monash", + "rdap_server": "https://rdap.nic.monash/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2024-03-13" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.monash", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.monash", - "whois_server": "whois.nic.monash", - "rdap_server": "https://rdap.nic.monash/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2024-03-13" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/money.json b/data/generated/tld/money.json index aa23f06e..3d9f8c03 100644 --- a/data/generated/tld/money.json +++ b/data/generated/tld/money.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.money", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/monster.json b/data/generated/tld/monster.json index cbd8f12d..b572e5ab 100644 --- a/data/generated/tld/monster.json +++ b/data/generated/tld/monster.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.monster/", + "whois_server": "whois.nic.monster", + "rdap_server": "https://rdap.centralnic.com/monster", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.monster", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.monster/", - "whois_server": "whois.nic.monster", - "rdap_server": "https://rdap.centralnic.com/monster", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/mormon.json b/data/generated/tld/mormon.json index 7a3ed765..0f2071f2 100644 --- a/data/generated/tld/mormon.json +++ b/data/generated/tld/mormon.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.mormon.org", + "whois_server": "whois.nic.mormon", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2023-08-15" + ], + "annotations": { + "iana_sponsor_alias": "LDS", + "iana_sponsor_slug": "lds", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "LDS", + "icann_registry_operator_slug": "lds", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.mormon", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "http://www.mormon.org", - "whois_server": "whois.nic.mormon", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2023-08-15" - ], - "annotations": { - "iana_sponsor_alias": "LDS", - "iana_sponsor_slug": "lds", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "LDS", - "icann_registry_operator_slug": "lds", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/mortgage.json b/data/generated/tld/mortgage.json index 66d158d0..b6e107de 100644 --- a/data/generated/tld/mortgage.json +++ b/data/generated/tld/mortgage.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.mortgage", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/moscow.json b/data/generated/tld/moscow.json index a990054f..c66fd2e5 100644 --- a/data/generated/tld/moscow.json +++ b/data/generated/tld/moscow.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.faitid.org", + "whois_server": "whois.nic.moscow", + "rdap_server": "https://rdap.flexireg.net", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-05-29" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.flexireg.ru", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "http://www.faitid.org", - "whois_server": "whois.nic.moscow", - "rdap_server": "https://rdap.flexireg.net", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-05-29" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/moto.json b/data/generated/tld/moto.json index cac5fe18..e868abc1 100644 --- a/data/generated/tld/moto.json +++ b/data/generated/tld/moto.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.motorola.com", + "whois_server": "whois.nic.moto", + "rdap_server": "https://rdap.nic.moto/", + "tld_created": "2016-09-30", + "tld_updated": [ + "2025-02-07" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.moto", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.motorola.com", - "whois_server": "whois.nic.moto", - "rdap_server": "https://rdap.nic.moto/", - "tld_created": "2016-09-30", - "tld_updated": [ - "2025-02-07" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/motorcycles.json b/data/generated/tld/motorcycles.json index bcd21063..30b47e84 100644 --- a/data/generated/tld/motorcycles.json +++ b/data/generated/tld/motorcycles.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.motorcycles", + "whois_server": "whois.nic.motorcycles", + "rdap_server": "https://rdap.centralnic.com/motorcycles/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.motorcycles", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://nic.motorcycles", - "whois_server": "whois.nic.motorcycles", - "rdap_server": "https://rdap.centralnic.com/motorcycles/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/mov.json b/data/generated/tld/mov.json index 9ea2bb3c..956a42b1 100644 --- a/data/generated/tld/mov.json +++ b/data/generated/tld/mov.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/movie.json b/data/generated/tld/movie.json index 9c900f5a..d179bd6c 100644 --- a/data/generated/tld/movie.json +++ b/data/generated/tld/movie.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.movie", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/mp.json b/data/generated/tld/mp.json index 0797b31d..4b518ba7 100644 --- a/data/generated/tld/mp.json +++ b/data/generated/tld/mp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Saipan Datacom, Inc." } }, + "registry_url": "https://get.mp/", + "tld_created": "1996-10-22", + "tld_updated": [ + "2022-05-06" + ], + "annotations": { + "country_name_iso": "Northern Mariana Islands", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.mp", @@ -66,21 +81,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://get.mp/", - "tld_created": "1996-10-22", - "tld_updated": [ - "2022-05-06" - ], - "annotations": { - "country_name_iso": "Northern Mariana Islands", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mq.json b/data/generated/tld/mq.json index a6355668..2661fcb5 100644 --- a/data/generated/tld/mq.json +++ b/data/generated/tld/mq.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "CANAL+ TELECOM" } }, + "registry_url": "https://www.dom-enic.com", + "whois_server": "whois.mediaserv.net", + "tld_created": "1997-03-28", + "tld_updated": [ + "2021-10-18" + ], + "annotations": { + "country_name_iso": "Martinique", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1-fr.mediaserv.net", @@ -54,16 +64,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.dom-enic.com", - "whois_server": "whois.mediaserv.net", - "tld_created": "1997-03-28", - "tld_updated": [ - "2021-10-18" - ], - "annotations": { - "country_name_iso": "Martinique", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mr.json b/data/generated/tld/mr.json index 50901bfb..025e2cfb 100644 --- a/data/generated/tld/mr.json +++ b/data/generated/tld/mr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Faculte de Sciences et Techniques, UNA" } }, + "registry_url": "http://www.nic.mr", + "whois_server": "whois.nic.mr", + "tld_created": "1996-04-24", + "tld_updated": [ + "2021-06-04" + ], + "annotations": { + "country_name_iso": "Mauritania", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-mr.afrinic.net", @@ -100,24 +118,6 @@ ] } ], - "registry_url": "http://www.nic.mr", - "whois_server": "whois.nic.mr", - "tld_created": "1996-04-24", - "tld_updated": [ - "2021-06-04" - ], - "annotations": { - "country_name_iso": "Mauritania", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbah1a3hjkrd" ] diff --git a/data/generated/tld/ms.json b/data/generated/tld/ms.json index 680db0a2..bbf9b939 100644 --- a/data/generated/tld/ms.json +++ b/data/generated/tld/ms.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "MNI Networks Ltd." } }, + "registry_url": "http://www.nic.ms", + "whois_server": "whois.nic.ms", + "rdap_server": "https://rdap.nic.ms", + "tld_created": "1997-03-06", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Montserrat", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -87,26 +107,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.ms", - "whois_server": "whois.nic.ms", - "rdap_server": "https://rdap.nic.ms", - "tld_created": "1997-03-06", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Montserrat", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/msd.json b/data/generated/tld/msd.json index af860eef..2ed15b1d 100644 --- a/data/generated/tld/msd.json +++ b/data/generated/tld/msd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.msd", + "rdap_server": "https://rdap.nic.msd", + "tld_created": "2016-06-24", + "tld_updated": [ + "2025-01-24" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.msd", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.msd", - "rdap_server": "https://rdap.nic.msd", - "tld_created": "2016-06-24", - "tld_updated": [ - "2025-01-24" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mt.json b/data/generated/tld/mt.json index e1955f96..a951e637 100644 --- a/data/generated/tld/mt.json +++ b/data/generated/tld/mt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "NIC (Malta)" } }, + "registry_url": "https://www.nic.org.mt/", + "tld_created": "1992-12-02", + "tld_updated": [ + "2020-01-23" + ], + "annotations": { + "country_name_iso": "Malta", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.mt", @@ -80,23 +97,6 @@ } ] } - ], - "registry_url": "https://www.nic.org.mt/", - "tld_created": "1992-12-02", - "tld_updated": [ - "2020-01-23" - ], - "annotations": { - "country_name_iso": "Malta", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mtn.json b/data/generated/tld/mtn.json index afda6b3f..fbcdf88e 100644 --- a/data/generated/tld/mtn.json +++ b/data/generated/tld/mtn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.mtn.com", + "rdap_server": "https://rdap.nominet.uk/mtn/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.mtn", @@ -181,32 +207,6 @@ } ] } - ], - "registry_url": "http://www.mtn.com", - "rdap_server": "https://rdap.nominet.uk/mtn/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/mtr.json b/data/generated/tld/mtr.json index 4a9e4728..a81b4160 100644 --- a/data/generated/tld/mtr.json +++ b/data/generated/tld/mtr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,21 @@ "date_removed": null } }, + "registry_url": "http://nic.mtr", + "whois_server": "whois.nic.mtr", + "rdap_server": "https://whois.nic.mtr/rdap/", + "tld_created": "2015-07-31", + "tld_updated": [ + "2025-12-19" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "ns1.nic.mtr", @@ -105,21 +120,6 @@ } ] } - ], - "registry_url": "http://nic.mtr", - "whois_server": "whois.nic.mtr", - "rdap_server": "https://whois.nic.mtr/rdap/", - "tld_created": "2015-07-31", - "tld_updated": [ - "2025-12-19" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ] - } + ] } } diff --git a/data/generated/tld/mu.json b/data/generated/tld/mu.json index 87093514..ff4f271b 100644 --- a/data/generated/tld/mu.json +++ b/data/generated/tld/mu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Internet Direct Ltd" } }, + "registry_url": "http://www.nic.mu/", + "whois_server": "whois.tld.mu", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1995-10-06", + "tld_updated": [ + "2025-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Mauritius", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "v0n0.tld.mu", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.nic.mu/", - "whois_server": "whois.tld.mu", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1995-10-06", - "tld_updated": [ - "2025-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Mauritius", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/museum.json b/data/generated/tld/museum.json index fbdb6e7c..ca342ecf 100644 --- a/data/generated/tld/museum.json +++ b/data/generated/tld/museum.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "https://about.museum", + "whois_server": "whois.nic.museum", + "rdap_server": "https://rdap.nic.museum", + "tld_created": "2001-10-20", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,32 +112,6 @@ } ] } - ], - "registry_url": "https://about.museum", - "whois_server": "whois.nic.museum", - "rdap_server": "https://rdap.nic.museum", - "tld_created": "2001-10-20", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/music.json b/data/generated/tld/music.json index 73841edd..cdeb8dc4 100644 --- a/data/generated/tld/music.json +++ b/data/generated/tld/music.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://nic.music/", + "whois_server": "whois.registryservices.music", + "rdap_server": "https://rdap.registryservices.music/rdap/", + "tld_created": "2021-10-14", + "tld_updated": [ + "2026-05-06" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,31 +130,6 @@ } ] } - ], - "registry_url": "https://nic.music/", - "whois_server": "whois.registryservices.music", - "rdap_server": "https://rdap.registryservices.music/rdap/", - "tld_created": "2021-10-14", - "tld_updated": [ - "2026-05-06" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/mv.json b/data/generated/tld/mv.json index 2ac20560..271f5134 100644 --- a/data/generated/tld/mv.json +++ b/data/generated/tld/mv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,20 @@ "tech": "Dhivehi Raajjeyge Gulhun PLC" } }, + "tld_created": "1996-09-25", + "tld_updated": [ + "2026-02-05" + ], + "annotations": { + "country_name_iso": "Maldives", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "baraveli.ns.mv", @@ -130,20 +144,6 @@ } ] } - ], - "tld_created": "1996-09-25", - "tld_updated": [ - "2026-02-05" - ], - "annotations": { - "country_name_iso": "Maldives", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mw.json b/data/generated/tld/mw.json index ce538fbb..7394ae1d 100644 --- a/data/generated/tld/mw.json +++ b/data/generated/tld/mw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Malawi SDNP" } }, + "registry_url": "http://www.registrar.mw", + "whois_server": "whois.nic.mw", + "tld_created": "1997-01-03", + "tld_updated": [ + "2025-08-21" + ], + "annotations": { + "country_name_iso": "Malawi", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "chambo.sdnp.org.mw", @@ -149,24 +167,6 @@ } ] } - ], - "registry_url": "http://www.registrar.mw", - "whois_server": "whois.nic.mw", - "tld_created": "1997-01-03", - "tld_updated": [ - "2025-08-21" - ], - "annotations": { - "country_name_iso": "Malawi", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/mx.json b/data/generated/tld/mx.json index bcdf87f4..41eb0fb3 100644 --- a/data/generated/tld/mx.json +++ b/data/generated/tld/mx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "NIC-Mexico, ITESM - Campus Monterrey" } }, + "registry_url": "http://www.registry.mx/", + "whois_server": "whois.mx", + "tld_created": "1989-02-01", + "tld_updated": [ + "2026-02-28" + ], + "annotations": { + "country_name_iso": "Mexico", + "as_org_aliases": [ + "Packet Clearing House", + "UltraDNS" + ], + "as_org_slugs": [ + "packet-clearing-house", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.mx-ns.mx", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.registry.mx/", - "whois_server": "whois.mx", - "tld_created": "1989-02-01", - "tld_updated": [ - "2026-02-28" - ], - "annotations": { - "country_name_iso": "Mexico", - "as_org_aliases": [ - "Packet Clearing House", - "UltraDNS" - ], - "as_org_slugs": [ - "packet-clearing-house", - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/my.json b/data/generated/tld/my.json index 51d5a922..1bab7939 100644 --- a/data/generated/tld/my.json +++ b/data/generated/tld/my.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "MYNIC Berhad" } }, + "registry_url": "http://www.mynic.my", + "whois_server": "whois.mynic.my", + "rdap_server": "https://rdap.mynic.my/rdap/", + "tld_created": "1987-06-08", + "tld_updated": [ + "2026-04-18" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Malaysia", + "as_org_aliases": [ + "CentralNic", + "Tucows" + ], + "as_org_slugs": [ + "centralnic", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.mynic.centralnic-dns.com", @@ -152,26 +172,6 @@ ] } ], - "registry_url": "http://www.mynic.my", - "whois_server": "whois.mynic.my", - "rdap_server": "https://rdap.mynic.my/rdap/", - "tld_created": "1987-06-08", - "tld_updated": [ - "2026-04-18" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Malaysia", - "as_org_aliases": [ - "CentralNic", - "Tucows" - ], - "as_org_slugs": [ - "centralnic", - "tucows" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbx4cd0ab" ] diff --git a/data/generated/tld/mz.json b/data/generated/tld/mz.json index e66aa160..8b41abc7 100644 --- a/data/generated/tld/mz.json +++ b/data/generated/tld/mz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Centro de Informatica da Universidade Eduardo Mondlane" } }, + "whois_server": "whois.nic.mz", + "tld_created": "1992-09-04", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Mozambique", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyns.uem.mz", @@ -104,21 +119,6 @@ ], "ipv6": [] } - ], - "whois_server": "whois.nic.mz", - "tld_created": "1992-09-04", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Mozambique", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/na.json b/data/generated/tld/na.json index aaadedf5..9674f57d 100644 --- a/data/generated/tld/na.json +++ b/data/generated/tld/na.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,25 @@ "tech": "Namibian Network Information Center" } }, + "registry_url": "http://www.na-nic.com.na/", + "rdap_server": "https://keetmans.omadhina.co.na", + "tld_created": "1991-05-08", + "tld_updated": [ + "2024-10-16" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Namibia", + "as_org_aliases": [ + "Knipp Medien", + "Packet Clearing House" + ], + "as_org_slugs": [ + "knipp-medien", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyc2.irondns.net", @@ -93,25 +112,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.na-nic.com.na/", - "rdap_server": "https://keetmans.omadhina.co.na", - "tld_created": "1991-05-08", - "tld_updated": [ - "2024-10-16" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Namibia", - "as_org_aliases": [ - "Knipp Medien", - "Packet Clearing House" - ], - "as_org_slugs": [ - "knipp-medien", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nab.json b/data/generated/tld/nab.json index da594b36..a6f99ee9 100644 --- a/data/generated/tld/nab.json +++ b/data/generated/tld/nab.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nab.com.au", + "whois_server": "whois.nic.nab", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-12-01" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nab", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nab.com.au", - "whois_server": "whois.nic.nab", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-12-01" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nagoya.json b/data/generated/tld/nagoya.json index 87703c74..df3ab4b9 100644 --- a/data/generated/tld/nagoya.json +++ b/data/generated/tld/nagoya.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.nagoya", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,35 +127,6 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.nagoya", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/name.json b/data/generated/tld/name.json index 2885ca22..1ff62c2b 100644 --- a/data/generated/tld/name.json +++ b/data/generated/tld/name.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.nic.name", + "whois_server": "whois.nic.name", + "rdap_server": "https://tld-rdap.verisign.com/name/v1/", + "tld_created": "2001-08-17", + "tld_updated": [ + "2026-03-23" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "http://www.nic.name", - "whois_server": "whois.nic.name", - "rdap_server": "https://tld-rdap.verisign.com/name/v1/", - "tld_created": "2001-08-17", - "tld_updated": [ - "2026-03-23" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/navy.json b/data/generated/tld/navy.json index 7498268b..af8622c5 100644 --- a/data/generated/tld/navy.json +++ b/data/generated/tld/navy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.navy", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nba.json b/data/generated/tld/nba.json index 8460ff61..9d7474a3 100644 --- a/data/generated/tld/nba.json +++ b/data/generated/tld/nba.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.nba.com", + "rdap_server": "https://rdap.nic.nba/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.nba", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.nba.com", - "rdap_server": "https://rdap.nic.nba/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/nc.json b/data/generated/tld/nc.json index e97f579c..22117de2 100644 --- a/data/generated/tld/nc.json +++ b/data/generated/tld/nc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Office des Postes et Telecommunications" } }, + "registry_url": "http://www.domaine.nc", + "whois_server": "whois.nc", + "tld_created": "1993-10-13", + "tld_updated": [ + "2025-07-23" + ], + "annotations": { + "country_name_iso": "New Caledonia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "any-ns1.nc", @@ -94,22 +110,6 @@ } ] } - ], - "registry_url": "http://www.domaine.nc", - "whois_server": "whois.nc", - "tld_created": "1993-10-13", - "tld_updated": [ - "2025-07-23" - ], - "annotations": { - "country_name_iso": "New Caledonia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ne.json b/data/generated/tld/ne.json index ddbc7ae7..4471f259 100644 --- a/data/generated/tld/ne.json +++ b/data/generated/tld/ne.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "SONITEL" } }, + "registry_url": "http://www.intnet.ne", + "tld_created": "1996-04-24", + "tld_updated": [ + "2023-11-09" + ], + "annotations": { + "country_name_iso": "Niger", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bow.rain.fr", @@ -80,15 +89,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.intnet.ne", - "tld_created": "1996-04-24", - "tld_updated": [ - "2023-11-09" - ], - "annotations": { - "country_name_iso": "Niger", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nec.json b/data/generated/tld/nec.json index d3d7562d..de3bc7d2 100644 --- a/data/generated/tld/nec.json +++ b/data/generated/tld/nec.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nec.com/", + "whois_server": "whois.nic.nec", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.nec.com/", - "whois_server": "whois.nic.nec", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/net.json b/data/generated/tld/net.json index d9a265b7..0215544b 100644 --- a/data/generated/tld/net.json +++ b/data/generated/tld/net.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.verisign-grs.com", + "rdap_server": "https://rdap.verisign.com/net/v1/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.gtld-servers.net", @@ -276,33 +303,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.verisign-grs.com", - "rdap_server": "https://rdap.verisign.com/net/v1/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/netbank.json b/data/generated/tld/netbank.json index 9a051e9f..a004cc3a 100644 --- a/data/generated/tld/netbank.json +++ b/data/generated/tld/netbank.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.commbank.com.au", + "whois_server": "whois.nic.netbank", + "rdap_server": "https://rdap.nic.netbank/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.netbank", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.commbank.com.au", - "whois_server": "whois.nic.netbank", - "rdap_server": "https://rdap.nic.netbank/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/netflix.json b/data/generated/tld/netflix.json index 8837797e..786d6e8b 100644 --- a/data/generated/tld/netflix.json +++ b/data/generated/tld/netflix.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.netflix.com", + "rdap_server": "https://rdap.nic.netflix/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.netflix", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.netflix.com", - "rdap_server": "https://rdap.nic.netflix/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/network.json b/data/generated/tld/network.json index 41dba279..2e6c9782 100644 --- a/data/generated/tld/network.json +++ b/data/generated/tld/network.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-18", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.network", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/neustar.json b/data/generated/tld/neustar.json index 5d746646..d8798762 100644 --- a/data/generated/tld/neustar.json +++ b/data/generated/tld/neustar.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.neustar.biz", + "rdap_server": "https://rdap.nic.neustar/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.neustar", @@ -143,30 +167,6 @@ } ] } - ], - "registry_url": "http://www.neustar.biz", - "rdap_server": "https://rdap.nic.neustar/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/new.json b/data/generated/tld/new.json index 064fe3f1..14daa190 100644 --- a/data/generated/tld/new.json +++ b/data/generated/tld/new.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/news.json b/data/generated/tld/news.json index 3dac1b7a..004b05dd 100644 --- a/data/generated/tld/news.json +++ b/data/generated/tld/news.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.news", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/next.json b/data/generated/tld/next.json index 90283e65..5c2308a9 100644 --- a/data/generated/tld/next.json +++ b/data/generated/tld/next.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.next", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.next", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.next", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nextdirect.json b/data/generated/tld/nextdirect.json index 00bbb87c..4ebe6c6c 100644 --- a/data/generated/tld/nextdirect.json +++ b/data/generated/tld/nextdirect.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.nextdirect", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nextdirect", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.nextdirect", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nexus.json b/data/generated/tld/nexus.json index 5389b8d0..39e181ef 100644 --- a/data/generated/tld/nexus.json +++ b/data/generated/tld/nexus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/nf.json b/data/generated/tld/nf.json index a1761171..265774c5 100644 --- a/data/generated/tld/nf.json +++ b/data/generated/tld/nf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Norfolk Island Data Services" } }, + "registry_url": "http://nic.nf", + "whois_server": "whois.nic.nf", + "rdap_server": "https://rdap.nic.nf", + "tld_created": "1996-03-18", + "tld_updated": [ + "2024-02-20" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Norfolk Island", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.nf", @@ -68,24 +86,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://nic.nf", - "whois_server": "whois.nic.nf", - "rdap_server": "https://rdap.nic.nf", - "tld_created": "1996-03-18", - "tld_updated": [ - "2024-02-20" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Norfolk Island", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nfl.json b/data/generated/tld/nfl.json index b17d67d9..3828e1cb 100644 --- a/data/generated/tld/nfl.json +++ b/data/generated/tld/nfl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.nfl.com/", + "rdap_server": "https://rdap.nic.nfl/", + "tld_created": "2016-06-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.nfl", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.nfl.com/", - "rdap_server": "https://rdap.nic.nfl/", - "tld_created": "2016-06-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ng.json b/data/generated/tld/ng.json index aa41d9c1..a60b3d88 100644 --- a/data/generated/tld/ng.json +++ b/data/generated/tld/ng.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Nigeria Internet Registration Association" } }, + "registry_url": "http://www.nira.org.ng/", + "whois_server": "whois.nic.net.ng", + "rdap_server": "http://rdap.nic.net.ng", + "tld_created": "1995-03-15", + "tld_updated": [ + "2026-02-14" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Nigeria", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns2.nic.net.ng", @@ -106,24 +124,6 @@ } ] } - ], - "registry_url": "http://www.nira.org.ng/", - "whois_server": "whois.nic.net.ng", - "rdap_server": "http://rdap.nic.net.ng", - "tld_created": "1995-03-15", - "tld_updated": [ - "2026-02-14" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Nigeria", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ngo.json b/data/generated/tld/ngo.json index 83ea6af1..438d325c 100644 --- a/data/generated/tld/ngo.json +++ b/data/generated/tld/ngo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://nic.ngo", + "whois_server": "whois.nic.ngo", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ngo", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://nic.ngo", - "whois_server": "whois.nic.ngo", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nhk.json b/data/generated/tld/nhk.json index a21ce66c..6e554da5 100644 --- a/data/generated/tld/nhk.json +++ b/data/generated/tld/nhk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.nhk", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.nhk", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ni.json b/data/generated/tld/ni.json index f12cc184..51bc67e5 100644 --- a/data/generated/tld/ni.json +++ b/data/generated/tld/ni.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Universidad Nacional del Ingernieria" } }, + "registry_url": "http://www.nic.ni", + "tld_created": "1989-10-13", + "tld_updated": [ + "2026-03-23" + ], + "annotations": { + "country_name_iso": "Nicaragua", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-ext.nic.cr", @@ -92,21 +107,6 @@ } ] } - ], - "registry_url": "http://www.nic.ni", - "tld_created": "1989-10-13", - "tld_updated": [ - "2026-03-23" - ], - "annotations": { - "country_name_iso": "Nicaragua", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nico.json b/data/generated/tld/nico.json index ebcf2e23..9c902684 100644 --- a/data/generated/tld/nico.json +++ b/data/generated/tld/nico.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.nico", + "whois_server": "whois.nic.nico", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.nico", - "whois_server": "whois.nic.nico", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/nike.json b/data/generated/tld/nike.json index 83c8f46c..44f27b02 100644 --- a/data/generated/tld/nike.json +++ b/data/generated/tld/nike.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.nike.com", + "rdap_server": "https://rdap.nic.nike/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.nike", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.nike.com", - "rdap_server": "https://rdap.nic.nike/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/nikon.json b/data/generated/tld/nikon.json index e6eaacb6..6cb79774 100644 --- a/data/generated/tld/nikon.json +++ b/data/generated/tld/nikon.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nikon.com", + "whois_server": "whois.nic.nikon", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-01", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nikon", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nikon.com", - "whois_server": "whois.nic.nikon", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-01", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ninja.json b/data/generated/tld/ninja.json index 259af14b..8905ceab 100644 --- a/data/generated/tld/ninja.json +++ b/data/generated/tld/ninja.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.ninja", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nissan.json b/data/generated/tld/nissan.json index 8b7a3121..d71c0be1 100644 --- a/data/generated/tld/nissan.json +++ b/data/generated/tld/nissan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/nissay.json b/data/generated/tld/nissay.json index 09a958fe..1f471b32 100644 --- a/data/generated/tld/nissay.json +++ b/data/generated/tld/nissay.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nissay.co.jp/english/", + "whois_server": "whois.nic.nissay", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.nissay", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.nissay.co.jp/english/", - "whois_server": "whois.nic.nissay", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nl.json b/data/generated/tld/nl.json index f90be859..8f2c4157 100644 --- a/data/generated/tld/nl.json +++ b/data/generated/tld/nl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "SIDN (Stichting Internet Domeinregistratie Nederland)" } }, + "registry_url": "https://www.sidn.nl/", + "whois_server": "whois.domain-registry.nl", + "rdap_server": "https://rdap.sidn.nl/", + "tld_created": "1986-04-25", + "tld_updated": [ + "2024-06-20" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Netherlands", + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.dns.nl", @@ -75,28 +97,6 @@ } ] } - ], - "registry_url": "https://www.sidn.nl/", - "whois_server": "whois.domain-registry.nl", - "rdap_server": "https://rdap.sidn.nl/", - "tld_created": "1986-04-25", - "tld_updated": [ - "2024-06-20" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Netherlands", - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/no.json b/data/generated/tld/no.json index 28c308b8..418b822f 100644 --- a/data/generated/tld/no.json +++ b/data/generated/tld/no.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Norid A/S" } }, + "registry_url": "http://www.norid.no", + "whois_server": "whois.norid.no", + "rdap_server": "https://rdap.norid.no/", + "tld_created": "1987-03-17", + "tld_updated": [ + "2022-01-14" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Norway", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "i.nic.no", @@ -125,24 +143,6 @@ } ] } - ], - "registry_url": "http://www.norid.no", - "whois_server": "whois.norid.no", - "rdap_server": "https://rdap.norid.no/", - "tld_created": "1987-03-17", - "tld_updated": [ - "2022-01-14" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Norway", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nokia.json b/data/generated/tld/nokia.json index 5c709cf5..13d037cd 100644 --- a/data/generated/tld/nokia.json +++ b/data/generated/tld/nokia.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.nokia/", + "whois_server": "whois.nic.nokia", + "rdap_server": "https://rdap.centralnic.com/nokia/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2024-06-26" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.nokia", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://nic.nokia/", - "whois_server": "whois.nic.nokia", - "rdap_server": "https://rdap.centralnic.com/nokia/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2024-06-26" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/norton.json b/data/generated/tld/norton.json index 2d3e075b..c633d03c 100644 --- a/data/generated/tld/norton.json +++ b/data/generated/tld/norton.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.symantec.com", + "whois_server": "whois.nic.norton", + "rdap_server": "https://rdap.nic.norton", + "tld_created": "2015-09-24", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.norton", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.symantec.com", - "whois_server": "whois.nic.norton", - "rdap_server": "https://rdap.nic.norton", - "tld_created": "2015-09-24", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/now.json b/data/generated/tld/now.json index 7107d218..203f54c5 100644 --- a/data/generated/tld/now.json +++ b/data/generated/tld/now.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.now", + "rdap_server": "https://rdap.nominet.uk/now/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.now", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.now", - "rdap_server": "https://rdap.nominet.uk/now/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/nowruz.json b/data/generated/tld/nowruz.json index a99b905e..cc0572f4 100644 --- a/data/generated/tld/nowruz.json +++ b/data/generated/tld/nowruz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/nowruz/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/nowruz/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/nowtv.json b/data/generated/tld/nowtv.json index 72dfc0e0..d4e62ef3 100644 --- a/data/generated/tld/nowtv.json +++ b/data/generated/tld/nowtv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.nowtv", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nowtv", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.nowtv", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/np.json b/data/generated/tld/np.json index 724790fd..342f793a 100644 --- a/data/generated/tld/np.json +++ b/data/generated/tld/np.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Mercantile Communications Pvt. Ltd." } }, + "registry_url": "http://www.mos.com.np", + "tld_created": "1995-01-25", + "tld_updated": [ + "2025-07-14" + ], + "annotations": { + "country_name_iso": "Nepal", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "np-ns.npix.net.np", @@ -99,21 +114,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.mos.com.np", - "tld_created": "1995-01-25", - "tld_updated": [ - "2025-07-14" - ], - "annotations": { - "country_name_iso": "Nepal", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nr.json b/data/generated/tld/nr.json index fcc8115e..0156614d 100644 --- a/data/generated/tld/nr.json +++ b/data/generated/tld/nr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Government of the Republic of Nauru" } }, + "registry_url": "http://www.cenpac.net.nr", + "tld_created": "1998-03-30", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Nauru", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns0.cenpac.net.nr", @@ -80,15 +89,6 @@ } ] } - ], - "registry_url": "http://www.cenpac.net.nr", - "tld_created": "1998-03-30", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Nauru", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nra.json b/data/generated/tld/nra.json index ad43edfc..c446e794 100644 --- a/data/generated/tld/nra.json +++ b/data/generated/tld/nra.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://contact.nra.org/contact-us.aspx", + "whois_server": "whois.nic.nra", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-12-23" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nra", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://contact.nra.org/contact-us.aspx", - "whois_server": "whois.nic.nra", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-12-23" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nrw.json b/data/generated/tld/nrw.json index 2525274a..866a0e5a 100644 --- a/data/generated/tld/nrw.json +++ b/data/generated/tld/nrw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "http://mindsandmachines.com", + "whois_server": "whois.nic.nrw", + "rdap_server": "https://rdap.nic.nrw/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2023-06-13" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien", + "UltraDNS" + ], + "as_org_slugs": [ + "knipp-medien", + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -181,33 +208,6 @@ } ] } - ], - "registry_url": "http://mindsandmachines.com", - "whois_server": "whois.nic.nrw", - "rdap_server": "https://rdap.nic.nrw/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2023-06-13" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien", - "UltraDNS" - ], - "as_org_slugs": [ - "knipp-medien", - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/ntt.json b/data/generated/tld/ntt.json index d4fbd8ca..fa25172c 100644 --- a/data/generated/tld/ntt.json +++ b/data/generated/tld/ntt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "https://group.ntt/en/dotntt/", + "whois_server": "whois.nic.ntt", + "rdap_server": "https://rdap.nic.ntt/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-12-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "tld1.nic.ntt", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "https://group.ntt/en/dotntt/", - "whois_server": "whois.nic.ntt", - "rdap_server": "https://rdap.nic.ntt/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-12-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/nu.json b/data/generated/tld/nu.json index acf5ad63..0d8089d6 100644 --- a/data/generated/tld/nu.json +++ b/data/generated/tld/nu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "The Internet Infrastructure Foundation" } }, + "registry_url": "https://www.internetstiftelsen.se", + "whois_server": "whois.iis.nu", + "tld_created": "1997-06-20", + "tld_updated": [ + "2025-07-03" + ], + "annotations": { + "country_name_iso": "Niue", + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.nu", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "https://www.internetstiftelsen.se", - "whois_server": "whois.iis.nu", - "tld_created": "1997-06-20", - "tld_updated": [ - "2025-07-03" - ], - "annotations": { - "country_name_iso": "Niue", - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/nyc.json b/data/generated/tld/nyc.json index 99384c09..cbe286d8 100644 --- a/data/generated/tld/nyc.json +++ b/data/generated/tld/nyc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.mydotnyc.com", + "whois_server": "whois.nic.nyc", + "rdap_server": "https://rdap.nic.nyc/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.nyc", @@ -143,31 +168,6 @@ } ] } - ], - "registry_url": "http://www.mydotnyc.com", - "whois_server": "whois.nic.nyc", - "rdap_server": "https://rdap.nic.nyc/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/nz.json b/data/generated/tld/nz.json index c7c6cf4b..1d150abc 100644 --- a/data/generated/tld/nz.json +++ b/data/generated/tld/nz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "InternetNZ" } }, + "registry_url": "http://www.dnc.org.nz/", + "whois_server": "whois.irs.net.nz", + "tld_created": "1987-01-19", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "country_name_iso": "New Zealand", + "as_org_aliases": [ + "CIRA" + ], + "as_org_slugs": [ + "cira" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.dns.net.nz", @@ -151,22 +167,6 @@ } ] } - ], - "registry_url": "http://www.dnc.org.nz/", - "whois_server": "whois.irs.net.nz", - "tld_created": "1987-01-19", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "country_name_iso": "New Zealand", - "as_org_aliases": [ - "CIRA" - ], - "as_org_slugs": [ - "cira" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/obi.json b/data/generated/tld/obi.json index 0d5151d5..b54047d2 100644 --- a/data/generated/tld/obi.json +++ b/data/generated/tld/obi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.obi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-03", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.obi", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.obi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-03", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/observer.json b/data/generated/tld/observer.json index b100b4e7..2bb73ca3 100644 --- a/data/generated/tld/observer.json +++ b/data/generated/tld/observer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.nic.observer", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2016-09-15", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.nic.observer", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2016-09-15", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/office.json b/data/generated/tld/office.json index 9b2b0ec2..bc9632a5 100644 --- a/data/generated/tld/office.json +++ b/data/generated/tld/office.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.office.com", + "rdap_server": "https://rdap.nominet.uk/office/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2026-02-07" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.office", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.office.com", - "rdap_server": "https://rdap.nominet.uk/office/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2026-02-07" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/okinawa.json b/data/generated/tld/okinawa.json index 6bc33c2a..8d4e8d35 100644 --- a/data/generated/tld/okinawa.json +++ b/data/generated/tld/okinawa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.okinawa", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.okinawa", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/olayan.json b/data/generated/tld/olayan.json index 0f7ca595..0333cb49 100644 --- a/data/generated/tld/olayan.json +++ b/data/generated/tld/olayan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.olayan.com/", + "whois_server": "whois.nic.olayan", + "rdap_server": "https://rdap.nic.olayan/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.olayan", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "http://www.olayan.com/", - "whois_server": "whois.nic.olayan", - "rdap_server": "https://rdap.nic.olayan/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/olayangroup.json b/data/generated/tld/olayangroup.json index 2d25bc5c..b1292d51 100644 --- a/data/generated/tld/olayangroup.json +++ b/data/generated/tld/olayangroup.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.olayan.com/", + "whois_server": "whois.nic.olayangroup", + "rdap_server": "https://rdap.nic.olayangroup/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.olayangroup", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "http://www.olayan.com/", - "whois_server": "whois.nic.olayangroup", - "rdap_server": "https://rdap.nic.olayangroup/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ollo.json b/data/generated/tld/ollo.json index 0e25d9b9..342981a5 100644 --- a/data/generated/tld/ollo.json +++ b/data/generated/tld/ollo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.ollo", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.ollo", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/om.json b/data/generated/tld/om.json index 4aac9c47..b1d9d1e7 100644 --- a/data/generated/tld/om.json +++ b/data/generated/tld/om.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Telecommunications Regulatory Authority (TRA)" } }, + "registry_url": "http://www.registry.om/om/en/?page_id=197", + "whois_server": "whois.registry.om", + "tld_created": "1996-04-11", + "tld_updated": [ + "2017-11-21" + ], + "annotations": { + "country_name_iso": "Oman", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cctld.alpha.aridns.net.au", @@ -133,22 +149,6 @@ ] } ], - "registry_url": "http://www.registry.om/om/en/?page_id=197", - "whois_server": "whois.registry.om", - "tld_created": "1996-04-11", - "tld_updated": [ - "2017-11-21" - ], - "annotations": { - "country_name_iso": "Oman", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgb9awbf" ] diff --git a/data/generated/tld/omega.json b/data/generated/tld/omega.json index 0d79f75e..e6eb1b74 100644 --- a/data/generated/tld/omega.json +++ b/data/generated/tld/omega.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.swatchgroup.com/", + "rdap_server": "https://rdap.nominet.uk/omega/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.omega", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://www.swatchgroup.com/", - "rdap_server": "https://rdap.nominet.uk/omega/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/one.json b/data/generated/tld/one.json index d363d42f..a15c0da6 100644 --- a/data/generated/tld/one.json +++ b/data/generated/tld/one.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "https://get.one/", + "whois_server": "whois.nic.one", + "rdap_server": "https://rdap.nic.one/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2026-05-19" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.one", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "https://get.one/", - "whois_server": "whois.nic.one", - "rdap_server": "https://rdap.nic.one/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2026-05-19" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ong.json b/data/generated/tld/ong.json index 0da5b90a..2f1c9bcd 100644 --- a/data/generated/tld/ong.json +++ b/data/generated/tld/ong.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://nic.ong", + "whois_server": "whois.nic.ong", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ong", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://nic.ong", - "whois_server": "whois.nic.ong", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/onl.json b/data/generated/tld/onl.json index 87cda1f1..a41bdb19 100644 --- a/data/generated/tld/onl.json +++ b/data/generated/tld/onl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-03-04" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.onl", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-03-04" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/online.json b/data/generated/tld/online.json index ede19e07..8900930f 100644 --- a/data/generated/tld/online.json +++ b/data/generated/tld/online.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.online", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2026-04-27" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.online", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2026-04-27" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/ooo.json b/data/generated/tld/ooo.json index e1c12fcb..af80bc7d 100644 --- a/data/generated/tld/ooo.json +++ b/data/generated/tld/ooo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.infibeam.com", + "whois_server": "whois.nic.ooo", + "rdap_server": "https://rdap.centralnic.com/ooo", + "tld_created": "2014-07-31", + "tld_updated": [ + "2024-04-30" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.ooo", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.infibeam.com", - "whois_server": "whois.nic.ooo", - "rdap_server": "https://rdap.centralnic.com/ooo", - "tld_created": "2014-07-31", - "tld_updated": [ - "2024-04-30" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/open.json b/data/generated/tld/open.json index a7760019..f8c44d83 100644 --- a/data/generated/tld/open.json +++ b/data/generated/tld/open.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.americanexpress.com", + "whois_server": "whois.nic.open", + "rdap_server": "https://rdap.nic.open/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.open", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "https://www.americanexpress.com", - "whois_server": "whois.nic.open", - "rdap_server": "https://rdap.nic.open/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/oracle.json b/data/generated/tld/oracle.json index 7fc9a082..a795ae37 100644 --- a/data/generated/tld/oracle.json +++ b/data/generated/tld/oracle.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.oracle", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-02-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.oracle", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.oracle", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-02-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/orange.json b/data/generated/tld/orange.json index 4ae5c3d7..79c09d06 100644 --- a/data/generated/tld/orange.json +++ b/data/generated/tld/orange.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.orange", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.orange", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.orange", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/org.json b/data/generated/tld/org.json index 7387dae2..952a28a9 100644 --- a/data/generated/tld/org.json +++ b/data/generated/tld/org.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://publicinterestregistry.org", + "whois_server": "whois.publicinterestregistry.org", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.org.afilias-nst.info", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://publicinterestregistry.org", - "whois_server": "whois.publicinterestregistry.org", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/organic.json b/data/generated/tld/organic.json index 56d3750b..fc33b53e 100644 --- a/data/generated/tld/organic.json +++ b/data/generated/tld/organic.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.organic", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/origins.json b/data/generated/tld/origins.json index 13f877ec..e9d7d9bd 100644 --- a/data/generated/tld/origins.json +++ b/data/generated/tld/origins.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", + "whois_server": "whois.nic.origins", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.origins", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", - "whois_server": "whois.nic.origins", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/osaka.json b/data/generated/tld/osaka.json index cef958de..cf4280b9 100644 --- a/data/generated/tld/osaka.json +++ b/data/generated/tld/osaka.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://domain.osaka/", + "whois_server": "whois.nic.osaka", + "rdap_server": "https://rdap.nic.osaka/", + "tld_created": "2014-12-04", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.osaka", @@ -143,30 +167,6 @@ } ] } - ], - "registry_url": "http://domain.osaka/", - "whois_server": "whois.nic.osaka", - "rdap_server": "https://rdap.nic.osaka/", - "tld_created": "2014-12-04", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/otsuka.json b/data/generated/tld/otsuka.json index c33b8037..66d97587 100644 --- a/data/generated/tld/otsuka.json +++ b/data/generated/tld/otsuka.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.otsuka", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.otsuka", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ott.json b/data/generated/tld/ott.json index 3bbbd7cc..09203eeb 100644 --- a/data/generated/tld/ott.json +++ b/data/generated/tld/ott.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.ott", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.ott", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/ovh.json b/data/generated/tld/ovh.json index 388f0ecf..bc56ba77 100644 --- a/data/generated/tld/ovh.json +++ b/data/generated/tld/ovh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://www.ovh.com", + "whois_server": "whois.nic.ovh", + "rdap_server": "https://rdap.nic.ovh", + "tld_created": "2014-05-01", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,31 +111,6 @@ } ] } - ], - "registry_url": "https://www.ovh.com", - "whois_server": "whois.nic.ovh", - "rdap_server": "https://rdap.nic.ovh", - "tld_created": "2014-05-01", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/pa.json b/data/generated/tld/pa.json index 644e0571..94d6e640 100644 --- a/data/generated/tld/pa.json +++ b/data/generated/tld/pa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "Universidad Tecnologica de Panama" } }, + "registry_url": "http://www.nic.pa/", + "tld_created": "1994-05-25", + "tld_updated": [ + "2024-11-25" + ], + "annotations": { + "country_name_iso": "Panama", + "as_org_aliases": [ + "LACTLD" + ], + "as_org_slugs": [ + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -161,21 +176,6 @@ } ] } - ], - "registry_url": "http://www.nic.pa/", - "tld_created": "1994-05-25", - "tld_updated": [ - "2024-11-25" - ], - "annotations": { - "country_name_iso": "Panama", - "as_org_aliases": [ - "LACTLD" - ], - "as_org_slugs": [ - "lactld" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/page.json b/data/generated/tld/page.json index 2492ecd6..1714f21e 100644 --- a/data/generated/tld/page.json +++ b/data/generated/tld/page.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/panasonic.json b/data/generated/tld/panasonic.json index af1c2abe..199052ed 100644 --- a/data/generated/tld/panasonic.json +++ b/data/generated/tld/panasonic.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/paris.json b/data/generated/tld/paris.json index f36a531c..46215275 100644 --- a/data/generated/tld/paris.json +++ b/data/generated/tld/paris.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://mondomaine.paris.fr/", + "whois_server": "whois.nic.paris", + "rdap_server": "https://rdap.nic.paris", + "tld_created": "2014-03-27", + "tld_updated": [ + "2025-04-29" + ], + "annotations": { + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,34 +114,6 @@ } ] } - ], - "registry_url": "http://mondomaine.paris.fr/", - "whois_server": "whois.nic.paris", - "rdap_server": "https://rdap.nic.paris", - "tld_created": "2014-03-27", - "tld_updated": [ - "2025-04-29" - ], - "annotations": { - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/pars.json b/data/generated/tld/pars.json index 708abd0e..8eadb87a 100644 --- a/data/generated/tld/pars.json +++ b/data/generated/tld/pars.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/pars/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -181,32 +207,6 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/pars/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/partners.json b/data/generated/tld/partners.json index 80dd340f..0f2e2397 100644 --- a/data/generated/tld/partners.json +++ b/data/generated/tld/partners.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.partners", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/parts.json b/data/generated/tld/parts.json index 679e7dc9..0a02c8bf 100644 --- a/data/generated/tld/parts.json +++ b/data/generated/tld/parts.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.parts", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/party.json b/data/generated/tld/party.json index 65c7da23..48d1d7f9 100644 --- a/data/generated/tld/party.json +++ b/data/generated/tld/party.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.party", + "whois_server": "whois.nic.party", + "rdap_server": "https://rdap.nic.party/", + "tld_created": "2014-10-23", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.party", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.party", - "whois_server": "whois.nic.party", - "rdap_server": "https://rdap.nic.party/", - "tld_created": "2014-10-23", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/pay.json b/data/generated/tld/pay.json index 8b58e43d..668d55be 100644 --- a/data/generated/tld/pay.json +++ b/data/generated/tld/pay.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.pay", + "rdap_server": "https://rdap.nominet.uk/pay/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pay", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.pay", - "rdap_server": "https://rdap.nominet.uk/pay/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/pccw.json b/data/generated/tld/pccw.json index cb8eb25f..56b21015 100644 --- a/data/generated/tld/pccw.json +++ b/data/generated/tld/pccw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.pccw", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pccw", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.pccw", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pe.json b/data/generated/tld/pe.json index ebb2aa16..5eaeb43c 100644 --- a/data/generated/tld/pe.json +++ b/data/generated/tld/pe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Red Cientifica Peruana" } }, + "registry_url": "http://www.nic.pe", + "whois_server": "kero.yachay.pe", + "tld_created": "1991-11-25", + "tld_updated": [ + "2026-03-25" + ], + "annotations": { + "country_name_iso": "Peru", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -87,24 +105,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.pe", - "whois_server": "kero.yachay.pe", - "tld_created": "1991-11-25", - "tld_updated": [ - "2026-03-25" - ], - "annotations": { - "country_name_iso": "Peru", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/pet.json b/data/generated/tld/pet.json index 737d93b0..6b7347e7 100644 --- a/data/generated/tld/pet.json +++ b/data/generated/tld/pet.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pet", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pf.json b/data/generated/tld/pf.json index fe92276e..665e1426 100644 --- a/data/generated/tld/pf.json +++ b/data/generated/tld/pf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "ONATI SA" } }, + "whois_server": "whois.registry.pf", + "tld_created": "1996-03-19", + "tld_updated": [ + "2025-10-03" + ], + "annotations": { + "country_name_iso": "French Polynesia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns03.pf", @@ -61,15 +70,6 @@ ], "ipv6": [] } - ], - "whois_server": "whois.registry.pf", - "tld_created": "1996-03-19", - "tld_updated": [ - "2025-10-03" - ], - "annotations": { - "country_name_iso": "French Polynesia", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/pfizer.json b/data/generated/tld/pfizer.json index 9f82fdad..cbe8cbc6 100644 --- a/data/generated/tld/pfizer.json +++ b/data/generated/tld/pfizer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.pfizer.com", + "rdap_server": "https://rdap.nic.pfizer/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.pfizer", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.pfizer.com", - "rdap_server": "https://rdap.nic.pfizer/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/pg.json b/data/generated/tld/pg.json index 8791cd91..73497c03 100644 --- a/data/generated/tld/pg.json +++ b/data/generated/tld/pg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "The Papua New Guinea University of Technology" } }, + "whois_server": "whois.nic.pg", + "rdap_server": "https://rdap.nic.pg", + "tld_created": "1991-09-26", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Papua New Guinea", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.pch.pg", @@ -80,23 +97,6 @@ ], "ipv6": [] } - ], - "whois_server": "whois.nic.pg", - "rdap_server": "https://rdap.nic.pg", - "tld_created": "1991-09-26", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Papua New Guinea", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ph.json b/data/generated/tld/ph.json index e4603043..c6a76c83 100644 --- a/data/generated/tld/ph.json +++ b/data/generated/tld/ph.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "DotPH" } }, + "registry_url": "http://dot.ph", + "tld_created": "1990-09-14", + "tld_updated": [ + "2024-01-30" + ], + "annotations": { + "country_name_iso": "Philippines", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "1.ns.ph", @@ -94,23 +111,6 @@ } ] } - ], - "registry_url": "http://dot.ph", - "tld_created": "1990-09-14", - "tld_updated": [ - "2024-01-30" - ], - "annotations": { - "country_name_iso": "Philippines", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/pharmacy.json b/data/generated/tld/pharmacy.json index a46efc06..097b267b 100644 --- a/data/generated/tld/pharmacy.json +++ b/data/generated/tld/pharmacy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "https://nabp.pharmacy/programs/accreditations-inspections/dotpharmacy/", + "rdap_server": "https://rdap.nominet.uk/pharmacy/", + "tld_created": "2014-08-28", + "tld_updated": [ + "2025-05-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pharmacy", @@ -181,32 +207,6 @@ } ] } - ], - "registry_url": "https://nabp.pharmacy/programs/accreditations-inspections/dotpharmacy/", - "rdap_server": "https://rdap.nominet.uk/pharmacy/", - "tld_created": "2014-08-28", - "tld_updated": [ - "2025-05-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/phd.json b/data/generated/tld/phd.json index da84051a..8c457778 100644 --- a/data/generated/tld/phd.json +++ b/data/generated/tld/phd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2017-06-15", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2017-06-15", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/philips.json b/data/generated/tld/philips.json index 86580bd4..da67c771 100644 --- a/data/generated/tld/philips.json +++ b/data/generated/tld/philips.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.philips", + "whois_server": "whois.nic.philips", + "rdap_server": "https://rdap.nic.philips/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.philips", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.philips", - "whois_server": "whois.nic.philips", - "rdap_server": "https://rdap.nic.philips/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/phone.json b/data/generated/tld/phone.json index faeb8c33..cedf69ce 100644 --- a/data/generated/tld/phone.json +++ b/data/generated/tld/phone.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.dish.com/", + "whois_server": "whois.nic.phone", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-12-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.dish.com/", - "whois_server": "whois.nic.phone", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-12-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/photo.json b/data/generated/tld/photo.json index 6f5b1311..69c1f29c 100644 --- a/data/generated/tld/photo.json +++ b/data/generated/tld/photo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.photo/", + "whois_server": "whois.nic.photo", + "rdap_server": "https://rdap.nic.photo/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.photo", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.photo/", - "whois_server": "whois.nic.photo", - "rdap_server": "https://rdap.nic.photo/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/photography.json b/data/generated/tld/photography.json index 82210e05..e3a07981 100644 --- a/data/generated/tld/photography.json +++ b/data/generated/tld/photography.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.photography", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/photos.json b/data/generated/tld/photos.json index c15ecb6e..ff36f607 100644 --- a/data/generated/tld/photos.json +++ b/data/generated/tld/photos.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.photos", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/physio.json b/data/generated/tld/physio.json index a9640a82..93678709 100644 --- a/data/generated/tld/physio.json +++ b/data/generated/tld/physio.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.registry.physio", + "whois_server": "whois.nic.physio", + "rdap_server": "https://rdap.nic.physio/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.physio", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "http://www.registry.physio", - "whois_server": "whois.nic.physio", - "rdap_server": "https://rdap.nic.physio/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/pics.json b/data/generated/tld/pics.json index 7fab960f..afcf6f12 100644 --- a/data/generated/tld/pics.json +++ b/data/generated/tld/pics.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.pics", + "whois_server": "whois.nic.pics", + "rdap_server": "https://rdap.centralnic.com/pics/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.pics", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.pics", - "whois_server": "whois.nic.pics", - "rdap_server": "https://rdap.centralnic.com/pics/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/pictet.json b/data/generated/tld/pictet.json index b7673c49..f885da01 100644 --- a/data/generated/tld/pictet.json +++ b/data/generated/tld/pictet.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.pictet", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-29" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pictet", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.pictet", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-29" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pictures.json b/data/generated/tld/pictures.json index 936e5759..b8ea5a26 100644 --- a/data/generated/tld/pictures.json +++ b/data/generated/tld/pictures.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pictures", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pid.json b/data/generated/tld/pid.json index 634c75b8..e6c96288 100644 --- a/data/generated/tld/pid.json +++ b/data/generated/tld/pid.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.topspectrum.com/", + "whois_server": "whois.registry.click", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.topspectrum.com/", - "whois_server": "whois.registry.click", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/pin.json b/data/generated/tld/pin.json index 4f576178..156da39f 100644 --- a/data/generated/tld/pin.json +++ b/data/generated/tld/pin.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.pin", + "rdap_server": "https://rdap.nominet.uk/pin/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pin", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.pin", - "rdap_server": "https://rdap.nominet.uk/pin/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ping.json b/data/generated/tld/ping.json index 6232d153..62955f55 100644 --- a/data/generated/tld/ping.json +++ b/data/generated/tld/ping.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ping.com", + "whois_server": "whois.nic.ping", + "rdap_server": "https://rdap.nic.ping/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ping", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.ping.com", - "whois_server": "whois.nic.ping", - "rdap_server": "https://rdap.nic.ping/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/pink.json b/data/generated/tld/pink.json index c10ba578..e424e1f0 100644 --- a/data/generated/tld/pink.json +++ b/data/generated/tld/pink.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pink", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pioneer.json b/data/generated/tld/pioneer.json index d7099785..9a2e9acf 100644 --- a/data/generated/tld/pioneer.json +++ b/data/generated/tld/pioneer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.pioneer/", + "rdap_server": "https://rdap.nominet.uk/pioneer/", + "tld_created": "2016-05-26", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pioneer", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://www.nic.pioneer/", - "rdap_server": "https://rdap.nominet.uk/pioneer/", - "tld_created": "2016-05-26", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/pizza.json b/data/generated/tld/pizza.json index 3594dc6f..87cbe44b 100644 --- a/data/generated/tld/pizza.json +++ b/data/generated/tld/pizza.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pizza", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pk.json b/data/generated/tld/pk.json index 554567eb..425154ad 100644 --- a/data/generated/tld/pk.json +++ b/data/generated/tld/pk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "PKNIC" } }, + "registry_url": "http://www.pknic.net.pk/", + "whois_server": "whois.pknic.net.pk", + "tld_created": "1992-06-03", + "tld_updated": [ + "2022-07-06" + ], + "annotations": { + "country_name_iso": "Pakistan", + "as_org_aliases": [ + "CIRA" + ], + "as_org_slugs": [ + "cira" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "root-c1.pknic.pk", @@ -81,22 +97,6 @@ "ipv6": [] } ], - "registry_url": "http://www.pknic.net.pk/", - "whois_server": "whois.pknic.net.pk", - "tld_created": "1992-06-03", - "tld_updated": [ - "2022-07-06" - ], - "annotations": { - "country_name_iso": "Pakistan", - "as_org_aliases": [ - "CIRA" - ], - "as_org_slugs": [ - "cira" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbai9azgqp6j" ] diff --git a/data/generated/tld/pl.json b/data/generated/tld/pl.json index 08855331..f7148bdb 100644 --- a/data/generated/tld/pl.json +++ b/data/generated/tld/pl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Research and Academic Computer Network" } }, + "registry_url": "https://www.dns.pl/en/", + "whois_server": "whois.dns.pl", + "rdap_server": "https://rdap.dns.pl", + "tld_created": "1990-07-30", + "tld_updated": [ + "2026-04-24" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Poland", + "as_org_aliases": [ + "CIRA", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cira", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a-dns.pl", @@ -132,28 +154,6 @@ } ] } - ], - "registry_url": "https://www.dns.pl/en/", - "whois_server": "whois.dns.pl", - "rdap_server": "https://rdap.dns.pl", - "tld_created": "1990-07-30", - "tld_updated": [ - "2026-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Poland", - "as_org_aliases": [ - "CIRA", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cira", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/place.json b/data/generated/tld/place.json index 8e57b93d..1db8836c 100644 --- a/data/generated/tld/place.json +++ b/data/generated/tld/place.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.place", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/play.json b/data/generated/tld/play.json index 9bed1161..20b432cf 100644 --- a/data/generated/tld/play.json +++ b/data/generated/tld/play.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/playstation.json b/data/generated/tld/playstation.json index 6aba9241..f298c5fe 100644 --- a/data/generated/tld/playstation.json +++ b/data/generated/tld/playstation.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.playstation.com", + "whois_server": "whois.nic.playstation", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_sponsor_alias": "Sony", + "iana_sponsor_slug": "sony", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.playstation.com", - "whois_server": "whois.nic.playstation", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_sponsor_alias": "Sony", - "iana_sponsor_slug": "sony", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/plumbing.json b/data/generated/tld/plumbing.json index fb3f7936..f995fe73 100644 --- a/data/generated/tld/plumbing.json +++ b/data/generated/tld/plumbing.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.plumbing", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/plus.json b/data/generated/tld/plus.json index 4743b988..e6bc78f6 100644 --- a/data/generated/tld/plus.json +++ b/data/generated/tld/plus.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.plus", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pm.json b/data/generated/tld/pm.json index 8173c18b..87cd7dae 100644 --- a/data/generated/tld/pm.json +++ b/data/generated/tld/pm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.pm", + "whois_server": "whois.nic.pm", + "rdap_server": "https://rdap.nic.pm/", + "tld_created": "1997-08-20", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "Saint Pierre and Miquelon", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -75,32 +101,6 @@ } ] } - ], - "registry_url": "http://www.nic.pm", - "whois_server": "whois.nic.pm", - "rdap_server": "https://rdap.nic.pm/", - "tld_created": "1997-08-20", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "Saint Pierre and Miquelon", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/pn.json b/data/generated/tld/pn.json index f09a16f3..85ad48fb 100644 --- a/data/generated/tld/pn.json +++ b/data/generated/tld/pn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,29 @@ "tech": "Nominet" } }, + "registry_url": "https://nic.pn", + "rdap_server": "https://rdap.nominet.uk/pn/", + "tld_created": "1997-07-10", + "tld_updated": [ + "2024-02-15" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "country_name_iso": "Pitcairn", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.pn", @@ -170,29 +193,6 @@ } ] } - ], - "registry_url": "https://nic.pn", - "rdap_server": "https://rdap.nominet.uk/pn/", - "tld_created": "1997-07-10", - "tld_updated": [ - "2024-02-15" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "country_name_iso": "Pitcairn", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/pnc.json b/data/generated/tld/pnc.json index 47a4526a..0789f8f6 100644 --- a/data/generated/tld/pnc.json +++ b/data/generated/tld/pnc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.pnc.com", + "whois_server": "whois.nic.pnc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pnc", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.pnc.com", - "whois_server": "whois.nic.pnc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pohl.json b/data/generated/tld/pohl.json index 52de8668..e06e1acb 100644 --- a/data/generated/tld/pohl.json +++ b/data/generated/tld/pohl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.pohl", + "rdap_server": "https://rdap.centralnic.com/pohl", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.pohl", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.pohl", - "rdap_server": "https://rdap.centralnic.com/pohl", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/poker.json b/data/generated/tld/poker.json index f371ed9c..11c1a74c 100644 --- a/data/generated/tld/poker.json +++ b/data/generated/tld/poker.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.poker", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/politie.json b/data/generated/tld/politie.json index 889b0164..463cbe9a 100644 --- a/data/generated/tld/politie.json +++ b/data/generated/tld/politie.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "whois_server": "whois.nic.politie", + "rdap_server": "https://rdap.nic.politie/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2023-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ] + }, "nameservers": [ { "hostname": "ns1.dns.politie", @@ -86,29 +109,6 @@ } ] } - ], - "whois_server": "whois.nic.politie", - "rdap_server": "https://rdap.nic.politie/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2023-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ] - } + ] } } diff --git a/data/generated/tld/porn.json b/data/generated/tld/porn.json index 2598a825..310539c0 100644 --- a/data/generated/tld/porn.json +++ b/data/generated/tld/porn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.porn", + "whois_server": "whois.nic.porn", + "rdap_server": "https://rdap.nic.porn/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.porn", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "https://nic.porn", - "whois_server": "whois.nic.porn", - "rdap_server": "https://rdap.nic.porn/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/post.json b/data/generated/tld/post.json index baa7d9ed..0d1a50e2 100644 --- a/data/generated/tld/post.json +++ b/data/generated/tld/post.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.upu.int", + "whois_server": "whois.nic.post", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2012-08-07", + "tld_updated": [ + "2025-05-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.post", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.upu.int", - "whois_server": "whois.nic.post", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2012-08-07", - "tld_updated": [ - "2025-05-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pr.json b/data/generated/tld/pr.json index 489a3350..db8ff406 100644 --- a/data/generated/tld/pr.json +++ b/data/generated/tld/pr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Gauss Research Laboratory Inc." } }, + "registry_url": "http://www.nic.pr", + "whois_server": "whois.afilias-srs.net", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1989-08-27", + "tld_updated": [ + "2022-07-20" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Puerto Rico", + "as_org_aliases": [ + "DENIC", + "Identity Digital", + "LACTLD" + ], + "as_org_slugs": [ + "denic", + "identity-digital", + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -170,28 +192,6 @@ } ] } - ], - "registry_url": "http://www.nic.pr", - "whois_server": "whois.afilias-srs.net", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1989-08-27", - "tld_updated": [ - "2022-07-20" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Puerto Rico", - "as_org_aliases": [ - "DENIC", - "Identity Digital", - "LACTLD" - ], - "as_org_slugs": [ - "denic", - "identity-digital", - "lactld" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/praxi.json b/data/generated/tld/praxi.json index 3f5cb9c6..ede22523 100644 --- a/data/generated/tld/praxi.json +++ b/data/generated/tld/praxi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.praxi.com", + "rdap_server": "https://rdap.nic.praxi/", + "tld_created": "2014-03-27", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.praxi", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.praxi.com", - "rdap_server": "https://rdap.nic.praxi/", - "tld_created": "2014-03-27", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/press.json b/data/generated/tld/press.json index 3042264d..e9651904 100644 --- a/data/generated/tld/press.json +++ b/data/generated/tld/press.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.press", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.press", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/prime.json b/data/generated/tld/prime.json index 66395306..a48d9688 100644 --- a/data/generated/tld/prime.json +++ b/data/generated/tld/prime.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.prime", + "rdap_server": "https://rdap.nominet.uk/prime/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.prime", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.nic.prime", - "rdap_server": "https://rdap.nominet.uk/prime/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/pro.json b/data/generated/tld/pro.json index 8596be1f..15cbe7be 100644 --- a/data/generated/tld/pro.json +++ b/data/generated/tld/pro.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2002-05-08", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.pro.afilias-nst.info", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2002-05-08", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/prod.json b/data/generated/tld/prod.json index 2fb6875e..a70bd31d 100644 --- a/data/generated/tld/prod.json +++ b/data/generated/tld/prod.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/productions.json b/data/generated/tld/productions.json index 7fda71c7..dca39cc8 100644 --- a/data/generated/tld/productions.json +++ b/data/generated/tld/productions.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.productions", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/prof.json b/data/generated/tld/prof.json index 11eebbf4..528c79bb 100644 --- a/data/generated/tld/prof.json +++ b/data/generated/tld/prof.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/progressive.json b/data/generated/tld/progressive.json index a8d1b2a4..10721aef 100644 --- a/data/generated/tld/progressive.json +++ b/data/generated/tld/progressive.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.progressive.com", + "whois_server": "whois.nic.progressive", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-19", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.progressive", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.progressive.com", - "whois_server": "whois.nic.progressive", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-19", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/promo.json b/data/generated/tld/promo.json index cd606dd5..4f55f12e 100644 --- a/data/generated/tld/promo.json +++ b/data/generated/tld/promo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-18", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.promo", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-18", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/properties.json b/data/generated/tld/properties.json index d4c4b453..d079e62a 100644 --- a/data/generated/tld/properties.json +++ b/data/generated/tld/properties.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.properties", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/property.json b/data/generated/tld/property.json index 705c86fd..4a2f5ede 100644 --- a/data/generated/tld/property.json +++ b/data/generated/tld/property.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/protection.json b/data/generated/tld/protection.json index 33e242c9..1f87a37b 100644 --- a/data/generated/tld/protection.json +++ b/data/generated/tld/protection.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.protection/", + "whois_server": "whois.nic.protection", + "rdap_server": "https://rdap.centralnic.com/protection", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.protection", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.protection/", - "whois_server": "whois.nic.protection", - "rdap_server": "https://rdap.centralnic.com/protection", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/pru.json b/data/generated/tld/pru.json index ac898be3..5a279dbe 100644 --- a/data/generated/tld/pru.json +++ b/data/generated/tld/pru.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.prudential.com", + "rdap_server": "https://rdap.nic.pru/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.pru", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.prudential.com", - "rdap_server": "https://rdap.nic.pru/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/prudential.json b/data/generated/tld/prudential.json index 1de59c8c..67750df0 100644 --- a/data/generated/tld/prudential.json +++ b/data/generated/tld/prudential.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.prudential.com", + "rdap_server": "https://rdap.nic.prudential/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.prudential", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://www.prudential.com", - "rdap_server": "https://rdap.nic.prudential/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ps.json b/data/generated/tld/ps.json index b60b547e..f43bbda3 100644 --- a/data/generated/tld/ps.json +++ b/data/generated/tld/ps.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "Palestinian National Internet Naming Authority PNINA" } }, + "registry_url": "http://www.nic.ps", + "tld_created": "2000-03-22", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Palestine, State of", + "as_org_aliases": [ + "Hetzner", + "Packet Clearing House" + ], + "as_org_slugs": [ + "hetzner", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bilal.pnina.ps", @@ -119,23 +136,6 @@ ] } ], - "registry_url": "http://www.nic.ps", - "tld_created": "2000-03-22", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Palestine, State of", - "as_org_aliases": [ - "Hetzner", - "Packet Clearing House" - ], - "as_org_slugs": [ - "hetzner", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--ygbi2ammx" ] diff --git a/data/generated/tld/pt.json b/data/generated/tld/pt.json index 0b05e530..07746085 100644 --- a/data/generated/tld/pt.json +++ b/data/generated/tld/pt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Associação DNS.PT" } }, + "registry_url": "http://www.dns.pt/", + "whois_server": "whois.dns.pt", + "tld_created": "1988-06-30", + "tld_updated": [ + "2023-08-02" + ], + "annotations": { + "country_name_iso": "Portugal", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.pt", @@ -189,26 +209,6 @@ } ] } - ], - "registry_url": "http://www.dns.pt/", - "whois_server": "whois.dns.pt", - "tld_created": "1988-06-30", - "tld_updated": [ - "2023-08-02" - ], - "annotations": { - "country_name_iso": "Portugal", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/pub.json b/data/generated/tld/pub.json index bb4101a8..d6bb92d2 100644 --- a/data/generated/tld/pub.json +++ b/data/generated/tld/pub.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pub", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/pw.json b/data/generated/tld/pw.json index 07465452..5b11b14c 100644 --- a/data/generated/tld/pw.json +++ b/data/generated/tld/pw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Radix Technologies Inc SEZC" } }, + "registry_url": "http://www.registry.pw", + "whois_server": "whois.nic.pw", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "1997-06-12", + "tld_updated": [ + "2026-03-31" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Palau", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "http://www.registry.pw", - "whois_server": "whois.nic.pw", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "1997-06-12", - "tld_updated": [ - "2026-03-31" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Palau", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/pwc.json b/data/generated/tld/pwc.json index be8209de..2966d324 100644 --- a/data/generated/tld/pwc.json +++ b/data/generated/tld/pwc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://pwc.com", + "whois_server": "whois.nic.pwc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pwc", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://pwc.com", - "whois_server": "whois.nic.pwc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/py.json b/data/generated/tld/py.json index 104c32c9..1bd6cce7 100644 --- a/data/generated/tld/py.json +++ b/data/generated/tld/py.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "Centro Nacional de Computación (CNC-UNA)" } }, + "registry_url": "http://www.nic.py", + "tld_created": "1991-09-09", + "tld_updated": [ + "2023-01-18" + ], + "annotations": { + "country_name_iso": "Paraguay", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.py", @@ -106,23 +123,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.py", - "tld_created": "1991-09-09", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "country_name_iso": "Paraguay", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/qa.json b/data/generated/tld/qa.json index 5551dae8..fce3f288 100644 --- a/data/generated/tld/qa.json +++ b/data/generated/tld/qa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Communications Regulatory Authority" } }, + "registry_url": "https://www.cra.gov.qa/", + "whois_server": "whois.registry.qa", + "tld_created": "1996-06-12", + "tld_updated": [ + "2022-02-07" + ], + "annotations": { + "country_name_iso": "Qatar", + "as_org_aliases": [ + "Packet Clearing House", + "UltraDNS" + ], + "as_org_slugs": [ + "packet-clearing-house", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registry.qa", @@ -155,24 +173,6 @@ ] } ], - "registry_url": "https://www.cra.gov.qa/", - "whois_server": "whois.registry.qa", - "tld_created": "1996-06-12", - "tld_updated": [ - "2022-02-07" - ], - "annotations": { - "country_name_iso": "Qatar", - "as_org_aliases": [ - "Packet Clearing House", - "UltraDNS" - ], - "as_org_slugs": [ - "packet-clearing-house", - "ultradns" - ], - "geographic_scope": "country" - }, "idn": [ "xn--wgbl6a" ] diff --git a/data/generated/tld/qpon.json b/data/generated/tld/qpon.json index 92ef4c3e..23d90d7f 100644 --- a/data/generated/tld/qpon.json +++ b/data/generated/tld/qpon.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.qpon", + "whois_server": "whois.nic.qpon", + "rdap_server": "https://rdap.centralnic.com/qpon/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.qpon", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.nic.qpon", - "whois_server": "whois.nic.qpon", - "rdap_server": "https://rdap.centralnic.com/qpon/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/quebec.json b/data/generated/tld/quebec.json index e0fb62d3..e58ec261 100644 --- a/data/generated/tld/quebec.json +++ b/data/generated/tld/quebec.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.registre.quebec", + "whois_server": "whois.nic.quebec", + "rdap_server": "https://rdap.nic.quebec", + "tld_created": "2014-03-13", + "tld_updated": [ + "2025-09-19" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.registre.quebec", - "whois_server": "whois.nic.quebec", - "rdap_server": "https://rdap.nic.quebec", - "tld_created": "2014-03-13", - "tld_updated": [ - "2025-09-19" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/quest.json b/data/generated/tld/quest.json index 8ee809d0..f7c834a9 100644 --- a/data/generated/tld/quest.json +++ b/data/generated/tld/quest.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.quest/", + "whois_server": "whois.nic.quest", + "rdap_server": "https://rdap.centralnic.com/quest/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a-cnic.nic.quest", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.quest/", - "whois_server": "whois.nic.quest", - "rdap_server": "https://rdap.centralnic.com/quest/", - "tld_created": "2015-08-06", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/racing.json b/data/generated/tld/racing.json index 2a6c7011..fdb07cf2 100644 --- a/data/generated/tld/racing.json +++ b/data/generated/tld/racing.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.racing", + "whois_server": "whois.nic.racing", + "rdap_server": "https://rdap.nic.racing/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.racing", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.racing", - "whois_server": "whois.nic.racing", - "rdap_server": "https://rdap.nic.racing/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/radio.json b/data/generated/tld/radio.json index 98ae9a3d..60e56868 100644 --- a/data/generated/tld/radio.json +++ b/data/generated/tld/radio.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "https://www.nic.radio/", + "whois_server": "whois.nic.radio", + "rdap_server": "https://rdap.nic.radio/", + "tld_created": "2016-09-22", + "tld_updated": [ + "2026-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "https://www.nic.radio/", - "whois_server": "whois.nic.radio", - "rdap_server": "https://rdap.nic.radio/", - "tld_created": "2016-09-22", - "tld_updated": [ - "2026-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/re.json b/data/generated/tld/re.json index e555f7f4..a4e36a1b 100644 --- a/data/generated/tld/re.json +++ b/data/generated/tld/re.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.re", + "whois_server": "whois.nic.re", + "rdap_server": "https://rdap.nic.re/", + "tld_created": "1997-04-07", + "tld_updated": [ + "2026-05-10" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "Réunion", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -75,32 +101,6 @@ } ] } - ], - "registry_url": "http://www.nic.re", - "whois_server": "whois.nic.re", - "rdap_server": "https://rdap.nic.re/", - "tld_created": "1997-04-07", - "tld_updated": [ - "2026-05-10" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "Réunion", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/read.json b/data/generated/tld/read.json index ce53704d..0d152414 100644 --- a/data/generated/tld/read.json +++ b/data/generated/tld/read.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.read", + "rdap_server": "https://rdap.nominet.uk/read/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.read", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.read", - "rdap_server": "https://rdap.nominet.uk/read/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/realestate.json b/data/generated/tld/realestate.json index e817d031..3556d7c2 100644 --- a/data/generated/tld/realestate.json +++ b/data/generated/tld/realestate.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "https://www.get.realtor/", + "rdap_server": "https://rdap.nominet.uk/realestate/", + "tld_created": "2016-04-28", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_admin_alias": "Second Genistry", + "iana_admin_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.realestate", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "https://www.get.realtor/", - "rdap_server": "https://rdap.nominet.uk/realestate/", - "tld_created": "2016-04-28", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_admin_alias": "Second Genistry", - "iana_admin_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/realtor.json b/data/generated/tld/realtor.json index ebb85a01..89f7a741 100644 --- a/data/generated/tld/realtor.json +++ b/data/generated/tld/realtor.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "https://www.get.realtor", + "rdap_server": "https://rdap.nominet.uk/realtor/", + "tld_created": "2014-07-24", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_admin_alias": "Second Genistry", + "iana_admin_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.realtor", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "https://www.get.realtor", - "rdap_server": "https://rdap.nominet.uk/realtor/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_admin_alias": "Second Genistry", - "iana_admin_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/realty.json b/data/generated/tld/realty.json index 08ef9476..5bdf31ff 100644 --- a/data/generated/tld/realty.json +++ b/data/generated/tld/realty.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.nic.realty", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.nic.realty", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/recipes.json b/data/generated/tld/recipes.json index d5e28f48..083b9d8f 100644 --- a/data/generated/tld/recipes.json +++ b/data/generated/tld/recipes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.recipes", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/red.json b/data/generated/tld/red.json index c880906c..afb558b7 100644 --- a/data/generated/tld/red.json +++ b/data/generated/tld/red.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.red", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/redumbrella.json b/data/generated/tld/redumbrella.json index 7b94ab47..599728b1 100644 --- a/data/generated/tld/redumbrella.json +++ b/data/generated/tld/redumbrella.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.travelers.com", + "whois_server": "whois.nic.redumbrella", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Travelers Insurance", + "iana_sponsor_slug": "travelers-insurance", + "iana_admin_alias": "Travelers Insurance", + "iana_admin_slug": "travelers-insurance", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Travelers Insurance", + "icann_registry_operator_slug": "travelers-insurance", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.redumbrella", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.redumbrella", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Travelers Insurance", - "iana_sponsor_slug": "travelers-insurance", - "iana_admin_alias": "Travelers Insurance", - "iana_admin_slug": "travelers-insurance", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Travelers Insurance", - "icann_registry_operator_slug": "travelers-insurance", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/rehab.json b/data/generated/tld/rehab.json index 7351dd8f..48496b30 100644 --- a/data/generated/tld/rehab.json +++ b/data/generated/tld/rehab.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rehab", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/reise.json b/data/generated/tld/reise.json index d41958cf..d89f5131 100644 --- a/data/generated/tld/reise.json +++ b/data/generated/tld/reise.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.reise", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/reisen.json b/data/generated/tld/reisen.json index 2f3efc67..7c40a369 100644 --- a/data/generated/tld/reisen.json +++ b/data/generated/tld/reisen.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.reisen", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/reit.json b/data/generated/tld/reit.json index d955f361..b47198e6 100644 --- a/data/generated/tld/reit.json +++ b/data/generated/tld/reit.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.reit.com", + "whois_server": "whois.nic.reit", + "rdap_server": "https://rdap.centralnic.com/reit", + "tld_created": "2014-10-23", + "tld_updated": [ + "2023-09-19" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.reit", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.reit.com", - "whois_server": "whois.nic.reit", - "rdap_server": "https://rdap.centralnic.com/reit", - "tld_created": "2014-10-23", - "tld_updated": [ - "2023-09-19" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/reliance.json b/data/generated/tld/reliance.json index 4171fdaa..cd32c4ac 100644 --- a/data/generated/tld/reliance.json +++ b/data/generated/tld/reliance.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ril.com", + "whois_server": "whois.nic.reliance", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2023-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.reliance", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.ril.com", - "whois_server": "whois.nic.reliance", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2023-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ren.json b/data/generated/tld/ren.json index c1c324bc..ecde9b0f 100644 --- a/data/generated/tld/ren.json +++ b/data/generated/tld/ren.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://nic.ren/", + "whois_server": "whois.nic.ren", + "rdap_server": "https://rdap.zdnsgtld.com/ren", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-10-16" + ], + "annotations": { + "iana_admin_alias": "ZDNS", + "iana_admin_slug": "zdns", + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -125,30 +149,6 @@ } ] } - ], - "registry_url": "http://nic.ren/", - "whois_server": "whois.nic.ren", - "rdap_server": "https://rdap.zdnsgtld.com/ren", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-10-16" - ], - "annotations": { - "iana_admin_alias": "ZDNS", - "iana_admin_slug": "zdns", - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/rent.json b/data/generated/tld/rent.json index 9b2a630e..3babe095 100644 --- a/data/generated/tld/rent.json +++ b/data/generated/tld/rent.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.rent/", + "whois_server": "whois.nic.rent", + "rdap_server": "https://rdap.centralnic.com/rent", + "tld_created": "2015-04-02", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.rent", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.rent/", - "whois_server": "whois.nic.rent", - "rdap_server": "https://rdap.centralnic.com/rent", - "tld_created": "2015-04-02", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/rentals.json b/data/generated/tld/rentals.json index cf6110f9..81f3f572 100644 --- a/data/generated/tld/rentals.json +++ b/data/generated/tld/rentals.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rentals", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/repair.json b/data/generated/tld/repair.json index 61bb300f..d8bfb6fc 100644 --- a/data/generated/tld/repair.json +++ b/data/generated/tld/repair.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.repair", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/report.json b/data/generated/tld/report.json index 1fc26ad9..8015b1ef 100644 --- a/data/generated/tld/report.json +++ b/data/generated/tld/report.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.report", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/republican.json b/data/generated/tld/republican.json index cc2a0515..bfa8318c 100644 --- a/data/generated/tld/republican.json +++ b/data/generated/tld/republican.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.republican", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/rest.json b/data/generated/tld/rest.json index 66591a77..ed20f1f9 100644 --- a/data/generated/tld/rest.json +++ b/data/generated/tld/rest.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.register.rest/", + "whois_server": "whois.nic.rest", + "rdap_server": "https://rdap.registry.bar/rdap/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.register.rest/", - "whois_server": "whois.nic.rest", - "rdap_server": "https://rdap.registry.bar/rdap/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/restaurant.json b/data/generated/tld/restaurant.json index fd5f3906..23feffa3 100644 --- a/data/generated/tld/restaurant.json +++ b/data/generated/tld/restaurant.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.restaurant", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/review.json b/data/generated/tld/review.json index db193b8a..6c47d92a 100644 --- a/data/generated/tld/review.json +++ b/data/generated/tld/review.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.review", + "whois_server": "whois.nic.review", + "rdap_server": "https://rdap.nic.review/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.review", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.review", - "whois_server": "whois.nic.review", - "rdap_server": "https://rdap.nic.review/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/reviews.json b/data/generated/tld/reviews.json index bbe4edb3..e0f05a0f 100644 --- a/data/generated/tld/reviews.json +++ b/data/generated/tld/reviews.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.reviews", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/rexroth.json b/data/generated/tld/rexroth.json index 4491b7f9..9183ce27 100644 --- a/data/generated/tld/rexroth.json +++ b/data/generated/tld/rexroth.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.rexroth", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.rexroth", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.rexroth", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/rich.json b/data/generated/tld/rich.json index 79dd6725..ad43a443 100644 --- a/data/generated/tld/rich.json +++ b/data/generated/tld/rich.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.i-registry.com", + "whois_server": "whois.nic.rich", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-06-23" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.rich", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.i-registry.com", - "whois_server": "whois.nic.rich", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-06-23" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/richardli.json b/data/generated/tld/richardli.json index 04584eb9..6e5d0410 100644 --- a/data/generated/tld/richardli.json +++ b/data/generated/tld/richardli.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.richardli", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.richardli", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.richardli", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ricoh.json b/data/generated/tld/ricoh.json index af29705b..1cd40e88 100644 --- a/data/generated/tld/ricoh.json +++ b/data/generated/tld/ricoh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ricoh.com", + "whois_server": "whois.nic.ricoh", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.ricoh.com", - "whois_server": "whois.nic.ricoh", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ril.json b/data/generated/tld/ril.json index 90468889..1c682b38 100644 --- a/data/generated/tld/ril.json +++ b/data/generated/tld/ril.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ril.com", + "whois_server": "whois.nic.ril", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2023-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ril", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.ril.com", - "whois_server": "whois.nic.ril", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2023-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/rio.json b/data/generated/tld/rio.json index e24cc34f..c36ece3a 100644 --- a/data/generated/tld/rio.json +++ b/data/generated/tld/rio.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,20 @@ "date_removed": null } }, + "registry_url": "https://nic.rio/", + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.br", @@ -143,20 +157,6 @@ } ] } - ], - "registry_url": "https://nic.rio/", - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/rip.json b/data/generated/tld/rip.json index aa9ffcd6..383d076b 100644 --- a/data/generated/tld/rip.json +++ b/data/generated/tld/rip.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rip", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ro.json b/data/generated/tld/ro.json index c57aaa1d..2297556b 100644 --- a/data/generated/tld/ro.json +++ b/data/generated/tld/ro.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "National Institute for R&D in Informatics" } }, + "registry_url": "http://www.rotld.ro/", + "whois_server": "whois.rotld.ro", + "tld_created": "1993-02-26", + "tld_updated": [ + "2026-04-28" + ], + "annotations": { + "country_name_iso": "Romania", + "as_org_aliases": [ + "DENIC" + ], + "as_org_slugs": [ + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-at.rotld.ro", @@ -125,22 +141,6 @@ } ] } - ], - "registry_url": "http://www.rotld.ro/", - "whois_server": "whois.rotld.ro", - "tld_created": "1993-02-26", - "tld_updated": [ - "2026-04-28" - ], - "annotations": { - "country_name_iso": "Romania", - "as_org_aliases": [ - "DENIC" - ], - "as_org_slugs": [ - "denic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/rocks.json b/data/generated/tld/rocks.json index f7687e04..3760435d 100644 --- a/data/generated/tld/rocks.json +++ b/data/generated/tld/rocks.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rocks", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/rodeo.json b/data/generated/tld/rodeo.json index f3e8c5e6..3cb40ebe 100644 --- a/data/generated/tld/rodeo.json +++ b/data/generated/tld/rodeo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.rodeo/", + "whois_server": "whois.nic.rodeo", + "rdap_server": "https://rdap.nic.rodeo/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.rodeo", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.rodeo/", - "whois_server": "whois.nic.rodeo", - "rdap_server": "https://rdap.nic.rodeo/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/rogers.json b/data/generated/tld/rogers.json index c9f53c10..57e1a172 100644 --- a/data/generated/tld/rogers.json +++ b/data/generated/tld/rogers.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.rogers.com/consumer/home", + "whois_server": "whois.nic.rogers", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.rogers", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.rogers.com/consumer/home", - "whois_server": "whois.nic.rogers", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/room.json b/data/generated/tld/room.json index ff43d13d..96c218ff 100644 --- a/data/generated/tld/room.json +++ b/data/generated/tld/room.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.room", + "rdap_server": "https://rdap.nominet.uk/room/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.room", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.room", - "rdap_server": "https://rdap.nominet.uk/room/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/rs.json b/data/generated/tld/rs.json index db354c2c..2e68a675 100644 --- a/data/generated/tld/rs.json +++ b/data/generated/tld/rs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Serbian National Internet Domain Registry (RNIDS)" } }, + "registry_url": "http://www.rnids.rs", + "whois_server": "whois.rnids.rs", + "tld_created": "2007-09-24", + "tld_updated": [ + "2025-02-06" + ], + "annotations": { + "country_name_iso": "Serbia", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.rs", @@ -133,24 +151,6 @@ ] } ], - "registry_url": "http://www.rnids.rs", - "whois_server": "whois.rnids.rs", - "tld_created": "2007-09-24", - "tld_updated": [ - "2025-02-06" - ], - "annotations": { - "country_name_iso": "Serbia", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--90a3ac" ] diff --git a/data/generated/tld/rsvp.json b/data/generated/tld/rsvp.json index 403a0784..5036ff8b 100644 --- a/data/generated/tld/rsvp.json +++ b/data/generated/tld/rsvp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/ru.json b/data/generated/tld/ru.json index e8761d94..336e34b5 100644 --- a/data/generated/tld/ru.json +++ b/data/generated/tld/ru.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Technical Center of Internet" } }, + "registry_url": "http://www.cctld.ru/en", + "whois_server": "whois.tcinet.ru", + "tld_created": "1994-04-07", + "tld_updated": [ + "2025-10-22" + ], + "annotations": { + "country_name_iso": "Russian Federation", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -114,16 +124,6 @@ ] } ], - "registry_url": "http://www.cctld.ru/en", - "whois_server": "whois.tcinet.ru", - "tld_created": "1994-04-07", - "tld_updated": [ - "2025-10-22" - ], - "annotations": { - "country_name_iso": "Russian Federation", - "geographic_scope": "country" - }, "idn": [ "xn--p1ai" ] diff --git a/data/generated/tld/rugby.json b/data/generated/tld/rugby.json index c30fc956..ed377c6d 100644 --- a/data/generated/tld/rugby.json +++ b/data/generated/tld/rugby.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://nic.rugby/", + "whois_server": "whois.nic.rugby", + "rdap_server": "https://rdap.nic.rugby", + "tld_created": "2017-03-23", + "tld_updated": [ + "2025-01-21" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.rugby", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://nic.rugby/", - "whois_server": "whois.nic.rugby", - "rdap_server": "https://rdap.nic.rugby", - "tld_created": "2017-03-23", - "tld_updated": [ - "2025-01-21" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ruhr.json b/data/generated/tld/ruhr.json index 6e8cb2d4..8f10ce99 100644 --- a/data/generated/tld/ruhr.json +++ b/data/generated/tld/ruhr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://dot.ruhr", + "whois_server": "whois.nic.ruhr", + "rdap_server": "https://rdap.centralnic.com/ruhr/", + "tld_created": "2013-11-25", + "tld_updated": [ + "2023-09-08" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nic.ruhr", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://dot.ruhr", - "whois_server": "whois.nic.ruhr", - "rdap_server": "https://rdap.centralnic.com/ruhr/", - "tld_created": "2013-11-25", - "tld_updated": [ - "2023-09-08" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/run.json b/data/generated/tld/run.json index 6fd8a663..77d35d1e 100644 --- a/data/generated/tld/run.json +++ b/data/generated/tld/run.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.run", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/rw.json b/data/generated/tld/rw.json index ce64bffe..beb1e285 100644 --- a/data/generated/tld/rw.json +++ b/data/generated/tld/rw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Rwanda Internet Community and Technology Alliance (RICTA) Ltd" } }, + "registry_url": "https://registry.ricta.org.rw", + "whois_server": "whois.ricta.org.rw", + "rdap_server": "https://rdap.ricta.org.rw", + "tld_created": "1996-10-21", + "tld_updated": [ + "2025-08-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Rwanda", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dnsnode.ricta.org.rw", @@ -144,24 +162,6 @@ } ] } - ], - "registry_url": "https://registry.ricta.org.rw", - "whois_server": "whois.ricta.org.rw", - "rdap_server": "https://rdap.ricta.org.rw", - "tld_created": "1996-10-21", - "tld_updated": [ - "2025-08-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Rwanda", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/rwe.json b/data/generated/tld/rwe.json index a15aa384..5112c7ef 100644 --- a/data/generated/tld/rwe.json +++ b/data/generated/tld/rwe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.rwe", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-01", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rwe", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.rwe", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-01", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ryukyu.json b/data/generated/tld/ryukyu.json index 6227857c..09179aa1 100644 --- a/data/generated/tld/ryukyu.json +++ b/data/generated/tld/ryukyu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.ryukyu", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.ryukyu", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/sa.json b/data/generated/tld/sa.json index e456c70f..4fa0924d 100644 --- a/data/generated/tld/sa.json +++ b/data/generated/tld/sa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Communications, Space and Technology Commission" } }, + "registry_url": "http://www.nic.net.sa/", + "whois_server": "whois.nic.net.sa", + "tld_created": "1994-05-17", + "tld_updated": [ + "2026-02-24" + ], + "annotations": { + "country_name_iso": "Saudi Arabia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c1.dns.sa", @@ -209,22 +225,6 @@ ] } ], - "registry_url": "http://www.nic.net.sa/", - "whois_server": "whois.nic.net.sa", - "tld_created": "1994-05-17", - "tld_updated": [ - "2026-02-24" - ], - "annotations": { - "country_name_iso": "Saudi Arabia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgberp4a5d4ar" ] diff --git a/data/generated/tld/saarland.json b/data/generated/tld/saarland.json index 41988059..05a35e89 100644 --- a/data/generated/tld/saarland.json +++ b/data/generated/tld/saarland.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic-saarland.de", + "whois_server": "whois.nic.saarland", + "rdap_server": "https://rdap.centralnic.com/saarland", + "tld_created": "2014-03-20", + "tld_updated": [ + "2023-09-08" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nic.saarland", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nic-saarland.de", - "whois_server": "whois.nic.saarland", - "rdap_server": "https://rdap.centralnic.com/saarland", - "tld_created": "2014-03-20", - "tld_updated": [ - "2023-09-08" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/safe.json b/data/generated/tld/safe.json index 9d26b086..8641591e 100644 --- a/data/generated/tld/safe.json +++ b/data/generated/tld/safe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.safe", + "rdap_server": "https://rdap.nominet.uk/safe/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.safe", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.safe", - "rdap_server": "https://rdap.nominet.uk/safe/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/safety.json b/data/generated/tld/safety.json index 6ec3b209..23dff322 100644 --- a/data/generated/tld/safety.json +++ b/data/generated/tld/safety.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "https://nic.safety", + "whois_server": "whois.nic.safety", + "rdap_server": "https://rdap.nic.safety/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.safety", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "https://nic.safety", - "whois_server": "whois.nic.safety", - "rdap_server": "https://rdap.nic.safety/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sakura.json b/data/generated/tld/sakura.json index 9ecf80ad..a9b950af 100644 --- a/data/generated/tld/sakura.json +++ b/data/generated/tld/sakura.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "https://dot-sakura.sakura.ad.jp/", + "whois_server": "whois.nic.sakura", + "rdap_server": "https://rdap.nic.sakura/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2025-12-03" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "tld1.nic.sakura", @@ -105,26 +125,6 @@ } ] } - ], - "registry_url": "https://dot-sakura.sakura.ad.jp/", - "whois_server": "whois.nic.sakura", - "rdap_server": "https://rdap.nic.sakura/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2025-12-03" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sale.json b/data/generated/tld/sale.json index af298444..0e2ca091 100644 --- a/data/generated/tld/sale.json +++ b/data/generated/tld/sale.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.sale", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/salon.json b/data/generated/tld/salon.json index 87726be7..96116dc0 100644 --- a/data/generated/tld/salon.json +++ b/data/generated/tld/salon.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.salon", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/samsclub.json b/data/generated/tld/samsclub.json index 4173f2de..3e0c86b3 100644 --- a/data/generated/tld/samsclub.json +++ b/data/generated/tld/samsclub.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.samsclub.com", + "whois_server": "whois.nic.samsclub", + "rdap_server": "https://rdap.nic.samsclub", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.samsclub", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://www.samsclub.com", - "whois_server": "whois.nic.samsclub", - "rdap_server": "https://rdap.nic.samsclub", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/samsung.json b/data/generated/tld/samsung.json index 1fd0f706..0d07d365 100644 --- a/data/generated/tld/samsung.json +++ b/data/generated/tld/samsung.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,20 @@ "date_removed": null } }, + "registry_url": "http://samsungregistry.com", + "whois_server": "whois.nic.samsung", + "rdap_server": "https://nic.samsung/rdap/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2026-01-08" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "n1-a1.aka-ns.net", @@ -162,20 +176,6 @@ } ] } - ], - "registry_url": "http://samsungregistry.com", - "whois_server": "whois.nic.samsung", - "rdap_server": "https://nic.samsung/rdap/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2026-01-08" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] } } diff --git a/data/generated/tld/sandvik.json b/data/generated/tld/sandvik.json index 21d65e87..2c7b0eca 100644 --- a/data/generated/tld/sandvik.json +++ b/data/generated/tld/sandvik.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.sandvik", + "whois_server": "whois.nic.sandvik", + "rdap_server": "https://rdap.nic.sandvik/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sandvik", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.sandvik", - "whois_server": "whois.nic.sandvik", - "rdap_server": "https://rdap.nic.sandvik/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sandvikcoromant.json b/data/generated/tld/sandvikcoromant.json index ad04f945..8fcea069 100644 --- a/data/generated/tld/sandvikcoromant.json +++ b/data/generated/tld/sandvikcoromant.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.sandvikcoromant", + "whois_server": "whois.nic.sandvikcoromant", + "rdap_server": "https://rdap.nic.sandvikcoromant/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sandvikcoromant", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.sandvikcoromant", - "whois_server": "whois.nic.sandvikcoromant", - "rdap_server": "https://rdap.nic.sandvikcoromant/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sanofi.json b/data/generated/tld/sanofi.json index 0b402162..b38e2fe8 100644 --- a/data/generated/tld/sanofi.json +++ b/data/generated/tld/sanofi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.sanofi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sanofi", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.sanofi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sap.json b/data/generated/tld/sap.json index 704270a7..fe16928e 100644 --- a/data/generated/tld/sap.json +++ b/data/generated/tld/sap.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.sap.com", + "whois_server": "whois.nic.sap", + "rdap_server": "https://rdap.nic.sap/", + "tld_created": "2015-03-19", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.sap.com", - "whois_server": "whois.nic.sap", - "rdap_server": "https://rdap.nic.sap/", - "tld_created": "2015-03-19", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/sarl.json b/data/generated/tld/sarl.json index cddf923c..e02868a1 100644 --- a/data/generated/tld/sarl.json +++ b/data/generated/tld/sarl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.sarl", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sas.json b/data/generated/tld/sas.json index d9ff7a06..aa034776 100644 --- a/data/generated/tld/sas.json +++ b/data/generated/tld/sas.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.sas.com", + "rdap_server": "https://rdap.nic.sas/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sas", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.sas.com", - "rdap_server": "https://rdap.nic.sas/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/save.json b/data/generated/tld/save.json index d2f45430..995c0264 100644 --- a/data/generated/tld/save.json +++ b/data/generated/tld/save.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.save", + "rdap_server": "https://rdap.nominet.uk/save/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.save", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.save", - "rdap_server": "https://rdap.nominet.uk/save/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/saxo.json b/data/generated/tld/saxo.json index 4a675313..3bd1b18f 100644 --- a/data/generated/tld/saxo.json +++ b/data/generated/tld/saxo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.saxo", + "whois_server": "whois.nic.saxo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-03-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.saxo", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://nic.saxo", - "whois_server": "whois.nic.saxo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-03-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sb.json b/data/generated/tld/sb.json index b8b6a888..5839b7f5 100644 --- a/data/generated/tld/sb.json +++ b/data/generated/tld/sb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Solomon Telekom Company Limited" } }, + "registry_url": "http://www.nic.net.sb/", + "whois_server": "whois.nic.net.sb", + "tld_created": "1994-04-19", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Solomon Islands", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.anycastdns.cz", @@ -68,22 +84,6 @@ } ] } - ], - "registry_url": "http://www.nic.net.sb/", - "whois_server": "whois.nic.net.sb", - "tld_created": "1994-04-19", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Solomon Islands", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/sbi.json b/data/generated/tld/sbi.json index 14ba132a..8fd3dca5 100644 --- a/data/generated/tld/sbi.json +++ b/data/generated/tld/sbi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.sbi.co.in", + "whois_server": "whois.nic.sbi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sbi", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.sbi.co.in", - "whois_server": "whois.nic.sbi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sbs.json b/data/generated/tld/sbs.json index ef1c6e65..b8a8b80b 100644 --- a/data/generated/tld/sbs.json +++ b/data/generated/tld/sbs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.icu", + "whois_server": "whois.nic.sbs", + "rdap_server": "https://rdap.centralnic.com/sbs/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-06-19" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.sbs", @@ -105,32 +131,6 @@ } ] } - ], - "registry_url": "http://nic.icu", - "whois_server": "whois.nic.sbs", - "rdap_server": "https://rdap.centralnic.com/sbs/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-06-19" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/sc.json b/data/generated/tld/sc.json index 21838e31..6e4229df 100644 --- a/data/generated/tld/sc.json +++ b/data/generated/tld/sc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Identity Digital" } }, + "registry_url": "http://www.nic.sc", + "whois_server": "whois.nic.sc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1997-05-09", + "tld_updated": [ + "2025-09-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Seychelles", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -144,26 +164,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.sc", - "whois_server": "whois.nic.sc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-05-09", - "tld_updated": [ - "2025-09-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Seychelles", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/scb.json b/data/generated/tld/scb.json index ad0b7471..018337c0 100644 --- a/data/generated/tld/scb.json +++ b/data/generated/tld/scb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.scb.co.th/en/personal-banking/top-level-domain.html", + "whois_server": "whois.nic.scb", + "rdap_server": "https://rdap.nic.scb/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Community DNS", + "RcodeZero" + ], + "as_org_slugs": [ + "community-dns", + "rcodezero" + ] + }, "nameservers": [ { "hostname": "c.nic.scb", @@ -86,29 +109,6 @@ } ] } - ], - "registry_url": "https://www.scb.co.th/en/personal-banking/top-level-domain.html", - "whois_server": "whois.nic.scb", - "rdap_server": "https://rdap.nic.scb/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Community DNS", - "RcodeZero" - ], - "as_org_slugs": [ - "community-dns", - "rcodezero" - ] - } + ] } } diff --git a/data/generated/tld/schaeffler.json b/data/generated/tld/schaeffler.json index 3e5de7ab..7f751528 100644 --- a/data/generated/tld/schaeffler.json +++ b/data/generated/tld/schaeffler.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.schaeffler.com", + "whois_server": "whois.afilias-srs.net", + "rdap_server": "https://rdap.nic.schaeffler/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-05-04" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.schaeffler", @@ -86,27 +107,6 @@ } ] } - ], - "registry_url": "http://www.schaeffler.com", - "whois_server": "whois.afilias-srs.net", - "rdap_server": "https://rdap.nic.schaeffler/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-05-04" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] } } diff --git a/data/generated/tld/schmidt.json b/data/generated/tld/schmidt.json index f4dad2b2..dfa8cda2 100644 --- a/data/generated/tld/schmidt.json +++ b/data/generated/tld/schmidt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.schmidt/", + "whois_server": "whois.nic.schmidt", + "rdap_server": "https://rdap.nic.schmidt/", + "tld_created": "2014-06-19", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.schmidt", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.schmidt/", - "whois_server": "whois.nic.schmidt", - "rdap_server": "https://rdap.nic.schmidt/", - "tld_created": "2014-06-19", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/scholarships.json b/data/generated/tld/scholarships.json index a9556dd1..412e2343 100644 --- a/data/generated/tld/scholarships.json +++ b/data/generated/tld/scholarships.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.scholarships.com", + "whois_server": "whois.nic.scholarships", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.scholarships", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.scholarships.com", - "whois_server": "whois.nic.scholarships", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/school.json b/data/generated/tld/school.json index 1e61e0eb..c7e0a346 100644 --- a/data/generated/tld/school.json +++ b/data/generated/tld/school.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.school", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/schule.json b/data/generated/tld/schule.json index e94a0c83..944005d3 100644 --- a/data/generated/tld/schule.json +++ b/data/generated/tld/schule.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-11", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.schule", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/schwarz.json b/data/generated/tld/schwarz.json index cb021acf..29ce304e 100644 --- a/data/generated/tld/schwarz.json +++ b/data/generated/tld/schwarz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.schwarz", + "whois_server": "whois.nic.schwarz", + "rdap_server": "https://rdap.centralnic.com/schwarz", + "tld_created": "2014-12-04", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.schwarz", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.nic.schwarz", - "whois_server": "whois.nic.schwarz", - "rdap_server": "https://rdap.centralnic.com/schwarz", - "tld_created": "2014-12-04", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/science.json b/data/generated/tld/science.json index 024f0942..e358aff5 100644 --- a/data/generated/tld/science.json +++ b/data/generated/tld/science.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.science", + "whois_server": "whois.nic.science", + "rdap_server": "https://rdap.nic.science/", + "tld_created": "2014-10-23", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.science", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.science", - "whois_server": "whois.nic.science", - "rdap_server": "https://rdap.nic.science/", - "tld_created": "2014-10-23", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/scot.json b/data/generated/tld/scot.json index 3474ef98..5283d087 100644 --- a/data/generated/tld/scot.json +++ b/data/generated/tld/scot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://dot.scot/", + "whois_server": "whois.nic.scot", + "rdap_server": "https://rdap.nic.scot/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "scottish" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://dot.scot/", - "whois_server": "whois.nic.scot", - "rdap_server": "https://rdap.nic.scot/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "scottish" - } + ] } } diff --git a/data/generated/tld/sd.json b/data/generated/tld/sd.json index f81fef33..ff5f7dae 100644 --- a/data/generated/tld/sd.json +++ b/data/generated/tld/sd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Sudan Internet Society" } }, + "registry_url": "http://www.isoc.sd", + "whois_server": "whois.nic.sd", + "rdap_server": "https://rdap.nic.sd", + "tld_created": "1997-03-06", + "tld_updated": [ + "2024-01-29" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Sudan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ans1.canar.sd", @@ -124,24 +142,6 @@ ] } ], - "registry_url": "http://www.isoc.sd", - "whois_server": "whois.nic.sd", - "rdap_server": "https://rdap.nic.sd", - "tld_created": "1997-03-06", - "tld_updated": [ - "2024-01-29" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Sudan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbpl2fh" ] diff --git a/data/generated/tld/se.json b/data/generated/tld/se.json index e492432b..efcd5c5e 100644 --- a/data/generated/tld/se.json +++ b/data/generated/tld/se.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Netnod AB" } }, + "registry_url": "https://www.internetstiftelsen.se", + "whois_server": "whois.iis.se", + "tld_created": "1986-09-04", + "tld_updated": [ + "2026-02-12" + ], + "annotations": { + "country_name_iso": "Sweden", + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.se", @@ -208,24 +226,6 @@ } ] } - ], - "registry_url": "https://www.internetstiftelsen.se", - "whois_server": "whois.iis.se", - "tld_created": "1986-09-04", - "tld_updated": [ - "2026-02-12" - ], - "annotations": { - "country_name_iso": "Sweden", - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/search.json b/data/generated/tld/search.json index aef838b0..dd653632 100644 --- a/data/generated/tld/search.json +++ b/data/generated/tld/search.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2017-06-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2017-06-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/seat.json b/data/generated/tld/seat.json index 6237596c..d853e5d9 100644 --- a/data/generated/tld/seat.json +++ b/data/generated/tld/seat.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.seat.com/content/com/com/en/contact/abuse.html", + "whois_server": "whois.nic.seat", + "rdap_server": "https://rdap.nic.seat/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "http://www.seat.com/content/com/com/en/contact/abuse.html", - "whois_server": "whois.nic.seat", - "rdap_server": "https://rdap.nic.seat/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/secure.json b/data/generated/tld/secure.json index b84bc987..ee30fd69 100644 --- a/data/generated/tld/secure.json +++ b/data/generated/tld/secure.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.secure", + "rdap_server": "https://rdap.nominet.uk/secure/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.secure", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.secure", - "rdap_server": "https://rdap.nominet.uk/secure/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/security.json b/data/generated/tld/security.json index 46a5a8e2..5537c520 100644 --- a/data/generated/tld/security.json +++ b/data/generated/tld/security.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.security/", + "whois_server": "whois.nic.security", + "rdap_server": "https://rdap.centralnic.com/security", + "tld_created": "2015-09-03", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.security", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.security/", - "whois_server": "whois.nic.security", - "rdap_server": "https://rdap.centralnic.com/security", - "tld_created": "2015-09-03", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/seek.json b/data/generated/tld/seek.json index 5884186c..eb695701 100644 --- a/data/generated/tld/seek.json +++ b/data/generated/tld/seek.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "https://au.seek.com/about", + "whois_server": "whois.nic.seek", + "rdap_server": "https://rdap.nic.seek/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.seek", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "https://au.seek.com/about", - "whois_server": "whois.nic.seek", - "rdap_server": "https://rdap.nic.seek/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/select.json b/data/generated/tld/select.json index b07428a1..5baa0c0b 100644 --- a/data/generated/tld/select.json +++ b/data/generated/tld/select.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.select/", + "whois_server": "whois.nic.select", + "rdap_server": "https://rdap.nic.select/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.select", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.select/", - "whois_server": "whois.nic.select", - "rdap_server": "https://rdap.nic.select/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sener.json b/data/generated/tld/sener.json index d4229b59..824a8de4 100644 --- a/data/generated/tld/sener.json +++ b/data/generated/tld/sener.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://sener.es", + "whois_server": "whois.nic.rwe", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.sener", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://sener.es", - "whois_server": "whois.nic.rwe", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/services.json b/data/generated/tld/services.json index a85ab595..622bf798 100644 --- a/data/generated/tld/services.json +++ b/data/generated/tld/services.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.services", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/seven.json b/data/generated/tld/seven.json index f6ef3dd6..26715327 100644 --- a/data/generated/tld/seven.json +++ b/data/generated/tld/seven.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.seven/", + "whois_server": "whois.nic.seven", + "rdap_server": "https://rdap.nic.seven/", + "tld_created": "2015-09-23", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.seven", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.seven/", - "whois_server": "whois.nic.seven", - "rdap_server": "https://rdap.nic.seven/", - "tld_created": "2015-09-23", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sew.json b/data/generated/tld/sew.json index bfee9d54..4debe549 100644 --- a/data/generated/tld/sew.json +++ b/data/generated/tld/sew.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.sew-eurodrive.com/", + "whois_server": "whois.nic.sew", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-06", + "tld_updated": [ + "2023-08-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sew", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.sew-eurodrive.com/", - "whois_server": "whois.nic.sew", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-06", - "tld_updated": [ - "2023-08-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sex.json b/data/generated/tld/sex.json index 7b70c848..d40af34a 100644 --- a/data/generated/tld/sex.json +++ b/data/generated/tld/sex.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.sex", + "whois_server": "whois.nic.sex", + "rdap_server": "https://rdap.nic.sex/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sex", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.sex", - "whois_server": "whois.nic.sex", - "rdap_server": "https://rdap.nic.sex/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sexy.json b/data/generated/tld/sexy.json index 60343c4c..8540c8e1 100644 --- a/data/generated/tld/sexy.json +++ b/data/generated/tld/sexy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/sfr.json b/data/generated/tld/sfr.json index 28629ac4..55797a82 100644 --- a/data/generated/tld/sfr.json +++ b/data/generated/tld/sfr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.sfr", + "rdap_server": "https://rdap.centralnic.com/sfr", + "tld_created": "2015-11-12", + "tld_updated": [ + "2024-01-31" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.sfr", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.sfr", - "rdap_server": "https://rdap.centralnic.com/sfr", - "tld_created": "2015-11-12", - "tld_updated": [ - "2024-01-31" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/sg.json b/data/generated/tld/sg.json index 5c64aa93..225329b4 100644 --- a/data/generated/tld/sg.json +++ b/data/generated/tld/sg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Singapore Network Information Centre (SGNIC) Pte Ltd." } }, + "registry_url": "http://www.sgnic.sg", + "whois_server": "whois.sgnic.sg", + "rdap_server": "https://rdap.sgnic.sg/rdap/", + "tld_created": "1988-10-19", + "tld_updated": [ + "2026-02-04" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Singapore", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dsany2.sgnic.sg", @@ -114,28 +136,6 @@ ] } ], - "registry_url": "http://www.sgnic.sg", - "whois_server": "whois.sgnic.sg", - "rdap_server": "https://rdap.sgnic.sg/rdap/", - "tld_created": "1988-10-19", - "tld_updated": [ - "2026-02-04" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Singapore", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--clchc0ea0b2g2a9gcd", "xn--yfro4i67o" diff --git a/data/generated/tld/sh.json b/data/generated/tld/sh.json index d2ad2e0e..5f359102 100644 --- a/data/generated/tld/sh.json +++ b/data/generated/tld/sh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Internet Computer Bureau Ltd" } }, + "registry_url": "http://www.nic.sh/", + "whois_server": "whois.nic.sh", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1997-09-23", + "tld_updated": [ + "2023-01-18" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Saint Helena, Ascension and Tristan da Cunha", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.nic.sh", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "http://www.nic.sh/", - "whois_server": "whois.nic.sh", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-09-23", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Saint Helena, Ascension and Tristan da Cunha", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/shangrila.json b/data/generated/tld/shangrila.json index ed580640..80fb2db6 100644 --- a/data/generated/tld/shangrila.json +++ b/data/generated/tld/shangrila.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.shangri-la.com/", + "whois_server": "whois.nic.shangrila", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.shangrila", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.shangri-la.com/", - "whois_server": "whois.nic.shangrila", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sharp.json b/data/generated/tld/sharp.json index e049c907..e3b42441 100644 --- a/data/generated/tld/sharp.json +++ b/data/generated/tld/sharp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/shell.json b/data/generated/tld/shell.json index 26233283..cf0ba0ee 100644 --- a/data/generated/tld/shell.json +++ b/data/generated/tld/shell.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.shell.com", + "rdap_server": "https://rdap.nominet.uk/shell/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.shell", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://www.shell.com", - "rdap_server": "https://rdap.nominet.uk/shell/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/shia.json b/data/generated/tld/shia.json index 7e2682aa..fee2e2b2 100644 --- a/data/generated/tld/shia.json +++ b/data/generated/tld/shia.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/shia/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -181,32 +207,6 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/shia/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/shiksha.json b/data/generated/tld/shiksha.json index f9c011a4..dfa171e8 100644 --- a/data/generated/tld/shiksha.json +++ b/data/generated/tld/shiksha.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.shiksha", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/shoes.json b/data/generated/tld/shoes.json index 853da1fe..af27145b 100644 --- a/data/generated/tld/shoes.json +++ b/data/generated/tld/shoes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.shoes", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/shop.json b/data/generated/tld/shop.json index b85d0317..70e62bd1 100644 --- a/data/generated/tld/shop.json +++ b/data/generated/tld/shop.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.shop", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,34 +126,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.shop", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/shopping.json b/data/generated/tld/shopping.json index 21108319..6d984ab6 100644 --- a/data/generated/tld/shopping.json +++ b/data/generated/tld/shopping.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.shopping", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/shouji.json b/data/generated/tld/shouji.json index f1076218..56dcb6b2 100644 --- a/data/generated/tld/shouji.json +++ b/data/generated/tld/shouji.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -91,26 +111,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/show.json b/data/generated/tld/show.json index 0d544180..cb08b333 100644 --- a/data/generated/tld/show.json +++ b/data/generated/tld/show.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.show", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/si.json b/data/generated/tld/si.json index 0a47712d..9febbe60 100644 --- a/data/generated/tld/si.json +++ b/data/generated/tld/si.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Academic and Research Network of Slovenia (ARNES)" } }, + "registry_url": "https://www.registry.si/", + "whois_server": "whois.register.si", + "rdap_server": "https://rdap.register.si/", + "tld_created": "1992-04-01", + "tld_updated": [ + "2026-03-25" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Slovenia", + "as_org_aliases": [ + "CIRA", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cira", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.si", @@ -132,28 +154,6 @@ } ] } - ], - "registry_url": "https://www.registry.si/", - "whois_server": "whois.register.si", - "rdap_server": "https://rdap.register.si/", - "tld_created": "1992-04-01", - "tld_updated": [ - "2026-03-25" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Slovenia", - "as_org_aliases": [ - "CIRA", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cira", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/silk.json b/data/generated/tld/silk.json index 229c64b1..0c245a77 100644 --- a/data/generated/tld/silk.json +++ b/data/generated/tld/silk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.silk", + "rdap_server": "https://rdap.nominet.uk/silk/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.silk", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.nic.silk", - "rdap_server": "https://rdap.nominet.uk/silk/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sina.json b/data/generated/tld/sina.json index 5c9ad56c..832b2351 100644 --- a/data/generated/tld/sina.json +++ b/data/generated/tld/sina.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.sina.com", + "whois_server": "whois.nic.sina", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-29", + "tld_updated": [ + "2023-08-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sina", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.sina.com", - "whois_server": "whois.nic.sina", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-29", - "tld_updated": [ - "2023-08-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/singles.json b/data/generated/tld/singles.json index f444eb65..110480f9 100644 --- a/data/generated/tld/singles.json +++ b/data/generated/tld/singles.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.singles", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/site.json b/data/generated/tld/site.json index 49d44acd..50e98d0a 100644 --- a/data/generated/tld/site.json +++ b/data/generated/tld/site.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.site", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2026-04-21" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.site", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2026-04-21" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/sj.json b/data/generated/tld/sj.json index 974d4947..63a1cb9f 100644 --- a/data/generated/tld/sj.json +++ b/data/generated/tld/sj.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Norid A/S" } }, + "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-sj/", + "tld_created": "1997-08-21", + "tld_updated": [ + "2022-01-14" + ], + "annotations": { + "country_name_iso": "Svalbard and Jan Mayen", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "nac.no", @@ -132,15 +141,6 @@ } ] } - ], - "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-sj/", - "tld_created": "1997-08-21", - "tld_updated": [ - "2022-01-14" - ], - "annotations": { - "country_name_iso": "Svalbard and Jan Mayen", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/sk.json b/data/generated/tld/sk.json index 5463482e..842e6ad4 100644 --- a/data/generated/tld/sk.json +++ b/data/generated/tld/sk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "SK-NIC, a.s." } }, + "registry_url": "http://www.sk-nic.sk", + "whois_server": "whois.sk-nic.sk", + "tld_created": "1993-03-29", + "tld_updated": [ + "2026-03-16" + ], + "annotations": { + "country_name_iso": "Slovakia", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "e.tld.sk", @@ -94,22 +110,6 @@ } ] } - ], - "registry_url": "http://www.sk-nic.sk", - "whois_server": "whois.sk-nic.sk", - "tld_created": "1993-03-29", - "tld_updated": [ - "2026-03-16" - ], - "annotations": { - "country_name_iso": "Slovakia", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ski.json b/data/generated/tld/ski.json index 9a2f9249..94d7b082 100644 --- a/data/generated/tld/ski.json +++ b/data/generated/tld/ski.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ski", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/skin.json b/data/generated/tld/skin.json index 1129b708..b193e636 100644 --- a/data/generated/tld/skin.json +++ b/data/generated/tld/skin.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.skin/", + "whois_server": "whois.nic.skin", + "rdap_server": "https://rdap.centralnic.com/skin/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.skin", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.skin/", - "whois_server": "whois.nic.skin", - "rdap_server": "https://rdap.centralnic.com/skin/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/sky.json b/data/generated/tld/sky.json index 6ee4232e..39fa249f 100644 --- a/data/generated/tld/sky.json +++ b/data/generated/tld/sky.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://nic.sky", + "rdap_server": "https://rdap.nominet.uk/sky/", + "tld_created": "2014-10-02", + "tld_updated": [ + "2025-02-03" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.sky", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://nic.sky", - "rdap_server": "https://rdap.nominet.uk/sky/", - "tld_created": "2014-10-02", - "tld_updated": [ - "2025-02-03" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/skype.json b/data/generated/tld/skype.json index a3fa03ff..f60f4ab9 100644 --- a/data/generated/tld/skype.json +++ b/data/generated/tld/skype.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.skype.com", + "rdap_server": "https://rdap.nominet.uk/skype/", + "tld_created": "2015-03-19", + "tld_updated": [ + "2026-02-07" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.skype", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.skype.com", - "rdap_server": "https://rdap.nominet.uk/skype/", - "tld_created": "2015-03-19", - "tld_updated": [ - "2026-02-07" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sl.json b/data/generated/tld/sl.json index 545be7b6..6773a34d 100644 --- a/data/generated/tld/sl.json +++ b/data/generated/tld/sl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Sierratel" } }, + "registry_url": "https://www.nic.sl", + "tld_created": "1997-05-09", + "tld_updated": [ + "2021-10-08" + ], + "annotations": { + "country_name_iso": "Sierra Leone", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.neoip.com", @@ -42,15 +51,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.nic.sl", - "tld_created": "1997-05-09", - "tld_updated": [ - "2021-10-08" - ], - "annotations": { - "country_name_iso": "Sierra Leone", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/sling.json b/data/generated/tld/sling.json index d303e805..7d632e8f 100644 --- a/data/generated/tld/sling.json +++ b/data/generated/tld/sling.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.echostar.com/", + "whois_server": "whois.nic.sling", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "http://www.echostar.com/", - "whois_server": "whois.nic.sling", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/sm.json b/data/generated/tld/sm.json index cfdefc16..85119e98 100644 --- a/data/generated/tld/sm.json +++ b/data/generated/tld/sm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Telecom Italia San Marino S.p.A." } }, + "registry_url": "https://www.nic.sm", + "whois_server": "whois.nic.sm", + "tld_created": "1995-08-16", + "tld_updated": [ + "2025-07-07" + ], + "annotations": { + "country_name_iso": "San Marino", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.intelcom.sm", @@ -80,22 +96,6 @@ } ] } - ], - "registry_url": "https://www.nic.sm", - "whois_server": "whois.nic.sm", - "tld_created": "1995-08-16", - "tld_updated": [ - "2025-07-07" - ], - "annotations": { - "country_name_iso": "San Marino", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/smart.json b/data/generated/tld/smart.json index 87c332c1..87be9c7c 100644 --- a/data/generated/tld/smart.json +++ b/data/generated/tld/smart.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.smart", + "rdap_server": "https://rdap.centralnic.com/smart", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-28" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.smart", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.smart", - "rdap_server": "https://rdap.centralnic.com/smart", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-28" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/smile.json b/data/generated/tld/smile.json index 8731cb6c..5913df5d 100644 --- a/data/generated/tld/smile.json +++ b/data/generated/tld/smile.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.smile", + "rdap_server": "https://rdap.nominet.uk/smile/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.smile", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.smile", - "rdap_server": "https://rdap.nominet.uk/smile/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sn.json b/data/generated/tld/sn.json index dfb95e50..cd597505 100644 --- a/data/generated/tld/sn.json +++ b/data/generated/tld/sn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "CURI - NIC Senegal" } }, + "registry_url": "https://www.cctld.sn", + "whois_server": "whois.nic.sn", + "rdap_server": "https://rdap.nic.sn/whois43/", + "tld_created": "1993-03-19", + "tld_updated": [ + "2026-03-12" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Senegal", + "as_org_aliases": [ + "AFNIC", + "Amazon" + ], + "as_org_slugs": [ + "afnic", + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-tld.ird.fr", @@ -92,26 +112,6 @@ } ] } - ], - "registry_url": "https://www.cctld.sn", - "whois_server": "whois.nic.sn", - "rdap_server": "https://rdap.nic.sn/whois43/", - "tld_created": "1993-03-19", - "tld_updated": [ - "2026-03-12" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Senegal", - "as_org_aliases": [ - "AFNIC", - "Amazon" - ], - "as_org_slugs": [ - "afnic", - "amazon" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/sncf.json b/data/generated/tld/sncf.json index 6ed7fa13..f8bbbdaf 100644 --- a/data/generated/tld/sncf.json +++ b/data/generated/tld/sncf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.sncf.com", + "whois_server": "whois.nic.sncf", + "rdap_server": "https://rdap.nic.sncf", + "tld_created": "2015-05-08", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,31 +111,6 @@ } ] } - ], - "registry_url": "http://www.sncf.com", - "whois_server": "whois.nic.sncf", - "rdap_server": "https://rdap.nic.sncf", - "tld_created": "2015-05-08", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/so.json b/data/generated/tld/so.json index 4a422fbc..fc776428 100644 --- a/data/generated/tld/so.json +++ b/data/generated/tld/so.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "soNIC" } }, + "registry_url": "http://www.nic.so/", + "whois_server": "whois.nic.so", + "tld_created": "1997-08-28", + "tld_updated": [ + "2016-04-18" + ], + "annotations": { + "country_name_iso": "Somalia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.so", @@ -56,22 +72,6 @@ } ] } - ], - "registry_url": "http://www.nic.so/", - "whois_server": "whois.nic.so", - "tld_created": "1997-08-28", - "tld_updated": [ - "2016-04-18" - ], - "annotations": { - "country_name_iso": "Somalia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/soccer.json b/data/generated/tld/soccer.json index 2b106d5a..51819fbf 100644 --- a/data/generated/tld/soccer.json +++ b/data/generated/tld/soccer.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.soccer", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/social.json b/data/generated/tld/social.json index 94ab0ace..e5d5c271 100644 --- a/data/generated/tld/social.json +++ b/data/generated/tld/social.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.social", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/softbank.json b/data/generated/tld/softbank.json index f2d289c3..68884248 100644 --- a/data/generated/tld/softbank.json +++ b/data/generated/tld/softbank.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://softbank.com/", + "whois_server": "whois.nic.softbank", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://softbank.com/", - "whois_server": "whois.nic.softbank", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/software.json b/data/generated/tld/software.json index c5aa6f57..030428fb 100644 --- a/data/generated/tld/software.json +++ b/data/generated/tld/software.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.software", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sohu.json b/data/generated/tld/sohu.json index 6007b9b7..78cad001 100644 --- a/data/generated/tld/sohu.json +++ b/data/generated/tld/sohu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,24 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/sohu", + "tld_created": "2014-02-27", + "tld_updated": [ + "2024-11-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -125,24 +143,6 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/sohu", - "tld_created": "2014-02-27", - "tld_updated": [ - "2024-11-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/solar.json b/data/generated/tld/solar.json index ad91f06b..57c96218 100644 --- a/data/generated/tld/solar.json +++ b/data/generated/tld/solar.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.solar", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/solutions.json b/data/generated/tld/solutions.json index f2d93565..89924ae4 100644 --- a/data/generated/tld/solutions.json +++ b/data/generated/tld/solutions.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.solutions", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/song.json b/data/generated/tld/song.json index 35299ec9..05c4d0fa 100644 --- a/data/generated/tld/song.json +++ b/data/generated/tld/song.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.song", + "whois_server": "whois.nic.song", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.song", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://www.nic.song", - "whois_server": "whois.nic.song", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sony.json b/data/generated/tld/sony.json index c86eac27..31b41a37 100644 --- a/data/generated/tld/sony.json +++ b/data/generated/tld/sony.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.sony.com", + "whois_server": "whois.nic.sony", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_sponsor_alias": "Sony", + "iana_sponsor_slug": "sony", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.sony.com", - "whois_server": "whois.nic.sony", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_sponsor_alias": "Sony", - "iana_sponsor_slug": "sony", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/soy.json b/data/generated/tld/soy.json index edd82017..308a8e03 100644 --- a/data/generated/tld/soy.json +++ b/data/generated/tld/soy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/spa.json b/data/generated/tld/spa.json index 4eb9b60b..21517ad9 100644 --- a/data/generated/tld/spa.json +++ b/data/generated/tld/spa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://nic.spa", + "whois_server": "whois.nic.spa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2020-09-25", + "tld_updated": [ + "2023-09-01" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.spa", @@ -105,31 +130,6 @@ } ] } - ], - "registry_url": "https://nic.spa", - "whois_server": "whois.nic.spa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2020-09-25", - "tld_updated": [ - "2023-09-01" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/space.json b/data/generated/tld/space.json index 1fc8f93a..32954ad4 100644 --- a/data/generated/tld/space.json +++ b/data/generated/tld/space.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.space", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-21" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.space", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-21" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/sport.json b/data/generated/tld/sport.json index 6a23f530..5bf6fc26 100644 --- a/data/generated/tld/sport.json +++ b/data/generated/tld/sport.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "https://join.sport/", + "whois_server": "whois.nic.sport", + "rdap_server": "https://rdap.nic.sport/", + "tld_created": "2018-01-05", + "tld_updated": [ + "2023-07-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,27 +126,6 @@ } ] } - ], - "registry_url": "https://join.sport/", - "whois_server": "whois.nic.sport", - "rdap_server": "https://rdap.nic.sport/", - "tld_created": "2018-01-05", - "tld_updated": [ - "2023-07-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/spot.json b/data/generated/tld/spot.json index c43265fb..0cbaf400 100644 --- a/data/generated/tld/spot.json +++ b/data/generated/tld/spot.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.spot", + "rdap_server": "https://rdap.nominet.uk/spot/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.spot", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.spot", - "rdap_server": "https://rdap.nominet.uk/spot/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sr.json b/data/generated/tld/sr.json index 444f292a..352d1d4d 100644 --- a/data/generated/tld/sr.json +++ b/data/generated/tld/sr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,18 @@ "tech": "Telesur" } }, + "registry_url": "https://isp.datasur.sr/", + "whois_server": "whois.sr", + "rdap_server": "https://whois.sr/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2026-04-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Suriname", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.sr", @@ -75,18 +87,6 @@ } ] } - ], - "registry_url": "https://isp.datasur.sr/", - "whois_server": "whois.sr", - "rdap_server": "https://whois.sr/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2026-04-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Suriname", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/srl.json b/data/generated/tld/srl.json index 47c93b3b..80317f74 100644 --- a/data/generated/tld/srl.json +++ b/data/generated/tld/srl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.internetx.info", + "whois_server": "whois.nic.srl", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.srl", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.internetx.info", - "whois_server": "whois.nic.srl", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ss.json b/data/generated/tld/ss.json index 87347408..33870e49 100644 --- a/data/generated/tld/ss.json +++ b/data/generated/tld/ss.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "National Communication Authority (NCA)" } }, + "registry_url": "https://nic.ss/", + "whois_server": "whois.nic.ss", + "rdap_server": "https://rdap.nic.ss", + "tld_created": "2011-08-31", + "tld_updated": [ + "2024-04-05" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "South Sudan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-ss.afrinic.net", @@ -74,24 +92,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://nic.ss/", - "whois_server": "whois.nic.ss", - "rdap_server": "https://rdap.nic.ss", - "tld_created": "2011-08-31", - "tld_updated": [ - "2024-04-05" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "South Sudan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/st.json b/data/generated/tld/st.json index 5eb775f7..926eb559 100644 --- a/data/generated/tld/st.json +++ b/data/generated/tld/st.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "Bahnhof AB" } }, + "registry_url": "http://www.nic.st", + "whois_server": "whois.nic.st", + "tld_created": "1997-11-07", + "tld_updated": [ + "2022-11-15" + ], + "annotations": { + "country_name_iso": "Sao Tome and Principe", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-st.bahnhof.net", @@ -94,22 +110,6 @@ } ] } - ], - "registry_url": "http://www.nic.st", - "whois_server": "whois.nic.st", - "tld_created": "1997-11-07", - "tld_updated": [ - "2022-11-15" - ], - "annotations": { - "country_name_iso": "Sao Tome and Principe", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/stada.json b/data/generated/tld/stada.json index c5039e1c..c63b2812 100644 --- a/data/generated/tld/stada.json +++ b/data/generated/tld/stada.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.stada.com", + "whois_server": "whois.nic.stada", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-06-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.stada", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.stada.com", - "whois_server": "whois.nic.stada", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-06-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/staples.json b/data/generated/tld/staples.json index 38234645..6357949f 100644 --- a/data/generated/tld/staples.json +++ b/data/generated/tld/staples.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.staples.com/", + "rdap_server": "https://rdap.nic.staples/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.staples", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.staples.com/", - "rdap_server": "https://rdap.nic.staples/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/star.json b/data/generated/tld/star.json index 96002710..8a6e3ab6 100644 --- a/data/generated/tld/star.json +++ b/data/generated/tld/star.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.startv.com", + "whois_server": "whois.nic.star", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-05-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.star", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.startv.com", - "whois_server": "whois.nic.star", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-05-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/statebank.json b/data/generated/tld/statebank.json index cdabebda..d618ab47 100644 --- a/data/generated/tld/statebank.json +++ b/data/generated/tld/statebank.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.sbi.co.in", + "whois_server": "whois.nic.statebank", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.statebank", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.sbi.co.in", - "whois_server": "whois.nic.statebank", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/statefarm.json b/data/generated/tld/statefarm.json index 849f33ee..85b72a83 100644 --- a/data/generated/tld/statefarm.json +++ b/data/generated/tld/statefarm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.statefarm.com", + "rdap_server": "https://rdap.nic.statefarm/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.statefarm", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.statefarm.com", - "rdap_server": "https://rdap.nic.statefarm/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/stc.json b/data/generated/tld/stc.json index bc472ced..4285cc65 100644 --- a/data/generated/tld/stc.json +++ b/data/generated/tld/stc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.stc.com.sa", + "whois_server": "whois.nic.stc", + "rdap_server": "https://rdap.centralnic.com/stc", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-28" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.stc", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.stc.com.sa", - "whois_server": "whois.nic.stc", - "rdap_server": "https://rdap.centralnic.com/stc", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-28" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/stcgroup.json b/data/generated/tld/stcgroup.json index 0bd7a95d..2579a031 100644 --- a/data/generated/tld/stcgroup.json +++ b/data/generated/tld/stcgroup.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.stc.com.sa", + "whois_server": "whois.nic.stcgroup", + "rdap_server": "https://rdap.centralnic.com/stcgroup", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-28" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.stcgroup", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.stc.com.sa", - "whois_server": "whois.nic.stcgroup", - "rdap_server": "https://rdap.centralnic.com/stcgroup", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-28" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/stockholm.json b/data/generated/tld/stockholm.json index 80599d07..0b5452a1 100644 --- a/data/generated/tld/stockholm.json +++ b/data/generated/tld/stockholm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.stockholm.se/", + "whois_server": "whois.nic.stockholm", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.stockholm", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.stockholm.se/", - "whois_server": "whois.nic.stockholm", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/storage.json b/data/generated/tld/storage.json index 00667004..56d2e8e7 100644 --- a/data/generated/tld/storage.json +++ b/data/generated/tld/storage.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.storage/", + "whois_server": "whois.nic.storage", + "rdap_server": "https://rdap.centralnic.com/storage", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.storage", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.storage/", - "whois_server": "whois.nic.storage", - "rdap_server": "https://rdap.centralnic.com/storage", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/store.json b/data/generated/tld/store.json index 70d2d074..11a680fc 100644 --- a/data/generated/tld/store.json +++ b/data/generated/tld/store.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.store", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2016-02-11", + "tld_updated": [ + "2026-04-27" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.store", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2016-02-11", - "tld_updated": [ - "2026-04-27" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/stream.json b/data/generated/tld/stream.json index 8fabbce5..ddfac6e3 100644 --- a/data/generated/tld/stream.json +++ b/data/generated/tld/stream.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.stream", + "whois_server": "whois.nic.stream", + "rdap_server": "https://rdap.nic.stream/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.stream", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.stream", - "whois_server": "whois.nic.stream", - "rdap_server": "https://rdap.nic.stream/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/studio.json b/data/generated/tld/studio.json index 0ce509bb..dead448b 100644 --- a/data/generated/tld/studio.json +++ b/data/generated/tld/studio.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.studio", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/study.json b/data/generated/tld/study.json index 3fcdec94..c4bc937e 100644 --- a/data/generated/tld/study.json +++ b/data/generated/tld/study.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.study", + "whois_server": "whois.nic.study", + "rdap_server": "https://rdap.nic.study/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.study", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.study", - "whois_server": "whois.nic.study", - "rdap_server": "https://rdap.nic.study/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/style.json b/data/generated/tld/style.json index bfe609b8..9685f69b 100644 --- a/data/generated/tld/style.json +++ b/data/generated/tld/style.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.style", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/su.json b/data/generated/tld/su.json index 44797ee7..7e3aef15 100644 --- a/data/generated/tld/su.json +++ b/data/generated/tld/su.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Technical Center of Internet" } }, + "whois_server": "whois.tcinet.ru", + "tld_created": "1990-09-19", + "tld_updated": [ + "2026-04-22" + ], + "annotations": { + "country_name_iso": "Soviet Union", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -113,15 +122,6 @@ } ] } - ], - "whois_server": "whois.tcinet.ru", - "tld_created": "1990-09-19", - "tld_updated": [ - "2026-04-22" - ], - "annotations": { - "country_name_iso": "Soviet Union", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/sucks.json b/data/generated/tld/sucks.json index f5653a22..45b0a6a9 100644 --- a/data/generated/tld/sucks.json +++ b/data/generated/tld/sucks.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.voxpopregistry.com", + "whois_server": "whois.nic.sucks", + "rdap_server": "https://rdap.nic.sucks/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2023-12-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sucks", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "http://www.voxpopregistry.com", - "whois_server": "whois.nic.sucks", - "rdap_server": "https://rdap.nic.sucks/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2023-12-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/supplies.json b/data/generated/tld/supplies.json index 994d5557..6eb875d7 100644 --- a/data/generated/tld/supplies.json +++ b/data/generated/tld/supplies.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.supplies", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/supply.json b/data/generated/tld/supply.json index 4a82b885..81f4bad5 100644 --- a/data/generated/tld/supply.json +++ b/data/generated/tld/supply.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.supply", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/support.json b/data/generated/tld/support.json index 935400eb..16463211 100644 --- a/data/generated/tld/support.json +++ b/data/generated/tld/support.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.support", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/surf.json b/data/generated/tld/surf.json index 0a4b793c..686c40ab 100644 --- a/data/generated/tld/surf.json +++ b/data/generated/tld/surf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.surf/", + "whois_server": "whois.nic.surf", + "rdap_server": "https://rdap.nic.surf/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.surf", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.surf/", - "whois_server": "whois.nic.surf", - "rdap_server": "https://rdap.nic.surf/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/surgery.json b/data/generated/tld/surgery.json index 7378ec68..3d3b9d08 100644 --- a/data/generated/tld/surgery.json +++ b/data/generated/tld/surgery.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.surgery", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/suzuki.json b/data/generated/tld/suzuki.json index e17faf9c..054b1426 100644 --- a/data/generated/tld/suzuki.json +++ b/data/generated/tld/suzuki.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.suzuki", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2019-08-27" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.suzuki", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2019-08-27" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/sv.json b/data/generated/tld/sv.json index 1efb20dc..36b0256a 100644 --- a/data/generated/tld/sv.json +++ b/data/generated/tld/sv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "Conexión al Desarrollo de El Salvador" } }, + "registry_url": "http://www.svnet.sv", + "tld_created": "1994-11-04", + "tld_updated": [ + "2026-04-29" + ], + "annotations": { + "country_name_iso": "El Salvador", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -118,23 +135,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.svnet.sv", - "tld_created": "1994-11-04", - "tld_updated": [ - "2026-04-29" - ], - "annotations": { - "country_name_iso": "El Salvador", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/swatch.json b/data/generated/tld/swatch.json index ed6e9639..e368c339 100644 --- a/data/generated/tld/swatch.json +++ b/data/generated/tld/swatch.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.swatchgroup.com/", + "rdap_server": "https://rdap.nominet.uk/swatch/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.swatch", @@ -181,30 +205,6 @@ } ] } - ], - "registry_url": "http://www.swatchgroup.com/", - "rdap_server": "https://rdap.nominet.uk/swatch/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/swiss.json b/data/generated/tld/swiss.json index 35af6445..1ed841b6 100644 --- a/data/generated/tld/swiss.json +++ b/data/generated/tld/swiss.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.swiss", + "whois_server": "whois.nic.swiss", + "rdap_server": "https://rdap.nic.swiss", + "tld_created": "2015-04-16", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien", + "RcodeZero" + ], + "as_org_slugs": [ + "knipp-medien", + "rcodezero" + ], + "cultural_affiliation": "swiss" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -162,30 +186,6 @@ } ] } - ], - "registry_url": "http://www.nic.swiss", - "whois_server": "whois.nic.swiss", - "rdap_server": "https://rdap.nic.swiss", - "tld_created": "2015-04-16", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien", - "RcodeZero" - ], - "as_org_slugs": [ - "knipp-medien", - "rcodezero" - ], - "cultural_affiliation": "swiss" - } + ] } } diff --git a/data/generated/tld/sx.json b/data/generated/tld/sx.json index c2b71e34..1b827ee2 100644 --- a/data/generated/tld/sx.json +++ b/data/generated/tld/sx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Canadian Internet Registration Authority (CIRA)" } }, + "registry_url": "http://registry.sx", + "whois_server": "whois.sx", + "tld_created": "2010-12-20", + "tld_updated": [ + "2026-01-26" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "country_name_iso": "Sint Maarten (Dutch part)", + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.ns.sx", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "http://registry.sx", - "whois_server": "whois.sx", - "tld_created": "2010-12-20", - "tld_updated": [ - "2026-01-26" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "country_name_iso": "Sint Maarten (Dutch part)", - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/sy.json b/data/generated/tld/sy.json index 576c2535..cc537e46 100644 --- a/data/generated/tld/sy.json +++ b/data/generated/tld/sy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "National Agency for Network Services (NANS)" } }, + "registry_url": "http://tld.sy", + "whois_server": "whois.tld.sy", + "tld_created": "1996-02-20", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Syrian Arab Republic", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.tld.sy", @@ -69,22 +85,6 @@ ] } ], - "registry_url": "http://tld.sy", - "whois_server": "whois.tld.sy", - "tld_created": "1996-02-20", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Syrian Arab Republic", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--ogbpf8fl" ] diff --git a/data/generated/tld/sydney.json b/data/generated/tld/sydney.json index 472748fe..2075e736 100644 --- a/data/generated/tld/sydney.json +++ b/data/generated/tld/sydney.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://iconic.sydney", + "whois_server": "whois.nic.sydney", + "rdap_server": "https://rdap.nic.sydney/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.sydney", @@ -143,31 +168,6 @@ } ] } - ], - "registry_url": "http://iconic.sydney", - "whois_server": "whois.nic.sydney", - "rdap_server": "https://rdap.nic.sydney/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/systems.json b/data/generated/tld/systems.json index a95899a4..07676791 100644 --- a/data/generated/tld/systems.json +++ b/data/generated/tld/systems.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.systems", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/sz.json b/data/generated/tld/sz.json index ee7c4002..f844a2b0 100644 --- a/data/generated/tld/sz.json +++ b/data/generated/tld/sz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Swaziland ISP Association" } }, + "registry_url": "http://www.sispa.org.sz/", + "tld_created": "1993-07-19", + "tld_updated": [ + "2025-07-14" + ], + "annotations": { + "country_name_iso": "Eswatini", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.sispa.org.sz", @@ -68,15 +77,6 @@ } ] } - ], - "registry_url": "http://www.sispa.org.sz/", - "tld_created": "1993-07-19", - "tld_updated": [ - "2025-07-14" - ], - "annotations": { - "country_name_iso": "Eswatini", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tab.json b/data/generated/tld/tab.json index ff06b812..2e8e7efd 100644 --- a/data/generated/tld/tab.json +++ b/data/generated/tld/tab.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.tab", + "whois_server": "whois.nic.tab", + "rdap_server": "https://rdap.nic.tab/", + "tld_created": "2015-09-04", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tab", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.tab", - "whois_server": "whois.nic.tab", - "rdap_server": "https://rdap.nic.tab/", - "tld_created": "2015-09-04", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/taipei.json b/data/generated/tld/taipei.json index 0cfdf81c..0ff1bb6a 100644 --- a/data/generated/tld/taipei.json +++ b/data/generated/tld/taipei.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nictaipei.net", + "whois_server": "whois.nic.taipei", + "rdap_server": "https://rdap.nic.taipei/", + "tld_created": "2014-09-25", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.taipei", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://www.nictaipei.net", - "whois_server": "whois.nic.taipei", - "rdap_server": "https://rdap.nic.taipei/", - "tld_created": "2014-09-25", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/talk.json b/data/generated/tld/talk.json index 0f3ffae7..200fa4bf 100644 --- a/data/generated/tld/talk.json +++ b/data/generated/tld/talk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.talk", + "rdap_server": "https://rdap.nominet.uk/talk/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.talk", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.talk", - "rdap_server": "https://rdap.nominet.uk/talk/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/taobao.json b/data/generated/tld/taobao.json index af74ee75..067b2cd9 100644 --- a/data/generated/tld/taobao.json +++ b/data/generated/tld/taobao.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.taobao", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.taobao", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.taobao", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/target.json b/data/generated/tld/target.json index 3cbbf35c..f3cdf3ba 100644 --- a/data/generated/tld/target.json +++ b/data/generated/tld/target.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.target.com", + "rdap_server": "https://rdap.nic.target/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.target", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.target.com", - "rdap_server": "https://rdap.nic.target/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tatamotors.json b/data/generated/tld/tatamotors.json index 82a668a0..767cf364 100644 --- a/data/generated/tld/tatamotors.json +++ b/data/generated/tld/tatamotors.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.tatamotors", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.tatamotors", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.tatamotors", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tatar.json b/data/generated/tld/tatar.json index 14d7b4f5..83ad6e05 100644 --- a/data/generated/tld/tatar.json +++ b/data/generated/tld/tatar.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,23 @@ "date_removed": null } }, + "registry_url": "http://www.dottatar.ru", + "whois_server": "whois.nic.tatar", + "rdap_server": "https://whois.nic.tatar/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-10-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "tatar" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -124,23 +141,6 @@ } ] } - ], - "registry_url": "http://www.dottatar.ru", - "whois_server": "whois.nic.tatar", - "rdap_server": "https://whois.nic.tatar/rdap/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2025-10-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "tatar" - } + ] } } diff --git a/data/generated/tld/tattoo.json b/data/generated/tld/tattoo.json index 427d8488..f7f0c031 100644 --- a/data/generated/tld/tattoo.json +++ b/data/generated/tld/tattoo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.tattoo/", + "whois_server": "whois.nic.tattoo", + "rdap_server": "https://rdap.nic.tattoo", + "tld_created": "2013-11-08", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tattoo", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.tattoo/", - "whois_server": "whois.nic.tattoo", - "rdap_server": "https://rdap.nic.tattoo", - "tld_created": "2013-11-08", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tax.json b/data/generated/tld/tax.json index daea37fb..72e87719 100644 --- a/data/generated/tld/tax.json +++ b/data/generated/tld/tax.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tax", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/taxi.json b/data/generated/tld/taxi.json index 3053ff33..8066a88e 100644 --- a/data/generated/tld/taxi.json +++ b/data/generated/tld/taxi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.taxi", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tc.json b/data/generated/tld/tc.json index d7060a6f..932f73d4 100644 --- a/data/generated/tld/tc.json +++ b/data/generated/tld/tc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "NIC TC Internet Hizmetleri A.S." } }, + "registry_url": "HTTPS://WWW.NIC.TC", + "whois_server": "whois.nic.tc", + "tld_created": "1997-01-27", + "tld_updated": [ + "2026-03-27" + ], + "annotations": { + "country_name_iso": "Turks and Caicos Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "root1.zone.tc", @@ -142,16 +152,6 @@ } ] } - ], - "registry_url": "HTTPS://WWW.NIC.TC", - "whois_server": "whois.nic.tc", - "tld_created": "1997-01-27", - "tld_updated": [ - "2026-03-27" - ], - "annotations": { - "country_name_iso": "Turks and Caicos Islands", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tci.json b/data/generated/tld/tci.json index 8f53eee9..fb6346ab 100644 --- a/data/generated/tld/tci.json +++ b/data/generated/tld/tci.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/tci/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/tci/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/td.json b/data/generated/tld/td.json index e8b080a0..da3cf6d0 100644 --- a/data/generated/tld/td.json +++ b/data/generated/tld/td.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "ADETIC" } }, + "registry_url": "http://www.nic.td", + "whois_server": "whois.nic.td", + "tld_created": "1997-11-03", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "country_name_iso": "Chad", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycastdns1.nic.td", @@ -87,22 +103,6 @@ } ] } - ], - "registry_url": "http://www.nic.td", - "whois_server": "whois.nic.td", - "tld_created": "1997-11-03", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "country_name_iso": "Chad", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tdk.json b/data/generated/tld/tdk.json index 60a6645b..0d5916d4 100644 --- a/data/generated/tld/tdk.json +++ b/data/generated/tld/tdk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.tdk", + "whois_server": "whois.nic.tdk", + "rdap_server": "https://rdap.nic.tdk/", + "tld_created": "2016-03-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tdk", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://nic.tdk", - "whois_server": "whois.nic.tdk", - "rdap_server": "https://rdap.nic.tdk/", - "tld_created": "2016-03-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/team.json b/data/generated/tld/team.json index ad99d195..aa86f7a1 100644 --- a/data/generated/tld/team.json +++ b/data/generated/tld/team.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.team", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tech.json b/data/generated/tld/tech.json index 8b394a80..7ba2f579 100644 --- a/data/generated/tld/tech.json +++ b/data/generated/tld/tech.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.tech", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2026-04-14" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.tech", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2026-04-14" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/technology.json b/data/generated/tld/technology.json index 2ce31a1e..04f02db4 100644 --- a/data/generated/tld/technology.json +++ b/data/generated/tld/technology.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.technology", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tel.json b/data/generated/tld/tel.json index 934b3b8e..bf608289 100644 --- a/data/generated/tld/tel.json +++ b/data/generated/tld/tel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.tel", + "whois_server": "whois.nic.tel", + "rdap_server": "https://rdap.nic.tel/", + "tld_created": "2007-03-01", + "tld_updated": [ + "2024-03-18" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nic.tel", - "whois_server": "whois.nic.tel", - "rdap_server": "https://rdap.nic.tel/", - "tld_created": "2007-03-01", - "tld_updated": [ - "2024-03-18" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/temasek.json b/data/generated/tld/temasek.json index 2d95a9e1..df197c27 100644 --- a/data/generated/tld/temasek.json +++ b/data/generated/tld/temasek.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.temasek.com.sg/nictemasek", + "whois_server": "whois.nic.temasek", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.temasek", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.temasek.com.sg/nictemasek", - "whois_server": "whois.nic.temasek", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tennis.json b/data/generated/tld/tennis.json index 13ff4d5d..9616d3f3 100644 --- a/data/generated/tld/tennis.json +++ b/data/generated/tld/tennis.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tennis", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/teva.json b/data/generated/tld/teva.json index 5c0f35c0..0244925b 100644 --- a/data/generated/tld/teva.json +++ b/data/generated/tld/teva.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.teva", + "whois_server": "whois.nic.teva", + "rdap_server": "https://rdap.nic.teva/", + "tld_created": "2016-02-19", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.teva", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://nic.teva", - "whois_server": "whois.nic.teva", - "rdap_server": "https://rdap.nic.teva/", - "tld_created": "2016-02-19", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tf.json b/data/generated/tld/tf.json index 7f3d20e3..1649ab9c 100644 --- a/data/generated/tld/tf.json +++ b/data/generated/tld/tf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.tf", + "whois_server": "whois.nic.tf", + "rdap_server": "https://rdap.nic.tf/", + "tld_created": "1997-08-26", + "tld_updated": [ + "2026-03-13" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "French Southern Territories", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -75,32 +101,6 @@ } ] } - ], - "registry_url": "http://www.nic.tf", - "whois_server": "whois.nic.tf", - "rdap_server": "https://rdap.nic.tf/", - "tld_created": "1997-08-26", - "tld_updated": [ - "2026-03-13" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "French Southern Territories", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tg.json b/data/generated/tld/tg.json index 127c786b..06003821 100644 --- a/data/generated/tld/tg.json +++ b/data/generated/tld/tg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "C.A.F.E. Informatique et Telecommunications" } }, + "registry_url": "http://www.nic.tg", + "whois_server": "whois.nic.tg", + "tld_created": "1996-09-05", + "tld_updated": [ + "2021-03-08" + ], + "annotations": { + "country_name_iso": "Togo", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.admin.net", @@ -142,16 +152,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.tg", - "whois_server": "whois.nic.tg", - "tld_created": "1996-09-05", - "tld_updated": [ - "2021-03-08" - ], - "annotations": { - "country_name_iso": "Togo", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/th.json b/data/generated/tld/th.json index 282eea4d..11a596a9 100644 --- a/data/generated/tld/th.json +++ b/data/generated/tld/th.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Thai Network Information Center Foundation" } }, + "registry_url": "http://www.thnic.co.th", + "whois_server": "whois.thnic.co.th", + "rdap_server": "https://rdap.thains.co.th", + "tld_created": "1988-09-07", + "tld_updated": [ + "2025-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Thailand", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.thains.co.th", @@ -126,26 +146,6 @@ ] } ], - "registry_url": "http://www.thnic.co.th", - "whois_server": "whois.thnic.co.th", - "rdap_server": "https://rdap.thains.co.th", - "tld_created": "1988-09-07", - "tld_updated": [ - "2025-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Thailand", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--o3cw4h" ] diff --git a/data/generated/tld/thd.json b/data/generated/tld/thd.json index 210a5d7a..34c5f48a 100644 --- a/data/generated/tld/thd.json +++ b/data/generated/tld/thd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.homedepot.com", + "whois_server": "whois.nic.thd", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.thd", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.homedepot.com", - "whois_server": "whois.nic.thd", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/theater.json b/data/generated/tld/theater.json index 851d5fa3..eedd22eb 100644 --- a/data/generated/tld/theater.json +++ b/data/generated/tld/theater.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.theater", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/theatre.json b/data/generated/tld/theatre.json index 7e15dd54..4eab3a42 100644 --- a/data/generated/tld/theatre.json +++ b/data/generated/tld/theatre.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.theatre/", + "whois_server": "whois.nic.theatre", + "rdap_server": "https://rdap.centralnic.com/theatre", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.theatre", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.theatre/", - "whois_server": "whois.nic.theatre", - "rdap_server": "https://rdap.centralnic.com/theatre", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/tiaa.json b/data/generated/tld/tiaa.json index 51af6926..d677b000 100644 --- a/data/generated/tld/tiaa.json +++ b/data/generated/tld/tiaa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://tiaa.org", + "whois_server": "whois.nic.tiaa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2024-03-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tiaa", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://tiaa.org", - "whois_server": "whois.nic.tiaa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2024-03-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tickets.json b/data/generated/tld/tickets.json index f7e101a7..005331f7 100644 --- a/data/generated/tld/tickets.json +++ b/data/generated/tld/tickets.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://tickets.tickets", + "whois_server": "whois.nic.tickets", + "rdap_server": "https://rdap.centralnic.com/tickets", + "tld_created": "2015-03-19", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.tickets", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://tickets.tickets", - "whois_server": "whois.nic.tickets", - "rdap_server": "https://rdap.centralnic.com/tickets", - "tld_created": "2015-03-19", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/tienda.json b/data/generated/tld/tienda.json index 3ed2406d..ba22e93d 100644 --- a/data/generated/tld/tienda.json +++ b/data/generated/tld/tienda.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tienda", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tips.json b/data/generated/tld/tips.json index 10e109c5..a74120a2 100644 --- a/data/generated/tld/tips.json +++ b/data/generated/tld/tips.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tips", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tires.json b/data/generated/tld/tires.json index 09be5bed..2e30a937 100644 --- a/data/generated/tld/tires.json +++ b/data/generated/tld/tires.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-11", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tires", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tirol.json b/data/generated/tld/tirol.json index 5944ff01..b6704d1b 100644 --- a/data/generated/tld/tirol.json +++ b/data/generated/tld/tirol.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.tirol", + "whois_server": "whois.nic.tirol", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -86,30 +110,6 @@ } ] } - ], - "registry_url": "http://www.nic.tirol", - "whois_server": "whois.nic.tirol", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/tj.json b/data/generated/tld/tj.json index e5b6c1aa..cc07c37a 100644 --- a/data/generated/tld/tj.json +++ b/data/generated/tld/tj.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,15 @@ "tech": "Information Technology Center" } }, + "registry_url": "http://www.nic.tj", + "tld_created": "1997-12-11", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Tajikistan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.tj", @@ -80,15 +89,6 @@ } ] } - ], - "registry_url": "http://www.nic.tj", - "tld_created": "1997-12-11", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Tajikistan", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tjmaxx.json b/data/generated/tld/tjmaxx.json index c9553ac6..0b0f3fe0 100644 --- a/data/generated/tld/tjmaxx.json +++ b/data/generated/tld/tjmaxx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.tjmaxx/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tjmaxx", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.tjmaxx/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tjx.json b/data/generated/tld/tjx.json index 80b774dd..97668400 100644 --- a/data/generated/tld/tjx.json +++ b/data/generated/tld/tjx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.tjx/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tjx", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.tjx/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tk.json b/data/generated/tld/tk.json index 7888e368..0935f6ed 100644 --- a/data/generated/tld/tk.json +++ b/data/generated/tld/tk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "BV Dot TK" } }, + "registry_url": "http://www.dot.tk", + "whois_server": "whois.dot.tk", + "tld_created": "1997-11-07", + "tld_updated": [ + "2019-02-12" + ], + "annotations": { + "country_name_iso": "Tokelau", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.tk", @@ -94,16 +104,6 @@ } ] } - ], - "registry_url": "http://www.dot.tk", - "whois_server": "whois.dot.tk", - "tld_created": "1997-11-07", - "tld_updated": [ - "2019-02-12" - ], - "annotations": { - "country_name_iso": "Tokelau", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tkmaxx.json b/data/generated/tld/tkmaxx.json index 56158e48..7bc54171 100644 --- a/data/generated/tld/tkmaxx.json +++ b/data/generated/tld/tkmaxx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.tkmaxx/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tkmaxx", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.tkmaxx/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tl.json b/data/generated/tld/tl.json index 88c79d3f..22f9e33f 100644 --- a/data/generated/tld/tl.json +++ b/data/generated/tld/tl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "CoCCA Registry Services (NZ) Limited" } }, + "registry_url": "http://www.nic.tl", + "whois_server": "whois.nic.tl", + "tld_created": "2005-03-23", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Timor-Leste", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.tl", @@ -68,22 +84,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.tl", - "whois_server": "whois.nic.tl", - "tld_created": "2005-03-23", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Timor-Leste", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tm.json b/data/generated/tld/tm.json index 1340ba83..664b84ff 100644 --- a/data/generated/tld/tm.json +++ b/data/generated/tld/tm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "TM Domain Registry Ltd" } }, + "registry_url": "http://www.nic.tm/", + "whois_server": "whois.nic.tm", + "tld_created": "1997-05-30", + "tld_updated": [ + "2025-06-18" + ], + "annotations": { + "country_name_iso": "Turkmenistan", + "as_org_aliases": [ + "Community DNS" + ], + "as_org_slugs": [ + "community-dns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-a1.tm", @@ -137,22 +153,6 @@ } ] } - ], - "registry_url": "http://www.nic.tm/", - "whois_server": "whois.nic.tm", - "tld_created": "1997-05-30", - "tld_updated": [ - "2025-06-18" - ], - "annotations": { - "country_name_iso": "Turkmenistan", - "as_org_aliases": [ - "Community DNS" - ], - "as_org_slugs": [ - "community-dns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tmall.json b/data/generated/tld/tmall.json index 4a5a0882..dac47aa2 100644 --- a/data/generated/tld/tmall.json +++ b/data/generated/tld/tmall.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.tmall", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.tmall", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.tmall", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tn.json b/data/generated/tld/tn.json index eb9fb224..ae81c0f6 100644 --- a/data/generated/tld/tn.json +++ b/data/generated/tld/tn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Agence Tunisienne d'Internet" } }, + "registry_url": "http://whois.ati.tn", + "whois_server": "whois.ati.tn", + "tld_created": "1991-05-17", + "tld_updated": [ + "2024-08-16" + ], + "annotations": { + "country_name_iso": "Tunisia", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-tn.afrinic.net", @@ -133,24 +151,6 @@ ] } ], - "registry_url": "http://whois.ati.tn", - "whois_server": "whois.ati.tn", - "tld_created": "1991-05-17", - "tld_updated": [ - "2024-08-16" - ], - "annotations": { - "country_name_iso": "Tunisia", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--pgbs0dh" ] diff --git a/data/generated/tld/to.json b/data/generated/tld/to.json index d8b093e8..8b71e0c7 100644 --- a/data/generated/tld/to.json +++ b/data/generated/tld/to.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Tucows.com" } }, + "registry_url": "http://www.tonic.to/", + "whois_server": "whois.tonicregistry.to", + "rdap_server": "https://rdap.tonicregistry.to/rdap/", + "tld_created": "1995-12-18", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "country_name_iso": "Tonga", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -94,28 +116,6 @@ } ] } - ], - "registry_url": "http://www.tonic.to/", - "whois_server": "whois.tonicregistry.to", - "rdap_server": "https://rdap.tonicregistry.to/rdap/", - "tld_created": "1995-12-18", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "country_name_iso": "Tonga", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/today.json b/data/generated/tld/today.json index 77e7e8a4..f86e7732 100644 --- a/data/generated/tld/today.json +++ b/data/generated/tld/today.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.today", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tokyo.json b/data/generated/tld/tokyo.json index 41b652c7..d55d1ce5 100644 --- a/data/generated/tld/tokyo.json +++ b/data/generated/tld/tokyo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.tokyo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,35 +127,6 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.tokyo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/tools.json b/data/generated/tld/tools.json index ed8c70ff..10a90c45 100644 --- a/data/generated/tld/tools.json +++ b/data/generated/tld/tools.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tools", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/top.json b/data/generated/tld/top.json index 75b20e43..ca53b113 100644 --- a/data/generated/tld/top.json +++ b/data/generated/tld/top.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.top", + "whois_server": "whois.nic.top", + "rdap_server": "https://rdap.zdnsgtld.com/top/", + "tld_created": "2014-07-24", + "tld_updated": [ + "2026-04-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "http://www.nic.top", - "whois_server": "whois.nic.top", - "rdap_server": "https://rdap.zdnsgtld.com/top/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2026-04-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/toray.json b/data/generated/tld/toray.json index 1e4e9fbe..8f892418 100644 --- a/data/generated/tld/toray.json +++ b/data/generated/tld/toray.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.toray.com", + "whois_server": "whois.nic.toray", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://www.toray.com", - "whois_server": "whois.nic.toray", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/toshiba.json b/data/generated/tld/toshiba.json index 729b252f..abbf3c13 100644 --- a/data/generated/tld/toshiba.json +++ b/data/generated/tld/toshiba.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://nic.toshiba", + "whois_server": "whois.nic.toshiba", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://nic.toshiba", - "whois_server": "whois.nic.toshiba", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/total.json b/data/generated/tld/total.json index ed17360d..8b6f13ba 100644 --- a/data/generated/tld/total.json +++ b/data/generated/tld/total.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.total", + "whois_server": "whois.nic.total", + "rdap_server": "https://rdap.nic.total", + "tld_created": "2016-02-05", + "tld_updated": [ + "2024-09-13" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -86,31 +111,6 @@ } ] } - ], - "registry_url": "http://www.nic.total", - "whois_server": "whois.nic.total", - "rdap_server": "https://rdap.nic.total", - "tld_created": "2016-02-05", - "tld_updated": [ - "2024-09-13" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/tours.json b/data/generated/tld/tours.json index 9d2779bc..2c9e4245 100644 --- a/data/generated/tld/tours.json +++ b/data/generated/tld/tours.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tours", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/town.json b/data/generated/tld/town.json index bad55918..bd998ab8 100644 --- a/data/generated/tld/town.json +++ b/data/generated/tld/town.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.town", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/toyota.json b/data/generated/tld/toyota.json index 7c774ee6..58704830 100644 --- a/data/generated/tld/toyota.json +++ b/data/generated/tld/toyota.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://toyota.jp/", + "whois_server": "whois.nic.toyota", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,29 +121,6 @@ } ] } - ], - "registry_url": "http://toyota.jp/", - "whois_server": "whois.nic.toyota", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/toys.json b/data/generated/tld/toys.json index ea867fd0..795bfa3c 100644 --- a/data/generated/tld/toys.json +++ b/data/generated/tld/toys.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.toys", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tr.json b/data/generated/tld/tr.json index 418c5c22..07d215b0 100644 --- a/data/generated/tld/tr.json +++ b/data/generated/tld/tr.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Bilgi Teknolojileri ve İletişim Kurumu" } }, + "registry_url": "http://www.trabis.gov.tr", + "whois_server": "whois.trabis.gov.tr", + "tld_created": "1990-09-17", + "tld_updated": [ + "2026-04-24" + ], + "annotations": { + "country_name_iso": "Türkiye", + "as_org_aliases": [ + "Microsoft", + "Packet Clearing House" + ], + "as_org_slugs": [ + "microsoft", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns43.ns.tr", @@ -116,24 +134,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.trabis.gov.tr", - "whois_server": "whois.trabis.gov.tr", - "tld_created": "1990-09-17", - "tld_updated": [ - "2026-04-24" - ], - "annotations": { - "country_name_iso": "Türkiye", - "as_org_aliases": [ - "Microsoft", - "Packet Clearing House" - ], - "as_org_slugs": [ - "microsoft", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/trade.json b/data/generated/tld/trade.json index 0ffeadb4..4739a184 100644 --- a/data/generated/tld/trade.json +++ b/data/generated/tld/trade.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.trade", + "whois_server": "whois.nic.trade", + "rdap_server": "https://rdap.nic.trade/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.trade", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.trade", - "whois_server": "whois.nic.trade", - "rdap_server": "https://rdap.nic.trade/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/trading.json b/data/generated/tld/trading.json index c1329dc5..c447c7c6 100644 --- a/data/generated/tld/trading.json +++ b/data/generated/tld/trading.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.trading", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/training.json b/data/generated/tld/training.json index fca8b995..6a890527 100644 --- a/data/generated/tld/training.json +++ b/data/generated/tld/training.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.training", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/travel.json b/data/generated/tld/travel.json index 5fdcba1c..77d75f41 100644 --- a/data/generated/tld/travel.json +++ b/data/generated/tld/travel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2005-07-27", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.travel", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2005-07-27", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/travelers.json b/data/generated/tld/travelers.json index 4d2ddf7e..826ae5c7 100644 --- a/data/generated/tld/travelers.json +++ b/data/generated/tld/travelers.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.travelers.com", + "whois_server": "whois.nic.travelers", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Travelers Insurance", + "iana_sponsor_slug": "travelers-insurance", + "iana_admin_alias": "Travelers Insurance", + "iana_admin_slug": "travelers-insurance", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Travelers Insurance", + "icann_registry_operator_slug": "travelers-insurance", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.travelers", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.travelers", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Travelers Insurance", - "iana_sponsor_slug": "travelers-insurance", - "iana_admin_alias": "Travelers Insurance", - "iana_admin_slug": "travelers-insurance", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Travelers Insurance", - "icann_registry_operator_slug": "travelers-insurance", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/travelersinsurance.json b/data/generated/tld/travelersinsurance.json index 42621f5c..371c39d5 100644 --- a/data/generated/tld/travelersinsurance.json +++ b/data/generated/tld/travelersinsurance.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.travelers.com", + "whois_server": "whois.nic.travelersinsurance", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Travelers Insurance", + "iana_sponsor_slug": "travelers-insurance", + "iana_admin_alias": "Travelers Insurance", + "iana_admin_slug": "travelers-insurance", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Travelers Insurance", + "icann_registry_operator_slug": "travelers-insurance", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.travelersinsurance", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.travelersinsurance", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Travelers Insurance", - "iana_sponsor_slug": "travelers-insurance", - "iana_admin_alias": "Travelers Insurance", - "iana_admin_slug": "travelers-insurance", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Travelers Insurance", - "icann_registry_operator_slug": "travelers-insurance", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/trust.json b/data/generated/tld/trust.json index 1972dbcd..a8d30ed5 100644 --- a/data/generated/tld/trust.json +++ b/data/generated/tld/trust.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/trv.json b/data/generated/tld/trv.json index e7013b9b..a2b3cbe1 100644 --- a/data/generated/tld/trv.json +++ b/data/generated/tld/trv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.travelers.com", + "whois_server": "whois.nic.trv", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Travelers Insurance", + "iana_sponsor_slug": "travelers-insurance", + "iana_admin_alias": "Travelers Insurance", + "iana_admin_slug": "travelers-insurance", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Travelers Insurance", + "icann_registry_operator_slug": "travelers-insurance", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.trv", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.trv", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Travelers Insurance", - "iana_sponsor_slug": "travelers-insurance", - "iana_admin_alias": "Travelers Insurance", - "iana_admin_slug": "travelers-insurance", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Travelers Insurance", - "icann_registry_operator_slug": "travelers-insurance", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tt.json b/data/generated/tld/tt.json index 4bbf7603..de19f27d 100644 --- a/data/generated/tld/tt.json +++ b/data/generated/tld/tt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "TTNIC" } }, + "registry_url": "http://www.nic.tt", + "tld_created": "1991-09-03", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Trinidad and Tobago", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -75,23 +92,6 @@ } ] } - ], - "registry_url": "http://www.nic.tt", - "tld_created": "1991-09-03", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Trinidad and Tobago", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tube.json b/data/generated/tld/tube.json index caecddfa..0bb22302 100644 --- a/data/generated/tld/tube.json +++ b/data/generated/tld/tube.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://get.tube", + "whois_server": "whois.nic.tube", + "rdap_server": "https://rdap.nic.tube/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-04-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,26 +125,6 @@ } ] } - ], - "registry_url": "http://get.tube", - "whois_server": "whois.nic.tube", - "rdap_server": "https://rdap.nic.tube/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-04-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/tui.json b/data/generated/tld/tui.json index 27cae168..b530b3a4 100644 --- a/data/generated/tld/tui.json +++ b/data/generated/tld/tui.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.tuiregistry.com", + "whois_server": "whois.nic.tui", + "rdap_server": "https://rdap.centralnic.com/tui", + "tld_created": "2014-09-18", + "tld_updated": [ + "2024-05-28" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.tui", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.tuiregistry.com", - "whois_server": "whois.nic.tui", - "rdap_server": "https://rdap.centralnic.com/tui", - "tld_created": "2014-09-18", - "tld_updated": [ - "2024-05-28" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/tunes.json b/data/generated/tld/tunes.json index 47187929..39804172 100644 --- a/data/generated/tld/tunes.json +++ b/data/generated/tld/tunes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.tunes", + "rdap_server": "https://rdap.nominet.uk/tunes/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.tunes", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.tunes", - "rdap_server": "https://rdap.nominet.uk/tunes/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tushu.json b/data/generated/tld/tushu.json index 3104811b..9a957325 100644 --- a/data/generated/tld/tushu.json +++ b/data/generated/tld/tushu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.tushu", + "rdap_server": "https://rdap.nominet.uk/tushu/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.tushu", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.tushu", - "rdap_server": "https://rdap.nominet.uk/tushu/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/tv.json b/data/generated/tld/tv.json index 0757db12..a277b3d9 100644 --- a/data/generated/tld/tv.json +++ b/data/generated/tld/tv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "GoDaddy Registry" } }, + "registry_url": "https://turnon.tv/", + "whois_server": "whois.nic.tv", + "rdap_server": "https://rdap.nic.tv/", + "tld_created": "1996-03-18", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "country_name_iso": "Tuvalu", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.tv", @@ -132,26 +152,6 @@ } ] } - ], - "registry_url": "https://turnon.tv/", - "whois_server": "whois.nic.tv", - "rdap_server": "https://rdap.nic.tv/", - "tld_created": "1996-03-18", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "country_name_iso": "Tuvalu", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/tvs.json b/data/generated/tld/tvs.json index 8174e6fa..b92ce2a2 100644 --- a/data/generated/tld/tvs.json +++ b/data/generated/tld/tvs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.tvs.in", + "whois_server": "whois.nic.tvs", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2024-09-05" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.tvs", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.tvs.in", - "whois_server": "whois.nic.tvs", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2024-09-05" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/tw.json b/data/generated/tld/tw.json index 48e2972f..25c1e813 100644 --- a/data/generated/tld/tw.json +++ b/data/generated/tld/tw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Taiwan Network Information Center (TWNIC)" } }, + "registry_url": "http://rs.twnic.net.tw", + "whois_server": "whois.twnic.net.tw", + "rdap_server": "https://ccrdap.twnic.tw/tw/", + "tld_created": "1989-07-31", + "tld_updated": [ + "2026-04-27" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Taiwan, Province of China", + "as_org_aliases": [ + "Google", + "Microsoft", + "Packet Clearing House" + ], + "as_org_slugs": [ + "google", + "microsoft", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.tw", @@ -176,28 +198,6 @@ ] } ], - "registry_url": "http://rs.twnic.net.tw", - "whois_server": "whois.twnic.net.tw", - "rdap_server": "https://ccrdap.twnic.tw/tw/", - "tld_created": "1989-07-31", - "tld_updated": [ - "2026-04-27" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Taiwan, Province of China", - "as_org_aliases": [ - "Google", - "Microsoft", - "Packet Clearing House" - ], - "as_org_slugs": [ - "google", - "microsoft", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--kprw13d", "xn--kpry57d" diff --git a/data/generated/tld/tz.json b/data/generated/tld/tz.json index 79f51fd7..c2dafed0 100644 --- a/data/generated/tld/tz.json +++ b/data/generated/tld/tz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "Tanzania Communications Regulatory Authority" } }, + "registry_url": "https://karibu.tz/", + "whois_server": "whois.tznic.or.tz", + "rdap_server": "https://whois.tznic.or.tz/rdap/", + "tld_created": "1995-07-14", + "tld_updated": [ + "2023-07-27" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Tanzania, United Republic of", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -113,26 +133,6 @@ } ] } - ], - "registry_url": "https://karibu.tz/", - "whois_server": "whois.tznic.or.tz", - "rdap_server": "https://whois.tznic.or.tz/rdap/", - "tld_created": "1995-07-14", - "tld_updated": [ - "2023-07-27" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Tanzania, United Republic of", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ua.json b/data/generated/tld/ua.json index b2e0a505..e6eee88e 100644 --- a/data/generated/tld/ua.json +++ b/data/generated/tld/ua.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,28 @@ "tech": "Hostmaster Ltd" } }, + "registry_url": "https://www.hostmaster.ua/", + "whois_server": "whois.ua", + "rdap_server": "https://rdap.hostmaster.ua", + "tld_created": "1992-12-01", + "tld_updated": [ + "2024-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Ukraine", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bg.ns.ua", @@ -164,28 +186,6 @@ ] } ], - "registry_url": "https://www.hostmaster.ua/", - "whois_server": "whois.ua", - "rdap_server": "https://rdap.hostmaster.ua", - "tld_created": "1992-12-01", - "tld_updated": [ - "2024-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Ukraine", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - }, "idn": [ "xn--j1amh" ] diff --git a/data/generated/tld/ubank.json b/data/generated/tld/ubank.json index b96feab0..95baf766 100644 --- a/data/generated/tld/ubank.json +++ b/data/generated/tld/ubank.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ubank.com.au/", + "whois_server": "whois.nic.ubank", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-12-01" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ubank", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.ubank.com.au/", - "whois_server": "whois.nic.ubank", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-12-01" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ubs.json b/data/generated/tld/ubs.json index e1c06031..b4cab213 100644 --- a/data/generated/tld/ubs.json +++ b/data/generated/tld/ubs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.ubs", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ubs", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.ubs", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/ug.json b/data/generated/tld/ug.json index 34cfee7e..d6881ccd 100644 --- a/data/generated/tld/ug.json +++ b/data/generated/tld/ug.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "East African Help Desk" } }, + "registry_url": "http://www.registry.co.ug", + "whois_server": "whois.co.ug", + "tld_created": "1995-03-08", + "tld_updated": [ + "2025-09-30" + ], + "annotations": { + "country_name_iso": "Uganda", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycast.eahd.or.ug", @@ -99,22 +115,6 @@ } ] } - ], - "registry_url": "http://www.registry.co.ug", - "whois_server": "whois.co.ug", - "tld_created": "1995-03-08", - "tld_updated": [ - "2025-09-30" - ], - "annotations": { - "country_name_iso": "Uganda", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/uk.json b/data/generated/tld/uk.json index 61fdffb6..fed52f5b 100644 --- a/data/generated/tld/uk.json +++ b/data/generated/tld/uk.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Nominet UK" } }, + "registry_url": "http://www.nic.uk/", + "whois_server": "whois.nic.uk", + "rdap_server": "https://rdap.nominet.uk/uk/", + "tld_created": "1985-07-24", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Nominet", + "iana_sponsor_slug": "nominet", + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "country_name_iso": "United Kingdom", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.uk", @@ -170,32 +196,6 @@ } ] } - ], - "registry_url": "http://www.nic.uk/", - "whois_server": "whois.nic.uk", - "rdap_server": "https://rdap.nominet.uk/uk/", - "tld_created": "1985-07-24", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Nominet", - "iana_sponsor_slug": "nominet", - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "country_name_iso": "United Kingdom", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/unicom.json b/data/generated/tld/unicom.json index c1c1e945..450104f1 100644 --- a/data/generated/tld/unicom.json +++ b/data/generated/tld/unicom.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.chinaunicom.cn", + "whois_server": "whois.nic.unicom", + "rdap_server": "https://rdap.zdnsgtld.com/unicom", + "tld_created": "2016-01-22", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -125,29 +148,6 @@ } ] } - ], - "registry_url": "http://www.chinaunicom.cn", - "whois_server": "whois.nic.unicom", - "rdap_server": "https://rdap.zdnsgtld.com/unicom", - "tld_created": "2016-01-22", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/university.json b/data/generated/tld/university.json index 001dee25..f601e970 100644 --- a/data/generated/tld/university.json +++ b/data/generated/tld/university.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.university", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/uno.json b/data/generated/tld/uno.json index e718a976..393bb503 100644 --- a/data/generated/tld/uno.json +++ b/data/generated/tld/uno.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.uno", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.uno", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/uol.json b/data/generated/tld/uol.json index 5e7c4733..c9ce2e2a 100644 --- a/data/generated/tld/uol.json +++ b/data/generated/tld/uol.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,20 @@ "date_removed": null } }, + "registry_url": "https://nic.uol/", + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2014-08-07", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -143,20 +157,6 @@ } ] } - ], - "registry_url": "https://nic.uol/", - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2014-08-07", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ] - } + ] } } diff --git a/data/generated/tld/ups.json b/data/generated/tld/ups.json index bc613b5f..84a850dd 100644 --- a/data/generated/tld/ups.json +++ b/data/generated/tld/ups.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.ups.com", + "whois_server": "whois.nic.ups", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ups", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.ups.com", - "whois_server": "whois.nic.ups", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/us.json b/data/generated/tld/us.json index 83d08d19..8d47b1da 100644 --- a/data/generated/tld/us.json +++ b/data/generated/tld/us.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,30 @@ "tech": "Registry Services, LLC" } }, + "registry_url": "http://www.nic.us", + "whois_server": "whois.nic.us", + "rdap_server": "https://rdap.nic.us/", + "tld_created": "1985-02-15", + "tld_updated": [ + "2024-08-29" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "supplemental", + "country_name_iso": "United States", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.cctld.us", @@ -170,30 +194,6 @@ } ] } - ], - "registry_url": "http://www.nic.us", - "whois_server": "whois.nic.us", - "rdap_server": "https://rdap.nic.us/", - "tld_created": "1985-02-15", - "tld_updated": [ - "2024-08-29" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "supplemental", - "country_name_iso": "United States", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/uy.json b/data/generated/tld/uy.json index 1c2c35da..418d26aa 100644 --- a/data/generated/tld/uy.json +++ b/data/generated/tld/uy.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Servicio Central de Informatica (SECIU)" } }, + "registry_url": "http://www.nic.org.uy/", + "whois_server": "whois.nic.org.uy", + "tld_created": "1990-09-10", + "tld_updated": [ + "2022-12-08" + ], + "annotations": { + "country_name_iso": "Uruguay", + "as_org_aliases": [ + "Identity Digital", + "LACTLD" + ], + "as_org_slugs": [ + "identity-digital", + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -144,24 +162,6 @@ } ] } - ], - "registry_url": "http://www.nic.org.uy/", - "whois_server": "whois.nic.org.uy", - "tld_created": "1990-09-10", - "tld_updated": [ - "2022-12-08" - ], - "annotations": { - "country_name_iso": "Uruguay", - "as_org_aliases": [ - "Identity Digital", - "LACTLD" - ], - "as_org_slugs": [ - "identity-digital", - "lactld" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/uz.json b/data/generated/tld/uz.json index 1b3ffbde..cb350e80 100644 --- a/data/generated/tld/uz.json +++ b/data/generated/tld/uz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,18 @@ "tech": "Single Integrator for Creation and Support of State Information Systems UZINFOCOM" } }, + "registry_url": "http://www.cctld.uz/", + "whois_server": "whois.cctld.uz", + "rdap_server": "https://rdap.cctld.uz", + "tld_created": "1995-04-29", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Uzbekistan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.uz", @@ -141,18 +153,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.cctld.uz/", - "whois_server": "whois.cctld.uz", - "rdap_server": "https://rdap.cctld.uz", - "tld_created": "1995-04-29", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Uzbekistan", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/va.json b/data/generated/tld/va.json index e2d09f4d..dce1b645 100644 --- a/data/generated/tld/va.json +++ b/data/generated/tld/va.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,14 @@ "tech": "Department of Telecommunications - Vatican Internet Service Provider" } }, + "tld_created": "1995-09-11", + "tld_updated": [ + "2024-12-03" + ], + "annotations": { + "country_name_iso": "Holy See (Vatican City State)", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.va", @@ -113,14 +121,6 @@ } ] } - ], - "tld_created": "1995-09-11", - "tld_updated": [ - "2024-12-03" - ], - "annotations": { - "country_name_iso": "Holy See (Vatican City State)", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/vacations.json b/data/generated/tld/vacations.json index 42b032ef..d0171d05 100644 --- a/data/generated/tld/vacations.json +++ b/data/generated/tld/vacations.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.vacations", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vana.json b/data/generated/tld/vana.json index 490ff80c..34abd0e1 100644 --- a/data/generated/tld/vana.json +++ b/data/generated/tld/vana.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://nic.vana", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "https://nic.vana", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/vanguard.json b/data/generated/tld/vanguard.json index 4c8a48e9..4bca1195 100644 --- a/data/generated/tld/vanguard.json +++ b/data/generated/tld/vanguard.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://vanguard.com", + "whois_server": "whois.nic.vanguard", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.vanguard", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://vanguard.com", - "whois_server": "whois.nic.vanguard", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vc.json b/data/generated/tld/vc.json index a0447b2c..d8cbe5cb 100644 --- a/data/generated/tld/vc.json +++ b/data/generated/tld/vc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,25 @@ "tech": "Identity Digital Inc." } }, + "whois_server": "whois.identitydigital.services", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2024-07-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Saint Vincent and the Grenadines", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -132,25 +151,6 @@ } ] } - ], - "whois_server": "whois.identitydigital.services", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2024-07-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Saint Vincent and the Grenadines", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/ve.json b/data/generated/tld/ve.json index 46493a91..9b25f160 100644 --- a/data/generated/tld/ve.json +++ b/data/generated/tld/ve.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,22 @@ "tech": "NIC.VE" } }, + "registry_url": "https://nic.ve/", + "whois_server": "whois.nic.ve", + "tld_created": "1991-03-07", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Venezuela, Bolivarian Republic of", + "as_org_aliases": [ + "LACTLD" + ], + "as_org_slugs": [ + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -118,22 +134,6 @@ } ] } - ], - "registry_url": "https://nic.ve/", - "whois_server": "whois.nic.ve", - "tld_created": "1991-03-07", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Venezuela, Bolivarian Republic of", - "as_org_aliases": [ - "LACTLD" - ], - "as_org_slugs": [ - "lactld" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/vegas.json b/data/generated/tld/vegas.json index 7c446044..87fa8a0d 100644 --- a/data/generated/tld/vegas.json +++ b/data/generated/tld/vegas.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.vegas", + "whois_server": "whois.nic.vegas", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.vegas", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.nic.vegas", - "whois_server": "whois.nic.vegas", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/ventures.json b/data/generated/tld/ventures.json index bd4c5cee..4e1cdf70 100644 --- a/data/generated/tld/ventures.json +++ b/data/generated/tld/ventures.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.ventures", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/verisign.json b/data/generated/tld/verisign.json index 2b6604b8..fbeb17e8 100644 --- a/data/generated/tld/verisign.json +++ b/data/generated/tld/verisign.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisign.com/", + "whois_server": "whois.nic.verisign", + "rdap_server": "https://tld-rdap.verisign.com/verisign/v1/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -105,35 +134,6 @@ } ] } - ], - "registry_url": "http://www.verisign.com/", - "whois_server": "whois.nic.verisign", - "rdap_server": "https://tld-rdap.verisign.com/verisign/v1/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/versicherung.json b/data/generated/tld/versicherung.json index 77d9c7c8..e941fe6e 100644 --- a/data/generated/tld/versicherung.json +++ b/data/generated/tld/versicherung.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.versicherung", + "whois_server": "whois.nic.versicherung", + "rdap_server": "https://rdap.nic.versicherung/v1/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2026-04-29" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.versicherung", @@ -86,27 +107,6 @@ } ] } - ], - "registry_url": "http://nic.versicherung", - "whois_server": "whois.nic.versicherung", - "rdap_server": "https://rdap.nic.versicherung/v1/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2026-04-29" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] } } diff --git a/data/generated/tld/vet.json b/data/generated/tld/vet.json index c87b28e9..ccf59006 100644 --- a/data/generated/tld/vet.json +++ b/data/generated/tld/vet.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.vet", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vg.json b/data/generated/tld/vg.json index 49966b96..3af976f1 100644 --- a/data/generated/tld/vg.json +++ b/data/generated/tld/vg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://nic.vg", + "whois_server": "whois.nic.vg", + "rdap_server": "https://rdap.centralnic.com/vg", + "tld_created": "1997-02-20", + "tld_updated": [ + "2021-12-03" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "country_name_iso": "Virgin Islands, British", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.vg", @@ -94,26 +114,6 @@ } ] } - ], - "registry_url": "http://nic.vg", - "whois_server": "whois.nic.vg", - "rdap_server": "https://rdap.centralnic.com/vg", - "tld_created": "1997-02-20", - "tld_updated": [ - "2021-12-03" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "country_name_iso": "Virgin Islands, British", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/vi.json b/data/generated/tld/vi.json index 0d4acfca..12e8a37c 100644 --- a/data/generated/tld/vi.json +++ b/data/generated/tld/vi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Virgin Islands Public Telecommunications System, Inc." } }, + "registry_url": "https://secure.nic.vi", + "whois_server": "virgil.nic.vi", + "rdap_server": "https://rdap.nic.vi", + "tld_created": "1995-08-31", + "tld_updated": [ + "2024-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Virgin Islands, U.S.", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns3.nic.vi", @@ -49,24 +67,6 @@ } ] } - ], - "registry_url": "https://secure.nic.vi", - "whois_server": "virgil.nic.vi", - "rdap_server": "https://rdap.nic.vi", - "tld_created": "1995-08-31", - "tld_updated": [ - "2024-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Virgin Islands, U.S.", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/viajes.json b/data/generated/tld/viajes.json index f1d29e5d..b4282c2f 100644 --- a/data/generated/tld/viajes.json +++ b/data/generated/tld/viajes.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.viajes", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/video.json b/data/generated/tld/video.json index d73499ca..c6fff329 100644 --- a/data/generated/tld/video.json +++ b/data/generated/tld/video.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.video", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vig.json b/data/generated/tld/vig.json index 51fc2b6a..0952e9b0 100644 --- a/data/generated/tld/vig.json +++ b/data/generated/tld/vig.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.vig.com", + "whois_server": "whois.nic.vig", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.vig", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.vig.com", - "whois_server": "whois.nic.vig", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/viking.json b/data/generated/tld/viking.json index fe515216..f729589a 100644 --- a/data/generated/tld/viking.json +++ b/data/generated/tld/viking.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.vikingrivercruises.com/", + "whois_server": "whois.nic.viking", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.viking", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.vikingrivercruises.com/", - "whois_server": "whois.nic.viking", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/villas.json b/data/generated/tld/villas.json index 19390eb0..95bd071f 100644 --- a/data/generated/tld/villas.json +++ b/data/generated/tld/villas.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.villas", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vin.json b/data/generated/tld/vin.json index b861a2c9..34354dfb 100644 --- a/data/generated/tld/vin.json +++ b/data/generated/tld/vin.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-23", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.vin", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-23", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vip.json b/data/generated/tld/vip.json index 72886844..984341d1 100644 --- a/data/generated/tld/vip.json +++ b/data/generated/tld/vip.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.vip/", + "whois_server": "whois.nic.vip", + "rdap_server": "https://rdap.nic.vip/", + "tld_created": "2015-07-30", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.vip", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.vip/", - "whois_server": "whois.nic.vip", - "rdap_server": "https://rdap.nic.vip/", - "tld_created": "2015-07-30", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/virgin.json b/data/generated/tld/virgin.json index 617c6630..4c1c05c3 100644 --- a/data/generated/tld/virgin.json +++ b/data/generated/tld/virgin.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.virgin.com", + "rdap_server": "https://rdap.nominet.uk/virgin/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.virgin", @@ -181,32 +207,6 @@ } ] } - ], - "registry_url": "http://www.virgin.com", - "rdap_server": "https://rdap.nominet.uk/virgin/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/visa.json b/data/generated/tld/visa.json index db5ae2cb..6951092b 100644 --- a/data/generated/tld/visa.json +++ b/data/generated/tld/visa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://visa.com", + "whois_server": "whois.nic.visa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2024-11-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.visa", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://visa.com", - "whois_server": "whois.nic.visa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2024-11-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vision.json b/data/generated/tld/vision.json index a3e128ae..ac44d256 100644 --- a/data/generated/tld/vision.json +++ b/data/generated/tld/vision.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.vision", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/viva.json b/data/generated/tld/viva.json index 94c32ea6..3d35f319 100644 --- a/data/generated/tld/viva.json +++ b/data/generated/tld/viva.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "http://www.stc.com.sa", + "whois_server": "whois.nic.viva", + "rdap_server": "https://rdap.centralnic.com/viva", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-30" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.viva", @@ -105,30 +129,6 @@ } ] } - ], - "registry_url": "http://www.stc.com.sa", - "whois_server": "whois.nic.viva", - "rdap_server": "https://rdap.centralnic.com/viva", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-30" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/vivo.json b/data/generated/tld/vivo.json index b8330d6c..e9c5d425 100644 --- a/data/generated/tld/vivo.json +++ b/data/generated/tld/vivo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.vivo.com.br", + "rdap_server": "https://rdap.nic.vivo/", + "tld_created": "2016-05-26", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.vivo", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.vivo.com.br", - "rdap_server": "https://rdap.nic.vivo/", - "tld_created": "2016-05-26", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/vlaanderen.json b/data/generated/tld/vlaanderen.json index f09ce0a0..25721e2e 100644 --- a/data/generated/tld/vlaanderen.json +++ b/data/generated/tld/vlaanderen.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.nic.vlaanderen", + "rdap_server": "https://rdap.nic.vlaanderen", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_admin_alias": "DNS Belgium", + "iana_admin_slug": "dns-belgium", + "iana_tech_alias": "DNS Belgium", + "iana_tech_slug": "dns-belgium", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero", + "UltraDNS" + ], + "as_org_slugs": [ + "rcodezero", + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nsset.vlaanderen", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.nic.vlaanderen", - "rdap_server": "https://rdap.nic.vlaanderen", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_admin_alias": "DNS Belgium", - "iana_admin_slug": "dns-belgium", - "iana_tech_alias": "DNS Belgium", - "iana_tech_slug": "dns-belgium", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero", - "UltraDNS" - ], - "as_org_slugs": [ - "rcodezero", - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] } } diff --git a/data/generated/tld/vn.json b/data/generated/tld/vn.json index 3184db43..15832185 100644 --- a/data/generated/tld/vn.json +++ b/data/generated/tld/vn.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,23 @@ "tech": "Vietnam Internet Network Information Center (VNNIC)" } }, + "registry_url": "https://www.vnnic.vn/", + "tld_created": "1994-04-14", + "tld_updated": [ + "2023-07-19" + ], + "annotations": { + "country_name_iso": "Viet Nam", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns-servers.vn", @@ -170,23 +187,6 @@ } ] } - ], - "registry_url": "https://www.vnnic.vn/", - "tld_created": "1994-04-14", - "tld_updated": [ - "2023-07-19" - ], - "annotations": { - "country_name_iso": "Viet Nam", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/vodka.json b/data/generated/tld/vodka.json index 875aa457..ab490702 100644 --- a/data/generated/tld/vodka.json +++ b/data/generated/tld/vodka.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.vodka/", + "whois_server": "whois.nic.vodka", + "rdap_server": "https://rdap.nic.vodka/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.vodka", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.vodka/", - "whois_server": "whois.nic.vodka", - "rdap_server": "https://rdap.nic.vodka/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/volvo.json b/data/generated/tld/volvo.json index 32bc5c95..832e5b0b 100644 --- a/data/generated/tld/volvo.json +++ b/data/generated/tld/volvo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.volvo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.volvo", @@ -105,28 +127,6 @@ } ] } - ], - "whois_server": "whois.nic.volvo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vote.json b/data/generated/tld/vote.json index 6913d1c8..c4a60121 100644 --- a/data/generated/tld/vote.json +++ b/data/generated/tld/vote.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.vote", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/voting.json b/data/generated/tld/voting.json index 3b22a8a5..6296ca7b 100644 --- a/data/generated/tld/voting.json +++ b/data/generated/tld/voting.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.voting", + "whois_server": "whois.nic.voting", + "rdap_server": "https://rdap.nic.voting/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.voting", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.nic.voting", - "whois_server": "whois.nic.voting", - "rdap_server": "https://rdap.nic.voting/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/voto.json b/data/generated/tld/voto.json index dbf34882..c99adec4 100644 --- a/data/generated/tld/voto.json +++ b/data/generated/tld/voto.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.voto", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/voyage.json b/data/generated/tld/voyage.json index d61abd1f..6ad63236 100644 --- a/data/generated/tld/voyage.json +++ b/data/generated/tld/voyage.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.voyage", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/vu.json b/data/generated/tld/vu.json index b44a5e18..6d2f7f79 100644 --- a/data/generated/tld/vu.json +++ b/data/generated/tld/vu.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "GoDaddy Registry" } }, + "registry_url": "http://www.hello.vu", + "whois_server": "whois.dnrs.vu", + "tld_created": "1995-04-10", + "tld_updated": [ + "2025-09-05" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "country_name_iso": "Vanuatu", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tldns.vu", @@ -132,24 +150,6 @@ } ] } - ], - "registry_url": "http://www.hello.vu", - "whois_server": "whois.dnrs.vu", - "tld_created": "1995-04-10", - "tld_updated": [ - "2025-09-05" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "country_name_iso": "Vanuatu", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/wales.json b/data/generated/tld/wales.json index 9033f522..be8441cc 100644 --- a/data/generated/tld/wales.json +++ b/data/generated/tld/wales.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,37 @@ "date_removed": null } }, + "registry_url": "https://ourhomeonline.wales/", + "rdap_server": "https://rdap.nominet.uk/wales/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-06-10" + ], + "annotations": { + "iana_sponsor_alias": "Nominet", + "iana_sponsor_slug": "nominet", + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Nominet", + "icann_registry_operator_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "welsh" + }, "nameservers": [ { "hostname": "dns1.nic.wales", @@ -181,37 +212,6 @@ } ] } - ], - "registry_url": "https://ourhomeonline.wales/", - "rdap_server": "https://rdap.nominet.uk/wales/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-06-10" - ], - "annotations": { - "iana_sponsor_alias": "Nominet", - "iana_sponsor_slug": "nominet", - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Nominet", - "icann_registry_operator_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "welsh" - } + ] } } diff --git a/data/generated/tld/walmart.json b/data/generated/tld/walmart.json index 1f49c2af..f46d8bad 100644 --- a/data/generated/tld/walmart.json +++ b/data/generated/tld/walmart.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.walmart.com", + "whois_server": "whois.nic.walmart", + "rdap_server": "https://rdap.nic.walmart", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.walmart", @@ -143,35 +172,6 @@ } ] } - ], - "registry_url": "http://www.walmart.com", - "whois_server": "whois.nic.walmart", - "rdap_server": "https://rdap.nic.walmart", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/walter.json b/data/generated/tld/walter.json index f32e7690..f01c4382 100644 --- a/data/generated/tld/walter.json +++ b/data/generated/tld/walter.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.walter", + "whois_server": "whois.nic.walter", + "rdap_server": "https://rdap.nic.walter/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.walter", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.walter", - "whois_server": "whois.nic.walter", - "rdap_server": "https://rdap.nic.walter/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/wang.json b/data/generated/tld/wang.json index 5b4180de..86471f96 100644 --- a/data/generated/tld/wang.json +++ b/data/generated/tld/wang.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/wang", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -125,26 +145,6 @@ } ] } - ], - "registry_url": "http://www.nic.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/wang", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/wanggou.json b/data/generated/tld/wanggou.json index 1594035a..008411e1 100644 --- a/data/generated/tld/wanggou.json +++ b/data/generated/tld/wanggou.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.wanggou", + "rdap_server": "https://rdap.nominet.uk/wanggou/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.wanggou", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.wanggou", - "rdap_server": "https://rdap.nominet.uk/wanggou/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/watch.json b/data/generated/tld/watch.json index 84227660..5f8cbc9f 100644 --- a/data/generated/tld/watch.json +++ b/data/generated/tld/watch.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.watch", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/watches.json b/data/generated/tld/watches.json index b356cf79..a6d6997a 100644 --- a/data/generated/tld/watches.json +++ b/data/generated/tld/watches.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.watches", @@ -105,33 +132,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/weather.json b/data/generated/tld/weather.json index 785c24c2..2d31c449 100644 --- a/data/generated/tld/weather.json +++ b/data/generated/tld/weather.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,25 @@ "date_removed": null } }, + "registry_url": "http://www.weather.com", + "rdap_server": "https://rdap.nic.weather/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2026-03-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.weather", @@ -143,25 +162,6 @@ } ] } - ], - "registry_url": "http://www.weather.com", - "rdap_server": "https://rdap.nic.weather/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2026-03-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/weatherchannel.json b/data/generated/tld/weatherchannel.json index ada7cf73..20390143 100644 --- a/data/generated/tld/weatherchannel.json +++ b/data/generated/tld/weatherchannel.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "https://www.weathercompany.com/", + "rdap_server": "https://rdap.nic.weatherchannel/", + "tld_created": "2016-01-22", + "tld_updated": [ + "2026-03-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.weatherchannel", @@ -143,26 +163,6 @@ } ] } - ], - "registry_url": "https://www.weathercompany.com/", - "rdap_server": "https://rdap.nic.weatherchannel/", - "tld_created": "2016-01-22", - "tld_updated": [ - "2026-03-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/webcam.json b/data/generated/tld/webcam.json index 3f794e06..60e6fe91 100644 --- a/data/generated/tld/webcam.json +++ b/data/generated/tld/webcam.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.webcam", + "whois_server": "whois.nic.webcam", + "rdap_server": "https://rdap.nic.webcam/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.webcam", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.webcam", - "whois_server": "whois.nic.webcam", - "rdap_server": "https://rdap.nic.webcam/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/weber.json b/data/generated/tld/weber.json index c6ed0e9e..cf03328c 100644 --- a/data/generated/tld/weber.json +++ b/data/generated/tld/weber.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.weber", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-12-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.weber", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.weber", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-12-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/website.json b/data/generated/tld/website.json index 2b26d33e..d80a51fe 100644 --- a/data/generated/tld/website.json +++ b/data/generated/tld/website.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.website", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-14" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.website", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-14" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/wed.json b/data/generated/tld/wed.json index 47ecdcb7..f9570f93 100644 --- a/data/generated/tld/wed.json +++ b/data/generated/tld/wed.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", + "rdap_server": "https://rdap.nominet.uk/wed/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -181,31 +206,6 @@ } ] } - ], - "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", - "rdap_server": "https://rdap.nominet.uk/wed/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/wedding.json b/data/generated/tld/wedding.json index 687d7c20..51e18d41 100644 --- a/data/generated/tld/wedding.json +++ b/data/generated/tld/wedding.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.wedding/", + "whois_server": "whois.nic.wedding", + "rdap_server": "https://rdap.nic.wedding/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.wedding", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.wedding/", - "whois_server": "whois.nic.wedding", - "rdap_server": "https://rdap.nic.wedding/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/weibo.json b/data/generated/tld/weibo.json index 06421596..29e61c83 100644 --- a/data/generated/tld/weibo.json +++ b/data/generated/tld/weibo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.sina.com", + "whois_server": "whois.nic.weibo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-29", + "tld_updated": [ + "2023-08-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.weibo", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.sina.com", - "whois_server": "whois.nic.weibo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-29", - "tld_updated": [ - "2023-08-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/weir.json b/data/generated/tld/weir.json index 44557aed..cf8664a5 100644 --- a/data/generated/tld/weir.json +++ b/data/generated/tld/weir.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://weir.co.uk/", + "whois_server": "whois.nic.weir", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.weir", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://weir.co.uk/", - "whois_server": "whois.nic.weir", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/wf.json b/data/generated/tld/wf.json index ea744046..a4142376 100644 --- a/data/generated/tld/wf.json +++ b/data/generated/tld/wf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.wf", + "whois_server": "whois.nic.wf", + "rdap_server": "https://rdap.nic.wf/", + "tld_created": "1997-11-14", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "Wallis and Futuna", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -75,32 +101,6 @@ } ] } - ], - "registry_url": "http://www.nic.wf", - "whois_server": "whois.nic.wf", - "rdap_server": "https://rdap.nic.wf/", - "tld_created": "1997-11-14", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "Wallis and Futuna", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/whoswho.json b/data/generated/tld/whoswho.json index f681c559..d9d0e47b 100644 --- a/data/generated/tld/whoswho.json +++ b/data/generated/tld/whoswho.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://nic.whoswho", + "whois_server": "whois.nic.whoswho", + "rdap_server": "https://rdap.nic.whoswho/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2023-06-16" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://nic.whoswho", - "whois_server": "whois.nic.whoswho", - "rdap_server": "https://rdap.nic.whoswho/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2023-06-16" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/wien.json b/data/generated/tld/wien.json index 47cbdf89..2dbf66ac 100644 --- a/data/generated/tld/wien.json +++ b/data/generated/tld/wien.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,30 @@ "date_removed": null } }, + "registry_url": "https://www.nic.wien", + "whois_server": "whois.nic.wien", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -86,30 +110,6 @@ } ] } - ], - "registry_url": "https://www.nic.wien", - "whois_server": "whois.nic.wien", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/wiki.json b/data/generated/tld/wiki.json index 92538ed5..a78931ef 100644 --- a/data/generated/tld/wiki.json +++ b/data/generated/tld/wiki.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.wiki", + "whois_server": "whois.nic.wiki", + "rdap_server": "https://rdap.nic.wiki/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.wiki", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.wiki", - "whois_server": "whois.nic.wiki", - "rdap_server": "https://rdap.nic.wiki/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/williamhill.json b/data/generated/tld/williamhill.json index f5ae178d..ba53183c 100644 --- a/data/generated/tld/williamhill.json +++ b/data/generated/tld/williamhill.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.williamhill.com/", + "rdap_server": "https://rdap.nic.williamhill/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.williamhill", @@ -143,28 +165,6 @@ } ] } - ], - "registry_url": "http://www.williamhill.com/", - "rdap_server": "https://rdap.nic.williamhill/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/win.json b/data/generated/tld/win.json index 40303deb..00db0459 100644 --- a/data/generated/tld/win.json +++ b/data/generated/tld/win.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://nic.win", + "whois_server": "whois.nic.win", + "rdap_server": "https://rdap.nic.win/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.win", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://nic.win", - "whois_server": "whois.nic.win", - "rdap_server": "https://rdap.nic.win/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/windows.json b/data/generated/tld/windows.json index 84754804..6badc7b4 100644 --- a/data/generated/tld/windows.json +++ b/data/generated/tld/windows.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/windows/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.windows", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/windows/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/wine.json b/data/generated/tld/wine.json index 2f8e4c22..92e1f5da 100644 --- a/data/generated/tld/wine.json +++ b/data/generated/tld/wine.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-23", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.wine", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-23", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/winners.json b/data/generated/tld/winners.json index 5ad96f0e..a296ea9b 100644 --- a/data/generated/tld/winners.json +++ b/data/generated/tld/winners.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.winners/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.winners", @@ -143,32 +169,6 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.winners/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/wme.json b/data/generated/tld/wme.json index 1ffb03a3..5704aea5 100644 --- a/data/generated/tld/wme.json +++ b/data/generated/tld/wme.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.wmeentertainment.com", + "whois_server": "whois.nic.wme", + "rdap_server": "https://rdap.centralnic.com/wme", + "tld_created": "2014-08-22", + "tld_updated": [ + "2023-09-19" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.wme", @@ -105,31 +130,6 @@ } ] } - ], - "registry_url": "http://www.wmeentertainment.com", - "whois_server": "whois.nic.wme", - "rdap_server": "https://rdap.centralnic.com/wme", - "tld_created": "2014-08-22", - "tld_updated": [ - "2023-09-19" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/woodside.json b/data/generated/tld/woodside.json index 0639ec75..457eaeae 100644 --- a/data/generated/tld/woodside.json +++ b/data/generated/tld/woodside.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://www.woodside.com.au/", + "whois_server": "whois.nic.woodside", + "rdap_server": "https://rdap.nic.woodside/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2024-10-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.woodside", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://www.woodside.com.au/", - "whois_server": "whois.nic.woodside", - "rdap_server": "https://rdap.nic.woodside/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2024-10-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/work.json b/data/generated/tld/work.json index 6c99d66b..ddf9dd0b 100644 --- a/data/generated/tld/work.json +++ b/data/generated/tld/work.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.work/", + "whois_server": "whois.nic.work", + "rdap_server": "https://rdap.nic.work/", + "tld_created": "2014-08-18", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.work", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.work/", - "whois_server": "whois.nic.work", - "rdap_server": "https://rdap.nic.work/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/works.json b/data/generated/tld/works.json index 00a3336d..4b9b9a92 100644 --- a/data/generated/tld/works.json +++ b/data/generated/tld/works.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.works", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/world.json b/data/generated/tld/world.json index 85b8de5b..d1f16884 100644 --- a/data/generated/tld/world.json +++ b/data/generated/tld/world.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-09-11", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.world", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/wow.json b/data/generated/tld/wow.json index 69d64356..e86207e8 100644 --- a/data/generated/tld/wow.json +++ b/data/generated/tld/wow.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.wow", + "rdap_server": "https://rdap.nominet.uk/wow/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.wow", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.wow", - "rdap_server": "https://rdap.nominet.uk/wow/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/ws.json b/data/generated/tld/ws.json index 3fbf4573..8ff4dbc0 100644 --- a/data/generated/tld/ws.json +++ b/data/generated/tld/ws.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,16 @@ "tech": "Global Domains International" } }, + "registry_url": "http://www.website.ws", + "whois_server": "whois.website.ws", + "tld_created": "1995-07-14", + "tld_updated": [ + "2021-05-26" + ], + "annotations": { + "country_name_iso": "Samoa", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ws", @@ -104,16 +114,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.website.ws", - "whois_server": "whois.website.ws", - "tld_created": "1995-07-14", - "tld_updated": [ - "2021-05-26" - ], - "annotations": { - "country_name_iso": "Samoa", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/wtc.json b/data/generated/tld/wtc.json index 2a4d4994..a15984db 100644 --- a/data/generated/tld/wtc.json +++ b/data/generated/tld/wtc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,27 @@ "date_removed": null } }, + "registry_url": "http://nic.wtc/", + "whois_server": "whois.nic.wtc", + "rdap_server": "https://rdap.nic.wtc/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2024-03-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.wtc", @@ -143,27 +164,6 @@ } ] } - ], - "registry_url": "http://nic.wtc/", - "whois_server": "whois.nic.wtc", - "rdap_server": "https://rdap.nic.wtc/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2024-03-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/wtf.json b/data/generated/tld/wtf.json index a8feff6c..edda065a 100644 --- a/data/generated/tld/wtf.json +++ b/data/generated/tld/wtf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.wtf", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xbox.json b/data/generated/tld/xbox.json index 728fbb6e..71a5cb05 100644 --- a/data/generated/tld/xbox.json +++ b/data/generated/tld/xbox.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/xbox/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.xbox", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/xbox/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xerox.json b/data/generated/tld/xerox.json index 52a655c1..b89d8c63 100644 --- a/data/generated/tld/xerox.json +++ b/data/generated/tld/xerox.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.xerox", + "rdap_server": "https://rdap.nic.xerox/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xerox", @@ -143,28 +165,6 @@ } ] } - ], - "whois_server": "whois.nic.xerox", - "rdap_server": "https://rdap.nic.xerox/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xihuan.json b/data/generated/tld/xihuan.json index 43fe4d92..94d7fdee 100644 --- a/data/generated/tld/xihuan.json +++ b/data/generated/tld/xihuan.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -91,26 +111,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/xin.json b/data/generated/tld/xin.json index 8a79472d..a6fd8197 100644 --- a/data/generated/tld/xin.json +++ b/data/generated/tld/xin.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,28 @@ "date_removed": null } }, + "registry_url": "http://www.dotxin.org", + "whois_server": "whois.nic.xin", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2025-10-21" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xin", @@ -105,28 +127,6 @@ } ] } - ], - "registry_url": "http://www.dotxin.org", - "whois_server": "whois.nic.xin", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2025-10-21" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--11b4c3d.json b/data/generated/tld/xn--11b4c3d.json index bc330fbe..f2318d62 100644 --- a/data/generated/tld/xn--11b4c3d.json +++ b/data/generated/tld/xn--11b4c3d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--11b4c3d", + "rdap_server": "https://tld-rdap.verisign.com/xn--11b4c3d/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--11b4c3d", - "rdap_server": "https://tld-rdap.verisign.com/xn--11b4c3d/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--1ck2e1b.json b/data/generated/tld/xn--1ck2e1b.json index 04724a26..22b0b6cf 100644 --- a/data/generated/tld/xn--1ck2e1b.json +++ b/data/generated/tld/xn--1ck2e1b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--1ck2e1b", + "whois_server": "whois.nic.xn--1ck2e1b", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "sale", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--1ck2e1b", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--1ck2e1b", - "whois_server": "whois.nic.xn--1ck2e1b", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "sale", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--1qqw23a.json b/data/generated/tld/xn--1qqw23a.json index 6ba8359e..99988723 100644 --- a/data/generated/tld/xn--1qqw23a.json +++ b/data/generated/tld/xn--1qqw23a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.yu-wei.cn/", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-07-17", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "foshan", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "ta.ngtld.cn", @@ -112,27 +133,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.yu-wei.cn/", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-07-17", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "foshan", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] } } diff --git a/data/generated/tld/xn--2scrj9c.json b/data/generated/tld/xn--2scrj9c.json index f6f09270..34d5b473 100644 --- a/data/generated/tld/xn--2scrj9c.json +++ b/data/generated/tld/xn--2scrj9c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--30rr7y.json b/data/generated/tld/xn--30rr7y.json index 6c52b619..4286779c 100644 --- a/data/generated/tld/xn--30rr7y.json +++ b/data/generated/tld/xn--30rr7y.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.cishan.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--30rr7y", + "tld_created": "2015-03-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "charity", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.cishan.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--30rr7y", - "tld_created": "2015-03-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "charity", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--3bst00m.json b/data/generated/tld/xn--3bst00m.json index 6d857e82..23897b7c 100644 --- a/data/generated/tld/xn--3bst00m.json +++ b/data/generated/tld/xn--3bst00m.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.jituan.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--3bst00m", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "corporate group", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.jituan.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--3bst00m", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "corporate group", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--3ds443g.json b/data/generated/tld/xn--3ds443g.json index 1082953b..ae32ef56 100644 --- a/data/generated/tld/xn--3ds443g.json +++ b/data/generated/tld/xn--3ds443g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "https://tldland.cn/", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/xn--3ds443g/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-12-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "online", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -93,27 +114,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://tldland.cn/", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/xn--3ds443g/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-12-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "online", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/xn--3e0b707e.json b/data/generated/tld/xn--3e0b707e.json index 18f31a97..69a71b2d 100644 --- a/data/generated/tld/xn--3e0b707e.json +++ b/data/generated/tld/xn--3e0b707e.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "KISA (Korea Internet & Security Agency)" } }, + "registry_url": "http://www.nic.or.kr", + "whois_server": "whois.kr", + "tld_created": "2011-02-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "iana_sponsor_alias": "KISA", + "iana_sponsor_slug": "kisa", + "iana_admin_alias": "KISA", + "iana_admin_slug": "kisa", + "iana_tech_alias": "KISA", + "iana_tech_slug": "kisa", + "country_name_iso": "Korea, Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.kr", @@ -121,22 +137,6 @@ } ] } - ], - "registry_url": "http://www.nic.or.kr", - "whois_server": "whois.kr", - "tld_created": "2011-02-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "iana_sponsor_alias": "KISA", - "iana_sponsor_slug": "kisa", - "iana_admin_alias": "KISA", - "iana_admin_slug": "kisa", - "iana_tech_alias": "KISA", - "iana_tech_slug": "kisa", - "country_name_iso": "Korea, Republic of", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--3hcrj9c.json b/data/generated/tld/xn--3hcrj9c.json index eb818d23..f17aee2d 100644 --- a/data/generated/tld/xn--3hcrj9c.json +++ b/data/generated/tld/xn--3hcrj9c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--3pxu8k.json b/data/generated/tld/xn--3pxu8k.json index 7dab138b..77135af7 100644 --- a/data/generated/tld/xn--3pxu8k.json +++ b/data/generated/tld/xn--3pxu8k.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--3pxu8k", + "rdap_server": "https://tld-rdap.verisign.com/xn--3pxu8k/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "dot com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--3pxu8k", - "rdap_server": "https://tld-rdap.verisign.com/xn--3pxu8k/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "dot com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--42c2d9a.json b/data/generated/tld/xn--42c2d9a.json index 3a8dafcd..ff0e44f3 100644 --- a/data/generated/tld/xn--42c2d9a.json +++ b/data/generated/tld/xn--42c2d9a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--42c2d9a", + "rdap_server": "https://tld-rdap.verisign.com/xn--42c2d9a/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--42c2d9a", - "rdap_server": "https://tld-rdap.verisign.com/xn--42c2d9a/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--45br5cyl.json b/data/generated/tld/xn--45br5cyl.json index d3ae8c62..49ac364e 100644 --- a/data/generated/tld/xn--45br5cyl.json +++ b/data/generated/tld/xn--45br5cyl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--45brj9c.json b/data/generated/tld/xn--45brj9c.json index 64d8f73c..3fa9ed7c 100644 --- a/data/generated/tld/xn--45brj9c.json +++ b/data/generated/tld/xn--45brj9c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--45q11c.json b/data/generated/tld/xn--45q11c.json index 8b8f5216..c5f0a18c 100644 --- a/data/generated/tld/xn--45q11c.json +++ b/data/generated/tld/xn--45q11c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.bagua.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/XN--45Q11C", + "tld_created": "2014-11-06", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "gossip", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.bagua.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/XN--45Q11C", - "tld_created": "2014-11-06", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "gossip", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--4dbrk0ce.json b/data/generated/tld/xn--4dbrk0ce.json index 38be3030..7f03c1dc 100644 --- a/data/generated/tld/xn--4dbrk0ce.json +++ b/data/generated/tld/xn--4dbrk0ce.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "The Israel Internet Association (RA)" } }, + "registry_url": "http://en.isoc.org.il/il-cctld/accredited-registrars/domain-name-registrars", + "whois_server": "whois.isoc.org.il", + "tld_created": "2020-06-16", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "country_name_iso": "Israel", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ilns.ilan.net.il", @@ -159,24 +177,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://en.isoc.org.il/il-cctld/accredited-registrars/domain-name-registrars", - "whois_server": "whois.isoc.org.il", - "tld_created": "2020-06-16", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "country_name_iso": "Israel", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--4gbrim.json b/data/generated/tld/xn--4gbrim.json index b2cf2e62..c280c6db 100644 --- a/data/generated/tld/xn--4gbrim.json +++ b/data/generated/tld/xn--4gbrim.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,31 @@ "date_removed": null } }, + "registry_url": "http://www.dotmawqe.com", + "whois_server": "whois.nic.xn--4gbrim", + "rdap_server": "https://rdap.centralnic.com/xn--4gbrim/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "site", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--4gbrim", @@ -107,31 +132,6 @@ } ] } - ], - "registry_url": "http://www.dotmawqe.com", - "whois_server": "whois.nic.xn--4gbrim", - "rdap_server": "https://rdap.centralnic.com/xn--4gbrim/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "site", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/xn--54b7fta0cc.json b/data/generated/tld/xn--54b7fta0cc.json index 77da9df7..fefa698a 100644 --- a/data/generated/tld/xn--54b7fta0cc.json +++ b/data/generated/tld/xn--54b7fta0cc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,21 @@ "tech": "Bangladesh Telecommunications Company Limited (BTCL)" } }, + "registry_url": "http://domainreg.btcl.com.bd/", + "tld_created": "2011-03-30", + "tld_updated": [ + "2024-05-29" + ], + "annotations": { + "country_name_iso": "Bangladesh", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bayanno.btcl.net.bd", @@ -78,21 +93,6 @@ } ] } - ], - "registry_url": "http://domainreg.btcl.com.bd/", - "tld_created": "2011-03-30", - "tld_updated": [ - "2024-05-29" - ], - "annotations": { - "country_name_iso": "Bangladesh", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--55qw42g.json b/data/generated/tld/xn--55qw42g.json index 2a68c6ee..a55ed7e1 100644 --- a/data/generated/tld/xn--55qw42g.json +++ b/data/generated/tld/xn--55qw42g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,21 @@ "date_removed": null } }, + "registry_url": "http://www.conac.cn", + "whois_server": "whois.conac.cn", + "rdap_server": "https://rdap.conac.cn/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "public interest" + }, "nameservers": [ { "hostname": "ns1.conac.cn", @@ -112,21 +127,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.conac.cn", - "whois_server": "whois.conac.cn", - "rdap_server": "https://rdap.conac.cn/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "public interest" - } + ] } } diff --git a/data/generated/tld/xn--55qx5d.json b/data/generated/tld/xn--55qx5d.json index 7e8e7b98..b57de70f 100644 --- a/data/generated/tld/xn--55qx5d.json +++ b/data/generated/tld/xn--55qx5d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.cnnic.cn", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-07-17" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "icann_registry_operator_alias": "CNNIC", + "icann_registry_operator_slug": "cnnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "business organisation", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "a.ngtld.cn", @@ -112,35 +141,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.cnnic.cn", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-07-17" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "icann_registry_operator_alias": "CNNIC", - "icann_registry_operator_slug": "cnnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "business organisation", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] } } diff --git a/data/generated/tld/xn--5su34j936bgsg.json b/data/generated/tld/xn--5su34j936bgsg.json index 9963667d..d6da7542 100644 --- a/data/generated/tld/xn--5su34j936bgsg.json +++ b/data/generated/tld/xn--5su34j936bgsg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,30 @@ "date_removed": null } }, + "registry_url": "http://www.shangri-la.com/", + "whois_server": "whois.nic.xn--5su34j936bgsg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "shangri-la", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--5su34j936bgsg", @@ -145,30 +169,6 @@ } ] } - ], - "registry_url": "http://www.shangri-la.com/", - "whois_server": "whois.nic.xn--5su34j936bgsg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "shangri-la", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--5tzm5g.json b/data/generated/tld/xn--5tzm5g.json index 81b78878..9d0a804c 100644 --- a/data/generated/tld/xn--5tzm5g.json +++ b/data/generated/tld/xn--5tzm5g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "whois_server": "whois.nic.xn--5tzm5g", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-04", + "tld_updated": [ + "2025-01-20" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "website", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--5tzm5g", @@ -107,29 +130,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "whois_server": "whois.nic.xn--5tzm5g", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-04", - "tld_updated": [ - "2025-01-20" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "website", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--6frz82g.json b/data/generated/tld/xn--6frz82g.json index dcf84828..fd8fef21 100644 --- a/data/generated/tld/xn--6frz82g.json +++ b/data/generated/tld/xn--6frz82g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "mobile", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--6frz82g", @@ -107,34 +135,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "mobile", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--6qq986b3xl.json b/data/generated/tld/xn--6qq986b3xl.json index db0acda2..5ce3b083 100644 --- a/data/generated/tld/xn--6qq986b3xl.json +++ b/data/generated/tld/xn--6qq986b3xl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.520.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--6qq986b3xl", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "I love you", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.520.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--6qq986b3xl", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "I love you", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--80adxhks.json b/data/generated/tld/xn--80adxhks.json index 7fc9229f..351f9566 100644 --- a/data/generated/tld/xn--80adxhks.json +++ b/data/generated/tld/xn--80adxhks.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,28 @@ "date_removed": null } }, + "registry_url": "http://www.faitid.org", + "whois_server": "whois.nic.xn--80adxhks", + "rdap_server": "https://rdap.flexireg.net", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-05-29" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "moscow", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.flexireg.ru", @@ -107,28 +129,6 @@ } ] } - ], - "registry_url": "http://www.faitid.org", - "whois_server": "whois.nic.xn--80adxhks", - "rdap_server": "https://rdap.flexireg.net", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-05-29" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "moscow", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/xn--80ao21a.json b/data/generated/tld/xn--80ao21a.json index dc84fc74..10ab1a06 100644 --- a/data/generated/tld/xn--80ao21a.json +++ b/data/generated/tld/xn--80ao21a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "KazNIC Organization" } }, + "registry_url": "http://www.nic.kz/", + "whois_server": "whois.nic.kz", + "tld_created": "2011-09-15", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Kazakhstan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.nic.kz", @@ -78,22 +94,6 @@ } ] } - ], - "registry_url": "http://www.nic.kz/", - "whois_server": "whois.nic.kz", - "tld_created": "2011-09-15", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Kazakhstan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--80aqecdr1a.json b/data/generated/tld/xn--80aqecdr1a.json index 42b7c475..75bfb484 100644 --- a/data/generated/tld/xn--80aqecdr1a.json +++ b/data/generated/tld/xn--80aqecdr1a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,28 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.xn--80aqecdr1a", + "rdap_server": "https://rdap.nic.xn--80aqecdr1a/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "catholic", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--80aqecdr1a", @@ -145,28 +167,6 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.xn--80aqecdr1a", - "rdap_server": "https://rdap.nic.xn--80aqecdr1a/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "catholic", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--80asehdb.json b/data/generated/tld/xn--80asehdb.json index 9c1a9de0..dca4f593 100644 --- a/data/generated/tld/xn--80asehdb.json +++ b/data/generated/tld/xn--80asehdb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://corenic.org", + "whois_server": "whois.nic.xn--80asehdb", + "rdap_server": "https://rdap.nic.xn--80asehdb/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "online", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -107,27 +128,6 @@ } ] } - ], - "registry_url": "http://corenic.org", - "whois_server": "whois.nic.xn--80asehdb", - "rdap_server": "https://rdap.nic.xn--80asehdb/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "online", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/xn--80aswg.json b/data/generated/tld/xn--80aswg.json index 2fcbb27d..7a9653aa 100644 --- a/data/generated/tld/xn--80aswg.json +++ b/data/generated/tld/xn--80aswg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://corenic.org", + "whois_server": "whois.nic.xn--80aswg", + "rdap_server": "https://rdap.nic.xn--80aswg/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "site", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -107,27 +128,6 @@ } ] } - ], - "registry_url": "http://corenic.org", - "whois_server": "whois.nic.xn--80aswg", - "rdap_server": "https://rdap.nic.xn--80aswg/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "site", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/xn--8y0a063a.json b/data/generated/tld/xn--8y0a063a.json index ad44f9b6..89040be7 100644 --- a/data/generated/tld/xn--8y0a063a.json +++ b/data/generated/tld/xn--8y0a063a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,30 @@ "date_removed": null } }, + "registry_url": "http://www.chinaunicom.cn", + "whois_server": "whois.nic.xn--8y0a063a", + "rdap_server": "https://rdap.zdnsgtld.com/xn--8y0a063a", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "unicom", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,30 +151,6 @@ } ] } - ], - "registry_url": "http://www.chinaunicom.cn", - "whois_server": "whois.nic.xn--8y0a063a", - "rdap_server": "https://rdap.zdnsgtld.com/xn--8y0a063a", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "unicom", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--90a3ac.json b/data/generated/tld/xn--90a3ac.json index 5752a04b..d50f6bcf 100644 --- a/data/generated/tld/xn--90a3ac.json +++ b/data/generated/tld/xn--90a3ac.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "Serbian National Internet Domain Registry (RNIDS)" } }, + "registry_url": "http://www.rnids.rs/", + "whois_server": "whois.rnids.rs", + "tld_created": "2011-02-05", + "tld_updated": [ + "2025-02-06" + ], + "annotations": { + "country_name_iso": "Serbia", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.rs", @@ -135,24 +153,6 @@ } ] } - ], - "registry_url": "http://www.rnids.rs/", - "whois_server": "whois.rnids.rs", - "tld_created": "2011-02-05", - "tld_updated": [ - "2025-02-06" - ], - "annotations": { - "country_name_iso": "Serbia", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--90ae.json b/data/generated/tld/xn--90ae.json index f11af25c..0b7ed1f7 100644 --- a/data/generated/tld/xn--90ae.json +++ b/data/generated/tld/xn--90ae.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Imena.BG AD" } }, + "registry_url": "http://www.imena.bg", + "whois_server": "whois.imena.bg", + "tld_created": "2016-03-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Bulgaria", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bg", @@ -135,22 +151,6 @@ } ] } - ], - "registry_url": "http://www.imena.bg", - "whois_server": "whois.imena.bg", - "tld_created": "2016-03-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Bulgaria", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--90ais.json b/data/generated/tld/xn--90ais.json index 9f37c51a..4d12f181 100644 --- a/data/generated/tld/xn--90ais.json +++ b/data/generated/tld/xn--90ais.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,16 @@ "tech": "Belarusian Cloud Technologies LLC" } }, + "registry_url": "https://cctld.by", + "whois_server": "whois.cctld.by", + "tld_created": "2014-09-29", + "tld_updated": [ + "2025-01-09" + ], + "annotations": { + "country_name_iso": "Belarus", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.tld.becloudby.com", @@ -109,16 +119,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://cctld.by", - "whois_server": "whois.cctld.by", - "tld_created": "2014-09-29", - "tld_updated": [ - "2025-01-09" - ], - "annotations": { - "country_name_iso": "Belarus", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--9dbq2a.json b/data/generated/tld/xn--9dbq2a.json index af83353a..27e87dff 100644 --- a/data/generated/tld/xn--9dbq2a.json +++ b/data/generated/tld/xn--9dbq2a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--9dbq2a", + "rdap_server": "https://tld-rdap.verisign.com/xn--9dbq2a/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--9dbq2a", - "rdap_server": "https://tld-rdap.verisign.com/xn--9dbq2a/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--9et52u.json b/data/generated/tld/xn--9et52u.json index fb35e521..f4e83864 100644 --- a/data/generated/tld/xn--9et52u.json +++ b/data/generated/tld/xn--9et52u.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.shishang.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--9et52u", + "tld_created": "2015-03-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "vogue", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.shishang.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--9et52u", - "tld_created": "2015-03-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "vogue", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--9krt00a.json b/data/generated/tld/xn--9krt00a.json index 8d7072b3..b25b64b3 100644 --- a/data/generated/tld/xn--9krt00a.json +++ b/data/generated/tld/xn--9krt00a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,30 @@ "date_removed": null } }, + "registry_url": "http://www.sina.com", + "whois_server": "whois.nic.xn--9krt00a", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-29", + "tld_updated": [ + "2023-08-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "wei-bo", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--9krt00a", @@ -107,30 +131,6 @@ } ] } - ], - "registry_url": "http://www.sina.com", - "whois_server": "whois.nic.xn--9krt00a", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-29", - "tld_updated": [ - "2023-08-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "wei-bo", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--b4w605ferd.json b/data/generated/tld/xn--b4w605ferd.json index 70fac5e2..3abd350b 100644 --- a/data/generated/tld/xn--b4w605ferd.json +++ b/data/generated/tld/xn--b4w605ferd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,30 @@ "date_removed": null } }, + "registry_url": "http://www.temasek.com.sg/nicdan4ma3xi1", + "whois_server": "whois.nic.xn--b4w605ferd", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "temasek", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--b4w605ferd", @@ -107,30 +131,6 @@ } ] } - ], - "registry_url": "http://www.temasek.com.sg/nicdan4ma3xi1", - "whois_server": "whois.nic.xn--b4w605ferd", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "temasek", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--bck1b9a5dre4c.json b/data/generated/tld/xn--bck1b9a5dre4c.json index 98c043b9..ecf3702d 100644 --- a/data/generated/tld/xn--bck1b9a5dre4c.json +++ b/data/generated/tld/xn--bck1b9a5dre4c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--bck1b9a5dre4c", + "whois_server": "whois.nic.xn--bck1b9a5dre4c", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "fashion", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--bck1b9a5dre4c", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--bck1b9a5dre4c", - "whois_server": "whois.nic.xn--bck1b9a5dre4c", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "fashion", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--c1avg.json b/data/generated/tld/xn--c1avg.json index fb0424ca..92bae7cd 100644 --- a/data/generated/tld/xn--c1avg.json +++ b/data/generated/tld/xn--c1avg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--c1avg", + "whois_server": "whois.nic.xn--c1avg", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "org", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--c1avg", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://nic.xn--c1avg", - "whois_server": "whois.nic.xn--c1avg", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "org", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--c2br7g.json b/data/generated/tld/xn--c2br7g.json index 8169614b..d2e1a166 100644 --- a/data/generated/tld/xn--c2br7g.json +++ b/data/generated/tld/xn--c2br7g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--c2br7g", + "rdap_server": "https://tld-rdap.verisign.com/xn--c2br7g/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "net", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--c2br7g", - "rdap_server": "https://tld-rdap.verisign.com/xn--c2br7g/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "net", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--cck2b3b.json b/data/generated/tld/xn--cck2b3b.json index 777d30e0..3f12d85b 100644 --- a/data/generated/tld/xn--cck2b3b.json +++ b/data/generated/tld/xn--cck2b3b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--cck2b3b", + "whois_server": "whois.nic.xn--cck2b3b", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "store", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--cck2b3b", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--cck2b3b", - "whois_server": "whois.nic.xn--cck2b3b", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "store", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--cckwcxetd.json b/data/generated/tld/xn--cckwcxetd.json index f5422f7a..a2434883 100644 --- a/data/generated/tld/xn--cckwcxetd.json +++ b/data/generated/tld/xn--cckwcxetd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,37 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--cckwcxetd", + "rdap_server": "https://rdap.nominet.uk/xn--cckwcxetd/", + "tld_created": "2020-05-28", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "amazon", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.xn--cckwcxetd", @@ -183,37 +214,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--cckwcxetd", - "rdap_server": "https://rdap.nominet.uk/xn--cckwcxetd/", - "tld_created": "2020-05-28", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "amazon", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--cg4bki.json b/data/generated/tld/xn--cg4bki.json index af75aa5e..14326886 100644 --- a/data/generated/tld/xn--cg4bki.json +++ b/data/generated/tld/xn--cg4bki.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,21 @@ "date_removed": null } }, + "registry_url": "http://samsungregistry.com", + "whois_server": "whois.kr", + "rdap_server": "https://nic.samsung/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-01-08" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "samsung" + }, "nameservers": [ { "hostname": "n1-a1.aka-ns.net", @@ -164,21 +179,6 @@ } ] } - ], - "registry_url": "http://samsungregistry.com", - "whois_server": "whois.kr", - "rdap_server": "https://nic.samsung/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-01-08" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "samsung" - } + ] } } diff --git a/data/generated/tld/xn--clchc0ea0b2g2a9gcd.json b/data/generated/tld/xn--clchc0ea0b2g2a9gcd.json index 8a6f3dcc..938f092a 100644 --- a/data/generated/tld/xn--clchc0ea0b2g2a9gcd.json +++ b/data/generated/tld/xn--clchc0ea0b2g2a9gcd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,28 @@ "tech": "Singapore Network Information Centre (SGNIC) Pte Ltd" } }, + "registry_url": "http://www.sgnic.sg/", + "whois_server": "whois.ta.sgnic.sg", + "rdap_server": "https://rdap.ta.sgnic.sg/rdap/", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Singapore", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dsany2.sgnic.sg", @@ -116,28 +138,6 @@ } ] } - ], - "registry_url": "http://www.sgnic.sg/", - "whois_server": "whois.ta.sgnic.sg", - "rdap_server": "https://rdap.ta.sgnic.sg/rdap/", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Singapore", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--czr694b.json b/data/generated/tld/xn--czr694b.json index b5a3e3da..aeca72a5 100644 --- a/data/generated/tld/xn--czr694b.json +++ b/data/generated/tld/xn--czr694b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/xn--czr694b", + "tld_created": "2014-05-08", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "trademark", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,25 +146,6 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/xn--czr694b", - "tld_created": "2014-05-08", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "trademark", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--czrs0t.json b/data/generated/tld/xn--czrs0t.json index 493f3fe0..d00129aa 100644 --- a/data/generated/tld/xn--czrs0t.json +++ b/data/generated/tld/xn--czrs0t.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "shop", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--czrs0t", @@ -145,34 +173,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "shop", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--czru2d.json b/data/generated/tld/xn--czru2d.json index 86e916b5..6af9f9ae 100644 --- a/data/generated/tld/xn--czru2d.json +++ b/data/generated/tld/xn--czru2d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.shangcheng.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--czru2d", + "tld_created": "2014-02-27", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "mall", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.shangcheng.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--czru2d", - "tld_created": "2014-02-27", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "mall", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--d1acj3b.json b/data/generated/tld/xn--d1acj3b.json index d3936c30..5fe602b0 100644 --- a/data/generated/tld/xn--d1acj3b.json +++ b/data/generated/tld/xn--d1acj3b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,21 @@ "date_removed": null } }, + "registry_url": "http://www.dotdeti.ru", + "whois_server": "whois.nic.xn--d1acj3b", + "rdap_server": "https://whois.nic.xn--d1acj3b/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2026-04-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "kids" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -126,21 +141,6 @@ } ] } - ], - "registry_url": "http://www.dotdeti.ru", - "whois_server": "whois.nic.xn--d1acj3b", - "rdap_server": "https://whois.nic.xn--d1acj3b/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2026-04-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "kids" - } + ] } } diff --git a/data/generated/tld/xn--d1alf.json b/data/generated/tld/xn--d1alf.json index db8238da..256372b9 100644 --- a/data/generated/tld/xn--d1alf.json +++ b/data/generated/tld/xn--d1alf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Faculty of Computer Science and Engineering" } }, + "registry_url": "http://marnet.mk/", + "whois_server": "whois.marnet.mk", + "tld_created": "2014-04-21", + "tld_updated": [ + "2024-02-21" + ], + "annotations": { + "country_name_iso": "North Macedonia", + "as_org_aliases": [ + "CZNIC" + ], + "as_org_slugs": [ + "cznic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.si", @@ -90,22 +106,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://marnet.mk/", - "whois_server": "whois.marnet.mk", - "tld_created": "2014-04-21", - "tld_updated": [ - "2024-02-21" - ], - "annotations": { - "country_name_iso": "North Macedonia", - "as_org_aliases": [ - "CZNIC" - ], - "as_org_slugs": [ - "cznic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--e1a4c.json b/data/generated/tld/xn--e1a4c.json index dd030dc1..b3a222af 100644 --- a/data/generated/tld/xn--e1a4c.json +++ b/data/generated/tld/xn--e1a4c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "EURid vzw" } }, + "registry_url": "http://www.registry.eu", + "whois_server": "whois.eu", + "tld_created": "2015-12-08", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "country_name_iso": "European Union", + "as_org_aliases": [ + "DENIC", + "RcodeZero" + ], + "as_org_slugs": [ + "denic", + "rcodezero" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "be.dns.eu", @@ -109,24 +127,6 @@ } ] } - ], - "registry_url": "http://www.registry.eu", - "whois_server": "whois.eu", - "tld_created": "2015-12-08", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "country_name_iso": "European Union", - "as_org_aliases": [ - "DENIC", - "RcodeZero" - ], - "as_org_slugs": [ - "denic", - "rcodezero" - ], - "geographic_scope": "supranational" - } + ] } } diff --git a/data/generated/tld/xn--eckvdtc9d.json b/data/generated/tld/xn--eckvdtc9d.json index 62770771..024637cf 100644 --- a/data/generated/tld/xn--eckvdtc9d.json +++ b/data/generated/tld/xn--eckvdtc9d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--eckvdtc9d", + "whois_server": "whois.nic.xn--eckvdtc9d", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "point", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--eckvdtc9d", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--eckvdtc9d", - "whois_server": "whois.nic.xn--eckvdtc9d", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "point", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--efvy88h.json b/data/generated/tld/xn--efvy88h.json index 3232574f..3530200f 100644 --- a/data/generated/tld/xn--efvy88h.json +++ b/data/generated/tld/xn--efvy88h.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.gd.xinhua.org", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/XN--EFVY88H", + "tld_created": "2015-08-06", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "news", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.gd.xinhua.org", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/XN--EFVY88H", - "tld_created": "2015-08-06", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "news", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--fct429k.json b/data/generated/tld/xn--fct429k.json index b7a8c07e..81d439ca 100644 --- a/data/generated/tld/xn--fct429k.json +++ b/data/generated/tld/xn--fct429k.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--fct429k", + "whois_server": "whois.nic.xn--fct429k", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "consumer electronics", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--fct429k", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--fct429k", - "whois_server": "whois.nic.xn--fct429k", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "consumer electronics", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--fhbei.json b/data/generated/tld/xn--fhbei.json index 4ed5b30a..701cd4d1 100644 --- a/data/generated/tld/xn--fhbei.json +++ b/data/generated/tld/xn--fhbei.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--fhbei", + "rdap_server": "https://tld-rdap.verisign.com/xn--fhbei/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--fhbei", - "rdap_server": "https://tld-rdap.verisign.com/xn--fhbei/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--fiq228c5hs.json b/data/generated/tld/xn--fiq228c5hs.json index 5fd7b66f..a2192dd2 100644 --- a/data/generated/tld/xn--fiq228c5hs.json +++ b/data/generated/tld/xn--fiq228c5hs.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "https://tldland.cn/", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/xn--fiq228c5hs/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-12-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "website", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -93,27 +114,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://tldland.cn/", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/xn--fiq228c5hs/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-12-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "website", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/xn--fiq64b.json b/data/generated/tld/xn--fiq64b.json index 9b89e7f0..cc73adba 100644 --- a/data/generated/tld/xn--fiq64b.json +++ b/data/generated/tld/xn--fiq64b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "whois_server": "whois.gtld.knet.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--fiq64b", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "citic", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "whois_server": "whois.gtld.knet.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--fiq64b", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "citic", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--fiqs8s.json b/data/generated/tld/xn--fiqs8s.json index 30059a39..0958c7df 100644 --- a/data/generated/tld/xn--fiqs8s.json +++ b/data/generated/tld/xn--fiqs8s.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,28 @@ "tech": "China Internet Network Information Center (CNNIC)" } }, + "registry_url": "http://www.cnnic.cn", + "whois_server": "whois.cnnic.cn", + "tld_created": "2010-07-09", + "tld_updated": [ + "2025-07-18" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "country_name_iso": "China", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "h.dns.cn", @@ -116,28 +138,6 @@ } ] } - ], - "registry_url": "http://www.cnnic.cn", - "whois_server": "whois.cnnic.cn", - "tld_created": "2010-07-09", - "tld_updated": [ - "2025-07-18" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "country_name_iso": "China", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--fiqz9s.json b/data/generated/tld/xn--fiqz9s.json index a60f0ee2..61c2fd43 100644 --- a/data/generated/tld/xn--fiqz9s.json +++ b/data/generated/tld/xn--fiqz9s.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,28 @@ "tech": "China Internet Network Information Center (CNNIC)" } }, + "registry_url": "http://www.cnnic.cn", + "whois_server": "whois.cnnic.cn", + "tld_created": "2010-07-09", + "tld_updated": [ + "2025-07-18" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "country_name_iso": "China", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "h.dns.cn", @@ -116,28 +138,6 @@ } ] } - ], - "registry_url": "http://www.cnnic.cn", - "whois_server": "whois.cnnic.cn", - "tld_created": "2010-07-09", - "tld_updated": [ - "2025-07-18" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "country_name_iso": "China", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--fjq720a.json b/data/generated/tld/xn--fjq720a.json index 12d74ebd..3c48e0c3 100644 --- a/data/generated/tld/xn--fjq720a.json +++ b/data/generated/tld/xn--fjq720a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "entertainment", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--fjq720a", @@ -145,34 +173,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "entertainment", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--flw351e.json b/data/generated/tld/xn--flw351e.json index 5762f7e3..a6727e7a 100644 --- a/data/generated/tld/xn--flw351e.json +++ b/data/generated/tld/xn--flw351e.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "google", + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -126,35 +155,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "google", - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/xn--fpcrj9c3d.json b/data/generated/tld/xn--fpcrj9c3d.json index a435b527..6670ed61 100644 --- a/data/generated/tld/xn--fpcrj9c3d.json +++ b/data/generated/tld/xn--fpcrj9c3d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--fzc2c9e2c.json b/data/generated/tld/xn--fzc2c9e2c.json index 17a951f3..1e105839 100644 --- a/data/generated/tld/xn--fzc2c9e2c.json +++ b/data/generated/tld/xn--fzc2c9e2c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,23 @@ "tech": "LK Domain Registry" } }, + "registry_url": "http://www.domains.lk", + "tld_created": "2010-08-19", + "tld_updated": [ + "2025-04-23" + ], + "annotations": { + "country_name_iso": "Sri Lanka", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "lk.communitydns.net", @@ -124,23 +141,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.domains.lk", - "tld_created": "2010-08-19", - "tld_updated": [ - "2025-04-23" - ], - "annotations": { - "country_name_iso": "Sri Lanka", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--fzys8d69uvgm.json b/data/generated/tld/xn--fzys8d69uvgm.json index 4b99468c..c8919948 100644 --- a/data/generated/tld/xn--fzys8d69uvgm.json +++ b/data/generated/tld/xn--fzys8d69uvgm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,30 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.xn--fzys8d69uvgm", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "pccw", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--fzys8d69uvgm", @@ -107,30 +131,6 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.xn--fzys8d69uvgm", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "pccw", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--g2xx48c.json b/data/generated/tld/xn--g2xx48c.json index b0b195c0..c6065143 100644 --- a/data/generated/tld/xn--g2xx48c.json +++ b/data/generated/tld/xn--g2xx48c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,29 @@ "date_removed": null } }, + "registry_url": "http://gouwunic.com/", + "whois_server": "whois.nic.xn--g2xx48c", + "rdap_server": "https://rdap.nic.xn--g2xx48c/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-03-13" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "shopping", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--g2xx48c", @@ -145,29 +168,6 @@ } ] } - ], - "registry_url": "http://gouwunic.com/", - "whois_server": "whois.nic.xn--g2xx48c", - "rdap_server": "https://rdap.nic.xn--g2xx48c/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-03-13" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "shopping", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--gckr3f0f.json b/data/generated/tld/xn--gckr3f0f.json index 50edf7f4..addeb61d 100644 --- a/data/generated/tld/xn--gckr3f0f.json +++ b/data/generated/tld/xn--gckr3f0f.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--gckr3f0f", + "whois_server": "whois.nic.xn--gckr3f0f", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "cloud", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--gckr3f0f", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--gckr3f0f", - "whois_server": "whois.nic.xn--gckr3f0f", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "cloud", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--gecrj9c.json b/data/generated/tld/xn--gecrj9c.json index dd2f901e..b52b817a 100644 --- a/data/generated/tld/xn--gecrj9c.json +++ b/data/generated/tld/xn--gecrj9c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--gk3at1e.json b/data/generated/tld/xn--gk3at1e.json index 63bcba7e..86cf4ad7 100644 --- a/data/generated/tld/xn--gk3at1e.json +++ b/data/generated/tld/xn--gk3at1e.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--gk3at1e", + "whois_server": "whois.nic.xn--gk3at1e", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "online shopping", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--gk3at1e", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--gk3at1e", - "whois_server": "whois.nic.xn--gk3at1e", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "online shopping", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--h2breg3eve.json b/data/generated/tld/xn--h2breg3eve.json index 4ebd0248..3026a7c6 100644 --- a/data/generated/tld/xn--h2breg3eve.json +++ b/data/generated/tld/xn--h2breg3eve.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-08-15", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--h2brj9c.json b/data/generated/tld/xn--h2brj9c.json index b1bcc5c3..9c945408 100644 --- a/data/generated/tld/xn--h2brj9c.json +++ b/data/generated/tld/xn--h2brj9c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--h2brj9c8c.json b/data/generated/tld/xn--h2brj9c8c.json index 44247b78..b9b49143 100644 --- a/data/generated/tld/xn--h2brj9c8c.json +++ b/data/generated/tld/xn--h2brj9c8c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-08-15", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--hxt814e.json b/data/generated/tld/xn--hxt814e.json index d261fd6a..bd67f8ef 100644 --- a/data/generated/tld/xn--hxt814e.json +++ b/data/generated/tld/xn--hxt814e.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.wangdian.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--hxt814e", + "tld_created": "2014-11-20", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "webshop", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://www.wangdian.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--hxt814e", - "tld_created": "2014-11-20", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "webshop", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--i1b6b1a6a2e.json b/data/generated/tld/xn--i1b6b1a6a2e.json index 950fcc81..a7301d18 100644 --- a/data/generated/tld/xn--i1b6b1a6a2e.json +++ b/data/generated/tld/xn--i1b6b1a6a2e.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--i1b6b1a6a2e", + "whois_server": "whois.nic.xn--i1b6b1a6a2e", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "organization", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--i1b6b1a6a2e", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://nic.xn--i1b6b1a6a2e", - "whois_server": "whois.nic.xn--i1b6b1a6a2e", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "organization", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--imr513n.json b/data/generated/tld/xn--imr513n.json index ef4a884a..f0e0944f 100644 --- a/data/generated/tld/xn--imr513n.json +++ b/data/generated/tld/xn--imr513n.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/xn--imr513n", + "tld_created": "2015-05-08", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "restaurant", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,25 +146,6 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/xn--imr513n", - "tld_created": "2015-05-08", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "restaurant", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--io0a7i.json b/data/generated/tld/xn--io0a7i.json index 87eaf980..cca0409d 100644 --- a/data/generated/tld/xn--io0a7i.json +++ b/data/generated/tld/xn--io0a7i.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.cnnic.cn", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-07-17" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "icann_registry_operator_alias": "CNNIC", + "icann_registry_operator_slug": "cnnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "network", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "a.ngtld.cn", @@ -112,35 +141,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.cnnic.cn", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-07-17" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "icann_registry_operator_alias": "CNNIC", - "icann_registry_operator_slug": "cnnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "network", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] } } diff --git a/data/generated/tld/xn--j1aef.json b/data/generated/tld/xn--j1aef.json index d402cea2..4f429b92 100644 --- a/data/generated/tld/xn--j1aef.json +++ b/data/generated/tld/xn--j1aef.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--j1aef", + "rdap_server": "https://tld-rdap.verisign.com/xn--j1aef/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--j1aef", - "rdap_server": "https://tld-rdap.verisign.com/xn--j1aef/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--j1amh.json b/data/generated/tld/xn--j1amh.json index d65eefbe..55e92358 100644 --- a/data/generated/tld/xn--j1amh.json +++ b/data/generated/tld/xn--j1amh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,16 @@ "tech": "Ukrainian Network Information Centre (UANIC), Inc." } }, + "registry_url": "https://namestore.u-registry.com", + "whois_server": "whois.dotukr.com", + "tld_created": "2011-03-01", + "tld_updated": [ + "2024-02-27" + ], + "annotations": { + "country_name_iso": "Ukraine", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.tci.net.ua", @@ -107,16 +117,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://namestore.u-registry.com", - "whois_server": "whois.dotukr.com", - "tld_created": "2011-03-01", - "tld_updated": [ - "2024-02-27" - ], - "annotations": { - "country_name_iso": "Ukraine", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--j6w193g.json b/data/generated/tld/xn--j6w193g.json index e21cd4c3..846d2ee8 100644 --- a/data/generated/tld/xn--j6w193g.json +++ b/data/generated/tld/xn--j6w193g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "Hong Kong Internet Registration Corporation Ltd." } }, + "registry_url": "http://www.hkirc.hk", + "whois_server": "whois.hkirc.hk", + "tld_created": "2010-07-12", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "country_name_iso": "Hong Kong", + "as_org_aliases": [ + "CNNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cnnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.hkirc.net.hk", @@ -192,24 +210,6 @@ } ] } - ], - "registry_url": "http://www.hkirc.hk", - "whois_server": "whois.hkirc.hk", - "tld_created": "2010-07-12", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "country_name_iso": "Hong Kong", - "as_org_aliases": [ - "CNNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cnnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--jlq480n2rg.json b/data/generated/tld/xn--jlq480n2rg.json index d5d26f83..e8481607 100644 --- a/data/generated/tld/xn--jlq480n2rg.json +++ b/data/generated/tld/xn--jlq480n2rg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--jlq480n2rg", + "rdap_server": "https://rdap.nominet.uk/xn--jlq480n2rg/", + "tld_created": "2020-05-28", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "amazon", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.xn--jlq480n2rg", @@ -183,35 +212,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--jlq480n2rg", - "rdap_server": "https://rdap.nominet.uk/xn--jlq480n2rg/", - "tld_created": "2020-05-28", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "amazon", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--jvr189m.json b/data/generated/tld/xn--jvr189m.json index 686d646d..d8041bf6 100644 --- a/data/generated/tld/xn--jvr189m.json +++ b/data/generated/tld/xn--jvr189m.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--jvr189m", + "whois_server": "whois.nic.xn--jvr189m", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "food", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--jvr189m", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--jvr189m", - "whois_server": "whois.nic.xn--jvr189m", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "food", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--kcrx77d1x4a.json b/data/generated/tld/xn--kcrx77d1x4a.json index 305178f3..f8c9d582 100644 --- a/data/generated/tld/xn--kcrx77d1x4a.json +++ b/data/generated/tld/xn--kcrx77d1x4a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,28 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--kcrx77d1x4a", + "whois_server": "whois.nic.xn--kcrx77d1x4a", + "rdap_server": "https://rdap.nic.xn--kcrx77d1x4a/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "philips", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--kcrx77d1x4a", @@ -145,28 +167,6 @@ } ] } - ], - "registry_url": "http://nic.xn--kcrx77d1x4a", - "whois_server": "whois.nic.xn--kcrx77d1x4a", - "rdap_server": "https://rdap.nic.xn--kcrx77d1x4a/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "philips", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--kprw13d.json b/data/generated/tld/xn--kprw13d.json index f36b8799..76ecd2be 100644 --- a/data/generated/tld/xn--kprw13d.json +++ b/data/generated/tld/xn--kprw13d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,26 @@ "tech": "Taiwan Network Information Center (TWNIC)" } }, + "registry_url": "http://rs.twnic.net.tw", + "whois_server": "whois.twnic.net.tw", + "tld_created": "2010-07-14", + "tld_updated": [ + "2026-04-24" + ], + "annotations": { + "country_name_iso": "Taiwan, Province of China", + "as_org_aliases": [ + "Google", + "Microsoft", + "Packet Clearing House" + ], + "as_org_slugs": [ + "google", + "microsoft", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anytld.apnic.net", @@ -121,26 +141,6 @@ } ] } - ], - "registry_url": "http://rs.twnic.net.tw", - "whois_server": "whois.twnic.net.tw", - "tld_created": "2010-07-14", - "tld_updated": [ - "2026-04-24" - ], - "annotations": { - "country_name_iso": "Taiwan, Province of China", - "as_org_aliases": [ - "Google", - "Microsoft", - "Packet Clearing House" - ], - "as_org_slugs": [ - "google", - "microsoft", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--kpry57d.json b/data/generated/tld/xn--kpry57d.json index ae256287..853ce269 100644 --- a/data/generated/tld/xn--kpry57d.json +++ b/data/generated/tld/xn--kpry57d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,28 @@ "tech": "Taiwan Network Information Center (TWNIC)" } }, + "registry_url": "http://rs.twnic.net.tw", + "whois_server": "whois.twnic.net.tw", + "rdap_server": "https://ccrdap.twnic.tw/taiwan/", + "tld_created": "2010-07-14", + "tld_updated": [ + "2026-04-24" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Taiwan, Province of China", + "as_org_aliases": [ + "Google", + "Microsoft", + "Packet Clearing House" + ], + "as_org_slugs": [ + "google", + "microsoft", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anytld.apnic.net", @@ -121,28 +143,6 @@ } ] } - ], - "registry_url": "http://rs.twnic.net.tw", - "whois_server": "whois.twnic.net.tw", - "rdap_server": "https://ccrdap.twnic.tw/taiwan/", - "tld_created": "2010-07-14", - "tld_updated": [ - "2026-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Taiwan, Province of China", - "as_org_aliases": [ - "Google", - "Microsoft", - "Packet Clearing House" - ], - "as_org_slugs": [ - "google", - "microsoft", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--kput3i.json b/data/generated/tld/xn--kput3i.json index 6b6c56fc..2d81185f 100644 --- a/data/generated/tld/xn--kput3i.json +++ b/data/generated/tld/xn--kput3i.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.rntd.cn", + "whois_server": "whois.nic.xn--kput3i", + "rdap_server": "https://rdap.teleinfo.cn/xn--kput3i/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-04-25" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "cell", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -93,27 +114,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.rntd.cn", - "whois_server": "whois.nic.xn--kput3i", - "rdap_server": "https://rdap.teleinfo.cn/xn--kput3i/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-04-25" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "cell", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/xn--l1acc.json b/data/generated/tld/xn--l1acc.json index fafd9ece..e7ab15ef 100644 --- a/data/generated/tld/xn--l1acc.json +++ b/data/generated/tld/xn--l1acc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Datacom Co.,Ltd" } }, + "registry_url": "https://www.datacom.mn/", + "whois_server": "whois.mn", + "tld_created": "2012-06-21", + "tld_updated": [ + "2025-06-18" + ], + "annotations": { + "iana_sponsor_alias": "Datacom Mongolia", + "iana_sponsor_slug": "datacom-mongolia", + "iana_admin_alias": "Datacom Mongolia", + "iana_admin_slug": "datacom-mongolia", + "iana_tech_alias": "Datacom Mongolia", + "iana_tech_slug": "datacom-mongolia", + "country_name_iso": "Mongolia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns10.dns.mn", @@ -45,22 +61,6 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.datacom.mn/", - "whois_server": "whois.mn", - "tld_created": "2012-06-21", - "tld_updated": [ - "2025-06-18" - ], - "annotations": { - "iana_sponsor_alias": "Datacom Mongolia", - "iana_sponsor_slug": "datacom-mongolia", - "iana_admin_alias": "Datacom Mongolia", - "iana_admin_slug": "datacom-mongolia", - "iana_tech_alias": "Datacom Mongolia", - "iana_tech_slug": "datacom-mongolia", - "country_name_iso": "Mongolia", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--lgbbat1ad8j.json b/data/generated/tld/xn--lgbbat1ad8j.json index ffe34850..439dbeca 100644 --- a/data/generated/tld/xn--lgbbat1ad8j.json +++ b/data/generated/tld/xn--lgbbat1ad8j.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,16 @@ "tech": "CERIST" } }, + "registry_url": "http://www.nic.dz", + "whois_server": "whois.nic.dz", + "tld_created": "2011-02-05", + "tld_updated": [ + "2025-10-01" + ], + "annotations": { + "country_name_iso": "Algeria", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "idn1.nic.dz", @@ -45,16 +55,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.dz", - "whois_server": "whois.nic.dz", - "tld_created": "2011-02-05", - "tld_updated": [ - "2025-10-01" - ], - "annotations": { - "country_name_iso": "Algeria", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgb9awbf.json b/data/generated/tld/xn--mgb9awbf.json index 4d037f53..21da8e47 100644 --- a/data/generated/tld/xn--mgb9awbf.json +++ b/data/generated/tld/xn--mgb9awbf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Telecommunications Regulatory Authority (TRA)" } }, + "registry_url": "http://www.registry.om", + "whois_server": "whois.registry.om", + "tld_created": "2011-02-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Oman", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cctld.alpha.aridns.net.au", @@ -135,22 +151,6 @@ } ] } - ], - "registry_url": "http://www.registry.om", - "whois_server": "whois.registry.om", - "tld_created": "2011-02-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Oman", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgba3a3ejt.json b/data/generated/tld/xn--mgba3a3ejt.json index 59bc88ad..3b475a8c 100644 --- a/data/generated/tld/xn--mgba3a3ejt.json +++ b/data/generated/tld/xn--mgba3a3ejt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,28 @@ "date_removed": null } }, + "registry_url": "http://www.aramco.com", + "rdap_server": "https://rdap.nic.xn--mgba3a3ejt/", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "aramco", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--mgba3a3ejt", @@ -145,28 +167,6 @@ } ] } - ], - "registry_url": "http://www.aramco.com", - "rdap_server": "https://rdap.nic.xn--mgba3a3ejt/", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "aramco", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--mgba3a4f16a.json b/data/generated/tld/xn--mgba3a4f16a.json index 55109aaa..e91c1f02 100644 --- a/data/generated/tld/xn--mgba3a4f16a.json +++ b/data/generated/tld/xn--mgba3a4f16a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,16 @@ "tech": "Institute for Research in Fundamental Sciences (IPM)" } }, + "registry_url": "http://www.nic.ir", + "whois_server": "whois.nic.ir", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Iran, Islamic Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ir", @@ -59,16 +69,6 @@ } ] } - ], - "registry_url": "http://www.nic.ir", - "whois_server": "whois.nic.ir", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Iran, Islamic Republic of", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgba7c0bbn0a.json b/data/generated/tld/xn--mgba7c0bbn0a.json index 45c6f673..b2fb518a 100644 --- a/data/generated/tld/xn--mgba7c0bbn0a.json +++ b/data/generated/tld/xn--mgba7c0bbn0a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.olayan.com/", + "whois_server": "whois.nic.xn--mgba7c0bbn0a", + "rdap_server": "https://rdap.nic.xn--mgba7c0bbn0a/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "olayan", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--mgba7c0bbn0a", @@ -145,27 +166,6 @@ } ] } - ], - "registry_url": "http://www.olayan.com/", - "whois_server": "whois.nic.xn--mgba7c0bbn0a", - "rdap_server": "https://rdap.nic.xn--mgba7c0bbn0a/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "olayan", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--mgbaam7a8h.json b/data/generated/tld/xn--mgbaam7a8h.json index 058b2bde..53521992 100644 --- a/data/generated/tld/xn--mgbaam7a8h.json +++ b/data/generated/tld/xn--mgbaam7a8h.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": ".ae Domain Administration (.aeDA)" } }, + "registry_url": "http://aeda.ae/", + "whois_server": "whois.aeda.net.ae", + "tld_created": "2010-05-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "United Arab Emirates", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.aedns.ae", @@ -78,22 +94,6 @@ } ] } - ], - "registry_url": "http://aeda.ae/", - "whois_server": "whois.aeda.net.ae", - "tld_created": "2010-05-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "United Arab Emirates", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbab2bd.json b/data/generated/tld/xn--mgbab2bd.json index 230d35b5..7b818b85 100644 --- a/data/generated/tld/xn--mgbab2bd.json +++ b/data/generated/tld/xn--mgbab2bd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://corenic.org", + "whois_server": "whois.nic.xn--mgbab2bd", + "rdap_server": "https://rdap.nic.xn--mgbab2bd/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "bazaar", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -107,27 +128,6 @@ } ] } - ], - "registry_url": "http://corenic.org", - "whois_server": "whois.nic.xn--mgbab2bd", - "rdap_server": "https://rdap.nic.xn--mgbab2bd/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "bazaar", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] } } diff --git a/data/generated/tld/xn--mgbah1a3hjkrd.json b/data/generated/tld/xn--mgbah1a3hjkrd.json index d8fb7385..0c7e3e24 100644 --- a/data/generated/tld/xn--mgbah1a3hjkrd.json +++ b/data/generated/tld/xn--mgbah1a3hjkrd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "Faculté des Sciences et Techniques (UNA)" } }, + "registry_url": "http://www.nic.mr", + "whois_server": "whois.nic.mr", + "tld_created": "2017-11-28", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Mauritania", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-mr.afrinic.net", @@ -102,24 +120,6 @@ } ] } - ], - "registry_url": "http://www.nic.mr", - "whois_server": "whois.nic.mr", - "tld_created": "2017-11-28", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Mauritania", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbai9azgqp6j.json b/data/generated/tld/xn--mgbai9azgqp6j.json index 5287f7e2..f1c8614a 100644 --- a/data/generated/tld/xn--mgbai9azgqp6j.json +++ b/data/generated/tld/xn--mgbai9azgqp6j.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,14 @@ "tech": "National Telecommunication Corporation" } }, + "tld_created": "2011-02-28", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "country_name_iso": "Pakistan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.ntc.org.pk", @@ -57,14 +65,6 @@ ], "ipv6": [] } - ], - "tld_created": "2011-02-28", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "country_name_iso": "Pakistan", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbayh7gpa.json b/data/generated/tld/xn--mgbayh7gpa.json index 3b9e99fd..e44c3c99 100644 --- a/data/generated/tld/xn--mgbayh7gpa.json +++ b/data/generated/tld/xn--mgbayh7gpa.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,21 @@ "tech": "Ministry of Digital Economy and Entrepreneurship (MoDEE)" } }, + "registry_url": "https://dns.jo/", + "tld_created": "2010-08-20", + "tld_updated": [ + "2026-02-05" + ], + "annotations": { + "country_name_iso": "Jordan", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.cctld-servers.net.jo", @@ -116,21 +131,6 @@ } ] } - ], - "registry_url": "https://dns.jo/", - "tld_created": "2010-08-20", - "tld_updated": [ - "2026-02-05" - ], - "annotations": { - "country_name_iso": "Jordan", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbbh1a.json b/data/generated/tld/xn--mgbbh1a.json index 40476ad8..5675116f 100644 --- a/data/generated/tld/xn--mgbbh1a.json +++ b/data/generated/tld/xn--mgbbh1a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-08-15", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbbh1a71e.json b/data/generated/tld/xn--mgbbh1a71e.json index 3dd6c107..df526ce8 100644 --- a/data/generated/tld/xn--mgbbh1a71e.json +++ b/data/generated/tld/xn--mgbbh1a71e.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbc0a9azcg.json b/data/generated/tld/xn--mgbc0a9azcg.json index 9f029b2a..b3a26a47 100644 --- a/data/generated/tld/xn--mgbc0a9azcg.json +++ b/data/generated/tld/xn--mgbc0a9azcg.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,21 @@ "tech": "Agence Nationale de Réglementation des Télécommunications (ANRT)" } }, + "registry_url": "http://www.registre.ma", + "tld_created": "2011-02-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Morocco", + "as_org_aliases": [ + "AFNIC" + ], + "as_org_slugs": [ + "afnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tld.ma", @@ -171,21 +186,6 @@ } ] } - ], - "registry_url": "http://www.registre.ma", - "tld_created": "2011-02-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Morocco", - "as_org_aliases": [ - "AFNIC" - ], - "as_org_slugs": [ - "afnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbca7dzdo.json b/data/generated/tld/xn--mgbca7dzdo.json index 66e32fbd..eb621ad2 100644 --- a/data/generated/tld/xn--mgbca7dzdo.json +++ b/data/generated/tld/xn--mgbca7dzdo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.xn--mgbca7dzdo", + "rdap_server": "https://rdap.nic.xn--mgbca7dzdo", + "tld_created": "2016-03-03", + "tld_updated": [ + "2019-11-26" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "abu dhabi", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -107,27 +128,6 @@ } ] } - ], - "whois_server": "whois.nic.xn--mgbca7dzdo", - "rdap_server": "https://rdap.nic.xn--mgbca7dzdo", - "tld_created": "2016-03-03", - "tld_updated": [ - "2019-11-26" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "abu dhabi", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/xn--mgbcpq6gpa1a.json b/data/generated/tld/xn--mgbcpq6gpa1a.json index bb786ccf..f395951a 100644 --- a/data/generated/tld/xn--mgbcpq6gpa1a.json +++ b/data/generated/tld/xn--mgbcpq6gpa1a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "CentralNic" } }, + "tld_created": "2019-06-13", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "country_name_iso": "Bahrain", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.xn--mgbcpq6gpa1a", @@ -97,22 +113,6 @@ } ] } - ], - "tld_created": "2019-06-13", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "country_name_iso": "Bahrain", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgberp4a5d4ar.json b/data/generated/tld/xn--mgberp4a5d4ar.json index 887ee986..661b60cf 100644 --- a/data/generated/tld/xn--mgberp4a5d4ar.json +++ b/data/generated/tld/xn--mgberp4a5d4ar.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Communications, Space and Technology Commission" } }, + "registry_url": "http://www.nic.net.sa/", + "whois_server": "whois.nic.net.sa", + "tld_created": "2010-05-05", + "tld_updated": [ + "2026-02-18" + ], + "annotations": { + "country_name_iso": "Saudi Arabia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c1.dns.sa", @@ -211,22 +227,6 @@ } ] } - ], - "registry_url": "http://www.nic.net.sa/", - "whois_server": "whois.nic.net.sa", - "tld_created": "2010-05-05", - "tld_updated": [ - "2026-02-18" - ], - "annotations": { - "country_name_iso": "Saudi Arabia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbgu82a.json b/data/generated/tld/xn--mgbgu82a.json index bef106ab..70643ed2 100644 --- a/data/generated/tld/xn--mgbgu82a.json +++ b/data/generated/tld/xn--mgbgu82a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-08-15", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbi4ecexp.json b/data/generated/tld/xn--mgbi4ecexp.json index 7b19deab..6efe28c8 100644 --- a/data/generated/tld/xn--mgbi4ecexp.json +++ b/data/generated/tld/xn--mgbi4ecexp.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,28 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.xn--mgbi4ecexp", + "rdap_server": "https://rdap.nic.xn--mgbi4ecexp/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "catholic", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--mgbi4ecexp", @@ -145,28 +167,6 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.xn--mgbi4ecexp", - "rdap_server": "https://rdap.nic.xn--mgbi4ecexp/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "catholic", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--mgbpl2fh.json b/data/generated/tld/xn--mgbpl2fh.json index 8ae0c683..948fcc3c 100644 --- a/data/generated/tld/xn--mgbpl2fh.json +++ b/data/generated/tld/xn--mgbpl2fh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,21 @@ "tech": "Sudan Internet Society" } }, + "registry_url": "http://domains.sd", + "tld_created": "2012-11-20", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Sudan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ans1.sis.sd", @@ -52,21 +67,6 @@ } ] } - ], - "registry_url": "http://domains.sd", - "tld_created": "2012-11-20", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Sudan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbt3dhd.json b/data/generated/tld/xn--mgbt3dhd.json index 88295e62..2ac09d54 100644 --- a/data/generated/tld/xn--mgbt3dhd.json +++ b/data/generated/tld/xn--mgbt3dhd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,32 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/xn--mgbt3dhd/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "along", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -183,32 +209,6 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/xn--mgbt3dhd/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "along", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--mgbtx2b.json b/data/generated/tld/xn--mgbtx2b.json index 168ae4c2..87464df8 100644 --- a/data/generated/tld/xn--mgbtx2b.json +++ b/data/generated/tld/xn--mgbtx2b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "Communications and Media Commission (CMC)" } }, + "registry_url": "http://www.cmc.iq/en/iq.html", + "whois_server": "whois.cmc.iq", + "tld_created": "2014-09-29", + "tld_updated": [ + "2023-12-18" + ], + "annotations": { + "country_name_iso": "Iraq", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.cmc.iq", @@ -90,24 +108,6 @@ } ] } - ], - "registry_url": "http://www.cmc.iq/en/iq.html", - "whois_server": "whois.cmc.iq", - "tld_created": "2014-09-29", - "tld_updated": [ - "2023-12-18" - ], - "annotations": { - "country_name_iso": "Iraq", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mgbx4cd0ab.json b/data/generated/tld/xn--mgbx4cd0ab.json index 550fd85f..3e075fd8 100644 --- a/data/generated/tld/xn--mgbx4cd0ab.json +++ b/data/generated/tld/xn--mgbx4cd0ab.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "MYNIC Berhad" } }, + "registry_url": "http://www.mynic.my", + "whois_server": "whois.mynic.my", + "tld_created": "2011-10-22", + "tld_updated": [ + "2026-04-17" + ], + "annotations": { + "country_name_iso": "Malaysia", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.mynic.centralnic-dns.com", @@ -116,22 +132,6 @@ } ] } - ], - "registry_url": "http://www.mynic.my", - "whois_server": "whois.mynic.my", - "tld_created": "2011-10-22", - "tld_updated": [ - "2026-04-17" - ], - "annotations": { - "country_name_iso": "Malaysia", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mix891f.json b/data/generated/tld/xn--mix891f.json index a991040f..0b45f170 100644 --- a/data/generated/tld/xn--mix891f.json +++ b/data/generated/tld/xn--mix891f.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Macao Network Information Centre (MONIC) - HNET Asia" } }, + "registry_url": "https://www.monic.mo", + "whois_server": "whois.monic.mo", + "tld_created": "2015-04-21", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Macao", + "as_org_aliases": [ + "Community DNS" + ], + "as_org_slugs": [ + "community-dns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.monic.mo", @@ -154,22 +170,6 @@ } ] } - ], - "registry_url": "https://www.monic.mo", - "whois_server": "whois.monic.mo", - "tld_created": "2015-04-21", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Macao", - "as_org_aliases": [ - "Community DNS" - ], - "as_org_slugs": [ - "community-dns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--mk1bu44c.json b/data/generated/tld/xn--mk1bu44c.json index b8ffbbdc..e05ea5c3 100644 --- a/data/generated/tld/xn--mk1bu44c.json +++ b/data/generated/tld/xn--mk1bu44c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--mk1bu44c", + "rdap_server": "https://tld-rdap.verisign.com/xn--mk1bu44c/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--mk1bu44c", - "rdap_server": "https://tld-rdap.verisign.com/xn--mk1bu44c/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--mxtq1m.json b/data/generated/tld/xn--mxtq1m.json index d8584df5..b03e00d5 100644 --- a/data/generated/tld/xn--mxtq1m.json +++ b/data/generated/tld/xn--mxtq1m.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,21 @@ "date_removed": null } }, + "registry_url": "http://www.netc.tw", + "whois_server": "whois.nic.xn--mxtq1m", + "rdap_server": "https://rdap.twnic.tw/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "government" + }, "nameservers": [ { "hostname": "a.nic.xn--mxtq1m", @@ -107,21 +122,6 @@ } ] } - ], - "registry_url": "http://www.netc.tw", - "whois_server": "whois.nic.xn--mxtq1m", - "rdap_server": "https://rdap.twnic.tw/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "government" - } + ] } } diff --git a/data/generated/tld/xn--ngbc5azd.json b/data/generated/tld/xn--ngbc5azd.json index 83e46c46..dd81659d 100644 --- a/data/generated/tld/xn--ngbc5azd.json +++ b/data/generated/tld/xn--ngbc5azd.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,31 @@ "date_removed": null } }, + "registry_url": "http://www.dotshabaka.com", + "whois_server": "whois.nic.xn--ngbc5azd", + "rdap_server": "https://rdap.nic.xn--ngbc5azd/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "web", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--ngbc5azd", @@ -145,31 +170,6 @@ } ] } - ], - "registry_url": "http://www.dotshabaka.com", - "whois_server": "whois.nic.xn--ngbc5azd", - "rdap_server": "https://rdap.nic.xn--ngbc5azd/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "web", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--ngbe9e0a.json b/data/generated/tld/xn--ngbe9e0a.json index 6c1c366e..b0c44348 100644 --- a/data/generated/tld/xn--ngbe9e0a.json +++ b/data/generated/tld/xn--ngbe9e0a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,29 @@ "date_removed": null } }, + "registry_url": "http://kfh.com", + "whois_server": "whois.nic.xn--ngbe9e0a", + "rdap_server": "https://rdap.registry.kfh/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2026-04-06" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "your own house", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -107,29 +130,6 @@ } ] } - ], - "registry_url": "http://kfh.com", - "whois_server": "whois.nic.xn--ngbe9e0a", - "rdap_server": "https://rdap.registry.kfh/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2026-04-06" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "your own house", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/xn--ngbrx.json b/data/generated/tld/xn--ngbrx.json index e82d2667..41d24637 100644 --- a/data/generated/tld/xn--ngbrx.json +++ b/data/generated/tld/xn--ngbrx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.xn--ngbrx", + "rdap_server": "https://rdap.nic.xn--ngbrx/", + "tld_created": "2017-05-11", + "tld_updated": [ + "2020-05-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "arab", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "cultural_affiliation": "arab" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -107,27 +128,6 @@ } ] } - ], - "whois_server": "whois.nic.xn--ngbrx", - "rdap_server": "https://rdap.nic.xn--ngbrx/", - "tld_created": "2017-05-11", - "tld_updated": [ - "2020-05-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "arab", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "cultural_affiliation": "arab" - } + ] } } diff --git a/data/generated/tld/xn--node.json b/data/generated/tld/xn--node.json index 334d9142..48fddf95 100644 --- a/data/generated/tld/xn--node.json +++ b/data/generated/tld/xn--node.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,21 @@ "tech": "Cloud9 LTD" } }, + "registry_url": "http://xn--lodaehvb5cdik4g.xn--node", + "tld_created": "2011-02-11", + "tld_updated": [ + "2024-06-26" + ], + "annotations": { + "country_name_iso": "Georgia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "xn--node.ns.anycast.pch.net", @@ -59,21 +74,6 @@ } ] } - ], - "registry_url": "http://xn--lodaehvb5cdik4g.xn--node", - "tld_created": "2011-02-11", - "tld_updated": [ - "2024-06-26" - ], - "annotations": { - "country_name_iso": "Georgia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--nqv7f.json b/data/generated/tld/xn--nqv7f.json index 35f7c77e..222ddea7 100644 --- a/data/generated/tld/xn--nqv7f.json +++ b/data/generated/tld/xn--nqv7f.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--nqv7f", + "whois_server": "whois.nic.xn--nqv7f", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "org", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--nqv7f", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://nic.xn--nqv7f", - "whois_server": "whois.nic.xn--nqv7f", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "org", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--nqv7fs00ema.json b/data/generated/tld/xn--nqv7fs00ema.json index 67720a16..2c634872 100644 --- a/data/generated/tld/xn--nqv7fs00ema.json +++ b/data/generated/tld/xn--nqv7fs00ema.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--nqv7fs00ema", + "whois_server": "whois.nic.xn--nqv7fs00ema", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "org", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--nqv7fs00ema", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://nic.xn--nqv7fs00ema", - "whois_server": "whois.nic.xn--nqv7fs00ema", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "org", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--nyqy26a.json b/data/generated/tld/xn--nyqy26a.json index 5ff8eb6c..2a3e842b 100644 --- a/data/generated/tld/xn--nyqy26a.json +++ b/data/generated/tld/xn--nyqy26a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,26 @@ "date_removed": null } }, + "registry_url": "http://www.stabletone.com", + "rdap_server": "https://rdap.teleinfo.cn/xn--nyqy26a/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-05-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "healthy", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -93,26 +113,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.stabletone.com", - "rdap_server": "https://rdap.teleinfo.cn/xn--nyqy26a/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-05-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "healthy", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/xn--o3cw4h.json b/data/generated/tld/xn--o3cw4h.json index 70c31153..cdd12902 100644 --- a/data/generated/tld/xn--o3cw4h.json +++ b/data/generated/tld/xn--o3cw4h.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "Thai Network Information Center Foundation" } }, + "registry_url": "http://www.thnic.co.th", + "whois_server": "whois.thnic.co.th", + "rdap_server": "https://rdap.thains.co.th", + "tld_created": "2010-08-19", + "tld_updated": [ + "2025-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Thailand", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.thains.co.th", @@ -109,24 +127,6 @@ } ] } - ], - "registry_url": "http://www.thnic.co.th", - "whois_server": "whois.thnic.co.th", - "rdap_server": "https://rdap.thains.co.th", - "tld_created": "2010-08-19", - "tld_updated": [ - "2025-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Thailand", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--ogbpf8fl.json b/data/generated/tld/xn--ogbpf8fl.json index 5b23c910..2c272995 100644 --- a/data/generated/tld/xn--ogbpf8fl.json +++ b/data/generated/tld/xn--ogbpf8fl.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "National Agency for Network Services (NANS)" } }, + "registry_url": "http://tld.sy", + "whois_server": "whois.tld.sy", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Syrian Arab Republic", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.tld.sy", @@ -71,22 +87,6 @@ } ] } - ], - "registry_url": "http://tld.sy", - "whois_server": "whois.tld.sy", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Syrian Arab Republic", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--otu796d.json b/data/generated/tld/xn--otu796d.json index 05c5a2f5..296944b5 100644 --- a/data/generated/tld/xn--otu796d.json +++ b/data/generated/tld/xn--otu796d.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/xn--otu796d", + "tld_created": "2017-12-21", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "recruitment", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,25 +146,6 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/xn--otu796d", - "tld_created": "2017-12-21", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "recruitment", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--p1acf.json b/data/generated/tld/xn--p1acf.json index 0ed0ae3a..e8421465 100644 --- a/data/generated/tld/xn--p1acf.json +++ b/data/generated/tld/xn--p1acf.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://rusnames.ru/", + "rdap_server": "https://rdap.nic.xn--p1acf/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-12-04" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "russian speaking community", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "ns1.anycastdns.cz", @@ -88,27 +109,6 @@ } ] } - ], - "registry_url": "http://rusnames.ru/", - "rdap_server": "https://rdap.nic.xn--p1acf/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2025-12-04" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "russian speaking community", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ] - } + ] } } diff --git a/data/generated/tld/xn--p1ai.json b/data/generated/tld/xn--p1ai.json index 34f4a865..665e8228 100644 --- a/data/generated/tld/xn--p1ai.json +++ b/data/generated/tld/xn--p1ai.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,16 @@ "tech": "Technical Center of Internet" } }, + "registry_url": "http://cctld.ru/en", + "whois_server": "whois.tcinet.ru", + "tld_created": "2010-05-12", + "tld_updated": [ + "2025-10-22" + ], + "annotations": { + "country_name_iso": "Russian Federation", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -116,16 +126,6 @@ } ] } - ], - "registry_url": "http://cctld.ru/en", - "whois_server": "whois.tcinet.ru", - "tld_created": "2010-05-12", - "tld_updated": [ - "2025-10-22" - ], - "annotations": { - "country_name_iso": "Russian Federation", - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--pgbs0dh.json b/data/generated/tld/xn--pgbs0dh.json index 7151be0e..2ff9a3c6 100644 --- a/data/generated/tld/xn--pgbs0dh.json +++ b/data/generated/tld/xn--pgbs0dh.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "Agence Tunisienne d'Internet" } }, + "registry_url": "http://www.ati.tn", + "whois_server": "whois.ati.tn", + "tld_created": "2010-08-19", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Tunisia", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-tn.afrinic.net", @@ -135,24 +153,6 @@ } ] } - ], - "registry_url": "http://www.ati.tn", - "whois_server": "whois.ati.tn", - "tld_created": "2010-08-19", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Tunisia", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--pssy2u.json b/data/generated/tld/xn--pssy2u.json index 1c76a0ab..8490281b 100644 --- a/data/generated/tld/xn--pssy2u.json +++ b/data/generated/tld/xn--pssy2u.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--pssy2u", + "rdap_server": "https://tld-rdap.verisign.com/xn--pssy2u/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "dot net", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--pssy2u", - "rdap_server": "https://tld-rdap.verisign.com/xn--pssy2u/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "dot net", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--q7ce6a.json b/data/generated/tld/xn--q7ce6a.json index f7140fe7..94d92041 100644 --- a/data/generated/tld/xn--q7ce6a.json +++ b/data/generated/tld/xn--q7ce6a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Lao National Internet Center (LANIC)" } }, + "registry_url": "https://www.la", + "whois_server": "whois.nic.la", + "tld_created": "2019-06-10", + "tld_updated": [ + "2023-03-17" + ], + "annotations": { + "country_name_iso": "Lao People's Democratic Republic", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.xn--q7ce6a.centralnic-dns.com", @@ -97,22 +113,6 @@ } ] } - ], - "registry_url": "https://www.la", - "whois_server": "whois.nic.la", - "tld_created": "2019-06-10", - "tld_updated": [ - "2023-03-17" - ], - "annotations": { - "country_name_iso": "Lao People's Democratic Republic", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--q9jyb4c.json b/data/generated/tld/xn--q9jyb4c.json index fe049d99..18c2021c 100644 --- a/data/generated/tld/xn--q9jyb4c.json +++ b/data/generated/tld/xn--q9jyb4c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "everyone", + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -126,34 +154,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "everyone", - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/xn--qcka1pmc.json b/data/generated/tld/xn--qcka1pmc.json index 4e1e9863..887ae618 100644 --- a/data/generated/tld/xn--qcka1pmc.json +++ b/data/generated/tld/xn--qcka1pmc.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "google", + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -126,34 +154,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "google", - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/xn--qxa6a.json b/data/generated/tld/xn--qxa6a.json index 92a01f76..8ddaf861 100644 --- a/data/generated/tld/xn--qxa6a.json +++ b/data/generated/tld/xn--qxa6a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "EURid vzw" } }, + "registry_url": "https://www.registry.eu", + "whois_server": "whois.eu", + "tld_created": "2019-07-18", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "country_name_iso": "European Union", + "as_org_aliases": [ + "DENIC", + "RcodeZero" + ], + "as_org_slugs": [ + "denic", + "rcodezero" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "be.dns.eu", @@ -109,24 +127,6 @@ } ] } - ], - "registry_url": "https://www.registry.eu", - "whois_server": "whois.eu", - "tld_created": "2019-07-18", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "country_name_iso": "European Union", - "as_org_aliases": [ - "DENIC", - "RcodeZero" - ], - "as_org_slugs": [ - "denic", - "rcodezero" - ], - "geographic_scope": "supranational" - } + ] } } diff --git a/data/generated/tld/xn--qxam.json b/data/generated/tld/xn--qxam.json index afdb9034..828c0c70 100644 --- a/data/generated/tld/xn--qxam.json +++ b/data/generated/tld/xn--qxam.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,23 @@ "tech": "ICS-FORTH GR" } }, + "registry_url": "http://www.gr", + "tld_created": "2015-05-06", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Greece", + "as_org_aliases": [ + "Community DNS", + "DENIC" + ], + "as_org_slugs": [ + "community-dns", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "estia.ics.forth.gr", @@ -102,23 +119,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.gr", - "tld_created": "2015-05-06", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Greece", - "as_org_aliases": [ - "Community DNS", - "DENIC" - ], - "as_org_slugs": [ - "community-dns", - "denic" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--rhqv96g.json b/data/generated/tld/xn--rhqv96g.json index 3eb4e9f3..29326a77 100644 --- a/data/generated/tld/xn--rhqv96g.json +++ b/data/generated/tld/xn--rhqv96g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,26 @@ "date_removed": null } }, + "registry_url": "http://www.stabletone.com", + "rdap_server": "https://rdap.teleinfo.cn/xn--rhqv96g/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-04-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "world", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -93,26 +113,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.stabletone.com", - "rdap_server": "https://rdap.teleinfo.cn/xn--rhqv96g/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-04-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "world", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/xn--rovu88b.json b/data/generated/tld/xn--rovu88b.json index 567d409e..e48bc880 100644 --- a/data/generated/tld/xn--rovu88b.json +++ b/data/generated/tld/xn--rovu88b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,33 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--rovu88b", + "whois_server": "whois.nic.xn--rovu88b", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "book", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--rovu88b", @@ -145,33 +172,6 @@ } ] } - ], - "registry_url": "http://www.nic.xn--rovu88b", - "whois_server": "whois.nic.xn--rovu88b", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "book", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--rvc1e0am3e.json b/data/generated/tld/xn--rvc1e0am3e.json index d2c12739..644969be 100644 --- a/data/generated/tld/xn--rvc1e0am3e.json +++ b/data/generated/tld/xn--rvc1e0am3e.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--s9brj9c.json b/data/generated/tld/xn--s9brj9c.json index 7f44688b..681c57b3 100644 --- a/data/generated/tld/xn--s9brj9c.json +++ b/data/generated/tld/xn--s9brj9c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--ses554g.json b/data/generated/tld/xn--ses554g.json index bb8d31dd..0e4aa983 100644 --- a/data/generated/tld/xn--ses554g.json +++ b/data/generated/tld/xn--ses554g.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--ses554g/", + "whois_server": "whois.nic.xn--ses554g", + "rdap_server": "https://rdap.zdnsgtld.com/xn--ses554g", + "tld_created": "2014-03-13", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "web address", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -127,27 +148,6 @@ } ] } - ], - "registry_url": "http://nic.xn--ses554g/", - "whois_server": "whois.nic.xn--ses554g", - "rdap_server": "https://rdap.zdnsgtld.com/xn--ses554g", - "tld_created": "2014-03-13", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "web address", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] } } diff --git a/data/generated/tld/xn--t60b56a.json b/data/generated/tld/xn--t60b56a.json index bef31b48..97bacd9d 100644 --- a/data/generated/tld/xn--t60b56a.json +++ b/data/generated/tld/xn--t60b56a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--t60b56a", + "rdap_server": "https://tld-rdap.verisign.com/xn--t60b56a/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "dot net", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--t60b56a", - "rdap_server": "https://tld-rdap.verisign.com/xn--t60b56a/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "dot net", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--tckwe.json b/data/generated/tld/xn--tckwe.json index 6535dca4..10c1b392 100644 --- a/data/generated/tld/xn--tckwe.json +++ b/data/generated/tld/xn--tckwe.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "https://www.verisigninc.com", + "whois_server": "whois.nic.xn--tckwe", + "rdap_server": "https://tld-rdap.verisign.com/xn--tckwe/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -107,35 +136,6 @@ } ] } - ], - "registry_url": "https://www.verisigninc.com", - "whois_server": "whois.nic.xn--tckwe", - "rdap_server": "https://tld-rdap.verisign.com/xn--tckwe/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] } } diff --git a/data/generated/tld/xn--tiq49xqyj.json b/data/generated/tld/xn--tiq49xqyj.json index 2622a634..ad03deb0 100644 --- a/data/generated/tld/xn--tiq49xqyj.json +++ b/data/generated/tld/xn--tiq49xqyj.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,28 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.xn--tiq49xqyj", + "rdap_server": "https://rdap.nic.xn--tiq49xqyj/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "catholic", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--tiq49xqyj", @@ -145,28 +167,6 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.xn--tiq49xqyj", - "rdap_server": "https://rdap.nic.xn--tiq49xqyj/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "catholic", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xn--unup4y.json b/data/generated/tld/xn--unup4y.json index a9f5752d..34ef3593 100644 --- a/data/generated/tld/xn--unup4y.json +++ b/data/generated/tld/xn--unup4y.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "game", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--unup4y", @@ -145,34 +173,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "game", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--vermgensberater-ctb.json b/data/generated/tld/xn--vermgensberater-ctb.json index 0f121cea..0cc99a3f 100644 --- a/data/generated/tld/xn--vermgensberater-ctb.json +++ b/data/generated/tld/xn--vermgensberater-ctb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,29 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.xn--vermgensberater-ctb", + "rdap_server": "https://rdap.centralnic.com/xn--vermgensberater-ctb", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-10-16" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "financial adviser", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--vermgensberater-ctb", @@ -107,29 +130,6 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.xn--vermgensberater-ctb", - "rdap_server": "https://rdap.centralnic.com/xn--vermgensberater-ctb", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-10-16" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "financial adviser", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/xn--vermgensberatung-pwb.json b/data/generated/tld/xn--vermgensberatung-pwb.json index f0e9bd79..3d87fd4f 100644 --- a/data/generated/tld/xn--vermgensberatung-pwb.json +++ b/data/generated/tld/xn--vermgensberatung-pwb.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,29 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.xn--vermgensberatung-pwb", + "rdap_server": "https://rdap.centralnic.com/xn--vermgensberatung-pwb", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-10-16" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "financial advice", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--vermgensberatung-pwb", @@ -107,29 +130,6 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.xn--vermgensberatung-pwb", - "rdap_server": "https://rdap.centralnic.com/xn--vermgensberatung-pwb", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-10-16" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "financial advice", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/xn--vhquv.json b/data/generated/tld/xn--vhquv.json index 3b4c6c46..bd25d6d6 100644 --- a/data/generated/tld/xn--vhquv.json +++ b/data/generated/tld/xn--vhquv.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-25", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "enterprise", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--vhquv", @@ -145,34 +173,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-25", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "enterprise", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--vuq861b.json b/data/generated/tld/xn--vuq861b.json index 691f1613..301f0bb4 100644 --- a/data/generated/tld/xn--vuq861b.json +++ b/data/generated/tld/xn--vuq861b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-04-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "knowledge", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -93,27 +114,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "knowledge", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/xn--w4r85el8fhu5dnra.json b/data/generated/tld/xn--w4r85el8fhu5dnra.json index f20b42ed..d773f5d9 100644 --- a/data/generated/tld/xn--w4r85el8fhu5dnra.json +++ b/data/generated/tld/xn--w4r85el8fhu5dnra.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,35 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.xn--w4r85el8fhu5dnra", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "kerry hotels", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--w4r85el8fhu5dnra", @@ -145,35 +174,6 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.xn--w4r85el8fhu5dnra", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "kerry hotels", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--w4rs40l.json b/data/generated/tld/xn--w4rs40l.json index 54a37e5a..84e9da39 100644 --- a/data/generated/tld/xn--w4rs40l.json +++ b/data/generated/tld/xn--w4rs40l.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,36 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.xn--w4rs40l", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "kerry", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--w4rs40l", @@ -145,36 +175,6 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.xn--w4rs40l", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "kerry", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/xn--wgbh1c.json b/data/generated/tld/xn--wgbh1c.json index 3d3694ba..7413a466 100644 --- a/data/generated/tld/xn--wgbh1c.json +++ b/data/generated/tld/xn--wgbh1c.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,20 @@ "tech": "National Telecommunication Regulatory Authority - NTRA" } }, + "tld_created": "2010-05-05", + "tld_updated": [ + "2023-07-25" + ], + "annotations": { + "country_name_iso": "Egypt", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.dotmasr.eg", @@ -69,20 +83,6 @@ ], "ipv6": [] } - ], - "tld_created": "2010-05-05", - "tld_updated": [ - "2023-07-25" - ], - "annotations": { - "country_name_iso": "Egypt", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--wgbl6a.json b/data/generated/tld/xn--wgbl6a.json index 33b429db..6a499842 100644 --- a/data/generated/tld/xn--wgbl6a.json +++ b/data/generated/tld/xn--wgbl6a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "Communications Regulatory Authority" } }, + "registry_url": "https://www.cra.gov.qa/", + "whois_server": "whois.registry.qa", + "tld_created": "2010-12-24", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Qatar", + "as_org_aliases": [ + "Packet Clearing House", + "UltraDNS" + ], + "as_org_slugs": [ + "packet-clearing-house", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registry.qa", @@ -157,24 +175,6 @@ } ] } - ], - "registry_url": "https://www.cra.gov.qa/", - "whois_server": "whois.registry.qa", - "tld_created": "2010-12-24", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Qatar", - "as_org_aliases": [ - "Packet Clearing House", - "UltraDNS" - ], - "as_org_slugs": [ - "packet-clearing-house", - "ultradns" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--xhq521b.json b/data/generated/tld/xn--xhq521b.json index 8df247c4..994189e1 100644 --- a/data/generated/tld/xn--xhq521b.json +++ b/data/generated/tld/xn--xhq521b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,27 @@ "date_removed": null } }, + "registry_url": "http://www.yu-wei.cn/", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-07-24", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "guangdong", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "ta.ngtld.cn", @@ -112,27 +133,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.yu-wei.cn/", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "guangdong", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] } } diff --git a/data/generated/tld/xn--xkc2al3hye2a.json b/data/generated/tld/xn--xkc2al3hye2a.json index 70946c4e..286c4385 100644 --- a/data/generated/tld/xn--xkc2al3hye2a.json +++ b/data/generated/tld/xn--xkc2al3hye2a.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,23 @@ "tech": "LK Domain Registry" } }, + "registry_url": "http://www.domains.lk", + "tld_created": "2010-08-19", + "tld_updated": [ + "2025-08-01" + ], + "annotations": { + "country_name_iso": "Sri Lanka", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "h.nic.lk", @@ -128,23 +145,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.domains.lk", - "tld_created": "2010-08-19", - "tld_updated": [ - "2025-08-01" - ], - "annotations": { - "country_name_iso": "Sri Lanka", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--xkc2dl3a5ee0h.json b/data/generated/tld/xn--xkc2dl3a5ee0h.json index 1d58ff72..5f42daa8 100644 --- a/data/generated/tld/xn--xkc2dl3a5ee0h.json +++ b/data/generated/tld/xn--xkc2dl3a5ee0h.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97,30 +121,6 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--y9a3aq.json b/data/generated/tld/xn--y9a3aq.json index 20e5cacb..7a52a748 100644 --- a/data/generated/tld/xn--y9a3aq.json +++ b/data/generated/tld/xn--y9a3aq.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,24 @@ "tech": "\"Internet Society\" Non-governmental Organization" } }, + "registry_url": "https://www.amnic.net/", + "whois_server": "whois.amnic.net", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-11-25" + ], + "annotations": { + "country_name_iso": "Armenia", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -97,24 +115,6 @@ } ] } - ], - "registry_url": "https://www.amnic.net/", - "whois_server": "whois.amnic.net", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-11-25" - ], - "annotations": { - "country_name_iso": "Armenia", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--yfro4i67o.json b/data/generated/tld/xn--yfro4i67o.json index b2276400..d46a857e 100644 --- a/data/generated/tld/xn--yfro4i67o.json +++ b/data/generated/tld/xn--yfro4i67o.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,28 @@ "tech": "Singapore Network Information Centre (SGNIC) Pte Ltd" } }, + "registry_url": "http://www.sgnic.sg/", + "whois_server": "whois.zh.sgnic.sg", + "rdap_server": "https://rdap.zh.sgnic.sg/rdap/", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Singapore", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dsany2.sgnic.sg", @@ -116,28 +138,6 @@ } ] } - ], - "registry_url": "http://www.sgnic.sg/", - "whois_server": "whois.zh.sgnic.sg", - "rdap_server": "https://rdap.zh.sgnic.sg/rdap/", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Singapore", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--ygbi2ammx.json b/data/generated/tld/xn--ygbi2ammx.json index ff4863d0..1018a2f1 100644 --- a/data/generated/tld/xn--ygbi2ammx.json +++ b/data/generated/tld/xn--ygbi2ammx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -20,6 +20,22 @@ "tech": "Palestinian National Internet Naming Authority (PNINA)" } }, + "registry_url": "http://www.pnina.ps", + "whois_server": "whois.pnina.ps", + "tld_created": "2010-08-20", + "tld_updated": [ + "2024-02-05" + ], + "annotations": { + "country_name_iso": "Palestine, State of", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.gov.ps", @@ -126,22 +142,6 @@ } ] } - ], - "registry_url": "http://www.pnina.ps", - "whois_server": "whois.pnina.ps", - "tld_created": "2010-08-20", - "tld_updated": [ - "2024-02-05" - ], - "annotations": { - "country_name_iso": "Palestine, State of", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/xn--zfr164b.json b/data/generated/tld/xn--zfr164b.json index 5f1480e7..94007cc0 100644 --- a/data/generated/tld/xn--zfr164b.json +++ b/data/generated/tld/xn--zfr164b.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T04:50:15Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -30,6 +30,22 @@ "date_removed": null } }, + "registry_url": "http://www.conac.cn", + "whois_server": "whois.conac.cn", + "rdap_server": "https://rdap.conac.cn", + "tld_created": "2013-12-12", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "government" + }, "nameservers": [ { "hostname": "ns1.conac.cn", @@ -112,22 +128,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.conac.cn", - "whois_server": "whois.conac.cn", - "rdap_server": "https://rdap.conac.cn", - "tld_created": "2013-12-12", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "government" - } + ] } } diff --git a/data/generated/tld/xxx.json b/data/generated/tld/xxx.json index 660220d0..2b12bb15 100644 --- a/data/generated/tld/xxx.json +++ b/data/generated/tld/xxx.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.xxx", + "whois_server": "whois.nic.xxx", + "rdap_server": "https://rdap.nic.xxx/", + "tld_created": "2011-04-15", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xxx", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.xxx", - "whois_server": "whois.nic.xxx", - "rdap_server": "https://rdap.nic.xxx/", - "tld_created": "2011-04-15", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/xyz.json b/data/generated/tld/xyz.json index 1cd0ee1b..31f92f4e 100644 --- a/data/generated/tld/xyz.json +++ b/data/generated/tld/xyz.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://nic.xyz", + "whois_server": "whois.nic.xyz", + "rdap_server": "https://rdap.centralnic.com/xyz", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "generationxyz.nic.xyz", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "https://nic.xyz", - "whois_server": "whois.nic.xyz", - "rdap_server": "https://rdap.centralnic.com/xyz", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/yachts.json b/data/generated/tld/yachts.json index cd72d558..fcabd42a 100644 --- a/data/generated/tld/yachts.json +++ b/data/generated/tld/yachts.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.yachts", + "whois_server": "whois.nic.yachts", + "rdap_server": "https://rdap.centralnic.com/yachts/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.yachts", @@ -105,34 +133,6 @@ } ] } - ], - "registry_url": "http://nic.yachts", - "whois_server": "whois.nic.yachts", - "rdap_server": "https://rdap.centralnic.com/yachts/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] } } diff --git a/data/generated/tld/yahoo.json b/data/generated/tld/yahoo.json index 669fb5c0..f275acc2 100644 --- a/data/generated/tld/yahoo.json +++ b/data/generated/tld/yahoo.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://nic.yahoo", + "whois_server": "whois.nic.yahoo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.yahoo", @@ -143,29 +166,6 @@ } ] } - ], - "registry_url": "http://nic.yahoo", - "whois_server": "whois.nic.yahoo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/yamaxun.json b/data/generated/tld/yamaxun.json index f03ca7b5..f5803867 100644 --- a/data/generated/tld/yamaxun.json +++ b/data/generated/tld/yamaxun.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.yamaxun", + "rdap_server": "https://rdap.nominet.uk/yamaxun/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.yamaxun", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.yamaxun", - "rdap_server": "https://rdap.nominet.uk/yamaxun/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/yandex.json b/data/generated/tld/yandex.json index 9adfada8..810c762a 100644 --- a/data/generated/tld/yandex.json +++ b/data/generated/tld/yandex.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.yandex.ru/", + "whois_server": "whois.nic.yandex", + "rdap_server": "https://rdap.nic.yandex/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -105,31 +130,6 @@ } ] } - ], - "registry_url": "http://www.yandex.ru/", - "whois_server": "whois.nic.yandex", - "rdap_server": "https://rdap.nic.yandex/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] } } diff --git a/data/generated/tld/ye.json b/data/generated/tld/ye.json index 64e83d53..d5813c3d 100644 --- a/data/generated/tld/ye.json +++ b/data/generated/tld/ye.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,25 @@ "tech": "TeleYemen" } }, + "whois_server": "whois.y.net.ye", + "rdap_server": "https://rdap.y.net.ye/", + "tld_created": "1996-08-19", + "tld_updated": [ + "2025-03-16" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Yemen", + "as_org_aliases": [ + "Knipp Medien", + "Packet Clearing House" + ], + "as_org_slugs": [ + "knipp-medien", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.tld.ye", @@ -113,25 +132,6 @@ } ] } - ], - "whois_server": "whois.y.net.ye", - "rdap_server": "https://rdap.y.net.ye/", - "tld_created": "1996-08-19", - "tld_updated": [ - "2025-03-16" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Yemen", - "as_org_aliases": [ - "Knipp Medien", - "Packet Clearing House" - ], - "as_org_slugs": [ - "knipp-medien", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/yodobashi.json b/data/generated/tld/yodobashi.json index d5eed9ad..4812a90a 100644 --- a/data/generated/tld/yodobashi.json +++ b/data/generated/tld/yodobashi.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,31 +123,6 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/yoga.json b/data/generated/tld/yoga.json index de3fe437..4fc8e58b 100644 --- a/data/generated/tld/yoga.json +++ b/data/generated/tld/yoga.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://nic.yoga/", + "whois_server": "whois.nic.yoga", + "rdap_server": "https://rdap.nic.yoga/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.yoga", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://nic.yoga/", - "whois_server": "whois.nic.yoga", - "rdap_server": "https://rdap.nic.yoga/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/yokohama.json b/data/generated/tld/yokohama.json index f2c13ccf..b1778922 100644 --- a/data/generated/tld/yokohama.json +++ b/data/generated/tld/yokohama.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.yokohama", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-03-27", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -98,35 +127,6 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.yokohama", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-03-27", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/you.json b/data/generated/tld/you.json index ada1bf69..71c3cea1 100644 --- a/data/generated/tld/you.json +++ b/data/generated/tld/you.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.you", + "rdap_server": "https://rdap.nominet.uk/you/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.you", @@ -181,35 +210,6 @@ } ] } - ], - "registry_url": "http://www.nic.you", - "rdap_server": "https://rdap.nominet.uk/you/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/youtube.json b/data/generated/tld/youtube.json index 70aeda65..106b8457 100644 --- a/data/generated/tld/youtube.json +++ b/data/generated/tld/youtube.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,34 +152,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/yt.json b/data/generated/tld/yt.json index a230d1c6..e6b6192a 100644 --- a/data/generated/tld/yt.json +++ b/data/generated/tld/yt.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.yt", + "whois_server": "whois.nic.yt", + "rdap_server": "https://rdap.nic.yt/", + "tld_created": "1997-11-17", + "tld_updated": [ + "2026-03-23" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "Mayotte", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -75,32 +101,6 @@ } ] } - ], - "registry_url": "http://www.nic.yt", - "whois_server": "whois.nic.yt", - "rdap_server": "https://rdap.nic.yt/", - "tld_created": "1997-11-17", - "tld_updated": [ - "2026-03-23" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "Mayotte", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/yun.json b/data/generated/tld/yun.json index 98a4d850..25c60aa3 100644 --- a/data/generated/tld/yun.json +++ b/data/generated/tld/yun.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -91,26 +111,6 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] } } diff --git a/data/generated/tld/za.json b/data/generated/tld/za.json index 50924749..28e8b2d3 100644 --- a/data/generated/tld/za.json +++ b/data/generated/tld/za.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,21 @@ "tech": "ZA Domain Name Authority" } }, + "registry_url": "http://www.zadna.org.za/", + "tld_created": "1990-11-07", + "tld_updated": [ + "2025-04-16" + ], + "annotations": { + "country_name_iso": "South Africa", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "nsza.is.co.za", @@ -68,21 +83,6 @@ } ] } - ], - "registry_url": "http://www.zadna.org.za/", - "tld_created": "1990-11-07", - "tld_updated": [ - "2025-04-16" - ], - "annotations": { - "country_name_iso": "South Africa", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/zappos.json b/data/generated/tld/zappos.json index 341f19db..c9655247 100644 --- a/data/generated/tld/zappos.json +++ b/data/generated/tld/zappos.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.zappos", + "rdap_server": "https://rdap.nominet.uk/zappos/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.zappos", @@ -181,36 +211,6 @@ } ] } - ], - "registry_url": "http://www.nic.zappos", - "rdap_server": "https://rdap.nominet.uk/zappos/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] } } diff --git a/data/generated/tld/zara.json b/data/generated/tld/zara.json index 225e9f58..af0cfeac 100644 --- a/data/generated/tld/zara.json +++ b/data/generated/tld/zara.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "http://www.zara.com", + "whois_server": "whois.nic.zara", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2023-08-04" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.zara", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "http://www.zara.com", - "whois_server": "whois.nic.zara", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2023-08-04" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/zero.json b/data/generated/tld/zero.json index 80d03fe7..f534c935 100644 --- a/data/generated/tld/zero.json +++ b/data/generated/tld/zero.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.zero", + "whois_server": "whois.nic.zero", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.zero", @@ -143,34 +171,6 @@ } ] } - ], - "registry_url": "http://www.nic.zero", - "whois_server": "whois.nic.zero", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/zip.json b/data/generated/tld/zip.json index cb5b273d..b21dd8d1 100644 --- a/data/generated/tld/zip.json +++ b/data/generated/tld/zip.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -124,33 +151,6 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] } } diff --git a/data/generated/tld/zm.json b/data/generated/tld/zm.json index 16ddc52d..975915d3 100644 --- a/data/generated/tld/zm.json +++ b/data/generated/tld/zm.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,24 @@ "tech": "Zambia Information and Communications Technology Authority (ZICTA)" } }, + "registry_url": "https://registry.zicta.zm", + "whois_server": "whois.zicta.zm", + "rdap_server": "https://rdap.nic.zm", + "tld_created": "1994-03-25", + "tld_updated": [ + "2024-04-24" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Zambia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gransy.nic.zm", @@ -74,24 +92,6 @@ } ] } - ], - "registry_url": "https://registry.zicta.zm", - "whois_server": "whois.zicta.zm", - "rdap_server": "https://rdap.nic.zm", - "tld_created": "1994-03-25", - "tld_updated": [ - "2024-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Zambia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tld/zone.json b/data/generated/tld/zone.json index 27098139..cf9da7b4 100644 --- a/data/generated/tld/zone.json +++ b/data/generated/tld/zone.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.zone", @@ -143,33 +170,6 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] } } diff --git a/data/generated/tld/zuerich.json b/data/generated/tld/zuerich.json index aef7fd19..0d0d7d5b 100644 --- a/data/generated/tld/zuerich.json +++ b/data/generated/tld/zuerich.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -28,6 +28,29 @@ "date_removed": null } }, + "registry_url": "https://nic.zuerich", + "whois_server": "whois.nic.zuerich", + "rdap_server": "https://rdap.centralnic.com/zuerich", + "tld_created": "2014-12-18", + "tld_updated": [ + "2023-10-16" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.zuerich", @@ -105,29 +128,6 @@ } ] } - ], - "registry_url": "https://nic.zuerich", - "whois_server": "whois.nic.zuerich", - "rdap_server": "https://rdap.centralnic.com/zuerich", - "tld_created": "2014-12-18", - "tld_updated": [ - "2023-10-16" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "city" - } + ] } } diff --git a/data/generated/tld/zw.json b/data/generated/tld/zw.json index c1125be7..8856fda3 100644 --- a/data/generated/tld/zw.json +++ b/data/generated/tld/zw.json @@ -1,6 +1,6 @@ { "description": "Per-TLD bootstrap data, from IANA sources", - "publication": "2026-05-25T17:27:52Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -17,6 +17,20 @@ "tech": "TelOne Pvt Ltd" } }, + "tld_created": "1991-11-06", + "tld_updated": [ + "2021-03-11" + ], + "annotations": { + "country_name_iso": "Zimbabwe", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.liquidtelecom.net", @@ -113,20 +127,6 @@ } ] } - ], - "tld_created": "1991-11-06", - "tld_updated": [ - "2021-03-11" - ], - "annotations": { - "country_name_iso": "Zimbabwe", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } } diff --git a/data/generated/tlds.json b/data/generated/tlds.json index cd2452da..b6e59e95 100644 --- a/data/generated/tlds.json +++ b/data/generated/tlds.json @@ -1,6 +1,6 @@ { "description": "Enhanced TLD bootstrap data, from IANA sources", - "publication": "2026-05-26T05:00:51Z", + "publication": "2026-05-26T05:23:55Z", "sources": { "iana_root_db": "https://www.iana.org/domains/root/db", "iana_rdap": "https://data.iana.org/rdap/dns.json" @@ -29,6 +29,29 @@ "date_removed": null } }, + "registry_url": "http://www.aaa.com", + "whois_server": "whois.nic.aaa", + "rdap_server": "https://rdap.nic.aaa/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2024-12-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aaa", @@ -144,30 +167,7 @@ } ] } - ], - "registry_url": "http://www.aaa.com", - "whois_server": "whois.nic.aaa", - "rdap_server": "https://rdap.nic.aaa/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2024-12-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "aarp", @@ -192,6 +192,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.aarp", + "rdap_server": "https://rdap.nic.aarp", + "tld_created": "2015-10-22", + "tld_updated": [ + "2024-08-23" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aarp", @@ -307,29 +329,7 @@ } ] } - ], - "whois_server": "whois.nic.aarp", - "rdap_server": "https://rdap.nic.aarp", - "tld_created": "2015-10-22", - "tld_updated": [ - "2024-08-23" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "abarth", @@ -384,6 +384,29 @@ "date_removed": null } }, + "registry_url": "http://abb.com", + "whois_server": "whois.nic.abb", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.abb", @@ -461,30 +484,7 @@ } ] } - ], - "registry_url": "http://abb.com", - "whois_server": "whois.nic.abb", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "abbott", @@ -509,6 +509,29 @@ "date_removed": null } }, + "registry_url": "http://www.abbott.com", + "whois_server": "whois.nic.abbott", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2026-01-26" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.abbott", @@ -586,30 +609,7 @@ } ] } - ], - "registry_url": "http://www.abbott.com", - "whois_server": "whois.nic.abbott", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2026-01-26" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "abbvie", @@ -634,6 +634,30 @@ "date_removed": null } }, + "registry_url": "http://www.abbvie.com", + "rdap_server": "https://rdap.nominet.uk/abbvie/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.abbvie", @@ -787,31 +811,7 @@ } ] } - ], - "registry_url": "http://www.abbvie.com", - "rdap_server": "https://rdap.nominet.uk/abbvie/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "abc", @@ -836,6 +836,29 @@ "date_removed": null } }, + "registry_url": "http://abc.com", + "whois_server": "whois.nic.abc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.abc", @@ -951,30 +974,7 @@ } ] } - ], - "registry_url": "http://abc.com", - "whois_server": "whois.nic.abc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "able", @@ -999,6 +999,27 @@ "date_removed": null } }, + "registry_url": "http://www.able.co.jp", + "rdap_server": "https://rdap.nic.able/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.able", @@ -1114,28 +1135,7 @@ } ] } - ], - "registry_url": "http://www.able.co.jp", - "rdap_server": "https://rdap.nic.able/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "abogado", @@ -1160,6 +1160,34 @@ "date_removed": null } }, + "registry_url": "http://nic.abogado/", + "whois_server": "whois.nic.abogado", + "rdap_server": "https://rdap.nic.abogado/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.abogado", @@ -1275,35 +1303,7 @@ } ] } - ], - "registry_url": "http://nic.abogado/", - "whois_server": "whois.nic.abogado", - "rdap_server": "https://rdap.nic.abogado/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "abudhabi", @@ -1328,6 +1328,26 @@ "date_removed": null } }, + "whois_server": "whois.nic.abudhabi", + "rdap_server": "https://rdap.nic.abudhabi", + "tld_created": "2016-02-26", + "tld_updated": [ + "2019-11-26" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -1405,27 +1425,7 @@ } ] } - ], - "whois_server": "whois.nic.abudhabi", - "rdap_server": "https://rdap.nic.abudhabi", - "tld_created": "2016-02-26", - "tld_updated": [ - "2019-11-26" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "ac", @@ -1439,6 +1439,30 @@ "tech": "Internet Computer Bureau Limited" } }, + "registry_url": "http://www.nic.ac/", + "whois_server": "whois.nic.ac", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1997-12-19", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Ascension Island", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.nic.ac", @@ -1516,31 +1540,7 @@ } ] } - ], - "registry_url": "http://www.nic.ac/", - "whois_server": "whois.nic.ac", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-12-19", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Ascension Island", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "academy", @@ -1565,6 +1565,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.academy", @@ -1680,34 +1707,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "accenture", @@ -1732,6 +1732,29 @@ "date_removed": null } }, + "registry_url": "http://www.accenture.com", + "whois_server": "whois.nic.accenture", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.accenture", @@ -1847,30 +1870,7 @@ } ] } - ], - "registry_url": "http://www.accenture.com", - "whois_server": "whois.nic.accenture", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "accountant", @@ -1895,6 +1895,32 @@ "date_removed": null } }, + "registry_url": "http://nic.accountant", + "whois_server": "whois.nic.accountant", + "rdap_server": "https://rdap.nic.accountant/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.accountant", @@ -2010,33 +2036,7 @@ } ] } - ], - "registry_url": "http://nic.accountant", - "whois_server": "whois.nic.accountant", - "rdap_server": "https://rdap.nic.accountant/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "accountants", @@ -2061,6 +2061,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.accountants", @@ -2176,34 +2203,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "aco", @@ -2228,6 +2228,28 @@ "date_removed": null } }, + "registry_url": "http://www.aco.com", + "whois_server": "whois.nic.aco", + "rdap_server": "https://rdap.nic.aco/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2022-06-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.aco", @@ -2286,29 +2308,7 @@ } ] } - ], - "registry_url": "http://www.aco.com", - "whois_server": "whois.nic.aco", - "rdap_server": "https://rdap.nic.aco/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2022-06-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] }, { "tld": "active", @@ -2363,6 +2363,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.actor", @@ -2478,34 +2505,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ad", @@ -2519,6 +2519,26 @@ "tech": "Andorra Telecom" } }, + "registry_url": "https://www.domini.ad", + "whois_server": "whois.nic.ad", + "rdap_server": "https://rdap.nic.ad", + "tld_created": "1996-01-09", + "tld_updated": [ + "2025-11-10" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Andorra", + "as_org_aliases": [ + "AFNIC", + "Knipp Medien" + ], + "as_org_slugs": [ + "afnic", + "knipp-medien" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ad.ns.nic.es", @@ -2596,27 +2616,7 @@ } ] } - ], - "registry_url": "https://www.domini.ad", - "whois_server": "whois.nic.ad", - "rdap_server": "https://rdap.nic.ad", - "tld_created": "1996-01-09", - "tld_updated": [ - "2025-11-10" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Andorra", - "as_org_aliases": [ - "AFNIC", - "Knipp Medien" - ], - "as_org_slugs": [ - "afnic", - "knipp-medien" - ], - "geographic_scope": "country" - } + ] }, { "tld": "adac", @@ -2672,6 +2672,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -2768,34 +2795,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "adult", @@ -2820,6 +2820,34 @@ "date_removed": null } }, + "registry_url": "http://nic.adult", + "whois_server": "whois.nic.adult", + "rdap_server": "https://rdap.nic.adult/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.adult", @@ -2935,35 +2963,7 @@ } ] } - ], - "registry_url": "http://nic.adult", - "whois_server": "whois.nic.adult", - "rdap_server": "https://rdap.nic.adult/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ae", @@ -2977,6 +2977,22 @@ "tech": ".ae Domain Administration (.aeDA)" } }, + "registry_url": "http://aeda.ae/", + "whois_server": "whois.aeda.net.ae", + "tld_created": "1992-12-01", + "tld_updated": [ + "2021-10-19" + ], + "annotations": { + "country_name_iso": "United Arab Emirates", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.aedns.ae", @@ -3055,22 +3071,6 @@ ] } ], - "registry_url": "http://aeda.ae/", - "whois_server": "whois.aeda.net.ae", - "tld_created": "1992-12-01", - "tld_updated": [ - "2021-10-19" - ], - "annotations": { - "country_name_iso": "United Arab Emirates", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbaam7a8h" ] @@ -3098,6 +3098,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.aeg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.aeg", @@ -3213,29 +3235,7 @@ } ] } - ], - "whois_server": "whois.nic.aeg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "aero", @@ -3260,6 +3260,29 @@ "date_removed": null } }, + "registry_url": "http://www.information.aero", + "whois_server": "whois.aero", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2001-12-21", + "tld_updated": [ + "2026-05-21" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.aero", @@ -3356,30 +3379,7 @@ } ] } - ], - "registry_url": "http://www.information.aero", - "whois_server": "whois.aero", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2001-12-21", - "tld_updated": [ - "2026-05-21" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "aetna", @@ -3404,6 +3404,28 @@ "date_removed": null } }, + "registry_url": "https://www.aetna.com", + "rdap_server": "https://rdap.nic.aetna/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aetna", @@ -3519,29 +3541,7 @@ } ] } - ], - "registry_url": "https://www.aetna.com", - "rdap_server": "https://rdap.nic.aetna/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "af", @@ -3555,6 +3555,22 @@ "tech": "Ministry of Communications and IT" } }, + "registry_url": "http://www.nic.af", + "whois_server": "whois.nic.af", + "tld_created": "1997-10-16", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Afghanistan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.af", @@ -3606,23 +3622,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.af", - "whois_server": "whois.nic.af", - "tld_created": "1997-10-16", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Afghanistan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "afamilycompany", @@ -3677,6 +3677,27 @@ "date_removed": null } }, + "registry_url": "http://nic.afl", + "whois_server": "whois.nic.afl", + "rdap_server": "https://rdap.nic.afl/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.afl", @@ -3792,28 +3813,7 @@ } ] } - ], - "registry_url": "http://nic.afl", - "whois_server": "whois.nic.afl", - "rdap_server": "https://rdap.nic.afl/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "africa", @@ -3838,6 +3838,31 @@ "date_removed": null } }, + "registry_url": "http://nic.africa", + "whois_server": "whois.nic.africa", + "rdap_server": "https://rdap.nic.africa/rdap/", + "tld_created": "2017-02-11", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -3896,32 +3921,7 @@ } ] } - ], - "registry_url": "http://nic.africa", - "whois_server": "whois.nic.africa", - "rdap_server": "https://rdap.nic.africa/rdap/", - "tld_created": "2017-02-11", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "supranational" - } + ] }, { "tld": "ag", @@ -3935,6 +3935,26 @@ "tech": "Afilias Limited" } }, + "registry_url": "http://www.nic.ag", + "whois_server": "whois.nic.ag", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2021-02-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Antigua and Barbuda", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -4050,27 +4070,7 @@ } ] } - ], - "registry_url": "http://www.nic.ag", - "whois_server": "whois.nic.ag", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2021-02-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Antigua and Barbuda", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "agakhan", @@ -4095,6 +4095,28 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org/", + "whois_server": "whois.nic.agakhan", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-31", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.agakhan", @@ -4172,29 +4194,7 @@ } ] } - ], - "registry_url": "http://www.akdn.org/", - "whois_server": "whois.nic.agakhan", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-31", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "agency", @@ -4219,6 +4219,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.agency", @@ -4334,34 +4361,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ai", @@ -4375,6 +4375,24 @@ "tech": "Government of Anguilla" } }, + "registry_url": "https://nic.ai", + "whois_server": "whois.nic.ai", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1995-02-16", + "tld_updated": [ + "2025-02-11" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Anguilla", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "v0n0.nic.ai", @@ -4490,25 +4508,7 @@ } ] } - ], - "registry_url": "https://nic.ai", - "whois_server": "whois.nic.ai", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1995-02-16", - "tld_updated": [ - "2025-02-11" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Anguilla", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "aig", @@ -4533,6 +4533,28 @@ "date_removed": null } }, + "registry_url": "http://www.aig.com", + "rdap_server": "https://rdap.nic.aig/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aig", @@ -4648,29 +4670,7 @@ } ] } - ], - "registry_url": "http://www.aig.com", - "rdap_server": "https://rdap.nic.aig/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "aigo", @@ -4725,6 +4725,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.airbus", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-26", + "tld_updated": [ + "2024-11-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.airbus", @@ -4840,29 +4862,7 @@ } ] } - ], - "whois_server": "whois.nic.airbus", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-26", - "tld_updated": [ - "2024-11-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "airforce", @@ -4887,6 +4887,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.airforce", @@ -5002,34 +5029,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "airtel", @@ -5054,6 +5054,29 @@ "date_removed": null } }, + "registry_url": "http://www.airtel.in", + "whois_server": "whois.nic.airtel", + "rdap_server": "https://rdap.nic.airtel", + "tld_created": "2015-06-18", + "tld_updated": [ + "2025-12-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.airtel", @@ -5169,30 +5192,7 @@ } ] } - ], - "registry_url": "http://www.airtel.in", - "whois_server": "whois.nic.airtel", - "rdap_server": "https://rdap.nic.airtel", - "tld_created": "2015-06-18", - "tld_updated": [ - "2025-12-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "akdn", @@ -5217,6 +5217,28 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org/", + "whois_server": "whois.nic.akdn", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-31", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.akdn", @@ -5294,29 +5316,7 @@ } ] } - ], - "registry_url": "http://www.akdn.org/", - "whois_server": "whois.nic.akdn", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-31", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "al", @@ -5330,6 +5330,21 @@ "tech": "Electronic and Postal Communications Authority - AKEP" } }, + "registry_url": "https://akep.al/e-aplikime-domain/", + "tld_created": "1992-04-21", + "tld_updated": [ + "2023-10-12" + ], + "annotations": { + "country_name_iso": "Albania", + "as_org_aliases": [ + "DENIC" + ], + "as_org_slugs": [ + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "munnari.oz.au", @@ -5406,22 +5421,7 @@ } ] } - ], - "registry_url": "https://akep.al/e-aplikime-domain/", - "tld_created": "1992-04-21", - "tld_updated": [ - "2023-10-12" - ], - "annotations": { - "country_name_iso": "Albania", - "as_org_aliases": [ - "DENIC" - ], - "as_org_slugs": [ - "denic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "alfaromeo", @@ -5476,6 +5476,21 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.alibaba", + "rdap_server": "https://rdap.aliregistry.cn/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2026-05-20" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "ns1.nic.alibaba", @@ -5553,22 +5568,7 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.alibaba", - "rdap_server": "https://rdap.aliregistry.cn/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2026-05-20" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ] - } + ] }, { "tld": "alipay", @@ -5593,6 +5593,29 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.alipay", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.alipay", @@ -5670,30 +5693,7 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.alipay", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "allfinanz", @@ -5718,84 +5718,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.nic.allfinanz", - "ipv4": [ - { - "ip": "194.169.218.75", - "asn": 199330, - "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2001:67c:13cc::1:75", - "asn": 199330, - "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", - "as_country": "GB" - } - ] - }, - { - "hostname": "b.nic.allfinanz", - "ipv4": [ - { - "ip": "185.24.64.75", - "asn": 60890, - "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13cc::1:75", - "asn": 60890, - "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", - "as_country": "GB" - } - ] - }, - { - "hostname": "c.nic.allfinanz", - "ipv4": [ - { - "ip": "212.18.248.75", - "asn": 201304, - "as_org": "CENTRALNIC-ANYCAST-E", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13ee::75", - "asn": 201304, - "as_org": "CENTRALNIC-ANYCAST-E", - "as_country": "GB" - } - ] - }, - { - "hostname": "d.nic.allfinanz", - "ipv4": [ - { - "ip": "212.18.249.75", - "asn": 201303, - "as_org": "CENTRALNIC-ANYCAST-F", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13ff::75", - "asn": 201303, - "as_org": "CENTRALNIC-ANYCAST-F", - "as_country": "GB" - } - ] - } - ], "registry_url": "http://www.allfinanz-registry.de", "whois_server": "whois.nic.allfinanz", "rdap_server": "https://rdap.centralnic.com/allfinanz", @@ -5817,7 +5739,85 @@ "as_org_slugs": [ "centralnic" ] - } + }, + "nameservers": [ + { + "hostname": "a.nic.allfinanz", + "ipv4": [ + { + "ip": "194.169.218.75", + "asn": 199330, + "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2001:67c:13cc::1:75", + "asn": 199330, + "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", + "as_country": "GB" + } + ] + }, + { + "hostname": "b.nic.allfinanz", + "ipv4": [ + { + "ip": "185.24.64.75", + "asn": 60890, + "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13cc::1:75", + "asn": 60890, + "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", + "as_country": "GB" + } + ] + }, + { + "hostname": "c.nic.allfinanz", + "ipv4": [ + { + "ip": "212.18.248.75", + "asn": 201304, + "as_org": "CENTRALNIC-ANYCAST-E", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13ee::75", + "asn": 201304, + "as_org": "CENTRALNIC-ANYCAST-E", + "as_country": "GB" + } + ] + }, + { + "hostname": "d.nic.allfinanz", + "ipv4": [ + { + "ip": "212.18.249.75", + "asn": 201303, + "as_org": "CENTRALNIC-ANYCAST-F", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13ff::75", + "asn": 201303, + "as_org": "CENTRALNIC-ANYCAST-F", + "as_country": "GB" + } + ] + } + ] }, { "tld": "allstate", @@ -5842,6 +5842,29 @@ "date_removed": null } }, + "registry_url": "https://www.allstate.com/", + "whois_server": "whois.nic.allstate", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.allstate", @@ -5919,30 +5942,7 @@ } ] } - ], - "registry_url": "https://www.allstate.com/", - "whois_server": "whois.nic.allstate", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ally", @@ -5967,6 +5967,29 @@ "date_removed": null } }, + "registry_url": "http://www.ally.com", + "whois_server": "whois.nic.ally", + "rdap_server": "https://rdap.nic.ally", + "tld_created": "2015-10-22", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ally", @@ -6082,30 +6105,7 @@ } ] } - ], - "registry_url": "http://www.ally.com", - "whois_server": "whois.nic.ally", - "rdap_server": "https://rdap.nic.ally", - "tld_created": "2015-10-22", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "alsace", @@ -6130,6 +6130,31 @@ "date_removed": null } }, + "registry_url": "https://www.mondomaine.alsace", + "whois_server": "whois.nic.alsace", + "rdap_server": "https://rdap.nic.alsace", + "tld_created": "2014-09-18", + "tld_updated": [ + "2024-09-16" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -6188,32 +6213,7 @@ } ] } - ], - "registry_url": "https://www.mondomaine.alsace", - "whois_server": "whois.nic.alsace", - "rdap_server": "https://rdap.nic.alsace", - "tld_created": "2014-09-18", - "tld_updated": [ - "2024-09-16" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "alstom", @@ -6238,6 +6238,27 @@ "date_removed": null } }, + "registry_url": "http://www.alstom.com", + "whois_server": "whois.nic.alstom", + "rdap_server": "https://rdap.nic.alstom/", + "tld_created": "2015-12-04", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -6315,28 +6336,7 @@ } ] } - ], - "registry_url": "http://www.alstom.com", - "whois_server": "whois.nic.alstom", - "rdap_server": "https://rdap.nic.alstom/", - "tld_created": "2015-12-04", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "am", @@ -6350,6 +6350,24 @@ "tech": "\"Internet Society\" Non-governmental Organization" } }, + "registry_url": "https://www.amnic.net/", + "whois_server": "whois.amnic.net", + "tld_created": "1994-08-26", + "tld_updated": [ + "2024-11-27" + ], + "annotations": { + "country_name_iso": "Armenia", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -6428,24 +6446,6 @@ ] } ], - "registry_url": "https://www.amnic.net/", - "whois_server": "whois.amnic.net", - "tld_created": "1994-08-26", - "tld_updated": [ - "2024-11-27" - ], - "annotations": { - "country_name_iso": "Armenia", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--y9a3aq" ] @@ -6473,6 +6473,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.amazon", + "rdap_server": "https://rdap.nominet.uk/amazon/", + "tld_created": "2020-05-28", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.amazon", @@ -6626,35 +6654,7 @@ } ] } - ], - "registry_url": "http://www.nic.amazon", - "rdap_server": "https://rdap.nominet.uk/amazon/", - "tld_created": "2020-05-28", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "americanexpress", @@ -6679,6 +6679,28 @@ "date_removed": null } }, + "registry_url": "https://www.americanexpress.com", + "rdap_server": "https://rdap.nic.americanexpress/", + "tld_created": "2016-07-22", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.americanexpress", @@ -6794,29 +6816,7 @@ } ] } - ], - "registry_url": "https://www.americanexpress.com", - "rdap_server": "https://rdap.nic.americanexpress/", - "tld_created": "2016-07-22", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "americanfamily", @@ -6841,6 +6841,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.americanfamily", + "rdap_server": "https://rdap.nic.americanfamily", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-08-23" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.americanfamily", @@ -6956,29 +6978,7 @@ } ] } - ], - "whois_server": "whois.nic.americanfamily", - "rdap_server": "https://rdap.nic.americanfamily", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-08-23" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "amex", @@ -7003,6 +7003,28 @@ "date_removed": null } }, + "registry_url": "https://www.americanexpress.com", + "rdap_server": "https://rdap.nic.amex/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.amex", @@ -7118,29 +7140,7 @@ } ] } - ], - "registry_url": "https://www.americanexpress.com", - "rdap_server": "https://rdap.nic.amex/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "amfam", @@ -7165,6 +7165,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.amfam", + "rdap_server": "https://rdap.nic.amfam", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-08-23" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.amfam", @@ -7280,29 +7302,7 @@ } ] } - ], - "whois_server": "whois.nic.amfam", - "rdap_server": "https://rdap.nic.amfam", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-08-23" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "amica", @@ -7327,6 +7327,28 @@ "date_removed": null } }, + "registry_url": "http://www.amica.com", + "rdap_server": "https://rdap.nic.amica/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.amica", @@ -7442,29 +7464,7 @@ } ] } - ], - "registry_url": "http://www.amica.com", - "rdap_server": "https://rdap.nic.amica/", - "tld_created": "2015-08-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "amsterdam", @@ -7489,6 +7489,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.amsterdam", + "whois_server": "whois.nic.amsterdam", + "rdap_server": "https://rdap.nic.amsterdam", + "tld_created": "2014-11-20", + "tld_updated": [ + "2023-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "ns1.dns.amsterdam", @@ -7547,32 +7572,7 @@ } ] } - ], - "registry_url": "http://www.nic.amsterdam", - "whois_server": "whois.nic.amsterdam", - "rdap_server": "https://rdap.nic.amsterdam", - "tld_created": "2014-11-20", - "tld_updated": [ - "2023-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ], - "geographic_scope": "city" - } + ] }, { "tld": "an", @@ -7610,6 +7610,27 @@ "date_removed": null } }, + "registry_url": "http://www.sas.com", + "rdap_server": "https://rdap.nic.analytics/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.analytics", @@ -7725,28 +7746,7 @@ } ] } - ], - "registry_url": "http://www.sas.com", - "rdap_server": "https://rdap.nic.analytics/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "android", @@ -7771,6 +7771,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -7867,35 +7895,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "anquan", @@ -7920,6 +7920,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -7983,27 +8003,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "anz", @@ -8028,6 +8028,27 @@ "date_removed": null } }, + "registry_url": "http://www.anz.com/", + "whois_server": "whois.nic.anz", + "rdap_server": "https://rdap.nic.anz/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.anz", @@ -8143,28 +8164,7 @@ } ] } - ], - "registry_url": "http://www.anz.com/", - "whois_server": "whois.nic.anz", - "rdap_server": "https://rdap.nic.anz/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ao", @@ -8178,6 +8178,23 @@ "tech": "INSTITUTO NACIONAL DE FOMENTO DA SOCIEDADE DA INFORMACAO-INFOSI" } }, + "registry_url": "http://www.dns.ao/", + "tld_created": "1995-11-15", + "tld_updated": [ + "2024-09-09" + ], + "annotations": { + "country_name_iso": "Angola", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.ao", @@ -8255,24 +8272,7 @@ } ] } - ], - "registry_url": "http://www.dns.ao/", - "tld_created": "1995-11-15", - "tld_updated": [ - "2024-09-09" - ], - "annotations": { - "country_name_iso": "Angola", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "aol", @@ -8297,6 +8297,29 @@ "date_removed": null } }, + "registry_url": "http://www.aol.com", + "whois_server": "whois.nic.aol", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.aol", @@ -8374,30 +8397,7 @@ } ] } - ], - "registry_url": "http://www.aol.com", - "whois_server": "whois.nic.aol", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "apartments", @@ -8422,6 +8422,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.apartments", @@ -8537,34 +8564,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "app", @@ -8589,6 +8589,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -8685,34 +8712,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "apple", @@ -8737,65 +8737,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "apple-ns.pch.net", - "ipv4": [ - { - "ip": "203.119.88.1", - "asn": 187, - "as_org": "DNSCAST-AS", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dd8:7:6001:dc::1", - "asn": 187, - "as_org": "DNSCAST-AS", - "as_country": "US" - } - ] - }, - { - "hostname": "c.ns.apple.com", - "ipv4": [ - { - "ip": "204.19.119.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:800:714::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - }, - { - "hostname": "d.ns.apple.com", - "ipv4": [ - { - "ip": "204.26.57.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:801:714::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - } - ], "registry_url": "https://www.nic.apple/", "rdap_server": "https://rdap.nic.apple/", "tld_created": "2015-07-02", @@ -8821,7 +8762,66 @@ "as_org_slugs": [ "packet-clearing-house" ] - } + }, + "nameservers": [ + { + "hostname": "apple-ns.pch.net", + "ipv4": [ + { + "ip": "203.119.88.1", + "asn": 187, + "as_org": "DNSCAST-AS", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dd8:7:6001:dc::1", + "asn": 187, + "as_org": "DNSCAST-AS", + "as_country": "US" + } + ] + }, + { + "hostname": "c.ns.apple.com", + "ipv4": [ + { + "ip": "204.19.119.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:800:714::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + }, + { + "hostname": "d.ns.apple.com", + "ipv4": [ + { + "ip": "204.26.57.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:801:714::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + } + ] }, { "tld": "aq", @@ -8835,6 +8835,20 @@ "tech": "InternetNZ" } }, + "tld_created": "1992-02-26", + "tld_updated": [ + "2025-01-21" + ], + "annotations": { + "country_name_iso": "Antarctica", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -8893,21 +8907,7 @@ } ] } - ], - "tld_created": "1992-02-26", - "tld_updated": [ - "2025-01-21" - ], - "annotations": { - "country_name_iso": "Antarctica", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "aquarelle", @@ -8932,6 +8932,29 @@ "date_removed": null } }, + "registry_url": "https://www.aquarelle.com", + "whois_server": "whois.nic.aquarelle", + "rdap_server": "https://rdap.nic.aquarelle", + "tld_created": "2014-11-06", + "tld_updated": [ + "2024-11-08" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.aquarelle", @@ -9009,30 +9032,7 @@ } ] } - ], - "registry_url": "https://www.aquarelle.com", - "whois_server": "whois.nic.aquarelle", - "rdap_server": "https://rdap.nic.aquarelle", - "tld_created": "2014-11-06", - "tld_updated": [ - "2024-11-08" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "ar", @@ -9046,6 +9046,26 @@ "tech": "Dirección Nacional del Registro de Nombres de Dominio de Internet - NIC Argentina" } }, + "registry_url": "https://nic.ar", + "whois_server": "whois.nic.ar", + "rdap_server": "https://rdap.nic.ar", + "tld_created": "1987-09-23", + "tld_updated": [ + "2025-04-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Argentina", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -9142,27 +9162,7 @@ } ] } - ], - "registry_url": "https://nic.ar", - "whois_server": "whois.nic.ar", - "rdap_server": "https://rdap.nic.ar", - "tld_created": "1987-09-23", - "tld_updated": [ - "2025-04-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Argentina", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "arab", @@ -9187,6 +9187,26 @@ "date_removed": null } }, + "whois_server": "whois.nic.arab", + "rdap_server": "https://rdap.nic.arab/", + "tld_created": "2017-05-11", + "tld_updated": [ + "2020-05-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "cultural_affiliation": "arab" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -9264,27 +9284,7 @@ } ] } - ], - "whois_server": "whois.nic.arab", - "rdap_server": "https://rdap.nic.arab/", - "tld_created": "2017-05-11", - "tld_updated": [ - "2020-05-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "cultural_affiliation": "arab" - } + ] }, { "tld": "aramco", @@ -9309,6 +9309,27 @@ "date_removed": null } }, + "registry_url": "http://www.aramco.com", + "rdap_server": "https://rdap.nic.aramco/", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.aramco", @@ -9424,28 +9445,7 @@ } ] } - ], - "registry_url": "http://www.aramco.com", - "rdap_server": "https://rdap.nic.aramco/", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "archi", @@ -9470,6 +9470,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.archi", @@ -9547,12 +9575,36 @@ } ] } - ], + ] + }, + { + "tld": "army", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1255-29986", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-06-04", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-20", + "tld_created": "2014-05-29", "tld_updated": [ - "2025-09-04" + "2025-10-07" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -9566,7 +9618,6 @@ "rdap_source": "IANA", "registry_agreement_types": [ "base", - "community", "non_sponsored" ], "as_org_aliases": [ @@ -9575,30 +9626,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "army", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1255-29986", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-06-04", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -9715,34 +9742,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "arpa", @@ -9756,6 +9756,20 @@ "tech": "Internet Corporation for Assigned Names and Numbers (ICANN)" } }, + "registry_url": "https://www.iana.org/domains/arpa", + "whois_server": "whois.iana.org", + "tld_created": "1985-01-01", + "tld_updated": [ + "2023-11-27" + ], + "annotations": { + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.ns.arpa", @@ -9985,21 +9999,7 @@ } ] } - ], - "registry_url": "https://www.iana.org/domains/arpa", - "whois_server": "whois.iana.org", - "tld_created": "1985-01-01", - "tld_updated": [ - "2023-11-27" - ], - "annotations": { - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "art", @@ -10024,6 +10024,28 @@ "date_removed": null } }, + "registry_url": "http://art.art/", + "whois_server": "whois.nic.art", + "rdap_server": "https://rdap.centralnic.com/art", + "tld_created": "2016-06-09", + "tld_updated": [ + "2024-04-30" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.art", @@ -10101,29 +10123,7 @@ } ] } - ], - "registry_url": "http://art.art/", - "whois_server": "whois.nic.art", - "rdap_server": "https://rdap.centralnic.com/art", - "tld_created": "2016-06-09", - "tld_updated": [ - "2024-04-30" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "arte", @@ -10148,6 +10148,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.arte", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.arte", @@ -10263,29 +10285,7 @@ } ] } - ], - "whois_server": "whois.nic.arte", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "as", @@ -10299,6 +10299,24 @@ "tech": "GDNS, LLC" } }, + "registry_url": "http://www.nic.as", + "whois_server": "whois.nic.as", + "rdap_server": "https://rdap.nic.as", + "tld_created": "1997-06-12", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "American Samoa", + "as_org_aliases": [ + "Nominet" + ], + "as_org_slugs": [ + "nominet" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.asnic.biz", @@ -10395,25 +10413,7 @@ } ] } - ], - "registry_url": "http://www.nic.as", - "whois_server": "whois.nic.as", - "rdap_server": "https://rdap.nic.as", - "tld_created": "1997-06-12", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "American Samoa", - "as_org_aliases": [ - "Nominet" - ], - "as_org_slugs": [ - "nominet" - ], - "geographic_scope": "country" - } + ] }, { "tld": "asda", @@ -10438,6 +10438,29 @@ "date_removed": null } }, + "registry_url": "http://www.asda.com", + "whois_server": "whois.nic.asda", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.asda", @@ -10515,30 +10538,7 @@ } ] } - ], - "registry_url": "http://www.asda.com", - "whois_server": "whois.nic.asda", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "asia", @@ -10563,6 +10563,30 @@ "date_removed": null } }, + "registry_url": "http://www.registry.asia", + "whois_server": "whois.nic.asia", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2007-05-02", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "a0.asia.afilias-nst.info", @@ -10678,31 +10702,7 @@ } ] } - ], - "registry_url": "http://www.registry.asia", - "whois_server": "whois.nic.asia", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2007-05-02", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "supranational" - } + ] }, { "tld": "associates", @@ -10727,6 +10727,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.associates", @@ -10842,34 +10869,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "at", @@ -10883,6 +10883,22 @@ "tech": "nic.at GmbH c/o Vienna University Computer Center" } }, + "registry_url": "http://www.nic.at/", + "whois_server": "whois.nic.at", + "tld_created": "1988-01-20", + "tld_updated": [ + "2025-05-14" + ], + "annotations": { + "country_name_iso": "Austria", + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.ns.at", @@ -11017,23 +11033,7 @@ } ] } - ], - "registry_url": "http://www.nic.at/", - "whois_server": "whois.nic.at", - "tld_created": "1988-01-20", - "tld_updated": [ - "2025-05-14" - ], - "annotations": { - "country_name_iso": "Austria", - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "athleta", @@ -11058,6 +11058,28 @@ "date_removed": null } }, + "registry_url": "http://www.gap.com", + "rdap_server": "https://rdap.nic.athleta/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.athleta", @@ -11173,29 +11195,7 @@ } ] } - ], - "registry_url": "http://www.gap.com", - "rdap_server": "https://rdap.nic.athleta/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "attorney", @@ -11220,6 +11220,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.attorney", @@ -11335,34 +11362,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "au", @@ -11376,6 +11376,24 @@ "tech": ".au Domain Administration (auDA)" } }, + "registry_url": "https://www.auda.org.au/domains/au-domains/", + "whois_server": "whois.auda.org.au", + "rdap_server": "https://rdap.cctld.au/rdap/", + "tld_created": "1986-03-05", + "tld_updated": [ + "2026-02-09" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Australia", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.au", @@ -11472,25 +11490,7 @@ } ] } - ], - "registry_url": "https://www.auda.org.au/domains/au-domains/", - "whois_server": "whois.auda.org.au", - "rdap_server": "https://rdap.cctld.au/rdap/", - "tld_created": "1986-03-05", - "tld_updated": [ - "2026-02-09" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Australia", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "auction", @@ -11515,6 +11515,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.auction", @@ -11630,34 +11657,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "audi", @@ -11682,6 +11682,34 @@ "date_removed": null } }, + "registry_url": "http://www.audi.com", + "whois_server": "whois.nic.audi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Audi", + "iana_sponsor_slug": "audi", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Audi", + "icann_registry_operator_slug": "audi", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.audi", @@ -11759,35 +11787,7 @@ } ] } - ], - "registry_url": "http://www.audi.com", - "whois_server": "whois.nic.audi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Audi", - "iana_sponsor_slug": "audi", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Audi", - "icann_registry_operator_slug": "audi", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "audible", @@ -11812,6 +11812,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.audible", + "rdap_server": "https://rdap.nominet.uk/audible/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.audible", @@ -11965,37 +11995,7 @@ } ] } - ], - "registry_url": "http://www.nic.audible", - "rdap_server": "https://rdap.nominet.uk/audible/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "audio", @@ -12020,6 +12020,34 @@ "date_removed": null } }, + "registry_url": "https://nic.audio", + "whois_server": "whois.nic.audio", + "rdap_server": "https://rdap.centralnic.com/audio/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.audio", @@ -12097,35 +12125,7 @@ } ] } - ], - "registry_url": "https://nic.audio", - "whois_server": "whois.nic.audio", - "rdap_server": "https://rdap.centralnic.com/audio/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "auspost", @@ -12150,6 +12150,27 @@ "date_removed": null } }, + "registry_url": "https://auspost.com.au", + "whois_server": "whois.nic.auspost", + "rdap_server": "https://rdap.nic.auspost/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.auspost", @@ -12265,28 +12286,7 @@ } ] } - ], - "registry_url": "https://auspost.com.au", - "whois_server": "whois.nic.auspost", - "rdap_server": "https://rdap.nic.auspost/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "author", @@ -12311,6 +12311,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.author", + "rdap_server": "https://rdap.nominet.uk/author/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.author", @@ -12464,36 +12493,7 @@ } ] } - ], - "registry_url": "http://www.nic.author", - "rdap_server": "https://rdap.nominet.uk/author/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "auto", @@ -12518,6 +12518,34 @@ "date_removed": null } }, + "registry_url": "https://www.nic.auto", + "whois_server": "whois.nic.auto", + "rdap_server": "https://rdap.centralnic.com/auto/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.auto", @@ -12595,35 +12623,7 @@ } ] } - ], - "registry_url": "https://www.nic.auto", - "whois_server": "whois.nic.auto", - "rdap_server": "https://rdap.centralnic.com/auto/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "autos", @@ -12648,6 +12648,34 @@ "date_removed": null } }, + "registry_url": "http://nic.autos", + "whois_server": "whois.nic.autos", + "rdap_server": "https://rdap.centralnic.com/autos/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.autos", @@ -12725,35 +12753,7 @@ } ] } - ], - "registry_url": "http://nic.autos", - "whois_server": "whois.nic.autos", - "rdap_server": "https://rdap.centralnic.com/autos/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "avianca", @@ -12796,6 +12796,25 @@ "tech": "SETAR" } }, + "whois_server": "whois.nic.aw", + "tld_created": "1996-02-20", + "tld_updated": [ + "2023-07-18" + ], + "annotations": { + "country_name_iso": "Aruba", + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "aw01.setarnet.aw", @@ -12878,26 +12897,7 @@ } ] } - ], - "whois_server": "whois.nic.aw", - "tld_created": "1996-02-20", - "tld_updated": [ - "2023-07-18" - ], - "annotations": { - "country_name_iso": "Aruba", - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ], - "geographic_scope": "country" - } + ] }, { "tld": "aws", @@ -12922,6 +12922,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.aws", + "rdap_server": "https://rdap.nominet.uk/aws/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-02-07" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.aws", @@ -13075,37 +13105,7 @@ } ] } - ], - "registry_url": "http://www.nic.aws", - "rdap_server": "https://rdap.nominet.uk/aws/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-02-07" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "ax", @@ -13119,6 +13119,16 @@ "tech": "Ålands Telekommunikation Ab" } }, + "registry_url": "http://www.whois.ax", + "whois_server": "whois.ax", + "tld_created": "2006-06-21", + "tld_updated": [ + "2017-08-04" + ], + "annotations": { + "country_name_iso": "Åland Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.aland.net", @@ -13182,17 +13192,7 @@ } ] } - ], - "registry_url": "http://www.whois.ax", - "whois_server": "whois.ax", - "tld_created": "2006-06-21", - "tld_updated": [ - "2017-08-04" - ], - "annotations": { - "country_name_iso": "Åland Islands", - "geographic_scope": "country" - } + ] }, { "tld": "axa", @@ -13217,6 +13217,28 @@ "date_removed": null } }, + "registry_url": "https://domains.axa/", + "rdap_server": "https://rdap.nic.axa/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.axa", @@ -13332,29 +13354,7 @@ } ] } - ], - "registry_url": "https://domains.axa/", - "rdap_server": "https://rdap.nic.axa/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "az", @@ -13368,6 +13368,21 @@ "tech": "IntraNS" } }, + "registry_url": "http://www.whois.az/", + "tld_created": "1993-08-25", + "tld_updated": [ + "2025-11-21" + ], + "annotations": { + "country_name_iso": "Azerbaijan", + "as_org_aliases": [ + "Hetzner" + ], + "as_org_slugs": [ + "hetzner" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "az.hostmaster.ua", @@ -13431,22 +13446,7 @@ } ] } - ], - "registry_url": "http://www.whois.az/", - "tld_created": "1993-08-25", - "tld_updated": [ - "2025-11-21" - ], - "annotations": { - "country_name_iso": "Azerbaijan", - "as_org_aliases": [ - "Hetzner" - ], - "as_org_slugs": [ - "hetzner" - ], - "geographic_scope": "country" - } + ] }, { "tld": "azure", @@ -13471,6 +13471,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/azure/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.azure", @@ -13624,37 +13654,7 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/azure/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "ba", @@ -13668,6 +13668,23 @@ "tech": "University Tele-Informatic Center (UTIC)" } }, + "registry_url": "http://www.nic.ba", + "tld_created": "1996-08-14", + "tld_updated": [ + "2025-12-26" + ], + "annotations": { + "country_name_iso": "Bosnia and Herzegovina", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bosna.utic.net.ba", @@ -13731,24 +13748,7 @@ } ] } - ], - "registry_url": "http://www.nic.ba", - "tld_created": "1996-08-14", - "tld_updated": [ - "2025-12-26" - ], - "annotations": { - "country_name_iso": "Bosnia and Herzegovina", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "baby", @@ -13773,6 +13773,34 @@ "date_removed": null } }, + "registry_url": "https://nic.baby/", + "whois_server": "whois.nic.baby", + "rdap_server": "https://rdap.centralnic.com/baby/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.baby", @@ -13850,35 +13878,7 @@ } ] } - ], - "registry_url": "https://nic.baby/", - "whois_server": "whois.nic.baby", - "rdap_server": "https://rdap.centralnic.com/baby/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "baidu", @@ -13903,6 +13903,29 @@ "date_removed": null } }, + "registry_url": "http://www.zdns.cn", + "whois_server": "whois.gtld.knet.cn", + "rdap_server": "https://rdap.zdnsgtld.com/baidu", + "tld_created": "2015-12-17", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -14000,30 +14023,7 @@ } ] } - ], - "registry_url": "http://www.zdns.cn", - "whois_server": "whois.gtld.knet.cn", - "rdap_server": "https://rdap.zdnsgtld.com/baidu", - "tld_created": "2015-12-17", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "banamex", @@ -14048,6 +14048,28 @@ "date_removed": null } }, + "registry_url": "http://www.citigroup.com", + "rdap_server": "https://rdap.nic.banamex/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.banamex", @@ -14163,29 +14185,7 @@ } ] } - ], - "registry_url": "http://www.citigroup.com", - "rdap_server": "https://rdap.nic.banamex/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bananarepublic", @@ -14240,6 +14240,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-01", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.band", @@ -14355,34 +14382,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-01", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bank", @@ -14407,6 +14407,35 @@ "date_removed": null } }, + "registry_url": "https://www.ftld.com/", + "whois_server": "whois.nic.bank", + "rdap_server": "https://rdap.nic.bank/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_sponsor_alias": "fTLD Registry", + "iana_sponsor_slug": "ftld-registry", + "iana_admin_alias": "fTLD Registry", + "iana_admin_slug": "ftld-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "fTLD Registry", + "icann_registry_operator_slug": "ftld-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "d.nic.bank", @@ -14522,36 +14551,7 @@ } ] } - ], - "registry_url": "https://www.ftld.com/", - "whois_server": "whois.nic.bank", - "rdap_server": "https://rdap.nic.bank/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_sponsor_alias": "fTLD Registry", - "iana_sponsor_slug": "ftld-registry", - "iana_admin_alias": "fTLD Registry", - "iana_admin_slug": "ftld-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "fTLD Registry", - "icann_registry_operator_slug": "ftld-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bar", @@ -14576,6 +14576,30 @@ "date_removed": null } }, + "registry_url": "http://nic.bar", + "whois_server": "whois.nic.bar", + "rdap_server": "https://rdap.registry.bar/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -14653,31 +14677,7 @@ } ] } - ], - "registry_url": "http://nic.bar", - "whois_server": "whois.nic.bar", - "rdap_server": "https://rdap.registry.bar/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "barcelona", @@ -14702,6 +14702,28 @@ "date_removed": null } }, + "registry_url": "http://www.barcelona.cat", + "whois_server": "whois.nic.barcelona", + "rdap_server": "https://rdap.nic.barcelona/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -14779,29 +14801,7 @@ } ] } - ], - "registry_url": "http://www.barcelona.cat", - "whois_server": "whois.nic.barcelona", - "rdap_server": "https://rdap.nic.barcelona/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] }, { "tld": "barclaycard", @@ -14826,6 +14826,29 @@ "date_removed": null } }, + "registry_url": "http://www.barclaycard.com/", + "whois_server": "whois.nic.barclaycard", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.barclaycard", @@ -14903,30 +14926,7 @@ } ] } - ], - "registry_url": "http://www.barclaycard.com/", - "whois_server": "whois.nic.barclaycard", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "barclays", @@ -14951,6 +14951,29 @@ "date_removed": null } }, + "registry_url": "http://www.barclays.com/", + "whois_server": "whois.nic.barclays", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.barclays", @@ -15028,30 +15051,7 @@ } ] } - ], - "registry_url": "http://www.barclays.com/", - "whois_server": "whois.nic.barclays", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "barefoot", @@ -15076,6 +15076,29 @@ "date_removed": null } }, + "registry_url": "http://www.barefootwine.com", + "whois_server": "whois.nic.barefoot", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-24", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.barefoot", @@ -15153,30 +15176,7 @@ } ] } - ], - "registry_url": "http://www.barefootwine.com", - "whois_server": "whois.nic.barefoot", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-24", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bargains", @@ -15201,6 +15201,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bargains", @@ -15316,34 +15343,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "baseball", @@ -15368,6 +15368,28 @@ "date_removed": null } }, + "registry_url": "http://www.mlb.com", + "whois_server": "whois.nic.baseball", + "rdap_server": "https://rdap.nic.baseball/", + "tld_created": "2016-09-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.baseball", @@ -15483,29 +15505,7 @@ } ] } - ], - "registry_url": "http://www.mlb.com", - "whois_server": "whois.nic.baseball", - "rdap_server": "https://rdap.nic.baseball/", - "tld_created": "2016-09-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "basketball", @@ -15530,6 +15530,28 @@ "date_removed": null } }, + "registry_url": "http://www.fiba.com/", + "whois_server": "whois.nic.basketball", + "rdap_server": "https://rdap.nic.basketball", + "tld_created": "2016-10-13", + "tld_updated": [ + "2024-11-14" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.basketball", @@ -15645,29 +15667,7 @@ } ] } - ], - "registry_url": "http://www.fiba.com/", - "whois_server": "whois.nic.basketball", - "rdap_server": "https://rdap.nic.basketball", - "tld_created": "2016-10-13", - "tld_updated": [ - "2024-11-14" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bauhaus", @@ -15692,6 +15692,29 @@ "date_removed": null } }, + "registry_url": "http://www.bauhaus.info", + "whois_server": "whois.nic.bauhaus", + "rdap_server": "https://rdap.nic.bauhaus/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2023-07-07" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -15769,30 +15792,7 @@ } ] } - ], - "registry_url": "http://www.bauhaus.info", - "whois_server": "whois.nic.bauhaus", - "rdap_server": "https://rdap.nic.bauhaus/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2023-07-07" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "bayern", @@ -15817,6 +15817,33 @@ "date_removed": null } }, + "registry_url": "http://nic.bayern", + "whois_server": "whois.nic.bayern", + "rdap_server": "https://rdap.nic.bayern/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2023-06-13" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien", + "UltraDNS" + ], + "as_org_slugs": [ + "knipp-medien", + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -15970,34 +15997,7 @@ } ] } - ], - "registry_url": "http://nic.bayern", - "whois_server": "whois.nic.bayern", - "rdap_server": "https://rdap.nic.bayern/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2023-06-13" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien", - "UltraDNS" - ], - "as_org_slugs": [ - "knipp-medien", - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "bb", @@ -16011,6 +16011,15 @@ "tech": "Ministry of Innovation, Science and Smart Technology" } }, + "registry_url": "http://www.whois.telecoms.gov.bb/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "country_name_iso": "Barbados", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.bb", @@ -16088,16 +16097,7 @@ } ] } - ], - "registry_url": "http://www.whois.telecoms.gov.bb/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "country_name_iso": "Barbados", - "geographic_scope": "country" - } + ] }, { "tld": "bbc", @@ -16122,6 +16122,29 @@ "date_removed": null } }, + "registry_url": "http://www.bbc.co.uk", + "whois_server": "whois.nic.bbc", + "rdap_server": "https://rdap.nominet.uk/bbc/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2021-11-10" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bbc", @@ -16275,30 +16298,7 @@ } ] } - ], - "registry_url": "http://www.bbc.co.uk", - "whois_server": "whois.nic.bbc", - "rdap_server": "https://rdap.nominet.uk/bbc/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2021-11-10" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "bbt", @@ -16323,6 +16323,29 @@ "date_removed": null } }, + "registry_url": "http://bbt.com", + "whois_server": "whois.nic.bbt", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-12", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bbt", @@ -16400,30 +16423,7 @@ } ] } - ], - "registry_url": "http://bbt.com", - "whois_server": "whois.nic.bbt", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-12", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bbva", @@ -16448,6 +16448,29 @@ "date_removed": null } }, + "rdap_server": "https://rdap.nominet.uk/bbva/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bbva", @@ -16601,30 +16624,7 @@ } ] } - ], - "rdap_server": "https://rdap.nominet.uk/bbva/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "bcg", @@ -16649,6 +16649,29 @@ "date_removed": null } }, + "registry_url": "http://www.bcg.com", + "whois_server": "whois.nic.bcg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-11", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bcg", @@ -16726,30 +16749,7 @@ } ] } - ], - "registry_url": "http://www.bcg.com", - "whois_server": "whois.nic.bcg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-11", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bcn", @@ -16774,6 +16774,27 @@ "date_removed": null } }, + "registry_url": "http://www.barcelona.cat", + "whois_server": "whois.nic.bcn", + "rdap_server": "https://rdap.nic.bcn/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -16851,28 +16872,7 @@ } ] } - ], - "registry_url": "http://www.barcelona.cat", - "whois_server": "whois.nic.bcn", - "rdap_server": "https://rdap.nic.bcn/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] }, { "tld": "bd", @@ -16886,6 +16886,21 @@ "tech": "Bangladesh Telecommunications\nCompany Limited (BTCL)" } }, + "registry_url": "https://bdia.btcl.com.bd/", + "tld_created": "1999-05-20", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "country_name_iso": "Bangladesh", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bd-ns.anycast.pch.net", @@ -16964,21 +16979,6 @@ ] } ], - "registry_url": "https://bdia.btcl.com.bd/", - "tld_created": "1999-05-20", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "country_name_iso": "Bangladesh", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--54b7fta0cc" ] @@ -16995,6 +16995,30 @@ "tech": "DNS Belgium vzw/asbl" } }, + "registry_url": "https://www.dnsbelgium.be", + "whois_server": "whois.dns.be", + "tld_created": "1988-08-05", + "tld_updated": [ + "2026-01-12" + ], + "annotations": { + "iana_sponsor_alias": "DNS Belgium", + "iana_sponsor_slug": "dns-belgium", + "iana_admin_alias": "DNS Belgium", + "iana_admin_slug": "dns-belgium", + "iana_tech_alias": "DNS Belgium", + "iana_tech_slug": "dns-belgium", + "country_name_iso": "Belgium", + "as_org_aliases": [ + "RcodeZero", + "UltraDNS" + ], + "as_org_slugs": [ + "rcodezero", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nsset.be", @@ -17110,31 +17134,7 @@ } ] } - ], - "registry_url": "https://www.dnsbelgium.be", - "whois_server": "whois.dns.be", - "tld_created": "1988-08-05", - "tld_updated": [ - "2026-01-12" - ], - "annotations": { - "iana_sponsor_alias": "DNS Belgium", - "iana_sponsor_slug": "dns-belgium", - "iana_admin_alias": "DNS Belgium", - "iana_admin_slug": "dns-belgium", - "iana_tech_alias": "DNS Belgium", - "iana_tech_slug": "dns-belgium", - "country_name_iso": "Belgium", - "as_org_aliases": [ - "RcodeZero", - "UltraDNS" - ], - "as_org_slugs": [ - "rcodezero", - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "beats", @@ -17159,6 +17159,33 @@ "date_removed": null } }, + "registry_url": "http://beatsbydre.com", + "whois_server": "whois.nic.beats", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-03-25" + ], + "annotations": { + "iana_sponsor_alias": "Apple", + "iana_sponsor_slug": "apple", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Apple", + "icann_registry_operator_slug": "apple", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.beats", @@ -17236,34 +17263,7 @@ } ] } - ], - "registry_url": "http://beatsbydre.com", - "whois_server": "whois.nic.beats", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-03-25" - ], - "annotations": { - "iana_sponsor_alias": "Apple", - "iana_sponsor_slug": "apple", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Apple", - "icann_registry_operator_slug": "apple", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "beauty", @@ -17288,6 +17288,34 @@ "date_removed": null } }, + "registry_url": "https://nic.beauty/", + "whois_server": "whois.nic.beauty", + "rdap_server": "https://rdap.centralnic.com/beauty/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.beauty", @@ -17365,35 +17393,7 @@ } ] } - ], - "registry_url": "https://nic.beauty/", - "whois_server": "whois.nic.beauty", - "rdap_server": "https://rdap.centralnic.com/beauty/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "beer", @@ -17418,6 +17418,34 @@ "date_removed": null } }, + "registry_url": "http://nic.beer/", + "whois_server": "whois.nic.beer", + "rdap_server": "https://rdap.nic.beer/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.beer", @@ -17533,35 +17561,7 @@ } ] } - ], - "registry_url": "http://nic.beer/", - "whois_server": "whois.nic.beer", - "rdap_server": "https://rdap.nic.beer/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bentley", @@ -17616,6 +17616,28 @@ "date_removed": null } }, + "registry_url": "http://nic.berlin/", + "whois_server": "whois.nic.berlin", + "rdap_server": "https://rdap.nic.berlin/v1/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2026-05-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.nic.berlin", @@ -17674,29 +17696,7 @@ } ] } - ], - "registry_url": "http://nic.berlin/", - "whois_server": "whois.nic.berlin", - "rdap_server": "https://rdap.nic.berlin/v1/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2026-05-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "city" - } + ] }, { "tld": "best", @@ -17721,6 +17721,28 @@ "date_removed": null } }, + "registry_url": "https://www.domains.best", + "whois_server": "whois.nic.best", + "rdap_server": "https://rdap.centralnic.com/best/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.best", @@ -17798,29 +17820,7 @@ } ] } - ], - "registry_url": "https://www.domains.best", - "whois_server": "whois.nic.best", - "rdap_server": "https://rdap.centralnic.com/best/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "bestbuy", @@ -17845,6 +17845,29 @@ "date_removed": null } }, + "registry_url": "http://nic.bestbuy", + "whois_server": "whois.nic.bestbuy", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-01-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bestbuy", @@ -17922,30 +17945,7 @@ } ] } - ], - "registry_url": "http://nic.bestbuy", - "whois_server": "whois.nic.bestbuy", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-01-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bet", @@ -17970,6 +17970,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bet", @@ -18047,34 +18074,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bf", @@ -18088,6 +18088,26 @@ "tech": "Association Burkinabè des Domaines Internet (A.B.D.I.)" } }, + "registry_url": "https://www.registre.bf", + "whois_server": "whois.registre.bf", + "tld_created": "1993-03-29", + "tld_updated": [ + "2025-04-30" + ], + "annotations": { + "country_name_iso": "Burkina Faso", + "as_org_aliases": [ + "AFNIC", + "Amazon", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "amazon", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registre.bf", @@ -18151,27 +18171,7 @@ } ] } - ], - "registry_url": "https://www.registre.bf", - "whois_server": "whois.registre.bf", - "tld_created": "1993-03-29", - "tld_updated": [ - "2025-04-30" - ], - "annotations": { - "country_name_iso": "Burkina Faso", - "as_org_aliases": [ - "AFNIC", - "Amazon", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "amazon", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "bg", @@ -18185,6 +18185,22 @@ "tech": "Register.BG" } }, + "registry_url": "http://www.register.bg", + "whois_server": "whois.register.bg", + "tld_created": "1995-01-03", + "tld_updated": [ + "2021-02-24" + ], + "annotations": { + "country_name_iso": "Bulgaria", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bg", @@ -18301,22 +18317,6 @@ ] } ], - "registry_url": "http://www.register.bg", - "whois_server": "whois.register.bg", - "tld_created": "1995-01-03", - "tld_updated": [ - "2021-02-24" - ], - "annotations": { - "country_name_iso": "Bulgaria", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--90ae" ] @@ -18333,6 +18333,25 @@ "tech": "CentralNic" } }, + "whois_server": "whois.nic.bh", + "rdap_server": "https://rdap.centralnic.com/bh/", + "tld_created": "1994-02-01", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "supplemental", + "country_name_iso": "Bahrain", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bh", @@ -18411,25 +18430,6 @@ ] } ], - "whois_server": "whois.nic.bh", - "rdap_server": "https://rdap.centralnic.com/bh/", - "tld_created": "1994-02-01", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "supplemental", - "country_name_iso": "Bahrain", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbcpq6gpa1a" ] @@ -18457,6 +18457,29 @@ "date_removed": null } }, + "registry_url": "http://www.bharti.com/wps/wcm/connect/BhartiPortal/Bharti/home", + "whois_server": "whois.nic.bharti", + "rdap_server": "https://rdap.nic.bharti", + "tld_created": "2015-05-08", + "tld_updated": [ + "2025-12-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.bharti", @@ -18572,30 +18595,7 @@ } ] } - ], - "registry_url": "http://www.bharti.com/wps/wcm/connect/BhartiPortal/Bharti/home", - "whois_server": "whois.nic.bharti", - "rdap_server": "https://rdap.nic.bharti", - "tld_created": "2015-05-08", - "tld_updated": [ - "2025-12-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bi", @@ -18609,6 +18609,22 @@ "tech": "Centre National de l'Informatique" } }, + "registry_url": "http://www.nic.bi", + "whois_server": "whois1.nic.bi", + "tld_created": "1996-10-21", + "tld_updated": [ + "2025-09-05" + ], + "annotations": { + "country_name_iso": "Burundi", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyns.nic.bi", @@ -18691,23 +18707,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.bi", - "whois_server": "whois1.nic.bi", - "tld_created": "1996-10-21", - "tld_updated": [ - "2025-09-05" - ], - "annotations": { - "country_name_iso": "Burundi", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "bible", @@ -18732,6 +18732,28 @@ "date_removed": null } }, + "registry_url": "http://get.bible", + "whois_server": "whois.nic.bible", + "rdap_server": "https://rdap.nic.bible/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.bible", @@ -18847,29 +18869,7 @@ } ] } - ], - "registry_url": "http://get.bible", - "whois_server": "whois.nic.bible", - "rdap_server": "https://rdap.nic.bible/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bid", @@ -18894,6 +18894,32 @@ "date_removed": null } }, + "registry_url": "http://nic.bid", + "whois_server": "whois.nic.bid", + "rdap_server": "https://rdap.nic.bid/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.bid", @@ -19009,33 +19035,7 @@ } ] } - ], - "registry_url": "http://nic.bid", - "whois_server": "whois.nic.bid", - "rdap_server": "https://rdap.nic.bid/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bike", @@ -19060,6 +19060,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bike", @@ -19175,34 +19202,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bing", @@ -19227,6 +19227,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/bing/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bing", @@ -19380,37 +19410,7 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/bing/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "bingo", @@ -19435,6 +19435,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bingo", @@ -19550,12 +19577,36 @@ } ] } - ], + ] + }, + { + "tld": "bio", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Identity Digital Limited", + "admin": "Identity Digital Limited", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Identity Digital Domains Limited", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1000-94806", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-06-02", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", + "tld_created": "2014-05-15", "tld_updated": [ - "2025-10-07" + "2025-09-04" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -19577,30 +19628,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "bio", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Identity Digital Limited", - "admin": "Identity Digital Limited", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Identity Digital Domains Limited", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1000-94806", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-06-02", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -19679,34 +19706,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "biz", @@ -19731,6 +19731,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.biz", + "whois_server": "whois.nic.biz", + "rdap_server": "https://rdap.nic.biz/", + "tld_created": "2001-06-26", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gtld.biz", @@ -19870,35 +19898,7 @@ } ] } - ], - "registry_url": "http://www.nic.biz", - "whois_server": "whois.nic.biz", - "rdap_server": "https://rdap.nic.biz/", - "tld_created": "2001-06-26", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bj", @@ -19912,6 +19912,24 @@ "tech": "JENY SAS" } }, + "registry_url": "http://www.nic.bj", + "whois_server": "whois.nic.bj", + "tld_created": "1996-01-18", + "tld_updated": [ + "2023-04-14" + ], + "annotations": { + "country_name_iso": "Benin", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-bj.afrinic.net", @@ -19994,25 +20012,7 @@ } ] } - ], - "registry_url": "http://www.nic.bj", - "whois_server": "whois.nic.bj", - "tld_created": "1996-01-18", - "tld_updated": [ - "2023-04-14" - ], - "annotations": { - "country_name_iso": "Benin", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "bl", @@ -20057,6 +20057,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.black", @@ -20134,34 +20161,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "blackfriday", @@ -20186,6 +20186,34 @@ "date_removed": null } }, + "registry_url": "http://nic.blackfriday/", + "whois_server": "whois.nic.blackfriday", + "rdap_server": "https://rdap.nic.blackfriday/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.blackfriday", @@ -20301,35 +20329,7 @@ } ] } - ], - "registry_url": "http://nic.blackfriday/", - "whois_server": "whois.nic.blackfriday", - "rdap_server": "https://rdap.nic.blackfriday/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "blanco", @@ -20384,6 +20384,35 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com/", + "whois_server": "whois.nic.blockbuster", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -20461,36 +20490,7 @@ } ] } - ], - "registry_url": "http://www.dish.com/", - "whois_server": "whois.nic.blockbuster", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "blog", @@ -20515,6 +20515,30 @@ "date_removed": null } }, + "registry_url": "http://nic.blog", + "whois_server": "whois.nic.blog", + "rdap_server": "https://rdap.blog.fury.ca/rdap/", + "tld_created": "2016-05-12", + "tld_updated": [ + "2026-05-05" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.blog", @@ -20592,31 +20616,7 @@ } ] } - ], - "registry_url": "http://nic.blog", - "whois_server": "whois.nic.blog", - "rdap_server": "https://rdap.blog.fury.ca/rdap/", - "tld_created": "2016-05-12", - "tld_updated": [ - "2026-05-05" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] }, { "tld": "bloomberg", @@ -20641,6 +20641,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.bloomberg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bloomberg", @@ -20756,29 +20778,7 @@ } ] } - ], - "whois_server": "whois.nic.bloomberg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "blue", @@ -20803,6 +20803,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.blue", @@ -20899,34 +20926,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bm", @@ -20940,6 +20940,26 @@ "tech": "Afilias" } }, + "registry_url": "http://www.bermudanic.bm", + "whois_server": "whois.nic.bm", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1993-03-31", + "tld_updated": [ + "2024-03-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "country_name_iso": "Bermuda", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.bm.afilias-nst.info", @@ -21055,27 +21075,7 @@ } ] } - ], - "registry_url": "http://www.bermudanic.bm", - "whois_server": "whois.nic.bm", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1993-03-31", - "tld_updated": [ - "2024-03-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "country_name_iso": "Bermuda", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "bms", @@ -21100,6 +21100,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.bms", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bms", @@ -21177,29 +21199,7 @@ } ] } - ], - "whois_server": "whois.nic.bms", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bmw", @@ -21224,6 +21224,35 @@ "date_removed": null } }, + "registry_url": "http://nic.bmw.com", + "whois_server": "whois.nic.bmw", + "rdap_server": "https://rdap.centralnic.com/bmw", + "tld_created": "2014-06-05", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_sponsor_alias": "BMW", + "iana_sponsor_slug": "bmw", + "iana_admin_alias": "BMW", + "iana_admin_slug": "bmw", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "BMW", + "icann_registry_operator_slug": "bmw", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.bmw", @@ -21301,36 +21330,7 @@ } ] } - ], - "registry_url": "http://nic.bmw.com", - "whois_server": "whois.nic.bmw", - "rdap_server": "https://rdap.centralnic.com/bmw", - "tld_created": "2014-06-05", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_sponsor_alias": "BMW", - "iana_sponsor_slug": "bmw", - "iana_admin_alias": "BMW", - "iana_admin_slug": "bmw", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "BMW", - "icann_registry_operator_slug": "bmw", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "bn", @@ -21344,6 +21344,24 @@ "tech": "Authority for Info-communications Technology Industry of Brunei Darussalam" } }, + "registry_url": "http://www.bnnic.bn", + "whois_server": "whois.bnnic.bn", + "tld_created": "1994-06-03", + "tld_updated": [ + "2026-05-06" + ], + "annotations": { + "country_name_iso": "Brunei Darussalam", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bn-ns.anycast.pch.net", @@ -21407,25 +21425,7 @@ } ] } - ], - "registry_url": "http://www.bnnic.bn", - "whois_server": "whois.bnnic.bn", - "tld_created": "1994-06-03", - "tld_updated": [ - "2026-05-06" - ], - "annotations": { - "country_name_iso": "Brunei Darussalam", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "bnl", @@ -21479,6 +21479,29 @@ "date_removed": null } }, + "registry_url": "http://www.bnpparibas.com/en/about-us", + "whois_server": "whois.nic.bnpparibas", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bnpparibas", @@ -21556,30 +21579,7 @@ } ] } - ], - "registry_url": "http://www.bnpparibas.com/en/about-us", - "whois_server": "whois.nic.bnpparibas", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bo", @@ -21593,6 +21593,24 @@ "tech": "Agencia para el Desarrollo de la Información de la Sociedad en Bolivia" } }, + "registry_url": "http://www.nic.bo", + "whois_server": "whois.nic.bo", + "tld_created": "1991-02-26", + "tld_updated": [ + "2024-05-23" + ], + "annotations": { + "country_name_iso": "Bolivia, Plurinational State of", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycast.ns.nic.bo", @@ -21663,25 +21681,7 @@ } ] } - ], - "registry_url": "http://www.nic.bo", - "whois_server": "whois.nic.bo", - "tld_created": "1991-02-26", - "tld_updated": [ - "2024-05-23" - ], - "annotations": { - "country_name_iso": "Bolivia, Plurinational State of", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "boats", @@ -21706,6 +21706,34 @@ "date_removed": null } }, + "registry_url": "http://nic.boats", + "whois_server": "whois.nic.boats", + "rdap_server": "https://rdap.centralnic.com/boats/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.boats", @@ -21783,35 +21811,7 @@ } ] } - ], - "registry_url": "http://nic.boats", - "whois_server": "whois.nic.boats", - "rdap_server": "https://rdap.centralnic.com/boats/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "boehringer", @@ -21836,6 +21836,29 @@ "date_removed": null } }, + "registry_url": "http://www.boehringer-ingelheim.com/", + "whois_server": "whois.nic.boehringer", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.boehringer", @@ -21913,30 +21936,7 @@ } ] } - ], - "registry_url": "http://www.boehringer-ingelheim.com/", - "whois_server": "whois.nic.boehringer", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bofa", @@ -21961,6 +21961,29 @@ "date_removed": null } }, + "registry_url": "http://bofa.com", + "whois_server": "whois.nic.bofa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-28", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.bofa", @@ -22076,30 +22099,7 @@ } ] } - ], - "registry_url": "http://bofa.com", - "whois_server": "whois.nic.bofa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-28", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bom", @@ -22124,6 +22124,18 @@ "date_removed": null } }, + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -22239,19 +22251,7 @@ } ] } - ], - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] }, { "tld": "bond", @@ -22276,6 +22276,32 @@ "date_removed": null } }, + "registry_url": "http://nic.bond", + "whois_server": "whois.nic.bond", + "rdap_server": "https://rdap.centralnic.com/bond", + "tld_created": "2014-10-30", + "tld_updated": [ + "2024-04-18" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.bond", @@ -22353,33 +22379,7 @@ } ] } - ], - "registry_url": "http://nic.bond", - "whois_server": "whois.nic.bond", - "rdap_server": "https://rdap.centralnic.com/bond", - "tld_created": "2014-10-30", - "tld_updated": [ - "2024-04-18" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "boo", @@ -22404,6 +22404,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -22500,34 +22527,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "book", @@ -22552,6 +22552,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.book", + "rdap_server": "https://rdap.nominet.uk/book/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.book", @@ -22705,36 +22734,7 @@ } ] } - ], - "registry_url": "http://www.nic.book", - "rdap_server": "https://rdap.nominet.uk/book/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "booking", @@ -22759,6 +22759,27 @@ "date_removed": null } }, + "registry_url": "http://www.booking.com", + "rdap_server": "https://rdap.nic.booking/", + "tld_created": "2016-07-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.booking", @@ -22874,28 +22895,7 @@ } ] } - ], - "registry_url": "http://www.booking.com", - "rdap_server": "https://rdap.nic.booking/", - "tld_created": "2016-07-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "boots", @@ -22950,6 +22950,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.bosch", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bosch", @@ -23027,29 +23049,7 @@ } ] } - ], - "whois_server": "whois.nic.bosch", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bostik", @@ -23074,6 +23074,31 @@ "date_removed": null } }, + "registry_url": "https://www.bostik.com", + "whois_server": "whois.nic.bostik", + "rdap_server": "https://rdap.nic.bostik", + "tld_created": "2015-11-06", + "tld_updated": [ + "2025-05-09" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -23132,32 +23157,7 @@ } ] } - ], - "registry_url": "https://www.bostik.com", - "whois_server": "whois.nic.bostik", - "rdap_server": "https://rdap.nic.bostik", - "tld_created": "2015-11-06", - "tld_updated": [ - "2025-05-09" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] }, { "tld": "boston", @@ -23182,6 +23182,35 @@ "date_removed": null } }, + "registry_url": "http://nic.boston/", + "whois_server": "whois.nic.boston", + "rdap_server": "https://rdap.nic.boston/", + "tld_created": "2016-11-21", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.boston", @@ -23297,36 +23326,7 @@ } ] } - ], - "registry_url": "http://nic.boston/", - "whois_server": "whois.nic.boston", - "rdap_server": "https://rdap.nic.boston/", - "tld_created": "2016-11-21", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "bot", @@ -23351,6 +23351,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.bot", + "rdap_server": "https://rdap.nominet.uk/bot/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.bot", @@ -23504,36 +23533,7 @@ } ] } - ], - "registry_url": "http://www.nic.bot", - "rdap_server": "https://rdap.nominet.uk/bot/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "boutique", @@ -23558,6 +23558,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.boutique", @@ -23673,34 +23700,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "box", @@ -23725,6 +23725,28 @@ "date_removed": null } }, + "registry_url": "https://intercap.inc", + "whois_server": "whois.nic.box", + "rdap_server": "https://rdap.centralnic.com/box/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.box", @@ -23802,29 +23824,7 @@ } ] } - ], - "registry_url": "https://intercap.inc", - "whois_server": "whois.nic.box", - "rdap_server": "https://rdap.centralnic.com/box/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "bq", @@ -23852,6 +23852,18 @@ "tech": "Registro .br" } }, + "registry_url": "http://registro.br/", + "whois_server": "whois.registro.br", + "rdap_server": "https://rdap.registro.br/", + "tld_created": "1989-04-18", + "tld_updated": [ + "2023-11-14" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Brazil", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.br", @@ -23967,19 +23979,7 @@ } ] } - ], - "registry_url": "http://registro.br/", - "whois_server": "whois.registro.br", - "rdap_server": "https://rdap.registro.br/", - "tld_created": "1989-04-18", - "tld_updated": [ - "2023-11-14" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Brazil", - "geographic_scope": "country" - } + ] }, { "tld": "bradesco", @@ -24004,6 +24004,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.bradesco/", + "whois_server": "whois.nic.bradesco", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.bradesco", @@ -24081,30 +24104,7 @@ } ] } - ], - "registry_url": "http://www.nic.bradesco/", - "whois_server": "whois.nic.bradesco", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "bridgestone", @@ -24129,6 +24129,29 @@ "date_removed": null } }, + "registry_url": "http://www.bridgestone.com/", + "whois_server": "whois.nic.bridgestone", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2023-06-22" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -24199,30 +24222,7 @@ } ] } - ], - "registry_url": "http://www.bridgestone.com/", - "whois_server": "whois.nic.bridgestone", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2023-06-22" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "broadway", @@ -24247,6 +24247,31 @@ "date_removed": null } }, + "registry_url": "http://nic.broadway", + "rdap_server": "https://rdap.nominet.uk/broadway/", + "tld_created": "2015-10-08", + "tld_updated": [ + "2025-05-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.broadway", @@ -24400,32 +24425,7 @@ } ] } - ], - "registry_url": "http://nic.broadway", - "rdap_server": "https://rdap.nominet.uk/broadway/", - "tld_created": "2015-10-08", - "tld_updated": [ - "2025-05-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "broker", @@ -24450,6 +24450,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.broker", @@ -24565,34 +24592,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "brother", @@ -24617,6 +24617,29 @@ "date_removed": null } }, + "registry_url": "http://www.brother.com/", + "whois_server": "whois.nic.brother", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -24687,30 +24710,7 @@ } ] } - ], - "registry_url": "http://www.brother.com/", - "whois_server": "whois.nic.brother", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "brussels", @@ -24735,6 +24735,32 @@ "date_removed": null } }, + "registry_url": "http://www.nic.brussels", + "rdap_server": "https://rdap.nic.brussels", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_admin_alias": "DNS Belgium", + "iana_admin_slug": "dns-belgium", + "iana_tech_alias": "DNS Belgium", + "iana_tech_slug": "dns-belgium", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero", + "UltraDNS" + ], + "as_org_slugs": [ + "rcodezero", + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nsset.brussels", @@ -24850,33 +24876,7 @@ } ] } - ], - "registry_url": "http://www.nic.brussels", - "rdap_server": "https://rdap.nic.brussels", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_admin_alias": "DNS Belgium", - "iana_admin_slug": "dns-belgium", - "iana_tech_alias": "DNS Belgium", - "iana_tech_slug": "dns-belgium", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero", - "UltraDNS" - ], - "as_org_slugs": [ - "rcodezero", - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "bs", @@ -24890,6 +24890,23 @@ "tech": "University of The Bahamas" } }, + "registry_url": "http://www.register.bs", + "tld_created": "1991-09-03", + "tld_updated": [ + "2019-08-12" + ], + "annotations": { + "country_name_iso": "Bahamas", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyns.dns.bs", @@ -24948,24 +24965,7 @@ } ] } - ], - "registry_url": "http://www.register.bs", - "tld_created": "1991-09-03", - "tld_updated": [ - "2019-08-12" - ], - "annotations": { - "country_name_iso": "Bahamas", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "bt", @@ -24979,6 +24979,21 @@ "tech": "Bhutan Telecom Limited" } }, + "registry_url": "http://www.nic.bt", + "tld_created": "1997-07-16", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Bhutan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "auth00.ns.uu.net", @@ -25099,22 +25114,7 @@ } ] } - ], - "registry_url": "http://www.nic.bt", - "tld_created": "1997-07-16", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Bhutan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "budapest", @@ -25199,6 +25199,28 @@ "date_removed": null } }, + "registry_url": "https://about.build/", + "whois_server": "whois.nic.build", + "rdap_server": "https://rdap.centralnic.com/build/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.build", @@ -25276,29 +25298,7 @@ } ] } - ], - "registry_url": "https://about.build/", - "whois_server": "whois.nic.build", - "rdap_server": "https://rdap.centralnic.com/build/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "builders", @@ -25323,6 +25323,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.builders", @@ -25438,10 +25465,34 @@ } ] } - ], + ] + }, + { + "tld": "business", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1367-68057", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2014-08-22", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", + "tld_created": "2014-08-18", "tld_updated": [ "2025-10-07" ], @@ -25465,30 +25516,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "business", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1367-68057", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2014-08-22", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -25605,34 +25632,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "buy", @@ -25657,6 +25657,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.buy", + "rdap_server": "https://rdap.nominet.uk/buy/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.buy", @@ -25810,36 +25839,7 @@ } ] } - ], - "registry_url": "http://www.nic.buy", - "rdap_server": "https://rdap.nominet.uk/buy/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "buzz", @@ -25864,6 +25864,28 @@ "date_removed": null } }, + "registry_url": "http://www.buzznames.biz", + "whois_server": "whois.nic.buzz", + "rdap_server": "https://rdap.nic.buzz/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.buzz", @@ -25979,29 +26001,7 @@ } ] } - ], - "registry_url": "http://www.buzznames.biz", - "whois_server": "whois.nic.buzz", - "rdap_server": "https://rdap.nic.buzz/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "bv", @@ -26015,6 +26015,15 @@ "tech": "Norid A/S" } }, + "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-bv/", + "tld_created": "1997-08-21", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "country_name_iso": "Bouvet Island", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bv", @@ -26149,16 +26158,7 @@ } ] } - ], - "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-bv/", - "tld_created": "1997-08-21", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "country_name_iso": "Bouvet Island", - "geographic_scope": "country" - } + ] }, { "tld": "bw", @@ -26172,6 +26172,22 @@ "tech": "Botswana Communications Regulatory Authority (BOCRA)" } }, + "registry_url": "http://nic.net.bw", + "whois_server": "whois.nic.net.bw", + "tld_created": "1993-03-19", + "tld_updated": [ + "2024-05-24" + ], + "annotations": { + "country_name_iso": "Botswana", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.net.bw", @@ -26235,23 +26251,7 @@ } ] } - ], - "registry_url": "http://nic.net.bw", - "whois_server": "whois.nic.net.bw", - "tld_created": "1993-03-19", - "tld_updated": [ - "2024-05-24" - ], - "annotations": { - "country_name_iso": "Botswana", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "by", @@ -26265,6 +26265,16 @@ "tech": "Belarusian Cloud Technologies LLC" } }, + "registry_url": "https://cctld.by", + "whois_server": "whois.cctld.by", + "tld_created": "1994-05-10", + "tld_updated": [ + "2025-01-09" + ], + "annotations": { + "country_name_iso": "Belarus", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.tld.becloudby.com", @@ -26355,16 +26365,6 @@ "ipv6": [] } ], - "registry_url": "https://cctld.by", - "whois_server": "whois.cctld.by", - "tld_created": "1994-05-10", - "tld_updated": [ - "2025-01-09" - ], - "annotations": { - "country_name_iso": "Belarus", - "geographic_scope": "country" - }, "idn": [ "xn--90ais" ] @@ -26381,6 +26381,23 @@ "tech": "University Management Ltd" } }, + "registry_url": "http://www.belizenic.bz", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2020-11-23" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Belize", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -26496,24 +26513,7 @@ } ] } - ], - "registry_url": "http://www.belizenic.bz", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2020-11-23" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Belize", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "bzh", @@ -26538,6 +26538,33 @@ "date_removed": null } }, + "registry_url": "https://www.pik.bzh", + "whois_server": "whois.nic.bzh", + "rdap_server": "https://rdap.nic.bzh", + "tld_created": "2014-05-29", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "breton" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -26596,34 +26623,7 @@ } ] } - ], - "registry_url": "https://www.pik.bzh", - "whois_server": "whois.nic.bzh", - "rdap_server": "https://rdap.nic.bzh", - "tld_created": "2014-05-29", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "breton" - } + ] }, { "tld": "ca", @@ -26637,6 +26637,32 @@ "tech": "CIRA" } }, + "registry_url": "http://www.cira.ca/", + "whois_server": "whois.cira.ca", + "rdap_server": "https://rdap.ca.fury.ca/rdap/", + "tld_created": "1987-05-14", + "tld_updated": [ + "2026-03-16" + ], + "annotations": { + "iana_admin_alias": "CIRA", + "iana_admin_slug": "cira", + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "country_name_iso": "Canada", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "any.ca-servers.ca", @@ -26714,33 +26740,7 @@ } ] } - ], - "registry_url": "http://www.cira.ca/", - "whois_server": "whois.cira.ca", - "rdap_server": "https://rdap.ca.fury.ca/rdap/", - "tld_created": "1987-05-14", - "tld_updated": [ - "2026-03-16" - ], - "annotations": { - "iana_admin_alias": "CIRA", - "iana_admin_slug": "cira", - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "country_name_iso": "Canada", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cab", @@ -26765,6 +26765,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cab", @@ -26880,10 +26907,34 @@ } ] } - ], + ] + }, + { + "tld": "cafe", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1370-88467", + "registry_operator_country_code": null, + "date_contract_signed": "2015-02-11", + "date_delegated": "2015-04-05", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", + "tld_created": "2015-03-12", "tld_updated": [ "2025-10-07" ], @@ -26907,30 +26958,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "cafe", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1370-88467", - "registry_operator_country_code": null, - "date_contract_signed": "2015-02-11", - "date_delegated": "2015-04-05", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -27047,34 +27074,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cal", @@ -27099,6 +27099,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -27195,34 +27222,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "call", @@ -27247,6 +27247,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.call", + "rdap_server": "https://rdap.nominet.uk/call/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.call", @@ -27400,36 +27429,7 @@ } ] } - ], - "registry_url": "http://www.nic.call", - "rdap_server": "https://rdap.nominet.uk/call/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "calvinklein", @@ -27454,6 +27454,28 @@ "date_removed": null } }, + "registry_url": "http://www.pvh.com/", + "rdap_server": "https://rdap.nic.calvinklein/", + "tld_created": "2016-07-28", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.calvinklein", @@ -27569,29 +27591,7 @@ } ] } - ], - "registry_url": "http://www.pvh.com/", - "rdap_server": "https://rdap.nic.calvinklein/", - "tld_created": "2016-07-28", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cam", @@ -27616,6 +27616,28 @@ "date_removed": null } }, + "registry_url": "https://nic.cam/", + "whois_server": "whois.nic.cam", + "rdap_server": "https://rdap.centralnic.com/cam/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2026-01-13" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cam", @@ -27693,29 +27715,7 @@ } ] } - ], - "registry_url": "https://nic.cam/", - "whois_server": "whois.nic.cam", - "rdap_server": "https://rdap.centralnic.com/cam/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2026-01-13" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "camera", @@ -27740,6 +27740,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.camera", @@ -27855,10 +27882,34 @@ } ] } - ], + ] + }, + { + "tld": "camp", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1373-83008", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2013-12-17", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", + "tld_created": "2013-12-12", "tld_updated": [ "2025-10-07" ], @@ -27882,30 +27933,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "camp", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1373-83008", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2013-12-17", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -28022,34 +28049,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cancerresearch", @@ -28103,6 +28103,31 @@ "date_removed": null } }, + "registry_url": "http://nic.canon", + "whois_server": "whois.nic.canon", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -28173,32 +28198,7 @@ } ] } - ], - "registry_url": "http://nic.canon", - "whois_server": "whois.nic.canon", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "capetown", @@ -28223,6 +28223,33 @@ "date_removed": null } }, + "registry_url": "http://registry.net.za", + "whois_server": "whois.nic.capetown", + "rdap_server": "https://rdap.nic.capetown/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "iana_admin_alias": "ZACR", + "iana_admin_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -28281,34 +28308,7 @@ } ] } - ], - "registry_url": "http://registry.net.za", - "whois_server": "whois.nic.capetown", - "rdap_server": "https://rdap.nic.capetown/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "iana_admin_alias": "ZACR", - "iana_admin_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "city" - } + ] }, { "tld": "capital", @@ -28333,6 +28333,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.capital", @@ -28448,34 +28475,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "capitalone", @@ -28500,6 +28500,29 @@ "date_removed": null } }, + "registry_url": "http://www.capitalone.com", + "whois_server": "whois.nic.capitalone", + "rdap_server": "https://rdap.nic.capitalone", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-08-13" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.capitalone", @@ -28615,30 +28638,7 @@ } ] } - ], - "registry_url": "http://www.capitalone.com", - "whois_server": "whois.nic.capitalone", - "rdap_server": "https://rdap.nic.capitalone", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-08-13" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "car", @@ -28663,6 +28663,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.car", + "whois_server": "whois.nic.car", + "rdap_server": "https://rdap.centralnic.com/car/", + "tld_created": "2015-08-26", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.car", @@ -28740,35 +28768,7 @@ } ] } - ], - "registry_url": "http://www.nic.car", - "whois_server": "whois.nic.car", - "rdap_server": "https://rdap.centralnic.com/car/", - "tld_created": "2015-08-26", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "caravan", @@ -28793,6 +28793,28 @@ "date_removed": null } }, + "registry_url": "http://www.caravan.com", + "rdap_server": "https://rdap.nic.caravan/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.caravan", @@ -28908,29 +28930,7 @@ } ] } - ], - "registry_url": "http://www.caravan.com", - "rdap_server": "https://rdap.nic.caravan/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cards", @@ -28955,6 +28955,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cards", @@ -29070,10 +29097,34 @@ } ] } - ], + ] + }, + { + "tld": "care", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1374-92093", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-23", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", + "tld_created": "2014-04-17", "tld_updated": [ "2025-10-07" ], @@ -29097,30 +29148,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "care", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1374-92093", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-23", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -29237,34 +29264,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "career", @@ -29289,6 +29289,34 @@ "date_removed": null } }, + "rdap_server": "https://rdap.nominet.uk/career/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_admin_alias": "Second Genistry", + "iana_admin_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.career", @@ -29442,35 +29470,7 @@ } ] } - ], - "rdap_server": "https://rdap.nominet.uk/career/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_admin_alias": "Second Genistry", - "iana_admin_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "careers", @@ -29495,6 +29495,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.careers", @@ -29610,34 +29637,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cars", @@ -29662,6 +29662,34 @@ "date_removed": null } }, + "registry_url": "http://nic.cars", + "whois_server": "whois.nic.cars", + "rdap_server": "https://rdap.centralnic.com/cars/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cars", @@ -29739,35 +29767,7 @@ } ] } - ], - "registry_url": "http://nic.cars", - "whois_server": "whois.nic.cars", - "rdap_server": "https://rdap.centralnic.com/cars/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "cartier", @@ -29822,6 +29822,34 @@ "date_removed": null } }, + "registry_url": "http://nic.casa/", + "whois_server": "whois.nic.casa", + "rdap_server": "https://rdap.nic.casa/", + "tld_created": "2014-08-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.casa", @@ -29937,35 +29965,7 @@ } ] } - ], - "registry_url": "http://nic.casa/", - "whois_server": "whois.nic.casa", - "rdap_server": "https://rdap.nic.casa/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "case", @@ -29990,6 +29990,28 @@ "date_removed": null } }, + "registry_url": "https://www.digity.case/case", + "whois_server": "whois.nic.case", + "rdap_server": "https://rdap.centralnic.com/case/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2023-12-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.case", @@ -30067,29 +30089,7 @@ } ] } - ], - "registry_url": "https://www.digity.case/case", - "whois_server": "whois.nic.case", - "rdap_server": "https://rdap.centralnic.com/case/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2023-12-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "caseih", @@ -30144,6 +30144,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cash", @@ -30259,10 +30286,34 @@ } ] } - ], + ] + }, + { + "tld": "casino", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1382-33633", + "registry_operator_country_code": null, + "date_contract_signed": "2014-12-18", + "date_delegated": "2015-02-19", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2015-02-13", "tld_updated": [ "2025-10-07" ], @@ -30286,30 +30337,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "casino", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1382-33633", - "registry_operator_country_code": null, - "date_contract_signed": "2014-12-18", - "date_delegated": "2015-02-19", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -30426,34 +30453,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cat", @@ -30478,6 +30478,33 @@ "date_removed": null } }, + "registry_url": "http://www.domini.cat", + "whois_server": "whois.nic.cat", + "rdap_server": "https://rdap.nic.cat/", + "tld_created": "2005-12-19", + "tld_updated": [ + "2025-01-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Knipp Medien", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "knipp-medien", + "packet-clearing-house" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "catalan" + }, "nameservers": [ { "hostname": "anyc1.irondns.net", @@ -30574,34 +30601,7 @@ } ] } - ], - "registry_url": "http://www.domini.cat", - "whois_server": "whois.nic.cat", - "rdap_server": "https://rdap.nic.cat/", - "tld_created": "2005-12-19", - "tld_updated": [ - "2025-01-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Knipp Medien", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "knipp-medien", - "packet-clearing-house" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "catalan" - } + ] }, { "tld": "catering", @@ -30626,6 +30626,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.catering", @@ -30741,34 +30768,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "catholic", @@ -30793,6 +30793,27 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.catholic", + "rdap_server": "https://rdap.nic.catholic/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.catholic", @@ -30908,28 +30929,7 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.catholic", - "rdap_server": "https://rdap.nic.catholic/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cba", @@ -30954,6 +30954,27 @@ "date_removed": null } }, + "registry_url": "http://www.commbank.com.au", + "whois_server": "whois.nic.cba", + "rdap_server": "https://rdap.nic.cba/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cba", @@ -31069,28 +31090,7 @@ } ] } - ], - "registry_url": "http://www.commbank.com.au", - "whois_server": "whois.nic.cba", - "rdap_server": "https://rdap.nic.cba/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cbn", @@ -31115,6 +31115,28 @@ "date_removed": null } }, + "registry_url": "http://www.cbn.com", + "rdap_server": "https://rdap.nic.cbn/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cbn", @@ -31230,29 +31252,7 @@ } ] } - ], - "registry_url": "http://www.cbn.com", - "rdap_server": "https://rdap.nic.cbn/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cbre", @@ -31277,6 +31277,28 @@ "date_removed": null } }, + "registry_url": "http://cbre.com", + "rdap_server": "https://rdap.nic.cbre/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cbre", @@ -31392,29 +31414,7 @@ } ] } - ], - "registry_url": "http://cbre.com", - "rdap_server": "https://rdap.nic.cbre/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cbs", @@ -31458,6 +31458,26 @@ "tech": "VeriSign Global Registry Services" } }, + "registry_url": "http://www.nic.cc/", + "whois_server": "ccwhois.verisign-grs.com", + "rdap_server": "https://tld-rdap.verisign.com/cc/v1/", + "tld_created": "1997-10-13", + "tld_updated": [ + "2026-03-24" + ], + "annotations": { + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "rdap_source": "IANA", + "country_name_iso": "Cocos (Keeling) Islands", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -31535,27 +31555,7 @@ } ] } - ], - "registry_url": "http://www.nic.cc/", - "whois_server": "ccwhois.verisign-grs.com", - "rdap_server": "https://tld-rdap.verisign.com/cc/v1/", - "tld_created": "1997-10-13", - "tld_updated": [ - "2026-03-24" - ], - "annotations": { - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "rdap_source": "IANA", - "country_name_iso": "Cocos (Keeling) Islands", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cd", @@ -31569,6 +31569,21 @@ "tech": "Office Congolais des Postes et Télécommunications - OCPT" } }, + "registry_url": "http://www.nic.cd/", + "tld_created": "1997-08-20", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "country_name_iso": "Congo, The Democratic Republic of the", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gransy-anycast1.nic.cd", @@ -31606,22 +31621,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.cd/", - "tld_created": "1997-08-20", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "country_name_iso": "Congo, The Democratic Republic of the", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ceb", @@ -31676,6 +31676,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.center", @@ -31791,34 +31818,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ceo", @@ -31843,6 +31843,34 @@ "date_removed": null } }, + "registry_url": "http://www.peoplebrowsr.com", + "whois_server": "whois.nic.ceo", + "rdap_server": "https://rdap.centralnic.com/ceo/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.ceo", @@ -31920,35 +31948,7 @@ } ] } - ], - "registry_url": "http://www.peoplebrowsr.com", - "whois_server": "whois.nic.ceo", - "rdap_server": "https://rdap.centralnic.com/ceo/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "cern", @@ -31973,6 +31973,29 @@ "date_removed": null } }, + "registry_url": "http://www.cern.ch", + "whois_server": "whois.nic.cern", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-13", + "tld_updated": [ + "2023-08-22" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.cern", @@ -32050,30 +32073,7 @@ } ] } - ], - "registry_url": "http://www.cern.ch", - "whois_server": "whois.nic.cern", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-13", - "tld_updated": [ - "2023-08-22" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cf", @@ -32087,6 +32087,16 @@ "tech": "Centrafrique TLD B.V." } }, + "registry_url": "http://www.dot.cf", + "whois_server": "whois.dot.cf", + "tld_created": "1996-04-24", + "tld_updated": [ + "2015-12-29" + ], + "annotations": { + "country_name_iso": "Central African Republic", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.cf", @@ -32164,17 +32174,7 @@ } ] } - ], - "registry_url": "http://www.dot.cf", - "whois_server": "whois.dot.cf", - "tld_created": "1996-04-24", - "tld_updated": [ - "2015-12-29" - ], - "annotations": { - "country_name_iso": "Central African Republic", - "geographic_scope": "country" - } + ] }, { "tld": "cfa", @@ -32199,6 +32199,29 @@ "date_removed": null } }, + "registry_url": "https://www.cfainstitute.org", + "whois_server": "whois.nic.cfa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cfa", @@ -32314,30 +32337,7 @@ } ] } - ], - "registry_url": "https://www.cfainstitute.org", - "whois_server": "whois.nic.cfa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cfd", @@ -32362,6 +32362,32 @@ "date_removed": null } }, + "registry_url": "http://bostonivy.co", + "whois_server": "whois.nic.cfd", + "rdap_server": "https://rdap.centralnic.com/cfd/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2024-04-29" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cfd", @@ -32439,33 +32465,7 @@ } ] } - ], - "registry_url": "http://bostonivy.co", - "whois_server": "whois.nic.cfd", - "rdap_server": "https://rdap.centralnic.com/cfd/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2024-04-29" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "cg", @@ -32479,6 +32479,21 @@ "tech": "Frédéric Grégoire c/o Interpoint Domain Plus" } }, + "registry_url": "https://www.dnsafrica.net", + "tld_created": "1997-01-14", + "tld_updated": [ + "2026-05-01" + ], + "annotations": { + "country_name_iso": "Congo", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.nic.cg", @@ -32575,22 +32590,7 @@ } ] } - ], - "registry_url": "https://www.dnsafrica.net", - "tld_created": "1997-01-14", - "tld_updated": [ - "2026-05-01" - ], - "annotations": { - "country_name_iso": "Congo", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ch", @@ -32604,6 +32604,26 @@ "tech": "SWITCH The Swiss Education & Research Network" } }, + "registry_url": "https://www.nic.ch/", + "whois_server": "whois.nic.ch", + "rdap_server": "https://rdap.nic.ch/", + "tld_created": "1987-05-20", + "tld_updated": [ + "2025-11-20" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Switzerland", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ch", @@ -32700,27 +32720,7 @@ } ] } - ], - "registry_url": "https://www.nic.ch/", - "whois_server": "whois.nic.ch", - "rdap_server": "https://rdap.nic.ch/", - "tld_created": "1987-05-20", - "tld_updated": [ - "2025-11-20" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Switzerland", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "chanel", @@ -32745,6 +32745,29 @@ "date_removed": null } }, + "registry_url": "http://www.chanel.com", + "whois_server": "whois.nic.chanel", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.chanel", @@ -32822,30 +32845,7 @@ } ] } - ], - "registry_url": "http://www.chanel.com", - "whois_server": "whois.nic.chanel", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "channel", @@ -32870,6 +32870,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -32966,34 +32993,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "charity", @@ -33018,6 +33018,34 @@ "date_removed": null } }, + "registry_url": "http://nic.charity", + "whois_server": "whois.nic.charity", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2018-05-17", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.charity", @@ -33133,35 +33161,7 @@ } ] } - ], - "registry_url": "http://nic.charity", - "whois_server": "whois.nic.charity", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2018-05-17", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "chase", @@ -33186,6 +33186,28 @@ "date_removed": null } }, + "registry_url": "http://www.jpmorganchase.com", + "rdap_server": "https://rdap.nic.chase/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.chase", @@ -33301,29 +33323,7 @@ } ] } - ], - "registry_url": "http://www.jpmorganchase.com", - "rdap_server": "https://rdap.nic.chase/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "chat", @@ -33348,6 +33348,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.chat", @@ -33463,10 +33490,34 @@ } ] } - ], + ] + }, + { + "tld": "cheap", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1388-22552", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-14", + "date_delegated": "2014-01-14", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", + "tld_created": "2014-01-09", "tld_updated": [ "2025-10-07" ], @@ -33490,30 +33541,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "cheap", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1388-22552", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-14", - "date_delegated": "2014-01-14", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -33630,34 +33657,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "chintai", @@ -33682,6 +33682,29 @@ "date_removed": null } }, + "registry_url": "http://nic.chintai", + "whois_server": "whois.nic.chintai", + "rdap_server": "https://rdap.nic.chintai/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.chintai", @@ -33797,30 +33820,7 @@ } ] } - ], - "registry_url": "http://nic.chintai", - "whois_server": "whois.nic.chintai", - "rdap_server": "https://rdap.nic.chintai/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "chloe", @@ -33875,6 +33875,34 @@ "date_removed": null } }, + "registry_url": "https://nic.christmas", + "whois_server": "whois.nic.christmas", + "rdap_server": "https://rdap.centralnic.com/christmas/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.christmas", @@ -33952,35 +33980,7 @@ } ] } - ], - "registry_url": "https://nic.christmas", - "whois_server": "whois.nic.christmas", - "rdap_server": "https://rdap.centralnic.com/christmas/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "chrome", @@ -34005,6 +34005,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -34101,35 +34129,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "chrysler", @@ -34184,6 +34184,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.church", @@ -34299,34 +34326,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ci", @@ -34340,6 +34340,24 @@ "tech": "Autorité de Régulation des Télécommunications/TIC de Côte d’lvoire (ARTCI)" } }, + "registry_url": "https://registry.nic.ci/login.jsp", + "whois_server": "whois.nic.ci", + "tld_created": "1995-02-14", + "tld_updated": [ + "2025-05-12" + ], + "annotations": { + "country_name_iso": "Côte d'Ivoire", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "any.nic.ci", @@ -34429,25 +34447,7 @@ } ] } - ], - "registry_url": "https://registry.nic.ci/login.jsp", - "whois_server": "whois.nic.ci", - "tld_created": "1995-02-14", - "tld_updated": [ - "2025-05-12" - ], - "annotations": { - "country_name_iso": "Côte d'Ivoire", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cipriani", @@ -34472,6 +34472,29 @@ "date_removed": null } }, + "registry_url": "http://www.cipriani.com/", + "whois_server": "whois.nic.cipriani", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-30", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.cipriani", @@ -34549,30 +34572,7 @@ } ] } - ], - "registry_url": "http://www.cipriani.com/", - "whois_server": "whois.nic.cipriani", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-30", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "circle", @@ -34597,6 +34597,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.circle", + "rdap_server": "https://rdap.nominet.uk/circle/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2026-04-20" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.circle", @@ -34750,32 +34775,7 @@ } ] } - ], - "registry_url": "http://www.nic.circle", - "rdap_server": "https://rdap.nominet.uk/circle/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2026-04-20" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "cisco", @@ -34800,6 +34800,28 @@ "date_removed": null } }, + "registry_url": "http://www.cisco.com", + "rdap_server": "https://rdap.nic.cisco/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cisco", @@ -34915,29 +34937,7 @@ } ] } - ], - "registry_url": "http://www.cisco.com", - "rdap_server": "https://rdap.nic.cisco/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "citadel", @@ -34962,6 +34962,29 @@ "date_removed": null } }, + "registry_url": "http://www.citadel.com", + "whois_server": "whois.nic.citadel", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-10-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.citadel", @@ -35039,30 +35062,7 @@ } ] } - ], - "registry_url": "http://www.citadel.com", - "whois_server": "whois.nic.citadel", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-10-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "citi", @@ -35087,6 +35087,28 @@ "date_removed": null } }, + "registry_url": "http://www.citigroup.com", + "rdap_server": "https://rdap.nic.citi/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.citi", @@ -35202,29 +35224,7 @@ } ] } - ], - "registry_url": "http://www.citigroup.com", - "rdap_server": "https://rdap.nic.citi/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "citic", @@ -35249,6 +35249,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/citic", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-01-03" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -35346,26 +35365,7 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/citic", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-01-03" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "city", @@ -35390,6 +35390,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.city", @@ -35505,34 +35532,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cityeats", @@ -35575,6 +35575,15 @@ "tech": "Bluesky Cook Islands" } }, + "registry_url": "http://www.vodafone.co.ck", + "tld_created": "1995-08-08", + "tld_updated": [ + "2020-06-17" + ], + "annotations": { + "country_name_iso": "Cook Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "circa.mcs.vuw.ac.nz", @@ -35624,16 +35633,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.vodafone.co.ck", - "tld_created": "1995-08-08", - "tld_updated": [ - "2020-06-17" - ], - "annotations": { - "country_name_iso": "Cook Islands", - "geographic_scope": "country" - } + ] }, { "tld": "cl", @@ -35647,6 +35647,24 @@ "tech": "NIC Chile\nUniversity of Chile" } }, + "registry_url": "http://www.nic.cl/", + "whois_server": "whois.nic.cl", + "tld_created": "1987-12-15", + "tld_updated": [ + "2021-05-28" + ], + "annotations": { + "country_name_iso": "Chile", + "as_org_aliases": [ + "CIRA", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.cl", @@ -35781,25 +35799,7 @@ } ] } - ], - "registry_url": "http://www.nic.cl/", - "whois_server": "whois.nic.cl", - "tld_created": "1987-12-15", - "tld_updated": [ - "2021-05-28" - ], - "annotations": { - "country_name_iso": "Chile", - "as_org_aliases": [ - "CIRA", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "claims", @@ -35824,6 +35824,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.claims", @@ -35939,10 +35966,34 @@ } ] } - ], + ] + }, + { + "tld": "cleaning", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1391-32771", + "registry_operator_country_code": null, + "date_contract_signed": "2013-12-05", + "date_delegated": "2014-02-04", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-01", + "tld_created": "2014-01-30", "tld_updated": [ "2025-10-07" ], @@ -35966,30 +36017,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "cleaning", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1391-32771", - "registry_operator_country_code": null, - "date_contract_signed": "2013-12-05", - "date_delegated": "2014-02-04", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -36106,34 +36133,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "click", @@ -36158,6 +36158,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -36235,31 +36259,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "clinic", @@ -36284,6 +36284,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-11", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.clinic", @@ -36399,34 +36426,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "clinique", @@ -36451,6 +36451,29 @@ "date_removed": null } }, + "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", + "whois_server": "whois.nic.clinique", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.clinique", @@ -36528,30 +36551,7 @@ } ] } - ], - "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", - "whois_server": "whois.nic.clinique", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "clothing", @@ -36576,6 +36576,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.clothing", @@ -36691,34 +36718,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cloud", @@ -36743,6 +36743,30 @@ "date_removed": null } }, + "registry_url": "https://www.get.cloud", + "whois_server": "whois.nic.cloud", + "rdap_server": "https://rdap.registry.cloud/rdap/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -36820,31 +36844,7 @@ } ] } - ], - "registry_url": "https://www.get.cloud", - "whois_server": "whois.nic.cloud", - "rdap_server": "https://rdap.registry.cloud/rdap/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "club", @@ -36869,6 +36869,34 @@ "date_removed": null } }, + "registry_url": "http://nic.club/", + "whois_server": "whois.nic.club", + "rdap_server": "https://rdap.nic.club/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.club", @@ -36984,35 +37012,7 @@ } ] } - ], - "registry_url": "http://nic.club/", - "whois_server": "whois.nic.club", - "rdap_server": "https://rdap.nic.club/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "clubmed", @@ -37037,6 +37037,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.clubmed", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.clubmed", @@ -37152,29 +37174,7 @@ } ] } - ], - "whois_server": "whois.nic.clubmed", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cm", @@ -37188,6 +37188,24 @@ "tech": "Agence Nationale des Technologies de l'Information et de la Communication (ANTIC)" } }, + "registry_url": "https://www.nic.cm", + "whois_server": "whois.nic.cm", + "rdap_server": "https://rdap.nic.cm/", + "tld_created": "1995-04-29", + "tld_updated": [ + "2025-07-15" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Cameroon", + "as_org_aliases": [ + "AFNIC" + ], + "as_org_slugs": [ + "afnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "auth02.ns.uu.net", @@ -37301,25 +37319,7 @@ } ] } - ], - "registry_url": "https://www.nic.cm", - "whois_server": "whois.nic.cm", - "rdap_server": "https://rdap.nic.cm/", - "tld_created": "1995-04-29", - "tld_updated": [ - "2025-07-15" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Cameroon", - "as_org_aliases": [ - "AFNIC" - ], - "as_org_slugs": [ - "afnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cn", @@ -37333,6 +37333,28 @@ "tech": "China Internet Network Information Center (CNNIC)" } }, + "registry_url": "http://www.cnnic.cn/", + "whois_server": "whois.cnnic.cn", + "tld_created": "1990-11-28", + "tld_updated": [ + "2025-07-17" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "country_name_iso": "China", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.cn", @@ -37442,28 +37464,6 @@ "ipv6": [] } ], - "registry_url": "http://www.cnnic.cn/", - "whois_server": "whois.cnnic.cn", - "tld_created": "1990-11-28", - "tld_updated": [ - "2025-07-17" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "country_name_iso": "China", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--fiqs8s", "xn--fiqz9s" @@ -37481,6 +37481,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://www.registry.co", + "whois_server": "whois.registry.co", + "rdap_server": "https://rdap.registry.co/co/", + "tld_created": "1991-12-24", + "tld_updated": [ + "2026-02-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "supplemental", + "country_name_iso": "Colombia", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registrydns.co", @@ -37558,27 +37578,7 @@ } ] } - ], - "registry_url": "http://www.registry.co", - "whois_server": "whois.registry.co", - "rdap_server": "https://rdap.registry.co/co/", - "tld_created": "1991-12-24", - "tld_updated": [ - "2026-02-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "supplemental", - "country_name_iso": "Colombia", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "coach", @@ -37603,6 +37603,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.coach", @@ -37718,10 +37745,34 @@ } ] } - ], + ] + }, + { + "tld": "codes", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1398-14114", + "registry_operator_country_code": null, + "date_contract_signed": "2013-10-31", + "date_delegated": "2013-12-28", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", + "tld_created": "2013-12-19", "tld_updated": [ "2025-10-07" ], @@ -37745,30 +37796,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "codes", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1398-14114", - "registry_operator_country_code": null, - "date_contract_signed": "2013-10-31", - "date_delegated": "2013-12-28", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -37885,7 +37912,31 @@ } ] } - ], + ] + }, + { + "tld": "coffee", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1401-49222", + "registry_operator_country_code": null, + "date_contract_signed": "2013-10-17", + "date_delegated": "2013-12-28", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2013-12-19", @@ -37912,30 +37963,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "coffee", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1401-49222", - "registry_operator_country_code": null, - "date_contract_signed": "2013-10-17", - "date_delegated": "2013-12-28", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -38052,34 +38079,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "college", @@ -38104,6 +38104,34 @@ "date_removed": null } }, + "registry_url": "https://nic.college/", + "whois_server": "whois.nic.college", + "rdap_server": "https://rdap.centralnic.com/college", + "tld_created": "2014-03-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.college", @@ -38181,35 +38209,7 @@ } ] } - ], - "registry_url": "https://nic.college/", - "whois_server": "whois.nic.college", - "rdap_server": "https://rdap.centralnic.com/college", - "tld_created": "2014-03-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "cologne", @@ -38234,6 +38234,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.koeln", + "whois_server": "whois.ryce-rsp.com", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -38292,30 +38315,7 @@ } ] } - ], - "registry_url": "https://www.nic.koeln", - "whois_server": "whois.ryce-rsp.com", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "city" - } + ] }, { "tld": "com", @@ -38340,6 +38340,33 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.verisign-grs.com", + "rdap_server": "https://rdap.verisign.com/com/v1/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.gtld-servers.net", @@ -38588,34 +38615,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.verisign-grs.com", - "rdap_server": "https://rdap.verisign.com/com/v1/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "comcast", @@ -38670,6 +38670,27 @@ "date_removed": null } }, + "registry_url": "http://www.commbank.com.au", + "whois_server": "whois.nic.commbank", + "rdap_server": "https://rdap.nic.commbank/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.commbank", @@ -38785,28 +38806,7 @@ } ] } - ], - "registry_url": "http://www.commbank.com.au", - "whois_server": "whois.nic.commbank", - "rdap_server": "https://rdap.nic.commbank/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "community", @@ -38831,6 +38831,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.community", @@ -38946,10 +38973,34 @@ } ] } - ], + ] + }, + { + "tld": "company", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1399-64977", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2013-12-17", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", + "tld_created": "2013-12-12", "tld_updated": [ "2025-10-07" ], @@ -38973,30 +39024,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "company", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1399-64977", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2013-12-17", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -39113,34 +39140,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "compare", @@ -39165,6 +39165,34 @@ "date_removed": null } }, + "registry_url": "http://nic.compare/", + "whois_server": "whois.nic.compare", + "rdap_server": "https://rdap.nic.compare/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.compare", @@ -39280,35 +39308,7 @@ } ] } - ], - "registry_url": "http://nic.compare/", - "whois_server": "whois.nic.compare", - "rdap_server": "https://rdap.nic.compare/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "computer", @@ -39333,6 +39333,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.computer", @@ -39448,34 +39475,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "comsec", @@ -39500,6 +39500,33 @@ "date_removed": null } }, + "whois_server": "whois.nic.comsec", + "rdap_server": "https://tld-rdap.verisign.com/comsec/v1/", + "tld_created": "2015-10-08", + "tld_updated": [ + "2026-03-11" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -39577,34 +39604,7 @@ } ] } - ], - "whois_server": "whois.nic.comsec", - "rdap_server": "https://tld-rdap.verisign.com/comsec/v1/", - "tld_created": "2015-10-08", - "tld_updated": [ - "2026-03-11" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "condos", @@ -39629,6 +39629,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.condos", @@ -39744,10 +39771,34 @@ } ] } - ], + ] + }, + { + "tld": "construction", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": null, + "registry_operator_country_code": null, + "date_contract_signed": "2013-09-16", + "date_delegated": "2013-11-14", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", + "tld_created": "2013-11-08", "tld_updated": [ "2025-10-07" ], @@ -39771,30 +39822,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "construction", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": null, - "registry_operator_country_code": null, - "date_contract_signed": "2013-09-16", - "date_delegated": "2013-11-14", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -39911,10 +39938,34 @@ } ] } - ], + ] + }, + { + "tld": "consulting", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1406-80949", + "registry_operator_country_code": null, + "date_contract_signed": "2013-12-05", + "date_delegated": "2014-04-01", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", + "tld_created": "2014-01-30", "tld_updated": [ "2025-10-07" ], @@ -39938,30 +39989,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "consulting", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1406-80949", - "registry_operator_country_code": null, - "date_contract_signed": "2013-12-05", - "date_delegated": "2014-04-01", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -40078,10 +40105,34 @@ } ] } - ], + ] + }, + { + "tld": "contact", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1279-75341", + "registry_operator_country_code": null, + "date_contract_signed": "2015-01-08", + "date_delegated": "2015-12-22", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", + "tld_created": "2015-12-10", "tld_updated": [ "2025-10-07" ], @@ -40105,30 +40156,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "contact", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1279-75341", - "registry_operator_country_code": null, - "date_contract_signed": "2015-01-08", - "date_delegated": "2015-12-22", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -40245,10 +40272,34 @@ } ] } - ], + ] + }, + { + "tld": "contractors", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": null, + "registry_operator_country_code": null, + "date_contract_signed": "2013-09-10", + "date_delegated": "2013-11-14", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", + "tld_created": "2013-11-08", "tld_updated": [ "2025-10-07" ], @@ -40272,30 +40323,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "contractors", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": null, - "registry_operator_country_code": null, - "date_contract_signed": "2013-09-10", - "date_delegated": "2013-11-14", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -40412,34 +40439,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cooking", @@ -40464,6 +40464,34 @@ "date_removed": null } }, + "registry_url": "http://nic.cooking/", + "whois_server": "whois.nic.cooking", + "rdap_server": "https://rdap.nic.cooking/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cooking", @@ -40579,35 +40607,7 @@ } ] } - ], - "registry_url": "http://nic.cooking/", - "whois_server": "whois.nic.cooking", - "rdap_server": "https://rdap.nic.cooking/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cookingchannel", @@ -40662,6 +40662,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cool", @@ -40777,34 +40804,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "coop", @@ -40829,6 +40829,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.coop", + "whois_server": "whois.nic.coop", + "rdap_server": "https://rdap.registry.coop/rdap/", + "tld_created": "2001-12-15", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "DotCooperation", + "iana_sponsor_slug": "dot-cooperation", + "iana_admin_alias": "DotCooperation", + "iana_admin_slug": "dot-cooperation", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "DotCooperation", + "icann_registry_operator_slug": "dot-cooperation", + "rdap_source": "IANA", + "registry_agreement_types": [ + "community", + "sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -40906,37 +40936,7 @@ } ] } - ], - "registry_url": "http://www.nic.coop", - "whois_server": "whois.nic.coop", - "rdap_server": "https://rdap.registry.coop/rdap/", - "tld_created": "2001-12-15", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "DotCooperation", - "iana_sponsor_slug": "dot-cooperation", - "iana_admin_alias": "DotCooperation", - "iana_admin_slug": "dot-cooperation", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "DotCooperation", - "icann_registry_operator_slug": "dot-cooperation", - "rdap_source": "IANA", - "registry_agreement_types": [ - "community", - "sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "corsica", @@ -40961,6 +40961,32 @@ "date_removed": null } }, + "registry_url": "https://puntu.corsica", + "whois_server": "whois.nic.corsica", + "rdap_server": "https://rdap.nic.corsica", + "tld_created": "2015-04-23", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -41019,33 +41045,7 @@ } ] } - ], - "registry_url": "https://puntu.corsica", - "whois_server": "whois.nic.corsica", - "rdap_server": "https://rdap.nic.corsica", - "tld_created": "2015-04-23", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "country", @@ -41070,6 +41070,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -41147,31 +41171,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "coupon", @@ -41196,6 +41196,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.coupon", + "whois_server": "whois.nic.coupon", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.coupon", @@ -41311,35 +41339,7 @@ } ] } - ], - "registry_url": "http://www.nic.coupon", - "whois_server": "whois.nic.coupon", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "coupons", @@ -41364,6 +41364,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.coupons", @@ -41479,34 +41506,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "courses", @@ -41531,6 +41531,34 @@ "date_removed": null } }, + "registry_url": "https://www.get.courses/", + "whois_server": "whois.nic.courses", + "rdap_server": "https://rdap.nic.courses/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.courses", @@ -41646,35 +41674,7 @@ } ] } - ], - "registry_url": "https://www.get.courses/", - "whois_server": "whois.nic.courses", - "rdap_server": "https://rdap.nic.courses/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cpa", @@ -41699,6 +41699,26 @@ "date_removed": null } }, + "registry_url": "https://www.cpa.com", + "whois_server": "whois.nic.cpa", + "rdap_server": "https://rdap.nic.cpa", + "tld_created": "2019-09-11", + "tld_updated": [ + "2024-09-23" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cpa", @@ -41814,27 +41834,7 @@ } ] } - ], - "registry_url": "https://www.cpa.com", - "whois_server": "whois.nic.cpa", - "rdap_server": "https://rdap.nic.cpa", - "tld_created": "2019-09-11", - "tld_updated": [ - "2024-09-23" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cr", @@ -41848,6 +41848,30 @@ "tech": "National Academy of Sciences Academia Nacional de Ciencias" } }, + "registry_url": "http://www.nic.cr/", + "whois_server": "whois.nic.cr", + "rdap_server": "https://rdap.nic.cr/", + "tld_created": "1990-09-10", + "tld_updated": [ + "2026-02-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Costa Rica", + "as_org_aliases": [ + "CIRA", + "DENIC", + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -41963,31 +41987,7 @@ } ] } - ], - "registry_url": "http://www.nic.cr/", - "whois_server": "whois.nic.cr", - "rdap_server": "https://rdap.nic.cr/", - "tld_created": "1990-09-10", - "tld_updated": [ - "2026-02-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Costa Rica", - "as_org_aliases": [ - "CIRA", - "DENIC", - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "credit", @@ -42012,6 +42012,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.credit", @@ -42127,7 +42154,31 @@ } ] } - ], + ] + }, + { + "tld": "creditcard", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1412-63109", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-20", + "date_delegated": "2014-04-29", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2014-04-24", @@ -42154,30 +42205,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "creditcard", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1412-63109", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-20", - "date_delegated": "2014-04-29", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -42294,34 +42321,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "creditunion", @@ -42346,84 +42346,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "ns01.trs-dns.com", - "ipv4": [ - { - "ip": "64.96.1.1", - "asn": 393818, - "as_org": "TUCOWS-TRS-DNS1", - "as_country": "CA" - } - ], - "ipv6": [ - { - "ip": "2620:57:4001::1", - "asn": 393818, - "as_org": "TUCOWS-TRS-DNS1", - "as_country": "CA" - } - ] - }, - { - "hostname": "ns01.trs-dns.net", - "ipv4": [ - { - "ip": "64.96.2.1", - "asn": 63363, - "as_org": "TUCOWS-TRS-DNS2", - "as_country": "CA" - } - ], - "ipv6": [ - { - "ip": "2620:57:4002::1", - "asn": 63363, - "as_org": "TUCOWS-TRS-DNS2", - "as_country": "CA" - } - ] - }, - { - "hostname": "ns10.trs-dns.info", - "ipv4": [ - { - "ip": "64.78.204.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:812:1534:8::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - }, - { - "hostname": "ns10.trs-dns.org", - "ipv4": [ - { - "ip": "64.78.205.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:813:1534:8::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - } - ], "registry_url": "http://www.identity.coop/creditunion", "whois_server": "whois.nic.creditunion", "rdap_server": "https://rdap.registry.coop/rdap/", @@ -42451,7 +42373,85 @@ "packet-clearing-house", "tucows" ] - } + }, + "nameservers": [ + { + "hostname": "ns01.trs-dns.com", + "ipv4": [ + { + "ip": "64.96.1.1", + "asn": 393818, + "as_org": "TUCOWS-TRS-DNS1", + "as_country": "CA" + } + ], + "ipv6": [ + { + "ip": "2620:57:4001::1", + "asn": 393818, + "as_org": "TUCOWS-TRS-DNS1", + "as_country": "CA" + } + ] + }, + { + "hostname": "ns01.trs-dns.net", + "ipv4": [ + { + "ip": "64.96.2.1", + "asn": 63363, + "as_org": "TUCOWS-TRS-DNS2", + "as_country": "CA" + } + ], + "ipv6": [ + { + "ip": "2620:57:4002::1", + "asn": 63363, + "as_org": "TUCOWS-TRS-DNS2", + "as_country": "CA" + } + ] + }, + { + "hostname": "ns10.trs-dns.info", + "ipv4": [ + { + "ip": "64.78.204.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:812:1534:8::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + }, + { + "hostname": "ns10.trs-dns.org", + "ipv4": [ + { + "ip": "64.78.205.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:813:1534:8::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + } + ] }, { "tld": "cricket", @@ -42476,6 +42476,32 @@ "date_removed": null } }, + "registry_url": "http://nic.cricket", + "whois_server": "whois.nic.cricket", + "rdap_server": "https://rdap.nic.cricket/", + "tld_created": "2014-11-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cricket", @@ -42591,33 +42617,7 @@ } ] } - ], - "registry_url": "http://nic.cricket", - "whois_server": "whois.nic.cricket", - "rdap_server": "https://rdap.nic.cricket/", - "tld_created": "2014-11-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "crown", @@ -42642,6 +42642,31 @@ "date_removed": null } }, + "registry_url": "http://www.crown.com/", + "whois_server": "whois.nic.crown", + "rdap_server": "https://rdap.crown.fury.ca/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2026-01-22" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.crown", @@ -42719,32 +42744,7 @@ } ] } - ], - "registry_url": "http://www.crown.com/", - "whois_server": "whois.nic.crown", - "rdap_server": "https://rdap.crown.fury.ca/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2026-01-22" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] }, { "tld": "crs", @@ -42769,6 +42769,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.crs", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-28", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.crs", @@ -42846,28 +42867,7 @@ } ] } - ], - "whois_server": "whois.nic.crs", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-28", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cruise", @@ -42892,6 +42892,28 @@ "date_removed": null } }, + "registry_url": "http://www.vikingrivercruises.com", + "whois_server": "whois.nic.cruise", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-10-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.cruise", @@ -42969,29 +42991,7 @@ } ] } - ], - "registry_url": "http://www.vikingrivercruises.com", - "whois_server": "whois.nic.cruise", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-10-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "cruises", @@ -43016,6 +43016,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.cruises", @@ -43131,34 +43158,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "csc", @@ -43202,6 +43202,15 @@ "tech": "CENIAInternet" } }, + "registry_url": "http://www.nic.cu", + "tld_created": "1992-06-03", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Cuba", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cu.cctld.authdns.ripe.net", @@ -43303,16 +43312,7 @@ } ] } - ], - "registry_url": "http://www.nic.cu", - "tld_created": "1992-06-03", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Cuba", - "geographic_scope": "country" - } + ] }, { "tld": "cuisinella", @@ -43337,6 +43337,27 @@ "date_removed": null } }, + "registry_url": "http://nic.cuisinella/", + "whois_server": "whois.nic.cuisinella", + "rdap_server": "https://rdap.nic.cuisinella/", + "tld_created": "2014-06-19", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.cuisinella", @@ -43452,28 +43473,7 @@ } ] } - ], - "registry_url": "http://nic.cuisinella/", - "whois_server": "whois.nic.cuisinella", - "rdap_server": "https://rdap.nic.cuisinella/", - "tld_created": "2014-06-19", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "cv", @@ -43487,6 +43487,24 @@ "tech": "Associação DNS.PT" } }, + "registry_url": "http://www.dns.cv/", + "whois_server": "whois.nic.cv", + "rdap_server": "https://rdap.nic.cv", + "tld_created": "1996-10-21", + "tld_updated": [ + "2024-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Cabo Verde", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyc.dnsnode.net", @@ -43557,25 +43575,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.dns.cv/", - "whois_server": "whois.nic.cv", - "rdap_server": "https://rdap.nic.cv", - "tld_created": "1996-10-21", - "tld_updated": [ - "2024-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Cabo Verde", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cw", @@ -43589,6 +43589,21 @@ "tech": "University of Curacao" } }, + "registry_url": "http://www.uoc.cw/cw-registry", + "tld_created": "2010-12-20", + "tld_updated": [ + "2025-07-07" + ], + "annotations": { + "country_name_iso": "Curaçao", + "as_org_aliases": [ + "SIDN" + ], + "as_org_slugs": [ + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cw.cctld.authdns.ripe.net", @@ -43707,22 +43722,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.uoc.cw/cw-registry", - "tld_created": "2010-12-20", - "tld_updated": [ - "2025-07-07" - ], - "annotations": { - "country_name_iso": "Curaçao", - "as_org_aliases": [ - "SIDN" - ], - "as_org_slugs": [ - "sidn" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cx", @@ -43736,6 +43736,24 @@ "tech": "Indian Ocean Territories Telecom Pty Ltd" } }, + "registry_url": "https://cxda.org.cx", + "whois_server": "whois.nic.cx", + "rdap_server": "https://rdap.nic.cx", + "tld_created": "1997-04-24", + "tld_updated": [ + "2024-02-16" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Christmas Island", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.cx", @@ -43787,25 +43805,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://cxda.org.cx", - "whois_server": "whois.nic.cx", - "rdap_server": "https://rdap.nic.cx", - "tld_created": "1997-04-24", - "tld_updated": [ - "2024-02-16" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Christmas Island", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cy", @@ -43819,6 +43819,23 @@ "tech": "University of Cyprus" } }, + "registry_url": "http://www.nic.cy", + "tld_created": "1994-07-26", + "tld_updated": [ + "2024-08-13" + ], + "annotations": { + "country_name_iso": "Cyprus", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cy-ns.anycast.pch.net", @@ -43920,24 +43937,7 @@ } ] } - ], - "registry_url": "http://www.nic.cy", - "tld_created": "1994-07-26", - "tld_updated": [ - "2024-08-13" - ], - "annotations": { - "country_name_iso": "Cyprus", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "cymru", @@ -43962,6 +43962,37 @@ "date_removed": null } }, + "registry_url": "https://eincartrefarlein.cymru/", + "rdap_server": "https://rdap.nominet.uk/cymru/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-06-10" + ], + "annotations": { + "iana_sponsor_alias": "Nominet", + "iana_sponsor_slug": "nominet", + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Nominet", + "icann_registry_operator_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "welsh" + }, "nameservers": [ { "hostname": "dns1.nic.cymru", @@ -44115,38 +44146,7 @@ } ] } - ], - "registry_url": "https://eincartrefarlein.cymru/", - "rdap_server": "https://rdap.nominet.uk/cymru/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-06-10" - ], - "annotations": { - "iana_sponsor_alias": "Nominet", - "iana_sponsor_slug": "nominet", - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Nominet", - "icann_registry_operator_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "welsh" - } + ] }, { "tld": "cyou", @@ -44171,6 +44171,32 @@ "date_removed": null } }, + "registry_url": "http://cy.changyou.com", + "whois_server": "whois.nic.cyou", + "rdap_server": "https://rdap.centralnic.com/cyou/", + "tld_created": "2015-03-19", + "tld_updated": [ + "2024-06-19" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.cyou", @@ -44248,33 +44274,7 @@ } ] } - ], - "registry_url": "http://cy.changyou.com", - "whois_server": "whois.nic.cyou", - "rdap_server": "https://rdap.centralnic.com/cyou/", - "tld_created": "2015-03-19", - "tld_updated": [ - "2024-06-19" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "cz", @@ -44288,6 +44288,24 @@ "tech": "CZ.NIC, z.s.p.o." } }, + "registry_url": "http://www.nic.cz/", + "whois_server": "whois.nic.cz", + "rdap_server": "https://rdap.nic.cz", + "tld_created": "1993-01-13", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Czechia", + "as_org_aliases": [ + "CZNIC" + ], + "as_org_slugs": [ + "cznic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.nic.cz", @@ -44365,25 +44383,7 @@ } ] } - ], - "registry_url": "http://www.nic.cz/", - "whois_server": "whois.nic.cz", - "rdap_server": "https://rdap.nic.cz", - "tld_created": "1993-01-13", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Czechia", - "as_org_aliases": [ - "CZNIC" - ], - "as_org_slugs": [ - "cznic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "dabur", @@ -44438,6 +44438,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -44534,34 +44561,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "dance", @@ -44586,6 +44586,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dance", @@ -44701,34 +44728,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "data", @@ -44753,6 +44753,34 @@ "date_removed": null } }, + "registry_url": "https://www.dish.com/", + "whois_server": "whois.nic.data", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-12-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -44830,35 +44858,7 @@ } ] } - ], - "registry_url": "https://www.dish.com/", - "whois_server": "whois.nic.data", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-12-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "date", @@ -44883,6 +44883,32 @@ "date_removed": null } }, + "registry_url": "http://nic.date", + "whois_server": "whois.nic.date", + "rdap_server": "https://rdap.nic.date/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.date", @@ -44998,33 +45024,7 @@ } ] } - ], - "registry_url": "http://nic.date", - "whois_server": "whois.nic.date", - "rdap_server": "https://rdap.nic.date/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "dating", @@ -45049,6 +45049,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dating", @@ -45164,34 +45191,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "datsun", @@ -45216,6 +45216,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -45286,32 +45311,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "day", @@ -45336,6 +45336,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -45432,10 +45459,34 @@ } ] } - ], + ] + }, + { + "tld": "dclk", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Charleston Road Registry Inc.", + "admin": "Google Inc", + "tech": "Google Inc" + }, + "icann": { + "registry_operator": "Charleston Road Registry Inc.", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1141-22713", + "registry_operator_country_code": null, + "date_contract_signed": "2014-11-20", + "date_delegated": "2015-01-24", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.registry.google", "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", + "tld_created": "2015-01-08", "tld_updated": [ "2025-04-11" ], @@ -45459,30 +45510,6 @@ "as_org_slugs": [ "google" ] - } - }, - { - "tld": "dclk", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Charleston Road Registry Inc.", - "admin": "Google Inc", - "tech": "Google Inc" - }, - "icann": { - "registry_operator": "Charleston Road Registry Inc.", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1141-22713", - "registry_operator_country_code": null, - "date_contract_signed": "2014-11-20", - "date_delegated": "2015-01-24", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -45580,34 +45607,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "dds", @@ -45632,6 +45632,34 @@ "date_removed": null } }, + "registry_url": "http://nic.dds/", + "whois_server": "whois.nic.dds", + "rdap_server": "https://rdap.nic.dds/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.dds", @@ -45747,35 +45775,7 @@ } ] } - ], - "registry_url": "http://nic.dds/", - "whois_server": "whois.nic.dds", - "rdap_server": "https://rdap.nic.dds/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "de", @@ -45789,6 +45789,24 @@ "tech": "DENIC eG" } }, + "registry_url": "http://www.denic.de/", + "whois_server": "whois.denic.de", + "rdap_server": "https://rdap.denic.de/", + "tld_created": "1986-11-05", + "tld_updated": [ + "2023-04-04" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Germany", + "as_org_aliases": [ + "DENIC" + ], + "as_org_slugs": [ + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.de", @@ -45904,25 +45922,7 @@ } ] } - ], - "registry_url": "http://www.denic.de/", - "whois_server": "whois.denic.de", - "rdap_server": "https://rdap.denic.de/", - "tld_created": "1986-11-05", - "tld_updated": [ - "2023-04-04" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Germany", - "as_org_aliases": [ - "DENIC" - ], - "as_org_slugs": [ - "denic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "deal", @@ -45947,6 +45947,33 @@ "date_removed": null } }, + "registry_url": "http://www.nic.deal", + "rdap_server": "https://rdap.nominet.uk/deal/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.deal", @@ -46100,34 +46127,7 @@ } ] } - ], - "registry_url": "http://www.nic.deal", - "rdap_server": "https://rdap.nominet.uk/deal/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "dealer", @@ -46152,6 +46152,28 @@ "date_removed": null } }, + "registry_url": "https://get.dealer", + "whois_server": "whois.nic.dealer", + "rdap_server": "https://rdap.centralnic.com/dealer/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.dealer", @@ -46229,29 +46251,7 @@ } ] } - ], - "registry_url": "https://get.dealer", - "whois_server": "whois.nic.dealer", - "rdap_server": "https://rdap.centralnic.com/dealer/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "deals", @@ -46276,6 +46276,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.deals", @@ -46391,10 +46418,34 @@ } ] } - ], + ] + }, + { + "tld": "degree", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1418-57248", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-05-30", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-03", + "tld_created": "2014-05-22", "tld_updated": [ "2025-10-07" ], @@ -46418,30 +46469,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "degree", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1418-57248", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-05-30", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -46558,10 +46585,34 @@ } ] } - ], + ] + }, + { + "tld": "delivery", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1420-57575", + "registry_operator_country_code": null, + "date_contract_signed": "2014-09-11", + "date_delegated": "2014-11-01", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", + "tld_created": "2014-10-16", "tld_updated": [ "2025-10-07" ], @@ -46585,30 +46636,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "delivery", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1420-57575", - "registry_operator_country_code": null, - "date_contract_signed": "2014-09-11", - "date_delegated": "2014-11-01", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -46725,34 +46752,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "dell", @@ -46777,6 +46777,28 @@ "date_removed": null } }, + "registry_url": "http://www.dell.com", + "rdap_server": "https://rdap.nic.dell/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.dell", @@ -46892,29 +46914,7 @@ } ] } - ], - "registry_url": "http://www.dell.com", - "rdap_server": "https://rdap.nic.dell/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "deloitte", @@ -46939,6 +46939,27 @@ "date_removed": null } }, + "registry_url": "http://nic.deloitte", + "whois_server": "whois.nic.deloitte", + "rdap_server": "https://rdap.centralnic.com/deloitte", + "tld_created": "2015-12-23", + "tld_updated": [ + "2023-11-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.deloitte", @@ -47016,28 +47037,7 @@ } ] } - ], - "registry_url": "http://nic.deloitte", - "whois_server": "whois.nic.deloitte", - "rdap_server": "https://rdap.centralnic.com/deloitte", - "tld_created": "2015-12-23", - "tld_updated": [ - "2023-11-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "delta", @@ -47062,6 +47062,29 @@ "date_removed": null } }, + "registry_url": "http://www.delta.com", + "whois_server": "whois.nic.delta", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2023-08-07" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.delta", @@ -47139,30 +47162,7 @@ } ] } - ], - "registry_url": "http://www.delta.com", - "whois_server": "whois.nic.delta", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2023-08-07" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "democrat", @@ -47187,6 +47187,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.democrat", @@ -47302,10 +47329,34 @@ } ] } - ], + ] + }, + { + "tld": "dental", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1421-91857", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-20", + "date_delegated": "2014-04-23", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", + "tld_created": "2014-04-17", "tld_updated": [ "2025-10-07" ], @@ -47329,30 +47380,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "dental", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1421-91857", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-20", - "date_delegated": "2014-04-23", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -47469,10 +47496,34 @@ } ] } - ], + ] + }, + { + "tld": "dentist", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1422-97537", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-20", + "date_delegated": "2014-05-31", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2014-05-22", "tld_updated": [ "2025-10-07" ], @@ -47496,30 +47547,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "dentist", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1422-97537", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-20", - "date_delegated": "2014-05-31", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -47636,34 +47663,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "desi", @@ -47688,6 +47688,32 @@ "date_removed": null } }, + "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", + "rdap_server": "https://rdap.nominet.uk/desi/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "cultural_affiliation": "desi" + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -47841,33 +47867,7 @@ } ] } - ], - "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", - "rdap_server": "https://rdap.nominet.uk/desi/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "cultural_affiliation": "desi" - } + ] }, { "tld": "design", @@ -47892,6 +47892,34 @@ "date_removed": null } }, + "registry_url": "http://nic.design/", + "whois_server": "whois.nic.design", + "rdap_server": "https://rdap.nic.design/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.design", @@ -48007,35 +48035,7 @@ } ] } - ], - "registry_url": "http://nic.design/", - "whois_server": "whois.nic.design", - "rdap_server": "https://rdap.nic.design/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "dev", @@ -48060,6 +48060,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -48156,34 +48183,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "dhl", @@ -48208,6 +48208,27 @@ "date_removed": null } }, + "rdap_server": "https://rdap.centralnic.com/dhl", + "tld_created": "2016-05-26", + "tld_updated": [ + "2023-11-27" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.dhl", @@ -48285,28 +48306,7 @@ } ] } - ], - "rdap_server": "https://rdap.centralnic.com/dhl", - "tld_created": "2016-05-26", - "tld_updated": [ - "2023-11-27" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "diamonds", @@ -48331,6 +48331,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.diamonds", @@ -48446,34 +48473,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "diet", @@ -48498,6 +48498,34 @@ "date_removed": null } }, + "registry_url": "https://nic.diet", + "whois_server": "whois.nic.diet", + "rdap_server": "https://rdap.centralnic.com/diet/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.diet", @@ -48575,35 +48603,7 @@ } ] } - ], - "registry_url": "https://nic.diet", - "whois_server": "whois.nic.diet", - "rdap_server": "https://rdap.centralnic.com/diet/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "digital", @@ -48628,6 +48628,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.digital", @@ -48743,10 +48770,34 @@ } ] } - ], + ] + }, + { + "tld": "direct", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1424-94823", + "registry_operator_country_code": null, + "date_contract_signed": "2014-04-10", + "date_delegated": "2014-07-02", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2014-05-22", "tld_updated": [ "2025-10-07" ], @@ -48770,30 +48821,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "direct", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1424-94823", - "registry_operator_country_code": null, - "date_contract_signed": "2014-04-10", - "date_delegated": "2014-07-02", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -48910,10 +48937,34 @@ } ] } - ], + ] + }, + { + "tld": "directory", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": null, + "registry_operator_country_code": null, + "date_contract_signed": "2013-09-20", + "date_delegated": "2013-11-19", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", + "tld_created": "2013-11-13", "tld_updated": [ "2025-10-07" ], @@ -48937,30 +48988,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "directory", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": null, - "registry_operator_country_code": null, - "date_contract_signed": "2013-09-20", - "date_delegated": "2013-11-19", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -49077,10 +49104,34 @@ } ] } - ], + ] + }, + { + "tld": "discount", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1431-6328", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-23", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", + "tld_created": "2014-04-17", "tld_updated": [ "2025-10-07" ], @@ -49104,30 +49155,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "discount", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1431-6328", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-23", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -49244,34 +49271,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "discover", @@ -49296,6 +49296,29 @@ "date_removed": null } }, + "registry_url": "https://www.discover.com/", + "whois_server": "whois.nic.discover", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2025-05-29" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.discover", @@ -49411,30 +49434,7 @@ } ] } - ], - "registry_url": "https://www.discover.com/", - "whois_server": "whois.nic.discover", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2025-05-29" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "dish", @@ -49459,6 +49459,35 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com/", + "whois_server": "whois.nic.dish", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -49536,36 +49565,7 @@ } ] } - ], - "registry_url": "http://www.dish.com/", - "whois_server": "whois.nic.dish", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "diy", @@ -49590,6 +49590,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -49667,31 +49691,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "dj", @@ -49705,6 +49705,21 @@ "tech": "Djibouti Telecom S.A" } }, + "registry_url": "http://www.nic.dj", + "tld_created": "1996-05-22", + "tld_updated": [ + "2024-12-25" + ], + "annotations": { + "country_name_iso": "Djibouti", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.djibtelecom.dj", @@ -49742,22 +49757,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.dj", - "tld_created": "1996-05-22", - "tld_updated": [ - "2024-12-25" - ], - "annotations": { - "country_name_iso": "Djibouti", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] }, { "tld": "dk", @@ -49771,6 +49771,26 @@ "tech": "Punktum dk A/S" } }, + "registry_url": "https://punktum.dk/", + "whois_server": "whois.punktum.dk", + "tld_created": "1987-07-14", + "tld_updated": [ + "2025-10-30" + ], + "annotations": { + "country_name_iso": "Denmark", + "as_org_aliases": [ + "CIRA", + "CZNIC", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "cznic", + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.nic.dk", @@ -49886,27 +49906,7 @@ } ] } - ], - "registry_url": "https://punktum.dk/", - "whois_server": "whois.punktum.dk", - "tld_created": "1987-07-14", - "tld_updated": [ - "2025-10-30" - ], - "annotations": { - "country_name_iso": "Denmark", - "as_org_aliases": [ - "CIRA", - "CZNIC", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "cznic", - "sidn" - ], - "geographic_scope": "country" - } + ] }, { "tld": "dm", @@ -49920,6 +49920,24 @@ "tech": "DotDM Corporation" } }, + "registry_url": "http://www.nic.dm", + "whois_server": "whois.dmdomains.dm", + "tld_created": "1991-09-03", + "tld_updated": [ + "2024-05-29" + ], + "annotations": { + "country_name_iso": "Dominica", + "as_org_aliases": [ + "Community DNS", + "Tucows" + ], + "as_org_slugs": [ + "community-dns", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.blacknightsolutions.com", @@ -50028,25 +50046,7 @@ } ] } - ], - "registry_url": "http://www.nic.dm", - "whois_server": "whois.dmdomains.dm", - "tld_created": "1991-09-03", - "tld_updated": [ - "2024-05-29" - ], - "annotations": { - "country_name_iso": "Dominica", - "as_org_aliases": [ - "Community DNS", - "Tucows" - ], - "as_org_slugs": [ - "community-dns", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "dnp", @@ -50071,6 +50071,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/", + "whois_server": "whois.nic.dnp", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2019-08-28" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -50141,32 +50166,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/", - "whois_server": "whois.nic.dnp", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2019-08-28" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "do", @@ -50180,6 +50180,24 @@ "tech": "Pontificia Universidad Catolica Madre y Maestra" } }, + "registry_url": "http://www.nic.do", + "whois_server": "whois.nic.do", + "tld_created": "1991-08-25", + "tld_updated": [ + "2025-08-21" + ], + "annotations": { + "country_name_iso": "Dominican Republic", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -50314,25 +50332,7 @@ } ] } - ], - "registry_url": "http://www.nic.do", - "whois_server": "whois.nic.do", - "tld_created": "1991-08-25", - "tld_updated": [ - "2025-08-21" - ], - "annotations": { - "country_name_iso": "Dominican Republic", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "docs", @@ -50357,6 +50357,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -50453,34 +50480,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "doctor", @@ -50505,6 +50505,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.doctor", @@ -50620,34 +50647,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "dodge", @@ -50702,6 +50702,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.dog", @@ -50817,34 +50844,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "doha", @@ -50898,6 +50898,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.domains", @@ -51013,34 +51040,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "doosan", @@ -51094,6 +51094,36 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.dot", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_admin_alias": "Dish Network", + "iana_admin_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -51171,37 +51201,7 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.dot", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_admin_alias": "Dish Network", - "iana_admin_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "download", @@ -51226,6 +51226,32 @@ "date_removed": null } }, + "registry_url": "http://nic.download", + "whois_server": "whois.nic.download", + "rdap_server": "https://rdap.nic.download/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.download", @@ -51341,33 +51367,7 @@ } ] } - ], - "registry_url": "http://nic.download", - "whois_server": "whois.nic.download", - "rdap_server": "https://rdap.nic.download/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "drive", @@ -51392,6 +51392,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -51488,34 +51515,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "dtv", @@ -51540,6 +51540,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.dtv", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -51617,35 +51645,7 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.dtv", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "dubai", @@ -51670,6 +51670,26 @@ "date_removed": null } }, + "whois_server": "whois.nic.dubai", + "rdap_server": "https://rdap.nic.dubai/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2020-05-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -51747,27 +51767,7 @@ } ] } - ], - "whois_server": "whois.nic.dubai", - "rdap_server": "https://rdap.nic.dubai/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2020-05-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "duck", @@ -51882,6 +51882,28 @@ "date_removed": null } }, + "registry_url": "https://www.dupont.com", + "rdap_server": "https://rdap.nic.dupont/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2024-06-04" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.dupont", @@ -51997,29 +52019,7 @@ } ] } - ], - "registry_url": "https://www.dupont.com", - "rdap_server": "https://rdap.nic.dupont/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2024-06-04" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "durban", @@ -52044,6 +52044,33 @@ "date_removed": null } }, + "registry_url": "http://www.registry.net.za", + "whois_server": "whois.nic.durban", + "rdap_server": "https://rdap.nic.durban/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "iana_admin_alias": "ZACR", + "iana_admin_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -52102,34 +52129,7 @@ } ] } - ], - "registry_url": "http://www.registry.net.za", - "whois_server": "whois.nic.durban", - "rdap_server": "https://rdap.nic.durban/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "iana_admin_alias": "ZACR", - "iana_admin_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "city" - } + ] }, { "tld": "dvag", @@ -52154,6 +52154,29 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.dvag", + "rdap_server": "https://rdap.centralnic.com/dvag", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.dvag", @@ -52231,30 +52254,7 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.dvag", - "rdap_server": "https://rdap.centralnic.com/dvag", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "dvr", @@ -52279,6 +52279,34 @@ "date_removed": null } }, + "registry_url": "http://www.echostar.com", + "whois_server": "whois.nic.dvr", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-09-22", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -52356,35 +52384,7 @@ } ] } - ], - "registry_url": "http://www.echostar.com", - "whois_server": "whois.nic.dvr", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-09-22", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "dz", @@ -52398,6 +52398,24 @@ "tech": "CERIST" } }, + "registry_url": "http://www.nic.dz", + "whois_server": "whois.nic.dz", + "tld_created": "1994-01-03", + "tld_updated": [ + "2025-10-10" + ], + "annotations": { + "country_name_iso": "Algeria", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-dz.afrinic.net", @@ -52507,24 +52525,6 @@ ] } ], - "registry_url": "http://www.nic.dz", - "whois_server": "whois.nic.dz", - "tld_created": "1994-01-03", - "tld_updated": [ - "2025-10-10" - ], - "annotations": { - "country_name_iso": "Algeria", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--lgbbat1ad8j" ] @@ -52552,6 +52552,28 @@ "date_removed": null } }, + "registry_url": "https://domain.earth/", + "whois_server": "whois.nic.earth", + "rdap_server": "https://rdap.nic.earth/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.earth", @@ -52667,29 +52689,7 @@ } ] } - ], - "registry_url": "https://domain.earth/", - "whois_server": "whois.nic.earth", - "rdap_server": "https://rdap.nic.earth/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "eat", @@ -52714,6 +52714,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -52810,34 +52837,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "ec", @@ -52851,6 +52851,26 @@ "tech": "ECUADORDOMAIN S.A." } }, + "registry_url": "http://www.nic.ec", + "whois_server": "whois.nic.ec", + "rdap_server": "https://rdap.registry.ec", + "tld_created": "1991-02-01", + "tld_updated": [ + "2024-04-10" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Ecuador", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -52940,27 +52960,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.ec", - "whois_server": "whois.nic.ec", - "rdap_server": "https://rdap.registry.ec", - "tld_created": "1991-02-01", - "tld_updated": [ - "2024-04-10" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Ecuador", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "eco", @@ -52985,6 +52985,31 @@ "date_removed": null } }, + "registry_url": "https://go.eco", + "whois_server": "whois.nic.eco", + "rdap_server": "https://rdap.eco.fury.ca/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2026-04-29" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.eco", @@ -53062,32 +53087,7 @@ } ] } - ], - "registry_url": "https://go.eco", - "whois_server": "whois.nic.eco", - "rdap_server": "https://rdap.eco.fury.ca/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2026-04-29" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] }, { "tld": "edeka", @@ -53112,6 +53112,30 @@ "date_removed": null } }, + "registry_url": "http://edeka.de", + "whois_server": "whois.nic.edeka", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.edeka", @@ -53189,31 +53213,7 @@ } ] } - ], - "registry_url": "http://edeka.de", - "whois_server": "whois.nic.edeka", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "edu", @@ -53227,6 +53227,22 @@ "tech": "VeriSign Global Registry" } }, + "registry_url": "http://www.educause.edu/edudomain", + "whois_server": "whois.educause.edu", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.edu-servers.net", @@ -53475,23 +53491,7 @@ } ] } - ], - "registry_url": "http://www.educause.edu/edudomain", - "whois_server": "whois.educause.edu", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "education", @@ -53516,6 +53516,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.education", @@ -53631,34 +53658,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ee", @@ -53672,6 +53672,22 @@ "tech": "Eesti Interneti Sihtasutus (EIS)" } }, + "registry_url": "http://www.internet.ee", + "whois_server": "whois.tld.ee", + "tld_created": "1992-06-03", + "tld_updated": [ + "2023-06-28" + ], + "annotations": { + "country_name_iso": "Estonia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.tld.ee", @@ -53761,23 +53777,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.internet.ee", - "whois_server": "whois.tld.ee", - "tld_created": "1992-06-03", - "tld_updated": [ - "2023-06-28" - ], - "annotations": { - "country_name_iso": "Estonia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "eg", @@ -53791,6 +53791,15 @@ "tech": "Egyptian Universities Network (EUN)\nSupreme Council of Universities" } }, + "registry_url": "http://www.egregistry.eg/", + "tld_created": "1990-11-30", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Egypt", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-eg.univie.ac.at", @@ -53843,15 +53852,6 @@ ] } ], - "registry_url": "http://www.egregistry.eg/", - "tld_created": "1990-11-30", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Egypt", - "geographic_scope": "country" - }, "idn": [ "xn--wgbh1c" ] @@ -53898,6 +53898,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.email", @@ -54013,34 +54040,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "emerck", @@ -54065,6 +54065,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.emerck", + "whois_server": "whois.nic.emerck", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-09-11", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.emerck", @@ -54142,30 +54165,7 @@ } ] } - ], - "registry_url": "http://www.nic.emerck", - "whois_server": "whois.nic.emerck", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-11", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "emerson", @@ -54220,6 +54220,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.energy", @@ -54335,10 +54362,34 @@ } ] } - ], + ] + }, + { + "tld": "engineer", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1255-37010", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-06-04", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", + "tld_created": "2014-05-29", "tld_updated": [ "2025-10-07" ], @@ -54362,30 +54413,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "engineer", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1255-37010", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-06-04", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -54502,10 +54529,34 @@ } ] } - ], + ] + }, + { + "tld": "engineering", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1436-74788", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-11", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", + "tld_created": "2014-04-03", "tld_updated": [ "2025-10-07" ], @@ -54529,30 +54580,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "engineering", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1436-74788", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-11", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -54669,10 +54696,34 @@ } ] } - ], + ] + }, + { + "tld": "enterprises", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": null, + "registry_operator_country_code": null, + "date_contract_signed": "2013-09-20", + "date_delegated": "2013-11-19", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", + "tld_created": "2013-11-13", "tld_updated": [ "2025-10-07" ], @@ -54696,30 +54747,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "enterprises", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": null, - "registry_operator_country_code": null, - "date_contract_signed": "2013-09-20", - "date_delegated": "2013-11-19", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -54836,34 +54863,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "epost", @@ -54918,6 +54918,29 @@ "date_removed": null } }, + "registry_url": "http://www.epson.com", + "whois_server": "whois.nic.epson", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -54988,30 +55011,7 @@ } ] } - ], - "registry_url": "http://www.epson.com", - "whois_server": "whois.nic.epson", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "equipment", @@ -55036,6 +55036,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.equipment", @@ -55151,34 +55178,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "er", @@ -55192,6 +55192,14 @@ "tech": "Eritrea Telecommunications Corporation" } }, + "tld_created": "1996-09-24", + "tld_updated": [ + "2025-10-28" + ], + "annotations": { + "country_name_iso": "Eritrea", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "er.cctld.authdns.ripe.net", @@ -55236,15 +55244,7 @@ ], "ipv6": [] } - ], - "tld_created": "1996-09-24", - "tld_updated": [ - "2025-10-28" - ], - "annotations": { - "country_name_iso": "Eritrea", - "geographic_scope": "country" - } + ] }, { "tld": "ericsson", @@ -55269,6 +55269,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.ericsson", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ericsson", @@ -55346,29 +55368,7 @@ } ] } - ], - "whois_server": "whois.nic.ericsson", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "erni", @@ -55393,6 +55393,26 @@ "date_removed": null } }, + "registry_url": "http://www.erni.ch", + "whois_server": "whois.nic.erni", + "rdap_server": "https://rdap.nic.erni/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -55470,27 +55490,7 @@ } ] } - ], - "registry_url": "http://www.erni.ch", - "whois_server": "whois.nic.erni", - "rdap_server": "https://rdap.nic.erni/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "es", @@ -55504,6 +55504,22 @@ "tech": "Red.es" } }, + "registry_url": "http://www.nic.es/", + "whois_server": "whois.nic.es", + "tld_created": "1988-04-14", + "tld_updated": [ + "2025-07-11" + ], + "annotations": { + "country_name_iso": "Spain", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.es", @@ -55581,23 +55597,7 @@ } ] } - ], - "registry_url": "http://www.nic.es/", - "whois_server": "whois.nic.es", - "tld_created": "1988-04-14", - "tld_updated": [ - "2025-07-11" - ], - "annotations": { - "country_name_iso": "Spain", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "esq", @@ -55622,6 +55622,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -55718,34 +55745,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "estate", @@ -55770,6 +55770,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.estate", @@ -55885,34 +55912,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "esurance", @@ -55956,6 +55956,15 @@ "tech": "Ethio Telecom" } }, + "registry_url": "http://www.ethiotelecom.et", + "tld_created": "1995-10-15", + "tld_updated": [ + "2025-09-19" + ], + "annotations": { + "country_name_iso": "Ethiopia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.et", @@ -56005,16 +56014,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.ethiotelecom.et", - "tld_created": "1995-10-15", - "tld_updated": [ - "2025-09-19" - ], - "annotations": { - "country_name_iso": "Ethiopia", - "geographic_scope": "country" - } + ] }, { "tld": "etisalat", @@ -56058,6 +56058,24 @@ "tech": "EURid vzw" } }, + "registry_url": "http://www.eurid.eu", + "whois_server": "whois.eu", + "tld_created": "2005-04-28", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "country_name_iso": "European Union", + "as_org_aliases": [ + "DENIC", + "RcodeZero" + ], + "as_org_slugs": [ + "denic", + "rcodezero" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "be.dns.eu", @@ -56148,24 +56166,6 @@ ] } ], - "registry_url": "http://www.eurid.eu", - "whois_server": "whois.eu", - "tld_created": "2005-04-28", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "country_name_iso": "European Union", - "as_org_aliases": [ - "DENIC", - "RcodeZero" - ], - "as_org_slugs": [ - "denic", - "rcodezero" - ], - "geographic_scope": "supranational" - }, "idn": [ "xn--e1a4c", "xn--qxa6a" @@ -56194,84 +56194,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "anycast10.irondns.net", - "ipv4": [ - { - "ip": "195.253.64.12", - "asn": 8561, - "as_org": "KNIPPWORLDWI", - "as_country": "DE" - } - ], - "ipv6": [ - { - "ip": "2a01:5b0:4::c", - "asn": 8561, - "as_org": "KNIPPWORLDWI", - "as_country": "DE" - } - ] - }, - { - "hostname": "anycast23.irondns.net", - "ipv4": [ - { - "ip": "195.253.65.11", - "asn": 50611, - "as_org": "KNIPP-IRONDNS1-AS Technologiepark", - "as_country": "DE" - } - ], - "ipv6": [ - { - "ip": "2a01:5b0:5::b", - "asn": 50611, - "as_org": "KNIPP-IRONDNS1-AS Technologiepark", - "as_country": "DE" - } - ] - }, - { - "hostname": "anycast24.irondns.net", - "ipv4": [ - { - "ip": "195.253.65.12", - "asn": 50611, - "as_org": "KNIPP-IRONDNS1-AS Technologiepark", - "as_country": "DE" - } - ], - "ipv6": [ - { - "ip": "2a01:5b0:5::c", - "asn": 50611, - "as_org": "KNIPP-IRONDNS1-AS Technologiepark", - "as_country": "DE" - } - ] - }, - { - "hostname": "anycast9.irondns.net", - "ipv4": [ - { - "ip": "195.253.64.11", - "asn": 8561, - "as_org": "KNIPPWORLDWI", - "as_country": "DE" - } - ], - "ipv6": [ - { - "ip": "2a01:5b0:4::b", - "asn": 8561, - "as_org": "KNIPPWORLDWI", - "as_country": "DE" - } - ] - } - ], "registry_url": "https://www.ebu.ch/", "whois_server": "whois.nic.eurovision", "rdap_server": "https://rdap.nic.eurovision/", @@ -56292,7 +56214,85 @@ "as_org_slugs": [ "knipp-medien" ] - } + }, + "nameservers": [ + { + "hostname": "anycast10.irondns.net", + "ipv4": [ + { + "ip": "195.253.64.12", + "asn": 8561, + "as_org": "KNIPPWORLDWI", + "as_country": "DE" + } + ], + "ipv6": [ + { + "ip": "2a01:5b0:4::c", + "asn": 8561, + "as_org": "KNIPPWORLDWI", + "as_country": "DE" + } + ] + }, + { + "hostname": "anycast23.irondns.net", + "ipv4": [ + { + "ip": "195.253.65.11", + "asn": 50611, + "as_org": "KNIPP-IRONDNS1-AS Technologiepark", + "as_country": "DE" + } + ], + "ipv6": [ + { + "ip": "2a01:5b0:5::b", + "asn": 50611, + "as_org": "KNIPP-IRONDNS1-AS Technologiepark", + "as_country": "DE" + } + ] + }, + { + "hostname": "anycast24.irondns.net", + "ipv4": [ + { + "ip": "195.253.65.12", + "asn": 50611, + "as_org": "KNIPP-IRONDNS1-AS Technologiepark", + "as_country": "DE" + } + ], + "ipv6": [ + { + "ip": "2a01:5b0:5::c", + "asn": 50611, + "as_org": "KNIPP-IRONDNS1-AS Technologiepark", + "as_country": "DE" + } + ] + }, + { + "hostname": "anycast9.irondns.net", + "ipv4": [ + { + "ip": "195.253.64.11", + "asn": 8561, + "as_org": "KNIPPWORLDWI", + "as_country": "DE" + } + ], + "ipv6": [ + { + "ip": "2a01:5b0:4::b", + "asn": 8561, + "as_org": "KNIPPWORLDWI", + "as_country": "DE" + } + ] + } + ] }, { "tld": "eus", @@ -56317,6 +56317,29 @@ "date_removed": null } }, + "registry_url": "https://www.domeinuak.eus", + "whois_server": "whois.nic.eus", + "rdap_server": "https://rdap.nic.eus/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "basque" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -56394,30 +56417,7 @@ } ] } - ], - "registry_url": "https://www.domeinuak.eus", - "whois_server": "whois.nic.eus", - "rdap_server": "https://rdap.nic.eus/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "basque" - } + ] }, { "tld": "events", @@ -56442,6 +56442,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.events", @@ -56557,34 +56584,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "everbank", @@ -56639,6 +56639,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.exchange", @@ -56754,10 +56781,34 @@ } ] } - ], + ] + }, + { + "tld": "expert", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1444-46322", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-21", + "date_delegated": "2014-01-23", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2014-01-16", "tld_updated": [ "2025-10-07" ], @@ -56781,30 +56832,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "expert", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1444-46322", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-21", - "date_delegated": "2014-01-23", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -56921,10 +56948,34 @@ } ] } - ], + ] + }, + { + "tld": "exposed", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1446-82057", + "registry_operator_country_code": null, + "date_contract_signed": "2013-12-05", + "date_delegated": "2014-02-04", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", + "tld_created": "2014-01-30", "tld_updated": [ "2025-10-07" ], @@ -56948,30 +56999,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "exposed", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1446-82057", - "registry_operator_country_code": null, - "date_contract_signed": "2013-12-05", - "date_delegated": "2014-02-04", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -57088,10 +57115,34 @@ } ] } - ], + ] + }, + { + "tld": "express", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1447-46365", + "registry_operator_country_code": null, + "date_contract_signed": "2015-02-11", + "date_delegated": "2015-04-05", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", + "tld_created": "2015-03-12", "tld_updated": [ "2025-10-07" ], @@ -57115,30 +57166,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "express", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1447-46365", - "registry_operator_country_code": null, - "date_contract_signed": "2015-02-11", - "date_delegated": "2015-04-05", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -57255,34 +57282,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "extraspace", @@ -57307,6 +57307,29 @@ "date_removed": null } }, + "registry_url": "http://www.extraspace.com", + "whois_server": "whois.nic.extraspace", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.extraspace", @@ -57384,30 +57407,7 @@ } ] } - ], - "registry_url": "http://www.extraspace.com", - "whois_server": "whois.nic.extraspace", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fage", @@ -57432,6 +57432,29 @@ "date_removed": null } }, + "registry_url": "https://home.fage/", + "whois_server": "whois.nic.fage", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fage", @@ -57509,30 +57532,7 @@ } ] } - ], - "registry_url": "https://home.fage/", - "whois_server": "whois.nic.fage", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fail", @@ -57557,6 +57557,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fail", @@ -57672,34 +57699,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fairwinds", @@ -57724,6 +57724,30 @@ "date_removed": null } }, + "registry_url": "http://www.fairwindspartners.com", + "rdap_server": "https://rdap.nominet.uk/fairwinds/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2025-02-07" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.fairwinds", @@ -57877,31 +57901,7 @@ } ] } - ], - "registry_url": "http://www.fairwindspartners.com", - "rdap_server": "https://rdap.nominet.uk/fairwinds/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2025-02-07" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "faith", @@ -57926,6 +57926,32 @@ "date_removed": null } }, + "registry_url": "http://nic.faith", + "whois_server": "whois.nic.faith", + "rdap_server": "https://rdap.nic.faith/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.faith", @@ -58041,33 +58067,7 @@ } ] } - ], - "registry_url": "http://nic.faith", - "whois_server": "whois.nic.faith", - "rdap_server": "https://rdap.nic.faith/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "family", @@ -58092,6 +58092,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.family", @@ -58207,10 +58234,34 @@ } ] } - ], + ] + }, + { + "tld": "fan", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1449-26710", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2015-03-16", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-06", + "tld_created": "2015-02-28", "tld_updated": [ "2025-10-07" ], @@ -58234,30 +58285,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "fan", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1449-26710", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2015-03-16", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -58374,34 +58401,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-28", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fans", @@ -58426,6 +58426,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.fans/", + "whois_server": "whois.nic.fans", + "rdap_server": "https://rdap.centralnic.com/fans", + "tld_created": "2015-02-05", + "tld_updated": [ + "2023-12-07" + ], + "annotations": { + "iana_admin_alias": "ZDNS", + "iana_admin_slug": "zdns", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.fans", @@ -58503,31 +58527,7 @@ } ] } - ], - "registry_url": "http://www.nic.fans/", - "whois_server": "whois.nic.fans", - "rdap_server": "https://rdap.centralnic.com/fans", - "tld_created": "2015-02-05", - "tld_updated": [ - "2023-12-07" - ], - "annotations": { - "iana_admin_alias": "ZDNS", - "iana_admin_slug": "zdns", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "farm", @@ -58552,6 +58552,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.farm", @@ -58667,34 +58694,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "farmers", @@ -58719,6 +58719,28 @@ "date_removed": null } }, + "registry_url": "https://www.farmers.com", + "rdap_server": "https://rdap.nic.farmers/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.farmers", @@ -58834,29 +58856,7 @@ } ] } - ], - "registry_url": "https://www.farmers.com", - "rdap_server": "https://rdap.nic.farmers/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fashion", @@ -58881,6 +58881,34 @@ "date_removed": null } }, + "registry_url": "http://nic.fashion/", + "whois_server": "whois.nic.fashion", + "rdap_server": "https://rdap.nic.fashion/", + "tld_created": "2014-10-23", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fashion", @@ -58996,35 +59024,7 @@ } ] } - ], - "registry_url": "http://nic.fashion/", - "whois_server": "whois.nic.fashion", - "rdap_server": "https://rdap.nic.fashion/", - "tld_created": "2014-10-23", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fast", @@ -59049,6 +59049,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.fast", + "rdap_server": "https://rdap.nominet.uk/fast/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.fast", @@ -59202,36 +59231,7 @@ } ] } - ], - "registry_url": "http://www.nic.fast", - "rdap_server": "https://rdap.nominet.uk/fast/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "fedex", @@ -59256,6 +59256,29 @@ "date_removed": null } }, + "registry_url": "http://www.fedex.com/", + "whois_server": "whois.nic.fedex", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fedex", @@ -59333,30 +59356,7 @@ } ] } - ], - "registry_url": "http://www.fedex.com/", - "whois_server": "whois.nic.fedex", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "feedback", @@ -59381,6 +59381,30 @@ "date_removed": null } }, + "registry_url": "https://nic.feedback", + "whois_server": "whois.registry.click", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -59458,31 +59482,7 @@ } ] } - ], - "registry_url": "https://nic.feedback", - "whois_server": "whois.registry.click", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "ferrari", @@ -59507,6 +59507,33 @@ "date_removed": null } }, + "registry_url": "http://www.ferrari.com/en_us/", + "whois_server": "whois.nic.ferrari", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Stellantis", + "iana_sponsor_slug": "stellantis", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Stellantis", + "icann_registry_operator_slug": "stellantis", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ferrari", @@ -59584,34 +59611,7 @@ } ] } - ], - "registry_url": "http://www.ferrari.com/en_us/", - "whois_server": "whois.nic.ferrari", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Stellantis", - "iana_sponsor_slug": "stellantis", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Stellantis", - "icann_registry_operator_slug": "stellantis", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ferrero", @@ -59636,6 +59636,28 @@ "date_removed": null } }, + "registry_url": "http://www.ferrero.com", + "rdap_server": "https://rdap.nic.ferrero/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ferrero", @@ -59751,29 +59773,7 @@ } ] } - ], - "registry_url": "http://www.ferrero.com", - "rdap_server": "https://rdap.nic.ferrero/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fi", @@ -59787,6 +59787,32 @@ "tech": "Finnish Transport and Communications Agency Traficom" } }, + "registry_url": "https://domain.fi", + "whois_server": "whois.fi", + "rdap_server": "https://rdap.fi/rdap/rdap/", + "tld_created": "1986-12-17", + "tld_updated": [ + "2025-09-15" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Finland", + "as_org_aliases": [ + "CIRA", + "Community DNS", + "DENIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cira", + "community-dns", + "denic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.fi", @@ -59978,33 +60004,7 @@ } ] } - ], - "registry_url": "https://domain.fi", - "whois_server": "whois.fi", - "rdap_server": "https://rdap.fi/rdap/rdap/", - "tld_created": "1986-12-17", - "tld_updated": [ - "2025-09-15" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Finland", - "as_org_aliases": [ - "CIRA", - "Community DNS", - "DENIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cira", - "community-dns", - "denic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "fiat", @@ -60059,6 +60059,29 @@ "date_removed": null } }, + "registry_url": "http://fidelity.com", + "whois_server": "whois.nic.fidelity", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-28", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fidelity", @@ -60136,30 +60159,7 @@ } ] } - ], - "registry_url": "http://fidelity.com", - "whois_server": "whois.nic.fidelity", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-28", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fido", @@ -60184,6 +60184,29 @@ "date_removed": null } }, + "registry_url": "http://www.rogers.com/consumer/home", + "whois_server": "whois.nic.fido", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.fido", @@ -60261,30 +60284,7 @@ } ] } - ], - "registry_url": "http://www.rogers.com/consumer/home", - "whois_server": "whois.nic.fido", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "film", @@ -60309,6 +60309,26 @@ "date_removed": null } }, + "registry_url": "http://nic.film", + "whois_server": "whois.nic.film", + "rdap_server": "https://rdap.nic.film/", + "tld_created": "2015-02-27", + "tld_updated": [ + "2024-01-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.film", @@ -60424,27 +60444,7 @@ } ] } - ], - "registry_url": "http://nic.film", - "whois_server": "whois.nic.film", - "rdap_server": "https://rdap.nic.film/", - "tld_created": "2015-02-27", - "tld_updated": [ - "2024-01-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "final", @@ -60469,6 +60469,18 @@ "date_removed": null } }, + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -60584,19 +60596,7 @@ } ] } - ], - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] }, { "tld": "finance", @@ -60621,6 +60621,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.finance", @@ -60736,10 +60763,34 @@ } ] } - ], + ] + }, + { + "tld": "financial", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1453-71764", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-23", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", + "tld_created": "2014-04-17", "tld_updated": [ "2025-10-07" ], @@ -60763,30 +60814,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "financial", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1453-71764", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-23", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -60903,34 +60930,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fire", @@ -60955,6 +60955,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.fire", + "rdap_server": "https://rdap.nominet.uk/fire/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.fire", @@ -61108,37 +61138,7 @@ } ] } - ], - "registry_url": "http://www.nic.fire", - "rdap_server": "https://rdap.nominet.uk/fire/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "firestone", @@ -61163,6 +61163,29 @@ "date_removed": null } }, + "registry_url": "http://www.firestone.com/", + "whois_server": "whois.nic.firestone", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -61233,30 +61256,7 @@ } ] } - ], - "registry_url": "http://www.firestone.com/", - "whois_server": "whois.nic.firestone", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "firmdale", @@ -61281,6 +61281,25 @@ "date_removed": null } }, + "whois_server": "whois.nic.firmdale", + "rdap_server": "https://rdap.nic.firmdale/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2020-01-10" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "ns1.nic.firmdale", @@ -61320,26 +61339,7 @@ } ] } - ], - "whois_server": "whois.nic.firmdale", - "rdap_server": "https://rdap.nic.firmdale/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2020-01-10" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ] - } + ] }, { "tld": "fish", @@ -61364,6 +61364,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fish", @@ -61479,34 +61506,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fishing", @@ -61531,6 +61531,34 @@ "date_removed": null } }, + "registry_url": "http://nic.fishing/", + "whois_server": "whois.nic.fishing", + "rdap_server": "https://rdap.nic.fishing/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fishing", @@ -61646,35 +61674,7 @@ } ] } - ], - "registry_url": "http://nic.fishing/", - "whois_server": "whois.nic.fishing", - "rdap_server": "https://rdap.nic.fishing/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fit", @@ -61699,6 +61699,34 @@ "date_removed": null } }, + "registry_url": "http://nic.fit/", + "whois_server": "whois.nic.fit", + "rdap_server": "https://rdap.nic.fit/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fit", @@ -61814,35 +61842,7 @@ } ] } - ], - "registry_url": "http://nic.fit/", - "whois_server": "whois.nic.fit", - "rdap_server": "https://rdap.nic.fit/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fitness", @@ -61867,6 +61867,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-11", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fitness", @@ -61982,34 +62009,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fj", @@ -62023,6 +62023,24 @@ "tech": "The University of the South Pacific, IT Services" } }, + "registry_url": "https://www.domains.fj/", + "whois_server": "www.whois.fj", + "rdap_server": "https://www.rdap.fj", + "tld_created": "1992-06-03", + "tld_updated": [ + "2025-08-25" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Fiji", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.fj", @@ -62105,25 +62123,7 @@ } ] } - ], - "registry_url": "https://www.domains.fj/", - "whois_server": "www.whois.fj", - "rdap_server": "https://www.rdap.fj", - "tld_created": "1992-06-03", - "tld_updated": [ - "2025-08-25" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Fiji", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "fk", @@ -62137,6 +62137,15 @@ "tech": "Sure South Atlantic Ltd." } }, + "registry_url": "http://www.sure.co.fk", + "tld_created": "1997-03-26", + "tld_updated": [ + "2024-10-17" + ], + "annotations": { + "country_name_iso": "Falkland Islands (Malvinas)", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.horizon.net.fk", @@ -62174,16 +62183,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.sure.co.fk", - "tld_created": "1997-03-26", - "tld_updated": [ - "2024-10-17" - ], - "annotations": { - "country_name_iso": "Falkland Islands (Malvinas)", - "geographic_scope": "country" - } + ] }, { "tld": "flickr", @@ -62208,6 +62208,28 @@ "date_removed": null } }, + "registry_url": "http://nic.flickr", + "rdap_server": "https://rdap.nic.flickr/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.flickr", @@ -62323,29 +62345,7 @@ } ] } - ], - "registry_url": "http://nic.flickr", - "rdap_server": "https://rdap.nic.flickr/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "flights", @@ -62370,6 +62370,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.flights", @@ -62485,34 +62512,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "flir", @@ -62537,6 +62537,28 @@ "date_removed": null } }, + "registry_url": "http://www.flir.com", + "rdap_server": "https://rdap.nic.flir/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.flir", @@ -62652,29 +62674,7 @@ } ] } - ], - "registry_url": "http://www.flir.com", - "rdap_server": "https://rdap.nic.flir/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "florist", @@ -62699,6 +62699,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.florist", @@ -62814,34 +62841,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "flowers", @@ -62866,6 +62866,34 @@ "date_removed": null } }, + "registry_url": "https://nic.flowers", + "whois_server": "whois.nic.flowers", + "rdap_server": "https://rdap.centralnic.com/flowers/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.flowers", @@ -62943,35 +62971,7 @@ } ] } - ], - "registry_url": "https://nic.flowers", - "whois_server": "whois.nic.flowers", - "rdap_server": "https://rdap.centralnic.com/flowers/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "flsmidth", @@ -63026,6 +63026,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -63122,34 +63149,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "fm", @@ -63163,6 +63163,26 @@ "tech": "FSM Telecommunications Corporation" } }, + "registry_url": "https://www.dot.fm/", + "whois_server": "whois.nic.fm", + "rdap_server": "https://rdap.centralnic.com/fm/", + "tld_created": "1995-04-19", + "tld_updated": [ + "2024-08-07" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Micronesia, Federated States of", + "as_org_aliases": [ + "CentralNic", + "Packet Clearing House" + ], + "as_org_slugs": [ + "centralnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.fm", @@ -63278,27 +63298,7 @@ } ] } - ], - "registry_url": "https://www.dot.fm/", - "whois_server": "whois.nic.fm", - "rdap_server": "https://rdap.centralnic.com/fm/", - "tld_created": "1995-04-19", - "tld_updated": [ - "2024-08-07" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Micronesia, Federated States of", - "as_org_aliases": [ - "CentralNic", - "Packet Clearing House" - ], - "as_org_slugs": [ - "centralnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "fo", @@ -63312,6 +63312,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://www.nic.fo/", + "whois_server": "whois.nic.fo", + "rdap_server": "https://rdap.centralnic.com/fo", + "tld_created": "1993-05-14", + "tld_updated": [ + "2026-02-13" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "country_name_iso": "Faroe Islands", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.fo", @@ -63427,27 +63447,7 @@ } ] } - ], - "registry_url": "http://www.nic.fo/", - "whois_server": "whois.nic.fo", - "rdap_server": "https://rdap.centralnic.com/fo", - "tld_created": "1993-05-14", - "tld_updated": [ - "2026-02-13" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "country_name_iso": "Faroe Islands", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "foo", @@ -63472,6 +63472,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -63568,34 +63595,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "food", @@ -63620,6 +63620,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2016-11-04", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -63697,31 +63721,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2016-11-04", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "foodnetwork", @@ -63776,6 +63776,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.football", @@ -63891,34 +63918,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ford", @@ -63943,6 +63943,28 @@ "date_removed": null } }, + "registry_url": "http://www.ford.com", + "rdap_server": "https://rdap.nic.ford/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ford", @@ -64058,29 +64080,7 @@ } ] } - ], - "registry_url": "http://www.ford.com", - "rdap_server": "https://rdap.nic.ford/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "forex", @@ -64105,6 +64105,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.forex", @@ -64220,10 +64247,34 @@ } ] } - ], + ] + }, + { + "tld": "forsale", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1461-35653", + "registry_operator_country_code": null, + "date_contract_signed": "2014-05-22", + "date_delegated": "2014-10-01", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", + "tld_created": "2014-09-24", "tld_updated": [ "2025-10-07" ], @@ -64247,30 +64298,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "forsale", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1461-35653", - "registry_operator_country_code": null, - "date_contract_signed": "2014-05-22", - "date_delegated": "2014-10-01", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -64387,34 +64414,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "forum", @@ -64439,6 +64439,30 @@ "date_removed": null } }, + "registry_url": "http://www.topspectrum.com", + "whois_server": "whois.registry.click", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -64516,31 +64540,7 @@ } ] } - ], - "registry_url": "http://www.topspectrum.com", - "whois_server": "whois.registry.click", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "foundation", @@ -64565,6 +64565,34 @@ "date_removed": null } }, + "registry_url": "http://nic.foundation", + "whois_server": "whois.nic.foundation", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.foundation", @@ -64680,35 +64708,7 @@ } ] } - ], - "registry_url": "http://nic.foundation", - "whois_server": "whois.nic.foundation", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "fox", @@ -64733,6 +64733,29 @@ "date_removed": null } }, + "registry_url": "https://www.fox.com", + "whois_server": "whois.nic.fox", + "rdap_server": "https://rdap.nic.fox/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.fox", @@ -64848,30 +64871,7 @@ } ] } - ], - "registry_url": "https://www.fox.com", - "whois_server": "whois.nic.fox", - "rdap_server": "https://rdap.nic.fox/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fr", @@ -64885,6 +64885,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "https://www.nic.fr", + "whois_server": "whois.nic.fr", + "rdap_server": "https://rdap.nic.fr/", + "tld_created": "1986-09-02", + "tld_updated": [ + "2025-07-31" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "France", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -64943,33 +64969,7 @@ } ] } - ], - "registry_url": "https://www.nic.fr", - "whois_server": "whois.nic.fr", - "rdap_server": "https://rdap.nic.fr/", - "tld_created": "1986-09-02", - "tld_updated": [ - "2025-07-31" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "France", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "free", @@ -64994,6 +64994,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.free", + "rdap_server": "https://rdap.nominet.uk/free/", + "tld_created": "2016-10-27", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.free", @@ -65147,36 +65176,7 @@ } ] } - ], - "registry_url": "http://www.nic.free", - "rdap_server": "https://rdap.nominet.uk/free/", - "tld_created": "2016-10-27", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "fresenius", @@ -65201,6 +65201,29 @@ "date_removed": null } }, + "registry_url": "http://www.freseniusregistry.com", + "whois_server": "whois.nic.fresenius", + "rdap_server": "https://rdap.centralnic.com/fresenius", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.fresenius", @@ -65278,30 +65301,7 @@ } ] } - ], - "registry_url": "http://www.freseniusregistry.com", - "whois_server": "whois.nic.fresenius", - "rdap_server": "https://rdap.centralnic.com/fresenius", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "frl", @@ -65326,6 +65326,29 @@ "date_removed": null } }, + "registry_url": "https://registreer.frl", + "whois_server": "whois.nic.frl", + "rdap_server": "https://rdap.centralnic.com/frl", + "tld_created": "2014-08-22", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nic.frl", @@ -65403,30 +65426,7 @@ } ] } - ], - "registry_url": "https://registreer.frl", - "whois_server": "whois.nic.frl", - "rdap_server": "https://rdap.centralnic.com/frl", - "tld_created": "2014-08-22", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "frogans", @@ -65451,6 +65451,29 @@ "date_removed": null } }, + "registry_url": "https://nic.frogans/", + "whois_server": "whois.nic.frogans", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.frogans", @@ -65528,30 +65551,7 @@ } ] } - ], - "registry_url": "https://nic.frogans/", - "whois_server": "whois.nic.frogans", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "frontdoor", @@ -65606,6 +65606,28 @@ "date_removed": null } }, + "registry_url": "http://frontier.com", + "rdap_server": "https://rdap.nic.frontier/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.frontier", @@ -65721,29 +65743,7 @@ } ] } - ], - "registry_url": "http://frontier.com", - "rdap_server": "https://rdap.nic.frontier/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ftr", @@ -65768,6 +65768,27 @@ "date_removed": null } }, + "registry_url": "http://frontier.com", + "rdap_server": "https://rdap.nic.ftr/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ftr", @@ -65883,28 +65904,7 @@ } ] } - ], - "registry_url": "http://frontier.com", - "rdap_server": "https://rdap.nic.ftr/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fujitsu", @@ -65929,6 +65929,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-06-12" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -65999,30 +66022,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-06-12" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "fujixerox", @@ -66077,6 +66077,34 @@ "date_removed": null } }, + "registry_url": "https://www.radix.website/", + "whois_server": "whois.nic.fun", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2016-11-30", + "tld_updated": [ + "2026-04-14" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -66154,35 +66182,7 @@ } ] } - ], - "registry_url": "https://www.radix.website/", - "whois_server": "whois.nic.fun", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2016-11-30", - "tld_updated": [ - "2026-04-14" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "fund", @@ -66207,6 +66207,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.fund", @@ -66322,7 +66349,31 @@ } ] } - ], + ] + }, + { + "tld": "furniture", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1466-60532", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-20", + "date_delegated": "2014-04-23", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2014-04-17", @@ -66349,30 +66400,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "furniture", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1466-60532", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-20", - "date_delegated": "2014-04-23", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -66489,10 +66516,34 @@ } ] } - ], + ] + }, + { + "tld": "futbol", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1469-89174", + "registry_operator_country_code": null, + "date_contract_signed": "2013-09-20", + "date_delegated": "2014-02-11", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2014-02-06", "tld_updated": [ "2025-10-07" ], @@ -66516,30 +66567,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "futbol", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1469-89174", - "registry_operator_country_code": null, - "date_contract_signed": "2013-09-20", - "date_delegated": "2014-02-11", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -66656,10 +66683,34 @@ } ] } - ], + ] + }, + { + "tld": "fyi", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1579-33517", + "registry_operator_country_code": null, + "date_contract_signed": "2015-04-02", + "date_delegated": "2015-05-22", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", + "tld_created": "2015-05-14", "tld_updated": [ "2025-10-07" ], @@ -66683,30 +66734,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "fyi", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1579-33517", - "registry_operator_country_code": null, - "date_contract_signed": "2015-04-02", - "date_delegated": "2015-05-22", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -66823,34 +66850,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ga", @@ -66864,6 +66864,22 @@ "tech": "Agence Nationale des Infrastructures Numériques et des Fréquences (ANINF)" } }, + "tld_created": "1994-12-12", + "tld_updated": [ + "2025-06-11" + ], + "annotations": { + "country_name_iso": "Gabon", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -66922,23 +66938,7 @@ } ] } - ], - "tld_created": "1994-12-12", - "tld_updated": [ - "2025-06-11" - ], - "annotations": { - "country_name_iso": "Gabon", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "gal", @@ -66963,6 +66963,29 @@ "date_removed": null } }, + "registry_url": "http://asociacion.dominio.gal/", + "whois_server": "whois.nic.gal", + "rdap_server": "https://rdap.nic.gal/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "galician" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -67040,30 +67063,7 @@ } ] } - ], - "registry_url": "http://asociacion.dominio.gal/", - "whois_server": "whois.nic.gal", - "rdap_server": "https://rdap.nic.gal/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "galician" - } + ] }, { "tld": "gallery", @@ -67088,6 +67088,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gallery", @@ -67203,34 +67230,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gallo", @@ -67255,6 +67255,29 @@ "date_removed": null } }, + "registry_url": "http://www.gallo.com", + "whois_server": "whois.nic.gallo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-24", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.gallo", @@ -67332,30 +67355,7 @@ } ] } - ], - "registry_url": "http://www.gallo.com", - "whois_server": "whois.nic.gallo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-24", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gallup", @@ -67380,6 +67380,29 @@ "date_removed": null } }, + "registry_url": "http://gallup.com", + "whois_server": "whois.nic.gallup", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.gallup", @@ -67457,30 +67480,7 @@ } ] } - ], - "registry_url": "http://gallup.com", - "whois_server": "whois.nic.gallup", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "game", @@ -67505,6 +67505,34 @@ "date_removed": null } }, + "registry_url": "https://nic.game", + "whois_server": "whois.nic.game", + "rdap_server": "https://rdap.centralnic.com/game/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.game", @@ -67582,35 +67610,7 @@ } ] } - ], - "registry_url": "https://nic.game", - "whois_server": "whois.nic.game", - "rdap_server": "https://rdap.centralnic.com/game/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "games", @@ -67635,6 +67635,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.games", @@ -67750,34 +67777,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gap", @@ -67802,6 +67802,28 @@ "date_removed": null } }, + "registry_url": "http://www.gap.com", + "rdap_server": "https://rdap.nic.gap/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.gap", @@ -67917,29 +67939,7 @@ } ] } - ], - "registry_url": "http://www.gap.com", - "rdap_server": "https://rdap.nic.gap/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "garden", @@ -67964,6 +67964,34 @@ "date_removed": null } }, + "registry_url": "http://nic.garden/", + "whois_server": "whois.nic.garden", + "rdap_server": "https://rdap.nic.garden/", + "tld_created": "2014-10-23", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.garden", @@ -68079,35 +68107,7 @@ } ] } - ], - "registry_url": "http://nic.garden/", - "whois_server": "whois.nic.garden", - "rdap_server": "https://rdap.nic.garden/", - "tld_created": "2014-10-23", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "gay", @@ -68132,6 +68132,34 @@ "date_removed": null } }, + "registry_url": "http://nic.gay", + "whois_server": "whois.nic.gay", + "rdap_server": "https://rdap.nic.gay/", + "tld_created": "2019-07-19", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.gay", @@ -68247,35 +68275,7 @@ } ] } - ], - "registry_url": "http://nic.gay", - "whois_server": "whois.nic.gay", - "rdap_server": "https://rdap.nic.gay/", - "tld_created": "2019-07-19", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "gb", @@ -68289,6 +68289,14 @@ "tech": "Jisc" } }, + "tld_created": "1985-07-24", + "tld_updated": [ + "2024-09-10" + ], + "annotations": { + "country_name_iso": "United Kingdom", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.uu.net", @@ -68352,15 +68360,7 @@ } ] } - ], - "tld_created": "1985-07-24", - "tld_updated": [ - "2024-09-10" - ], - "annotations": { - "country_name_iso": "United Kingdom", - "geographic_scope": "country" - } + ] }, { "tld": "gbiz", @@ -68385,6 +68385,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -68481,34 +68508,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "gd", @@ -68522,6 +68522,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://nic.gd", + "whois_server": "whois.nic.gd", + "rdap_server": "https://rdap.centralnic.com/gd", + "tld_created": "1992-06-03", + "tld_updated": [ + "2025-04-07" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "country_name_iso": "Grenada", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.gd", @@ -68599,27 +68619,7 @@ } ] } - ], - "registry_url": "http://nic.gd", - "whois_server": "whois.nic.gd", - "rdap_server": "https://rdap.centralnic.com/gd", - "tld_created": "1992-06-03", - "tld_updated": [ - "2025-04-07" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "country_name_iso": "Grenada", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "gdn", @@ -68644,6 +68644,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.gdn", + "whois_server": "whois.nic.gdn", + "rdap_server": "https://rdap.nic.gdn/", + "tld_created": "2014-12-04", + "tld_updated": [ + "2026-05-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "ns1.nic.gdn", @@ -68702,27 +68722,7 @@ } ] } - ], - "registry_url": "http://www.nic.gdn", - "whois_server": "whois.nic.gdn", - "rdap_server": "https://rdap.nic.gdn/", - "tld_created": "2014-12-04", - "tld_updated": [ - "2026-05-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] }, { "tld": "ge", @@ -68736,6 +68736,22 @@ "tech": "Caucasus Online LLC" } }, + "registry_url": "http://nic.ge", + "whois_server": "whois.nic.ge", + "tld_created": "1992-12-02", + "tld_updated": [ + "2025-06-11" + ], + "annotations": { + "country_name_iso": "Georgia", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.ge", @@ -68786,22 +68802,6 @@ "ipv6": [] } ], - "registry_url": "http://nic.ge", - "whois_server": "whois.nic.ge", - "tld_created": "1992-12-02", - "tld_updated": [ - "2025-06-11" - ], - "annotations": { - "country_name_iso": "Georgia", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - }, "idn": [ "xn--node" ] @@ -68829,6 +68829,28 @@ "date_removed": null } }, + "registry_url": "http://www.geagroup.com", + "whois_server": "whois.nic.gea", + "rdap_server": "https://rdap.nic.gea/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2022-06-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.gea", @@ -68887,29 +68909,7 @@ } ] } - ], - "registry_url": "http://www.geagroup.com", - "whois_server": "whois.nic.gea", - "rdap_server": "https://rdap.nic.gea/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2022-06-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] }, { "tld": "gent", @@ -68934,6 +68934,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.gent", + "whois_server": "whois.nic.gent", + "rdap_server": "https://rdap.centralnic.com/gent", + "tld_created": "2014-07-03", + "tld_updated": [ + "2026-03-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.gent", @@ -69011,30 +69034,7 @@ } ] } - ], - "registry_url": "https://www.nic.gent", - "whois_server": "whois.nic.gent", - "rdap_server": "https://rdap.centralnic.com/gent", - "tld_created": "2014-07-03", - "tld_updated": [ - "2026-03-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "city" - } + ] }, { "tld": "genting", @@ -69059,6 +69059,29 @@ "date_removed": null } }, + "registry_url": "http://nic.genting/", + "whois_server": "whois.nic.genting", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.genting", @@ -69174,30 +69197,7 @@ } ] } - ], - "registry_url": "http://nic.genting/", - "whois_server": "whois.nic.genting", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "george", @@ -69222,6 +69222,35 @@ "date_removed": null } }, + "registry_url": "http://www.walmart.com", + "whois_server": "whois.nic.george", + "rdap_server": "https://rdap.nic.george", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.george", @@ -69337,36 +69366,7 @@ } ] } - ], - "registry_url": "http://www.walmart.com", - "whois_server": "whois.nic.george", - "rdap_server": "https://rdap.nic.george", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "gf", @@ -69380,6 +69380,16 @@ "tech": "CANAL+ TELECOM" } }, + "registry_url": "https://www.dom-enic.com", + "whois_server": "whois.mediaserv.net", + "tld_created": "1996-07-25", + "tld_updated": [ + "2021-10-18" + ], + "annotations": { + "country_name_iso": "French Guiana", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1-fr.mediaserv.net", @@ -69417,17 +69427,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.dom-enic.com", - "whois_server": "whois.mediaserv.net", - "tld_created": "1996-07-25", - "tld_updated": [ - "2021-10-18" - ], - "annotations": { - "country_name_iso": "French Guiana", - "geographic_scope": "country" - } + ] }, { "tld": "gg", @@ -69441,6 +69441,24 @@ "tech": "Island Networks Limited" } }, + "registry_url": "http://www.nic.gg", + "whois_server": "whois.gg", + "tld_created": "1996-08-07", + "tld_updated": [ + "2025-07-07" + ], + "annotations": { + "country_name_iso": "Guernsey", + "as_org_aliases": [ + "Nominet", + "Packet Clearing House" + ], + "as_org_slugs": [ + "nominet", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.ci-servers.org", @@ -69556,25 +69574,7 @@ } ] } - ], - "registry_url": "http://www.nic.gg", - "whois_server": "whois.gg", - "tld_created": "1996-08-07", - "tld_updated": [ - "2025-07-07" - ], - "annotations": { - "country_name_iso": "Guernsey", - "as_org_aliases": [ - "Nominet", - "Packet Clearing House" - ], - "as_org_slugs": [ - "nominet", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ggee", @@ -69599,6 +69599,34 @@ "date_removed": null } }, + "registry_url": "http://nic.ggee", + "whois_server": "whois.nic.ggee", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2019-08-07" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -69669,35 +69697,7 @@ } ] } - ], - "registry_url": "http://nic.ggee", - "whois_server": "whois.nic.ggee", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2019-08-07" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "gh", @@ -69711,6 +69711,16 @@ "tech": "Network Computer Systems Limited" } }, + "registry_url": "http://www.nic.gh", + "whois_server": "whois.nic.gh", + "tld_created": "1995-01-19", + "tld_updated": [ + "2023-12-11" + ], + "annotations": { + "country_name_iso": "Ghana", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.dns.br", @@ -69755,17 +69765,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.gh", - "whois_server": "whois.nic.gh", - "tld_created": "1995-01-19", - "tld_updated": [ - "2023-12-11" - ], - "annotations": { - "country_name_iso": "Ghana", - "geographic_scope": "country" - } + ] }, { "tld": "gi", @@ -69779,6 +69779,24 @@ "tech": "Identity Digital Inc." } }, + "registry_url": "http://www.nic.gi", + "whois_server": "whois.identitydigital.services", + "tld_created": "1995-12-05", + "tld_updated": [ + "2024-06-24" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "country_name_iso": "Gibraltar", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -69894,25 +69912,7 @@ } ] } - ], - "registry_url": "http://www.nic.gi", - "whois_server": "whois.identitydigital.services", - "tld_created": "1995-12-05", - "tld_updated": [ - "2024-06-24" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "country_name_iso": "Gibraltar", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "gift", @@ -69937,6 +69937,30 @@ "date_removed": null } }, + "registry_url": "http://uniregistry.link", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -70014,31 +70038,7 @@ } ] } - ], - "registry_url": "http://uniregistry.link", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "gifts", @@ -70063,6 +70063,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gifts", @@ -70178,34 +70205,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gives", @@ -70230,6 +70230,34 @@ "date_removed": null } }, + "registry_url": "http://nic.gives", + "whois_server": "whois.nic.gives", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gives", @@ -70345,11 +70373,35 @@ } ] } - ], - "registry_url": "http://nic.gives", - "whois_server": "whois.nic.gives", + ] + }, + { + "tld": "giving", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Public Interest Registry (PIR)", + "admin": "Public Interest Registry (PIR)", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Public Interest Registry", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1284-21841", + "registry_operator_country_code": null, + "date_contract_signed": "2014-11-13", + "date_delegated": "2015-08-06", + "contract_terminated": false, + "date_removed": null + } + }, + "registry_url": "http://nic.giving", + "whois_server": "whois.nic.giving", "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-05-29", + "tld_created": "2015-06-11", "tld_updated": [ "2025-08-14" ], @@ -70373,30 +70425,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "giving", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Public Interest Registry (PIR)", - "admin": "Public Interest Registry (PIR)", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Public Interest Registry", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1284-21841", - "registry_operator_country_code": null, - "date_contract_signed": "2014-11-13", - "date_delegated": "2015-08-06", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -70513,35 +70541,7 @@ } ] } - ], - "registry_url": "http://nic.giving", - "whois_server": "whois.nic.giving", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gl", @@ -70555,6 +70555,24 @@ "tech": "TELE Greenland A/S" } }, + "registry_url": "http://www.nic.gl/", + "whois_server": "whois.nic.gl", + "rdap_server": "https://rdap.centralnic.com/gl/", + "tld_created": "1994-04-08", + "tld_updated": [ + "2024-12-19" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Greenland", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.gl", @@ -70630,25 +70648,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.gl/", - "whois_server": "whois.nic.gl", - "rdap_server": "https://rdap.centralnic.com/gl/", - "tld_created": "1994-04-08", - "tld_updated": [ - "2024-12-19" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Greenland", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "glade", @@ -70703,6 +70703,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.glass", @@ -70818,34 +70845,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gle", @@ -70870,6 +70870,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -70966,34 +70993,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "global", @@ -71018,6 +71018,33 @@ "date_removed": null } }, + "registry_url": "https://identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-08-08" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.global", @@ -71095,34 +71122,7 @@ } ] } - ], - "registry_url": "https://identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-08-08" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "globo", @@ -71147,6 +71147,19 @@ "date_removed": null } }, + "registry_url": "https://nic.globo/", + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -71262,20 +71275,7 @@ } ] } - ], - "registry_url": "https://nic.globo/", - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] }, { "tld": "gm", @@ -71289,6 +71289,15 @@ "tech": "CYPDOM" } }, + "registry_url": "http://www.nic.gm", + "tld_created": "1997-03-28", + "tld_updated": [ + "2025-02-27" + ], + "annotations": { + "country_name_iso": "Gambia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-gm.afrinic.net", @@ -71340,16 +71349,7 @@ } ] } - ], - "registry_url": "http://www.nic.gm", - "tld_created": "1997-03-28", - "tld_updated": [ - "2025-02-27" - ], - "annotations": { - "country_name_iso": "Gambia", - "geographic_scope": "country" - } + ] }, { "tld": "gmail", @@ -71374,6 +71374,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -71470,35 +71498,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "gmbh", @@ -71523,6 +71523,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gmbh", @@ -71638,34 +71665,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gmo", @@ -71690,6 +71690,34 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -71760,35 +71788,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "gmx", @@ -71813,6 +71813,29 @@ "date_removed": null } }, + "registry_url": "https://cp.nic.gmx", + "whois_server": "whois.nic.gmx", + "rdap_server": "https://rdap.nic.gmx/", + "tld_created": "2014-08-07", + "tld_updated": [ + "2022-09-02" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -71890,30 +71913,7 @@ } ] } - ], - "registry_url": "https://cp.nic.gmx", - "whois_server": "whois.nic.gmx", - "rdap_server": "https://rdap.nic.gmx/", - "tld_created": "2014-08-07", - "tld_updated": [ - "2022-09-02" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "gn", @@ -71927,6 +71927,22 @@ "tech": "Agence Nationale de Digitalisation de l’Etat (ANDE)" } }, + "registry_url": "https://ande.gov.gn/dns-gn/", + "whois_server": "whois.ande.gov.gn", + "tld_created": "1994-08-09", + "tld_updated": [ + "2023-12-11" + ], + "annotations": { + "country_name_iso": "Guinea", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -71997,23 +72013,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://ande.gov.gn/dns-gn/", - "whois_server": "whois.ande.gov.gn", - "tld_created": "1994-08-09", - "tld_updated": [ - "2023-12-11" - ], - "annotations": { - "country_name_iso": "Guinea", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "godaddy", @@ -72038,6 +72038,33 @@ "date_removed": null } }, + "registry_url": "http://nic.godaddy", + "whois_server": "whois.nic.godaddy", + "rdap_server": "https://rdap.nic.godaddy/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.godaddy", @@ -72153,34 +72180,7 @@ } ] } - ], - "registry_url": "http://nic.godaddy", - "whois_server": "whois.nic.godaddy", - "rdap_server": "https://rdap.nic.godaddy/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "gold", @@ -72205,6 +72205,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.gold", @@ -72320,34 +72347,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "goldpoint", @@ -72372,6 +72372,31 @@ "date_removed": null } }, + "registry_url": "http://nic.goldpoint", + "whois_server": "whois.nic.goldpoint", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -72442,32 +72467,7 @@ } ] } - ], - "registry_url": "http://nic.goldpoint", - "whois_server": "whois.nic.goldpoint", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "golf", @@ -72492,6 +72492,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.golf", @@ -72607,34 +72634,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "goo", @@ -72719,6 +72719,29 @@ "date_removed": null } }, + "registry_url": "https://www.goodyear.com/", + "whois_server": "whois.nic.goodyear", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.goodyear", @@ -72796,30 +72819,7 @@ } ] } - ], - "registry_url": "https://www.goodyear.com/", - "whois_server": "whois.nic.goodyear", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "goog", @@ -72844,6 +72844,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -72940,34 +72967,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "google", @@ -72992,6 +72992,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -73088,35 +73116,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "gop", @@ -73141,6 +73141,30 @@ "date_removed": null } }, + "registry_url": "http://join.gop", + "whois_server": "whois.nic.gop", + "rdap_server": "https://rdap.nominet.uk/gop/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2024-01-22" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.gop", @@ -73294,31 +73318,7 @@ } ] } - ], - "registry_url": "http://join.gop", - "whois_server": "whois.nic.gop", - "rdap_server": "https://rdap.nominet.uk/gop/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2024-01-22" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "got", @@ -73343,6 +73343,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.got", + "rdap_server": "https://rdap.nominet.uk/got/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2026-05-04" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.got", @@ -73496,32 +73521,7 @@ } ] } - ], - "registry_url": "http://www.nic.got", - "rdap_server": "https://rdap.nominet.uk/got/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2026-05-04" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "gov", @@ -73535,6 +73535,22 @@ "tech": "Cloudflare, Inc." } }, + "registry_url": "https://get.gov", + "whois_server": "whois.nic.gov", + "rdap_server": "https://rdap.nic.gov/rdap/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "rdap_source": "IANA", + "as_org_aliases": [ + "Cloudflare" + ], + "as_org_slugs": [ + "cloudflare" + ] + }, "nameservers": [ { "hostname": "a.ns.gov", @@ -73612,23 +73628,7 @@ } ] } - ], - "registry_url": "https://get.gov", - "whois_server": "whois.nic.gov", - "rdap_server": "https://rdap.nic.gov/rdap/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "rdap_source": "IANA", - "as_org_aliases": [ - "Cloudflare" - ], - "as_org_slugs": [ - "cloudflare" - ] - } + ] }, { "tld": "gp", @@ -73642,6 +73642,24 @@ "tech": "Bull ATOS Caraibes" } }, + "registry_url": "http://www.nic.gp/", + "whois_server": "whois.nic.gp", + "tld_created": "1996-10-21", + "tld_updated": [ + "2025-09-09" + ], + "annotations": { + "country_name_iso": "Guadeloupe", + "as_org_aliases": [ + "AFNIC", + "LACTLD" + ], + "as_org_slugs": [ + "afnic", + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -73724,25 +73742,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.gp/", - "whois_server": "whois.nic.gp", - "tld_created": "1996-10-21", - "tld_updated": [ - "2025-09-09" - ], - "annotations": { - "country_name_iso": "Guadeloupe", - "as_org_aliases": [ - "AFNIC", - "LACTLD" - ], - "as_org_slugs": [ - "afnic", - "lactld" - ], - "geographic_scope": "country" - } + ] }, { "tld": "gq", @@ -73756,6 +73756,16 @@ "tech": "GETESA S.A." } }, + "registry_url": "http://www.dominio.gq", + "whois_server": "whois.dominio.gq", + "tld_created": "1997-07-10", + "tld_updated": [ + "2023-08-14" + ], + "annotations": { + "country_name_iso": "Equatorial Guinea", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.gq", @@ -73833,17 +73843,7 @@ } ] } - ], - "registry_url": "http://www.dominio.gq", - "whois_server": "whois.dominio.gq", - "tld_created": "1997-07-10", - "tld_updated": [ - "2023-08-14" - ], - "annotations": { - "country_name_iso": "Equatorial Guinea", - "geographic_scope": "country" - } + ] }, { "tld": "gr", @@ -73857,6 +73857,23 @@ "tech": "ICS-FORTH GR" } }, + "registry_url": "http://www.gr", + "tld_created": "1989-02-19", + "tld_updated": [ + "2022-06-16" + ], + "annotations": { + "country_name_iso": "Greece", + "as_org_aliases": [ + "Community DNS", + "DENIC" + ], + "as_org_slugs": [ + "community-dns", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "estia.ics.forth.gr", @@ -73959,23 +73976,6 @@ "ipv6": [] } ], - "registry_url": "http://www.gr", - "tld_created": "1989-02-19", - "tld_updated": [ - "2022-06-16" - ], - "annotations": { - "country_name_iso": "Greece", - "as_org_aliases": [ - "Community DNS", - "DENIC" - ], - "as_org_slugs": [ - "community-dns", - "denic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--qxam" ] @@ -74003,6 +74003,28 @@ "date_removed": null } }, + "registry_url": "http://www.grainger.com", + "rdap_server": "https://rdap.nic.grainger/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.grainger", @@ -74118,29 +74140,7 @@ } ] } - ], - "registry_url": "http://www.grainger.com", - "rdap_server": "https://rdap.nic.grainger/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "graphics", @@ -74165,6 +74165,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.graphics", @@ -74280,10 +74307,34 @@ } ] } - ], + ] + }, + { + "tld": "gratis", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1481-2922", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-20", + "date_delegated": "2014-04-23", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", + "tld_created": "2014-04-17", "tld_updated": [ "2025-10-07" ], @@ -74307,30 +74358,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "gratis", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1481-2922", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-20", - "date_delegated": "2014-04-23", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -74447,12 +74474,36 @@ } ] } - ], + ] + }, + { + "tld": "green", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Identity Digital Limited", + "admin": "Identity Digital Limited", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Identity Digital Domains Limited", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-868-24661", + "registry_operator_country_code": null, + "date_contract_signed": "2014-05-08", + "date_delegated": "2014-06-19", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2014-06-12", "tld_updated": [ - "2025-10-07" + "2025-09-04" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -74474,30 +74525,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "green", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Identity Digital Limited", - "admin": "Identity Digital Limited", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Identity Digital Domains Limited", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-868-24661", - "registry_operator_country_code": null, - "date_contract_signed": "2014-05-08", - "date_delegated": "2014-06-19", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -74576,12 +74603,36 @@ } ] } - ], + ] + }, + { + "tld": "gripe", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1486-63504", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-11", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-12", + "tld_created": "2014-04-03", "tld_updated": [ - "2025-09-04" + "2025-10-07" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -74603,30 +74654,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "gripe", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1486-63504", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-11", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -74743,34 +74770,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "grocery", @@ -74795,6 +74795,34 @@ "date_removed": null } }, + "registry_url": "http://www.walmart.com", + "whois_server": "whois.nic.grocery", + "rdap_server": "https://rdap.nic.grocery", + "tld_created": "2017-06-08", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.grocery", @@ -74910,35 +74938,7 @@ } ] } - ], - "registry_url": "http://www.walmart.com", - "whois_server": "whois.nic.grocery", - "rdap_server": "https://rdap.nic.grocery", - "tld_created": "2017-06-08", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "group", @@ -74963,6 +74963,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.group", @@ -75078,34 +75105,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gs", @@ -75119,6 +75119,24 @@ "tech": "Atlantis North Ltd" } }, + "registry_url": "http://secure.nic.gs", + "whois_server": "whois.nic.gs", + "rdap_server": "https://rdap.nic.gs", + "tld_created": "1997-07-31", + "tld_updated": [ + "2024-03-20" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "South Georgia and the South Sandwich Islands", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.gs", @@ -75170,25 +75188,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://secure.nic.gs", - "whois_server": "whois.nic.gs", - "rdap_server": "https://rdap.nic.gs", - "tld_created": "1997-07-31", - "tld_updated": [ - "2024-03-20" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "South Georgia and the South Sandwich Islands", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "gt", @@ -75202,6 +75202,25 @@ "tech": "Universidad del Valle de Guatemala" } }, + "registry_url": "http://www.gt", + "tld_created": "1992-08-14", + "tld_updated": [ + "2024-01-16" + ], + "annotations": { + "country_name_iso": "Guatemala", + "as_org_aliases": [ + "CZNIC", + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -75323,26 +75342,7 @@ } ] } - ], - "registry_url": "http://www.gt", - "tld_created": "1992-08-14", - "tld_updated": [ - "2024-01-16" - ], - "annotations": { - "country_name_iso": "Guatemala", - "as_org_aliases": [ - "CZNIC", - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "gu", @@ -75356,6 +75356,15 @@ "tech": "University of Guam" } }, + "registry_url": "https://give.uog.edu/shop/", + "tld_created": "1994-04-15", + "tld_updated": [ + "2025-09-08" + ], + "annotations": { + "country_name_iso": "Guam", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gold.uog.edu", @@ -75419,16 +75428,7 @@ } ] } - ], - "registry_url": "https://give.uog.edu/shop/", - "tld_created": "1994-04-15", - "tld_updated": [ - "2025-09-08" - ], - "annotations": { - "country_name_iso": "Guam", - "geographic_scope": "country" - } + ] }, { "tld": "guardian", @@ -75483,6 +75483,30 @@ "date_removed": null } }, + "registry_url": "http://www.gucci.com", + "rdap_server": "https://rdap.nominet.uk/gucci/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.gucci", @@ -75636,31 +75660,7 @@ } ] } - ], - "registry_url": "http://www.gucci.com", - "rdap_server": "https://rdap.nominet.uk/gucci/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "guge", @@ -75685,6 +75685,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -75781,34 +75808,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "guide", @@ -75833,6 +75833,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.guide", @@ -75948,34 +75975,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "guitars", @@ -76000,6 +76000,34 @@ "date_removed": null } }, + "registry_url": "https://nic.guitars", + "whois_server": "whois.nic.guitars", + "rdap_server": "https://rdap.centralnic.com/guitars/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.guitars", @@ -76077,35 +76105,7 @@ } ] } - ], - "registry_url": "https://nic.guitars", - "whois_server": "whois.nic.guitars", - "rdap_server": "https://rdap.centralnic.com/guitars/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "guru", @@ -76130,6 +76130,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.guru", @@ -76245,34 +76272,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "gw", @@ -76286,6 +76286,20 @@ "tech": "Associação DNS.PT (DNS.PT)" } }, + "tld_created": "1997-02-04", + "tld_updated": [ + "2022-07-11" + ], + "annotations": { + "country_name_iso": "Guinea-Bissau", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gw01.dns.pt", @@ -76344,21 +76358,7 @@ } ] } - ], - "tld_created": "1997-02-04", - "tld_updated": [ - "2022-07-11" - ], - "annotations": { - "country_name_iso": "Guinea-Bissau", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "gy", @@ -76372,6 +76372,26 @@ "tech": "University of Guyana" } }, + "registry_url": "https://registry.gy/", + "whois_server": "whois.registry.gy", + "rdap_server": "https://rdap.registry.gy", + "tld_created": "1994-09-13", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Guyana", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -76411,27 +76431,7 @@ } ] } - ], - "registry_url": "https://registry.gy/", - "whois_server": "whois.registry.gy", - "rdap_server": "https://rdap.registry.gy", - "tld_created": "1994-09-13", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Guyana", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "hair", @@ -76456,6 +76456,34 @@ "date_removed": null } }, + "registry_url": "https://nic.hair/", + "whois_server": "whois.nic.hair", + "rdap_server": "https://rdap.centralnic.com/hair/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.hair", @@ -76533,35 +76561,7 @@ } ] } - ], - "registry_url": "https://nic.hair/", - "whois_server": "whois.nic.hair", - "rdap_server": "https://rdap.centralnic.com/hair/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "hamburg", @@ -76586,6 +76586,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.hamburg", + "whois_server": "whois.nic.hamburg", + "rdap_server": "https://rdap.nic.hamburg/v1/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-05-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.nic.hamburg", @@ -76644,29 +76666,7 @@ } ] } - ], - "registry_url": "http://www.nic.hamburg", - "whois_server": "whois.nic.hamburg", - "rdap_server": "https://rdap.nic.hamburg/v1/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-05-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "city" - } + ] }, { "tld": "hangout", @@ -76691,6 +76691,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -76787,34 +76814,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "haus", @@ -76839,6 +76839,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-26", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.haus", @@ -76954,34 +76981,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-26", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "hbo", @@ -77006,6 +77006,28 @@ "date_removed": null } }, + "registry_url": "http://www.hbo.com", + "rdap_server": "https://rdap.nic.hbo/", + "tld_created": "2016-07-08", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hbo", @@ -77121,29 +77143,7 @@ } ] } - ], - "registry_url": "http://www.hbo.com", - "rdap_server": "https://rdap.nic.hbo/", - "tld_created": "2016-07-08", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "hdfc", @@ -77168,6 +77168,33 @@ "date_removed": null } }, + "registry_url": "http://nic.hdfc", + "whois_server": "whois.nic.hdfc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2023-08-23" + ], + "annotations": { + "iana_sponsor_alias": "HDFC", + "iana_sponsor_slug": "hdfc", + "iana_admin_alias": "HDFC", + "iana_admin_slug": "hdfc", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hdfc", @@ -77245,34 +77272,7 @@ } ] } - ], - "registry_url": "http://nic.hdfc", - "whois_server": "whois.nic.hdfc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2023-08-23" - ], - "annotations": { - "iana_sponsor_alias": "HDFC", - "iana_sponsor_slug": "hdfc", - "iana_admin_alias": "HDFC", - "iana_admin_slug": "hdfc", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "hdfcbank", @@ -77297,6 +77297,32 @@ "date_removed": null } }, + "whois_server": "whois.nic.hdfcbank", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2023-08-23" + ], + "annotations": { + "iana_sponsor_alias": "HDFC", + "iana_sponsor_slug": "hdfc", + "iana_admin_alias": "HDFC", + "iana_admin_slug": "hdfc", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hdfcbank", @@ -77374,33 +77400,7 @@ } ] } - ], - "whois_server": "whois.nic.hdfcbank", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2023-08-23" - ], - "annotations": { - "iana_sponsor_alias": "HDFC", - "iana_sponsor_slug": "hdfc", - "iana_admin_alias": "HDFC", - "iana_admin_slug": "hdfc", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "health", @@ -77425,6 +77425,33 @@ "date_removed": null } }, + "registry_url": "http://www.dothealth.co", + "rdap_server": "https://rdap.nic.health/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.health", @@ -77540,34 +77567,7 @@ } ] } - ], - "registry_url": "http://www.dothealth.co", - "rdap_server": "https://rdap.nic.health/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "healthcare", @@ -77592,6 +77592,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.healthcare", @@ -77707,34 +77734,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "help", @@ -77759,6 +77759,28 @@ "date_removed": null } }, + "registry_url": "https://nic.help", + "whois_server": "whois.nic.help", + "rdap_server": "https://rdap.centralnic.com/help/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2024-01-04" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.help", @@ -77836,29 +77858,7 @@ } ] } - ], - "registry_url": "https://nic.help", - "whois_server": "whois.nic.help", - "rdap_server": "https://rdap.centralnic.com/help/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2024-01-04" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "helsinki", @@ -77883,6 +77883,29 @@ "date_removed": null } }, + "registry_url": "http://www.hel.fi", + "whois_server": "whois.nic.helsinki", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.helsinki", @@ -77960,30 +77983,7 @@ } ] } - ], - "registry_url": "http://www.hel.fi", - "whois_server": "whois.nic.helsinki", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] }, { "tld": "here", @@ -78008,6 +78008,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -78104,34 +78131,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "hermes", @@ -78156,6 +78156,29 @@ "date_removed": null } }, + "registry_url": "http://hermes.com", + "whois_server": "whois.nic.hermes", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2023-08-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hermes", @@ -78233,30 +78256,7 @@ } ] } - ], - "registry_url": "http://hermes.com", - "whois_server": "whois.nic.hermes", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2023-08-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "hgtv", @@ -78311,6 +78311,30 @@ "date_removed": null } }, + "registry_url": "https://get.hiphop", + "whois_server": "whois.nic.hiphop", + "rdap_server": "https://rdap.registry.hiphop/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -78388,31 +78412,7 @@ } ] } - ], - "registry_url": "https://get.hiphop", - "whois_server": "whois.nic.hiphop", - "rdap_server": "https://rdap.registry.hiphop/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "hisamitsu", @@ -78437,6 +78437,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-05-13", + "tld_updated": [ + "2023-06-12" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -78507,30 +78530,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-05-13", - "tld_updated": [ - "2023-06-12" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "hitachi", @@ -78555,6 +78555,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -78625,32 +78650,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "hiv", @@ -78675,6 +78675,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -78752,31 +78776,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "hk", @@ -78790,6 +78790,24 @@ "tech": "Hong Kong Internet Registration Corporation Ltd." } }, + "registry_url": "http://www.hkirc.hk", + "whois_server": "whois.hkirc.hk", + "tld_created": "1990-01-03", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "country_name_iso": "Hong Kong", + "as_org_aliases": [ + "CNNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cnnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.hkirc.net.hk", @@ -78963,24 +78981,6 @@ ] } ], - "registry_url": "http://www.hkirc.hk", - "whois_server": "whois.hkirc.hk", - "tld_created": "1990-01-03", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "country_name_iso": "Hong Kong", - "as_org_aliases": [ - "CNNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cnnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--j6w193g" ] @@ -79008,6 +79008,29 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.hkt", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hkt", @@ -79085,30 +79108,7 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.hkt", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "hm", @@ -79122,6 +79122,16 @@ "tech": "HM Domain Registry" } }, + "registry_url": "http://www.registry.hm", + "whois_server": "whois.registry.hm", + "tld_created": "1997-07-24", + "tld_updated": [ + "2023-12-14" + ], + "annotations": { + "country_name_iso": "Heard Island and McDonald Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.registry.hm", @@ -79159,17 +79169,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.registry.hm", - "whois_server": "whois.registry.hm", - "tld_created": "1997-07-24", - "tld_updated": [ - "2023-12-14" - ], - "annotations": { - "country_name_iso": "Heard Island and McDonald Islands", - "geographic_scope": "country" - } + ] }, { "tld": "hn", @@ -79183,6 +79183,26 @@ "tech": "Red de Desarrollo Sostenible Honduras" } }, + "registry_url": "https://www.nic.hn", + "whois_server": "whois.nic.hn", + "rdap_server": "https://rdap.nic.hn/", + "tld_created": "1993-04-16", + "tld_updated": [ + "2024-07-24" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Honduras", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -79253,27 +79273,7 @@ } ] } - ], - "registry_url": "https://www.nic.hn", - "whois_server": "whois.nic.hn", - "rdap_server": "https://rdap.nic.hn/", - "tld_created": "1993-04-16", - "tld_updated": [ - "2024-07-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Honduras", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "hockey", @@ -79298,6 +79298,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.hockey", @@ -79413,10 +79440,34 @@ } ] } - ], + ] + }, + { + "tld": "holdings", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": null, + "registry_operator_country_code": null, + "date_contract_signed": "2013-08-27", + "date_delegated": "2013-11-06", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", + "tld_created": "2013-10-31", "tld_updated": [ "2025-10-07" ], @@ -79440,30 +79491,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "holdings", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": null, - "registry_operator_country_code": null, - "date_contract_signed": "2013-08-27", - "date_delegated": "2013-11-06", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -79580,10 +79607,34 @@ } ] } - ], + ] + }, + { + "tld": "holiday", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1497-56699", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2013-12-28", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", + "tld_created": "2013-12-19", "tld_updated": [ "2025-10-07" ], @@ -79607,30 +79658,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "holiday", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1497-56699", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2013-12-28", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -79747,34 +79774,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "homedepot", @@ -79799,6 +79799,29 @@ "date_removed": null } }, + "registry_url": "http://www.homedepot.com", + "whois_server": "whois.nic.homedepot", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.homedepot", @@ -79876,30 +79899,7 @@ } ] } - ], - "registry_url": "http://www.homedepot.com", - "whois_server": "whois.nic.homedepot", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "homegoods", @@ -79924,6 +79924,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.homegoods/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.homegoods", @@ -80039,33 +80065,7 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.homegoods/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "homes", @@ -80090,6 +80090,34 @@ "date_removed": null } }, + "registry_url": "https://nic.homes/", + "whois_server": "whois.nic.homes", + "rdap_server": "https://rdap.centralnic.com/homes/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.homes", @@ -80167,35 +80195,7 @@ } ] } - ], - "registry_url": "https://nic.homes/", - "whois_server": "whois.nic.homes", - "rdap_server": "https://rdap.centralnic.com/homes/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "homesense", @@ -80220,6 +80220,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.homesense/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.homesense", @@ -80335,33 +80361,7 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.homesense/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "honda", @@ -80386,6 +80386,29 @@ "date_removed": null } }, + "registry_url": "http://honda.com", + "whois_server": "whois.nic.honda", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -80456,30 +80479,7 @@ } ] } - ], - "registry_url": "http://honda.com", - "whois_server": "whois.nic.honda", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "honeywell", @@ -80534,6 +80534,34 @@ "date_removed": null } }, + "registry_url": "http://nic.horse/", + "whois_server": "whois.nic.horse", + "rdap_server": "https://rdap.nic.horse/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.horse", @@ -80649,35 +80677,7 @@ } ] } - ], - "registry_url": "http://nic.horse/", - "whois_server": "whois.nic.horse", - "rdap_server": "https://rdap.nic.horse/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "hospital", @@ -80702,6 +80702,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-12-02", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.hospital", @@ -80817,34 +80844,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-12-02", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "host", @@ -80869,6 +80869,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.host", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -80946,35 +80974,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.host", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "hosting", @@ -80999,6 +80999,34 @@ "date_removed": null } }, + "registry_url": "https://nic.hosting", + "whois_server": "whois.nic.hosting", + "rdap_server": "https://rdap.centralnic.com/hosting/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.hosting", @@ -81076,35 +81104,7 @@ } ] } - ], - "registry_url": "https://nic.hosting", - "whois_server": "whois.nic.hosting", - "rdap_server": "https://rdap.centralnic.com/hosting/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "hot", @@ -81129,6 +81129,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.hot", + "rdap_server": "https://rdap.nominet.uk/hot/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.hot", @@ -81282,36 +81311,7 @@ } ] } - ], - "registry_url": "http://www.nic.hot", - "rdap_server": "https://rdap.nominet.uk/hot/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "hoteles", @@ -81365,6 +81365,28 @@ "date_removed": null } }, + "registry_url": "http://www.booking.com", + "whois_server": "whois.nic.hotels", + "rdap_server": "https://rdap.nic.hotels/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hotels", @@ -81480,29 +81502,7 @@ } ] } - ], - "registry_url": "http://www.booking.com", - "whois_server": "whois.nic.hotels", - "rdap_server": "https://rdap.nic.hotels/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "hotmail", @@ -81527,6 +81527,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/hotmail/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.hotmail", @@ -81680,37 +81710,7 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/hotmail/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "house", @@ -81735,6 +81735,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.house", @@ -81850,34 +81877,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "how", @@ -81902,6 +81902,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -81998,34 +82025,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "hr", @@ -82039,6 +82039,22 @@ "tech": "CARNet - Croatian Academic and Research Network" } }, + "registry_url": "http://www.dns.hr", + "whois_server": "whois.dns.hr", + "tld_created": "1993-02-27", + "tld_updated": [ + "2023-10-11" + ], + "annotations": { + "country_name_iso": "Croatia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "hr-ns-1.carnet.hr", @@ -82097,23 +82113,7 @@ } ] } - ], - "registry_url": "http://www.dns.hr", - "whois_server": "whois.dns.hr", - "tld_created": "1993-02-27", - "tld_updated": [ - "2023-10-11" - ], - "annotations": { - "country_name_iso": "Croatia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "hsbc", @@ -82138,6 +82138,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.hsbc", + "rdap_server": "https://rdap.nic.hsbc/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hsbc", @@ -82253,29 +82275,7 @@ } ] } - ], - "registry_url": "http://www.nic.hsbc", - "rdap_server": "https://rdap.nic.hsbc/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ht", @@ -82289,6 +82289,28 @@ "tech": "Faculté des Sciences de l'Université d'Etat d'Haïti/ FRDDH" } }, + "registry_url": "http://www.nic.ht", + "whois_server": "whois.nic.ht", + "rdap_server": "https://rdap.nic.ht/", + "tld_created": "1997-03-06", + "tld_updated": [ + "2025-03-05" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Haiti", + "as_org_aliases": [ + "AFNIC", + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -82347,29 +82369,7 @@ } ] } - ], - "registry_url": "http://www.nic.ht", - "whois_server": "whois.nic.ht", - "rdap_server": "https://rdap.nic.ht/", - "tld_created": "1997-03-06", - "tld_updated": [ - "2025-03-05" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Haiti", - "as_org_aliases": [ - "AFNIC", - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "htc", @@ -82413,6 +82413,26 @@ "tech": "Council of Hungarian Internet Providers (CHIP)" } }, + "registry_url": "https://www.domain.hu", + "whois_server": "whois.nic.hu", + "tld_created": "1990-11-07", + "tld_updated": [ + "2025-09-12" + ], + "annotations": { + "country_name_iso": "Hungary", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.hu", @@ -82547,27 +82567,7 @@ } ] } - ], - "registry_url": "https://www.domain.hu", - "whois_server": "whois.nic.hu", - "tld_created": "1990-11-07", - "tld_updated": [ - "2025-09-12" - ], - "annotations": { - "country_name_iso": "Hungary", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "hughes", @@ -82592,6 +82592,29 @@ "date_removed": null } }, + "registry_url": "http://www.hughes.com/", + "whois_server": "whois.nic.hughes", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.hughes", @@ -82669,30 +82692,7 @@ } ] } - ], - "registry_url": "http://www.hughes.com/", - "whois_server": "whois.nic.hughes", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "hyatt", @@ -82717,6 +82717,28 @@ "date_removed": null } }, + "registry_url": "http://www.hyatt.com", + "rdap_server": "https://rdap.nic.hyatt/", + "tld_created": "2016-07-22", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.hyatt", @@ -82832,29 +82854,7 @@ } ] } - ], - "registry_url": "http://www.hyatt.com", - "rdap_server": "https://rdap.nic.hyatt/", - "tld_created": "2016-07-22", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "hyundai", @@ -82879,6 +82879,29 @@ "date_removed": null } }, + "registry_url": "http://www.hyundai.com", + "whois_server": "whois.nic.hyundai", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -82949,30 +82972,7 @@ } ] } - ], - "registry_url": "http://www.hyundai.com", - "whois_server": "whois.nic.hyundai", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ibm", @@ -82997,6 +82997,35 @@ "date_removed": null } }, + "registry_url": "http://www.ibm.com", + "whois_server": "whois.nic.ibm", + "rdap_server": "https://rdap.nic.ibm/", + "tld_created": "2014-09-25", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "iana_sponsor_alias": "IBM", + "iana_sponsor_slug": "ibm", + "iana_admin_alias": "IBM", + "iana_admin_slug": "ibm", + "iana_tech_alias": "IBM", + "iana_tech_slug": "ibm", + "icann_registry_operator_alias": "IBM", + "icann_registry_operator_slug": "ibm", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ibm", @@ -83112,36 +83141,7 @@ } ] } - ], - "registry_url": "http://www.ibm.com", - "whois_server": "whois.nic.ibm", - "rdap_server": "https://rdap.nic.ibm/", - "tld_created": "2014-09-25", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "iana_sponsor_alias": "IBM", - "iana_sponsor_slug": "ibm", - "iana_admin_alias": "IBM", - "iana_admin_slug": "ibm", - "iana_tech_alias": "IBM", - "iana_tech_slug": "ibm", - "icann_registry_operator_alias": "IBM", - "icann_registry_operator_slug": "ibm", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "icbc", @@ -83166,6 +83166,29 @@ "date_removed": null } }, + "registry_url": "http://www.icbc.com.cn/ICBC/%E5%9F%9F%E5%90%8D%E6%B3%A8%E5%86%8C%E5%B1%80/default.htm", + "whois_server": "whois.nic.icbc", + "rdap_server": "https://rdap.zdnsgtld.com/icbc/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -83263,30 +83286,7 @@ } ] } - ], - "registry_url": "http://www.icbc.com.cn/ICBC/%E5%9F%9F%E5%90%8D%E6%B3%A8%E5%86%8C%E5%B1%80/default.htm", - "whois_server": "whois.nic.icbc", - "rdap_server": "https://rdap.zdnsgtld.com/icbc/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "ice", @@ -83311,6 +83311,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.ice", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2023-09-05" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ice", @@ -83388,29 +83410,7 @@ } ] } - ], - "whois_server": "whois.nic.ice", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2023-09-05" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "icu", @@ -83435,6 +83435,32 @@ "date_removed": null } }, + "registry_url": "http://nic.icu/", + "whois_server": "whois.nic.icu", + "rdap_server": "https://rdap.centralnic.com/icu", + "tld_created": "2015-03-06", + "tld_updated": [ + "2024-06-19" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.icu", @@ -83512,33 +83538,7 @@ } ] } - ], - "registry_url": "http://nic.icu/", - "whois_server": "whois.nic.icu", - "rdap_server": "https://rdap.centralnic.com/icu", - "tld_created": "2015-03-06", - "tld_updated": [ - "2024-06-19" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "id", @@ -83552,6 +83552,18 @@ "tech": "Perkumpulan Pengelola Nama Domain Internet Indonesia (PANDI)" } }, + "registry_url": "https://pandi.id", + "whois_server": "whois.id", + "rdap_server": "https://rdap.pandi.id/rdap/", + "tld_created": "1993-02-27", + "tld_updated": [ + "2023-11-22" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Indonesia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.id", @@ -83648,19 +83660,7 @@ } ] } - ], - "registry_url": "https://pandi.id", - "whois_server": "whois.id", - "rdap_server": "https://rdap.pandi.id/rdap/", - "tld_created": "1993-02-27", - "tld_updated": [ - "2023-11-22" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Indonesia", - "geographic_scope": "country" - } + ] }, { "tld": "ie", @@ -83674,6 +83674,26 @@ "tech": "IE Domain Registry Limited" } }, + "registry_url": "http://www.weare.ie", + "whois_server": "whois.weare.ie", + "tld_created": "1988-01-27", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Ireland", + "as_org_aliases": [ + "AFNIC", + "CIRA", + "RcodeZero" + ], + "as_org_slugs": [ + "afnic", + "cira", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.ie", @@ -83789,27 +83809,7 @@ } ] } - ], - "registry_url": "http://www.weare.ie", - "whois_server": "whois.weare.ie", - "tld_created": "1988-01-27", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Ireland", - "as_org_aliases": [ - "AFNIC", - "CIRA", - "RcodeZero" - ], - "as_org_slugs": [ - "afnic", - "cira", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ieee", @@ -83834,6 +83834,31 @@ "date_removed": null } }, + "registry_url": "http://www.ieee.org", + "rdap_server": "https://rdap.nominet.uk/ieee/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.ieee", @@ -83987,32 +84012,7 @@ } ] } - ], - "registry_url": "http://www.ieee.org", - "rdap_server": "https://rdap.nominet.uk/ieee/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "ifm", @@ -84037,6 +84037,29 @@ "date_removed": null } }, + "registry_url": "http://www.ifm.com", + "whois_server": "whois.nic.ifm", + "rdap_server": "https://rdap.nic.ifm", + "tld_created": "2015-01-15", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -84114,30 +84137,7 @@ } ] } - ], - "registry_url": "http://www.ifm.com", - "whois_server": "whois.nic.ifm", - "rdap_server": "https://rdap.nic.ifm", - "tld_created": "2015-01-15", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "iinet", @@ -84191,65 +84191,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.dns.nic.ikano", - "ipv4": [ - { - "ip": "194.0.25.12", - "asn": 1921, - "as_org": "RCODEZERO-ANYCAST-SEC1-TLD RcodeZero Anycast DNS", - "as_country": "AT" - } - ], - "ipv6": [ - { - "ip": "2001:678:20::12", - "asn": 1921, - "as_org": "RCODEZERO-ANYCAST-SEC1-TLD RcodeZero Anycast DNS", - "as_country": "AT" - } - ] - }, - { - "hostname": "m.dns.nic.ikano", - "ipv4": [ - { - "ip": "194.0.26.7", - "asn": 201612, - "as_org": "NICAT-MINICAST-AS", - "as_country": "AT" - } - ], - "ipv6": [ - { - "ip": "2001:67c:10e0::7", - "asn": 201612, - "as_org": "NICAT-MINICAST-AS", - "as_country": "AT" - } - ] - }, - { - "hostname": "n.dns.nic.ikano", - "ipv4": [ - { - "ip": "194.0.24.7", - "asn": 201612, - "as_org": "NICAT-MINICAST-AS", - "as_country": "AT" - } - ], - "ipv6": [ - { - "ip": "2001:678:24::7", - "asn": 201612, - "as_org": "NICAT-MINICAST-AS", - "as_country": "AT" - } - ] - } - ], "registry_url": "http://www.ikano.lu", "whois_server": "whois.nic.ikano", "rdap_server": "https://rdap.nic.ikano/v1/", @@ -84271,7 +84212,66 @@ "as_org_slugs": [ "rcodezero" ] - } + }, + "nameservers": [ + { + "hostname": "a.dns.nic.ikano", + "ipv4": [ + { + "ip": "194.0.25.12", + "asn": 1921, + "as_org": "RCODEZERO-ANYCAST-SEC1-TLD RcodeZero Anycast DNS", + "as_country": "AT" + } + ], + "ipv6": [ + { + "ip": "2001:678:20::12", + "asn": 1921, + "as_org": "RCODEZERO-ANYCAST-SEC1-TLD RcodeZero Anycast DNS", + "as_country": "AT" + } + ] + }, + { + "hostname": "m.dns.nic.ikano", + "ipv4": [ + { + "ip": "194.0.26.7", + "asn": 201612, + "as_org": "NICAT-MINICAST-AS", + "as_country": "AT" + } + ], + "ipv6": [ + { + "ip": "2001:67c:10e0::7", + "asn": 201612, + "as_org": "NICAT-MINICAST-AS", + "as_country": "AT" + } + ] + }, + { + "hostname": "n.dns.nic.ikano", + "ipv4": [ + { + "ip": "194.0.24.7", + "asn": 201612, + "as_org": "NICAT-MINICAST-AS", + "as_country": "AT" + } + ], + "ipv6": [ + { + "ip": "2001:678:24::7", + "asn": 201612, + "as_org": "NICAT-MINICAST-AS", + "as_country": "AT" + } + ] + } + ] }, { "tld": "il", @@ -84285,6 +84285,24 @@ "tech": "The Israel Internet Association (RA)" } }, + "registry_url": "http://www.isoc.org.il/domains", + "whois_server": "whois.isoc.org.il", + "tld_created": "1985-10-24", + "tld_updated": [ + "2026-02-24" + ], + "annotations": { + "country_name_iso": "Israel", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ilns.ilan.net.il", @@ -84425,24 +84443,6 @@ "ipv6": [] } ], - "registry_url": "http://www.isoc.org.il/domains", - "whois_server": "whois.isoc.org.il", - "tld_created": "1985-10-24", - "tld_updated": [ - "2026-02-24" - ], - "annotations": { - "country_name_iso": "Israel", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--4dbrk0ce" ] @@ -84459,6 +84459,16 @@ "tech": "Domicilium (IoM) Ltd" } }, + "registry_url": "http://www.nic.im", + "whois_server": "whois.nic.im", + "tld_created": "1996-09-11", + "tld_updated": [ + "2018-11-24" + ], + "annotations": { + "country_name_iso": "Isle of Man", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "barney.advsys.co.uk", @@ -84515,17 +84525,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.im", - "whois_server": "whois.nic.im", - "tld_created": "1996-09-11", - "tld_updated": [ - "2018-11-24" - ], - "annotations": { - "country_name_iso": "Isle of Man", - "geographic_scope": "country" - } + ] }, { "tld": "imamat", @@ -84550,6 +84550,28 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org", + "whois_server": "whois.nic.imamat", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.imamat", @@ -84627,29 +84649,7 @@ } ] } - ], - "registry_url": "http://www.akdn.org", - "whois_server": "whois.nic.imamat", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "imdb", @@ -84674,6 +84674,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.imdb", + "rdap_server": "https://rdap.nominet.uk/imdb/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.imdb", @@ -84827,37 +84857,7 @@ } ] } - ], - "registry_url": "http://www.nic.imdb", - "rdap_server": "https://rdap.nominet.uk/imdb/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "immo", @@ -84882,6 +84882,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.immo", @@ -84997,10 +85024,34 @@ } ] } - ], + ] + }, + { + "tld": "immobilien", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1255-76933", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2014-01-02", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-22", + "tld_created": "2013-12-19", "tld_updated": [ "2025-10-07" ], @@ -85024,30 +85075,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "immobilien", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1255-76933", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2014-01-02", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -85164,34 +85191,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "in", @@ -85205,6 +85205,32 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "rdap_server": "https://rdap.nixiregistry.in/rdap/", + "tld_created": "1989-05-08", + "tld_updated": [ + "2026-04-15" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "rdap_source": "IANA", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -85283,32 +85309,6 @@ ] } ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "rdap_server": "https://rdap.nixiregistry.in/rdap/", - "tld_created": "1989-05-08", - "tld_updated": [ - "2026-04-15" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "rdap_source": "IANA", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - }, "idn": [ "xn--2scrj9c", "xn--3hcrj9c", @@ -85350,6 +85350,28 @@ "date_removed": null } }, + "registry_url": "https://get.inc", + "whois_server": "whois.nic.inc", + "rdap_server": "https://rdap.centralnic.com/inc/", + "tld_created": "2018-07-03", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.inc", @@ -85427,29 +85449,7 @@ } ] } - ], - "registry_url": "https://get.inc", - "whois_server": "whois.nic.inc", - "rdap_server": "https://rdap.centralnic.com/inc/", - "tld_created": "2018-07-03", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "industries", @@ -85474,6 +85474,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.industries", @@ -85589,34 +85616,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "infiniti", @@ -85641,6 +85641,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -85711,32 +85736,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "info", @@ -85761,6 +85761,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2001-06-26", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.info.afilias-nst.info", @@ -85876,34 +85903,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2001-06-26", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ing", @@ -85928,6 +85928,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -86024,34 +86051,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "ink", @@ -86076,6 +86076,34 @@ "date_removed": null } }, + "registry_url": "http://nic.ink/", + "whois_server": "whois.nic.ink", + "rdap_server": "https://rdap.nic.ink/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ink", @@ -86191,35 +86219,7 @@ } ] } - ], - "registry_url": "http://nic.ink/", - "whois_server": "whois.nic.ink", - "rdap_server": "https://rdap.nic.ink/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "institute", @@ -86244,6 +86244,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.institute", @@ -86359,34 +86386,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "insurance", @@ -86411,6 +86411,35 @@ "date_removed": null } }, + "registry_url": "https://www.ftld.com/", + "whois_server": "whois.nic.insurance", + "rdap_server": "https://rdap.nic.insurance/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_sponsor_alias": "fTLD Registry", + "iana_sponsor_slug": "ftld-registry", + "iana_admin_alias": "fTLD Registry", + "iana_admin_slug": "ftld-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "fTLD Registry", + "icann_registry_operator_slug": "ftld-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "d.nic.insurance", @@ -86526,36 +86555,7 @@ } ] } - ], - "registry_url": "https://www.ftld.com/", - "whois_server": "whois.nic.insurance", - "rdap_server": "https://rdap.nic.insurance/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_sponsor_alias": "fTLD Registry", - "iana_sponsor_slug": "ftld-registry", - "iana_admin_alias": "fTLD Registry", - "iana_admin_slug": "ftld-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "fTLD Registry", - "icann_registry_operator_slug": "ftld-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "insure", @@ -86580,6 +86580,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.insure", @@ -86695,34 +86722,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "int", @@ -86736,6 +86736,22 @@ "tech": "ICANN" } }, + "registry_url": "https://www.iana.org/domains/int", + "whois_server": "whois.iana.org", + "rdap_server": "https://rdap.iana.org/", + "tld_created": "1988-11-03", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "rdap_source": "IANA", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "ns.uu.net", @@ -86856,23 +86872,7 @@ } ] } - ], - "registry_url": "https://www.iana.org/domains/int", - "whois_server": "whois.iana.org", - "rdap_server": "https://rdap.iana.org/", - "tld_created": "1988-11-03", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "rdap_source": "IANA", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "intel", @@ -86927,6 +86927,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.international", @@ -87042,34 +87069,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "intuit", @@ -87094,122 +87094,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.nic.intuit", - "ipv4": [ - { - "ip": "37.209.192.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:1::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "b.nic.intuit", - "ipv4": [ - { - "ip": "37.209.194.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:2::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "c.nic.intuit", - "ipv4": [ - { - "ip": "37.209.196.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:3::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns4.dns.nic.intuit", - "ipv4": [ - { - "ip": "156.154.156.82", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1074::52", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns5.dns.nic.intuit", - "ipv4": [ - { - "ip": "156.154.157.82", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1075::52", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns6.dns.nic.intuit", - "ipv4": [ - { - "ip": "156.154.158.82", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1076::52", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - } - ], "registry_url": "https://www.intuit.com/", "rdap_server": "https://rdap.nic.intuit/", "tld_created": "2016-06-09", @@ -87231,7 +87115,123 @@ "as_org_slugs": [ "ultradns" ] - } + }, + "nameservers": [ + { + "hostname": "a.nic.intuit", + "ipv4": [ + { + "ip": "37.209.192.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:1::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "b.nic.intuit", + "ipv4": [ + { + "ip": "37.209.194.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:2::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "c.nic.intuit", + "ipv4": [ + { + "ip": "37.209.196.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:3::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns4.dns.nic.intuit", + "ipv4": [ + { + "ip": "156.154.156.82", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1074::52", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns5.dns.nic.intuit", + "ipv4": [ + { + "ip": "156.154.157.82", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1075::52", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns6.dns.nic.intuit", + "ipv4": [ + { + "ip": "156.154.158.82", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1076::52", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + } + ] }, { "tld": "investments", @@ -87256,6 +87256,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.investments", @@ -87371,12 +87398,26 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", + ] + }, + { + "tld": "io", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "Internet Computer Bureau Limited", + "admin": "Internet Computer Bureau Limited", + "tech": "Internet Computer Bureau Ltd" + } + }, + "registry_url": "http://www.nic.io/", + "whois_server": "whois.nic.io", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "1997-09-16", "tld_updated": [ - "2025-10-07" + "2023-01-18" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -87385,32 +87426,15 @@ "iana_admin_slug": "identity-digital", "iana_tech_alias": "Identity Digital", "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], + "rdap_source": "supplemental", + "country_name_iso": "British Indian Ocean Territory", "as_org_aliases": [ "Identity Digital" ], "as_org_slugs": [ "identity-digital" - ] - } - }, - { - "tld": "io", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "Internet Computer Bureau Limited", - "admin": "Internet Computer Bureau Limited", - "tech": "Internet Computer Bureau Ltd" - } + ], + "geographic_scope": "country" }, "nameservers": [ { @@ -87489,31 +87513,7 @@ } ] } - ], - "registry_url": "http://www.nic.io/", - "whois_server": "whois.nic.io", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-09-16", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "British Indian Ocean Territory", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ipiranga", @@ -87538,6 +87538,28 @@ "date_removed": null } }, + "registry_url": "http://ipiranga.com.br", + "rdap_server": "https://rdap.nic.ipiranga/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ipiranga", @@ -87653,29 +87675,7 @@ } ] } - ], - "registry_url": "http://ipiranga.com.br", - "rdap_server": "https://rdap.nic.ipiranga/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "iq", @@ -87689,6 +87689,24 @@ "tech": "Communications and Media Commission (CMC)" } }, + "registry_url": "https://registrar.cmc.iq", + "whois_server": "whois.cmc.iq", + "tld_created": "1997-05-09", + "tld_updated": [ + "2023-12-18" + ], + "annotations": { + "country_name_iso": "Iraq", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.cmc.iq", @@ -87760,24 +87778,6 @@ ] } ], - "registry_url": "https://registrar.cmc.iq", - "whois_server": "whois.cmc.iq", - "tld_created": "1997-05-09", - "tld_updated": [ - "2023-12-18" - ], - "annotations": { - "country_name_iso": "Iraq", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbtx2b" ] @@ -87794,6 +87794,16 @@ "tech": "Institute for Research in Fundamental Sciences (IPM)" } }, + "registry_url": "http://www.nic.ir", + "whois_server": "whois.nic.ir", + "tld_created": "1994-04-06", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Iran, Islamic Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ir", @@ -87872,16 +87882,6 @@ ] } ], - "registry_url": "http://www.nic.ir", - "whois_server": "whois.nic.ir", - "tld_created": "1994-04-06", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Iran, Islamic Republic of", - "geographic_scope": "country" - }, "idn": [ "xn--mgba3a4f16a" ] @@ -87909,6 +87909,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.irish", @@ -88024,34 +88051,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "is", @@ -88065,6 +88065,26 @@ "tech": "ISNIC - Internet á Íslandi hf." } }, + "registry_url": "https://www.isnic.is/", + "whois_server": "whois.isnic.is", + "rdap_server": "https://rdap.isnic.is/rdap/", + "tld_created": "1987-11-18", + "tld_updated": [ + "2026-02-18" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Iceland", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.is", @@ -88161,27 +88181,7 @@ } ] } - ], - "registry_url": "https://www.isnic.is/", - "whois_server": "whois.isnic.is", - "rdap_server": "https://rdap.isnic.is/rdap/", - "tld_created": "1987-11-18", - "tld_updated": [ - "2026-02-18" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Iceland", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "iselect", @@ -88236,6 +88236,29 @@ "date_removed": null } }, + "registry_url": "http://www.akdn.org/", + "whois_server": "whois.nic.ismaili", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2023-08-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ismaili", @@ -88313,30 +88336,7 @@ } ] } - ], - "registry_url": "http://www.akdn.org/", - "whois_server": "whois.nic.ismaili", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2023-08-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ist", @@ -88361,6 +88361,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.istanbul", + "whois_server": "whois.nic.ist", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.ist", @@ -88438,30 +88461,7 @@ } ] } - ], - "registry_url": "http://www.nic.istanbul", - "whois_server": "whois.nic.ist", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] }, { "tld": "istanbul", @@ -88486,6 +88486,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.istanbul", + "whois_server": "whois.nic.istanbul", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2025-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.istanbul", @@ -88563,30 +88586,7 @@ } ] } - ], - "registry_url": "http://www.nic.istanbul", - "whois_server": "whois.nic.istanbul", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2025-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] }, { "tld": "it", @@ -88600,6 +88600,22 @@ "tech": "IIT - CNR" } }, + "registry_url": "https://www.nic.it/", + "whois_server": "whois.nic.it", + "tld_created": "1987-12-23", + "tld_updated": [ + "2025-12-17" + ], + "annotations": { + "country_name_iso": "Italy", + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.it", @@ -88715,23 +88731,7 @@ } ] } - ], - "registry_url": "https://www.nic.it/", - "whois_server": "whois.nic.it", - "tld_created": "1987-12-23", - "tld_updated": [ - "2025-12-17" - ], - "annotations": { - "country_name_iso": "Italy", - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "itau", @@ -88756,6 +88756,28 @@ "date_removed": null } }, + "registry_url": "http://www.itau.com", + "rdap_server": "https://rdap.nic.itau/", + "tld_created": "2015-05-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.itau", @@ -88871,29 +88893,7 @@ } ] } - ], - "registry_url": "http://www.itau.com", - "rdap_server": "https://rdap.nic.itau/", - "tld_created": "2015-05-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "itv", @@ -88918,6 +88918,29 @@ "date_removed": null } }, + "registry_url": "http://www.itv.com", + "whois_server": "whois.nic.itv", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.itv", @@ -88995,30 +89018,7 @@ } ] } - ], - "registry_url": "http://www.itv.com", - "whois_server": "whois.nic.itv", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "iveco", @@ -89103,6 +89103,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.jaguar", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.jaguar", @@ -89180,29 +89202,7 @@ } ] } - ], - "whois_server": "whois.nic.jaguar", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "java", @@ -89227,6 +89227,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.java", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-02-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.java", @@ -89304,29 +89326,7 @@ } ] } - ], - "whois_server": "whois.nic.java", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-02-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "jcb", @@ -89351,6 +89351,31 @@ "date_removed": null } }, + "registry_url": "http://nic.jcb", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -89421,32 +89446,7 @@ } ] } - ], - "registry_url": "http://nic.jcb", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "jcp", @@ -89490,6 +89490,24 @@ "tech": "Island Networks Limited" } }, + "registry_url": "http://www.nic.je", + "whois_server": "whois.je", + "tld_created": "1996-08-08", + "tld_updated": [ + "2024-02-12" + ], + "annotations": { + "country_name_iso": "Jersey", + "as_org_aliases": [ + "Nominet", + "Packet Clearing House" + ], + "as_org_slugs": [ + "nominet", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.ci-servers.org", @@ -89605,25 +89623,7 @@ } ] } - ], - "registry_url": "http://www.nic.je", - "whois_server": "whois.je", - "tld_created": "1996-08-08", - "tld_updated": [ - "2024-02-12" - ], - "annotations": { - "country_name_iso": "Jersey", - "as_org_aliases": [ - "Nominet", - "Packet Clearing House" - ], - "as_org_slugs": [ - "nominet", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "jeep", @@ -89648,6 +89648,35 @@ "date_removed": null } }, + "registry_url": "http://www.fcausllc.com/", + "whois_server": "whois.nic.jeep", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-07", + "tld_updated": [ + "2026-05-20" + ], + "annotations": { + "iana_sponsor_alias": "Stellantis", + "iana_sponsor_slug": "stellantis", + "iana_admin_alias": "Stellantis", + "iana_admin_slug": "stellantis", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Stellantis", + "icann_registry_operator_slug": "stellantis", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a2.nic.jeep", @@ -89744,36 +89773,7 @@ } ] } - ], - "registry_url": "http://www.fcausllc.com/", - "whois_server": "whois.nic.jeep", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-07", - "tld_updated": [ - "2026-05-20" - ], - "annotations": { - "iana_sponsor_alias": "Stellantis", - "iana_sponsor_slug": "stellantis", - "iana_admin_alias": "Stellantis", - "iana_admin_slug": "stellantis", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Stellantis", - "icann_registry_operator_slug": "stellantis", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "jetzt", @@ -89798,6 +89798,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.jetzt", @@ -89913,10 +89940,34 @@ } ] } - ], + ] + }, + { + "tld": "jewelry", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1520-93221", + "registry_operator_country_code": null, + "date_contract_signed": "2015-03-05", + "date_delegated": "2015-04-16", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-06", + "tld_created": "2015-04-09", "tld_updated": [ "2025-10-07" ], @@ -89940,30 +89991,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "jewelry", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1520-93221", - "registry_operator_country_code": null, - "date_contract_signed": "2015-03-05", - "date_delegated": "2015-04-16", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -90080,34 +90107,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "jio", @@ -90132,6 +90132,29 @@ "date_removed": null } }, + "registry_url": "http://www.ril.com", + "whois_server": "whois.nic.jio", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2024-04-23" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.jio", @@ -90209,30 +90232,7 @@ } ] } - ], - "registry_url": "http://www.ril.com", - "whois_server": "whois.nic.jio", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2024-04-23" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "jlc", @@ -90287,6 +90287,29 @@ "date_removed": null } }, + "registry_url": "http://www.jll.com", + "whois_server": "whois.nic.jll", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.jll", @@ -90364,30 +90387,7 @@ } ] } - ], - "registry_url": "http://www.jll.com", - "whois_server": "whois.nic.jll", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "jm", @@ -90401,6 +90401,14 @@ "tech": "Mona Information Technology Services\nUniversity of the West Indies" } }, + "tld_created": "1991-09-24", + "tld_updated": [ + "2025-07-10" + ], + "annotations": { + "country_name_iso": "Jamaica", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "jm.cctld.authdns.ripe.net", @@ -90464,15 +90472,7 @@ } ] } - ], - "tld_created": "1991-09-24", - "tld_updated": [ - "2025-07-10" - ], - "annotations": { - "country_name_iso": "Jamaica", - "geographic_scope": "country" - } + ] }, { "tld": "jmp", @@ -90497,6 +90497,28 @@ "date_removed": null } }, + "registry_url": "http://www.jmp.com", + "rdap_server": "https://rdap.nic.jmp/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.jmp", @@ -90612,29 +90634,7 @@ } ] } - ], - "registry_url": "http://www.jmp.com", - "rdap_server": "https://rdap.nic.jmp/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "jnj", @@ -90659,6 +90659,30 @@ "date_removed": null } }, + "registry_url": "http://www.jnj.com/", + "rdap_server": "https://rdap.centralnicregistry.com/jnj", + "tld_created": "2016-01-14", + "tld_updated": [ + "2025-04-09" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "w.nic.jnj", @@ -90736,31 +90760,7 @@ } ] } - ], - "registry_url": "http://www.jnj.com/", - "rdap_server": "https://rdap.centralnicregistry.com/jnj", - "tld_created": "2016-01-14", - "tld_updated": [ - "2025-04-09" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "jo", @@ -90774,6 +90774,21 @@ "tech": "Ministry of Digital Economy and Entrepreneurship (MoDEE)" } }, + "registry_url": "https://www.dns.jo", + "tld_created": "1994-11-23", + "tld_updated": [ + "2026-02-24" + ], + "annotations": { + "country_name_iso": "Jordan", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.cctld-servers.net.jo", @@ -90890,21 +90905,6 @@ ] } ], - "registry_url": "https://www.dns.jo", - "tld_created": "1994-11-23", - "tld_updated": [ - "2026-02-24" - ], - "annotations": { - "country_name_iso": "Jordan", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbayh7gpa" ] @@ -90932,6 +90932,36 @@ "date_removed": null } }, + "registry_url": "http://www.goto.jobs", + "rdap_server": "https://rdap.nominet.uk/jobs/", + "tld_created": "2005-09-08", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_admin_alias": "Second Genistry", + "iana_admin_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.jobs", @@ -91085,37 +91115,7 @@ } ] } - ], - "registry_url": "http://www.goto.jobs", - "rdap_server": "https://rdap.nominet.uk/jobs/", - "tld_created": "2005-09-08", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_admin_alias": "Second Genistry", - "iana_admin_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "joburg", @@ -91140,6 +91140,33 @@ "date_removed": null } }, + "registry_url": "http://www.registry.net.za", + "whois_server": "whois.nic.joburg", + "rdap_server": "https://rdap.nic.joburg/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-08-05" + ], + "annotations": { + "iana_sponsor_alias": "ZACR", + "iana_sponsor_slug": "zacr", + "iana_admin_alias": "ZACR", + "iana_admin_slug": "zacr", + "icann_registry_operator_alias": "ZACR", + "icann_registry_operator_slug": "zacr", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZACR" + ], + "as_org_slugs": [ + "zacr" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "coza1.dnsnode.net", @@ -91198,34 +91225,7 @@ } ] } - ], - "registry_url": "http://www.registry.net.za", - "whois_server": "whois.nic.joburg", - "rdap_server": "https://rdap.nic.joburg/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-08-05" - ], - "annotations": { - "iana_sponsor_alias": "ZACR", - "iana_sponsor_slug": "zacr", - "iana_admin_alias": "ZACR", - "iana_admin_slug": "zacr", - "icann_registry_operator_alias": "ZACR", - "icann_registry_operator_slug": "zacr", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZACR" - ], - "as_org_slugs": [ - "zacr" - ], - "geographic_scope": "city" - } + ] }, { "tld": "jot", @@ -91250,6 +91250,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.jot", + "rdap_server": "https://rdap.nominet.uk/jot/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2026-05-04" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.jot", @@ -91403,32 +91428,7 @@ } ] } - ], - "registry_url": "http://www.nic.jot", - "rdap_server": "https://rdap.nominet.uk/jot/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2026-05-04" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "joy", @@ -91453,6 +91453,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.joy", + "rdap_server": "https://rdap.nominet.uk/joy/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.joy", @@ -91606,36 +91635,7 @@ } ] } - ], - "registry_url": "http://www.nic.joy", - "rdap_server": "https://rdap.nominet.uk/joy/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "jp", @@ -91649,6 +91649,24 @@ "tech": "Japan Registry Services Co., Ltd." } }, + "registry_url": "https://jprs.jp/", + "whois_server": "whois.jprs.jp", + "tld_created": "1986-08-05", + "tld_updated": [ + "2025-11-06" + ], + "annotations": { + "country_name_iso": "Japan", + "as_org_aliases": [ + "Identity Digital", + "UltraDNS" + ], + "as_org_slugs": [ + "identity-digital", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.jp", @@ -91795,25 +91813,7 @@ } ] } - ], - "registry_url": "https://jprs.jp/", - "whois_server": "whois.jprs.jp", - "tld_created": "1986-08-05", - "tld_updated": [ - "2025-11-06" - ], - "annotations": { - "country_name_iso": "Japan", - "as_org_aliases": [ - "Identity Digital", - "UltraDNS" - ], - "as_org_slugs": [ - "identity-digital", - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "jpmorgan", @@ -91838,6 +91838,28 @@ "date_removed": null } }, + "registry_url": "http://www.jpmorganchase.com", + "rdap_server": "https://rdap.nic.jpmorgan/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.jpmorgan", @@ -91953,29 +91975,7 @@ } ] } - ], - "registry_url": "http://www.jpmorganchase.com", - "rdap_server": "https://rdap.nic.jpmorgan/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "jprs", @@ -92000,6 +92000,26 @@ "date_removed": null } }, + "registry_url": "https://nic.jprs/", + "whois_server": "whois.nic.jprs", + "rdap_server": "https://rdap.nic.jprs/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-09-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "tld1.nic.jprs", @@ -92096,27 +92116,7 @@ } ] } - ], - "registry_url": "https://nic.jprs/", - "whois_server": "whois.nic.jprs", - "rdap_server": "https://rdap.nic.jprs/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-09-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "juegos", @@ -92141,6 +92141,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-09-25" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.juegos", @@ -92256,34 +92283,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-09-25" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "juniper", @@ -92308,6 +92308,29 @@ "date_removed": null } }, + "registry_url": "http://juniper.net", + "whois_server": "whois.nic.juniper", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.juniper", @@ -92385,30 +92408,7 @@ } ] } - ], - "registry_url": "http://juniper.net", - "whois_server": "whois.nic.juniper", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kaufen", @@ -92433,6 +92433,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.kaufen", @@ -92548,34 +92575,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kddi", @@ -92600,6 +92600,31 @@ "date_removed": null } }, + "registry_url": "http://nic.kddi", + "whois_server": "whois.nic.kddi", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -92670,32 +92695,7 @@ } ] } - ], - "registry_url": "http://nic.kddi", - "whois_server": "whois.nic.kddi", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ke", @@ -92709,6 +92709,24 @@ "tech": "Kenya Network Information Center (KeNIC)" } }, + "registry_url": "http://www.kenic.or.ke", + "whois_server": "whois.kenic.or.ke", + "rdap_server": "https://rdap.kenic.or.ke", + "tld_created": "1993-04-29", + "tld_updated": [ + "2025-10-25" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Kenya", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "kenic.anycastdns.cz", @@ -92797,25 +92815,7 @@ } ] } - ], - "registry_url": "http://www.kenic.or.ke", - "whois_server": "whois.kenic.or.ke", - "rdap_server": "https://rdap.kenic.or.ke", - "tld_created": "1993-04-29", - "tld_updated": [ - "2025-10-25" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Kenya", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "kerryhotels", @@ -92840,6 +92840,34 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.kerryhotels", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kerryhotels", @@ -92917,35 +92945,7 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.kerryhotels", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kerrylogistics", @@ -92999,6 +92999,34 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.kerryproperties", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kerryproperties", @@ -93076,35 +93104,7 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.kerryproperties", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kfh", @@ -93129,6 +93129,28 @@ "date_removed": null } }, + "registry_url": "http://kfh.com", + "whois_server": "whois.nic.kfh", + "rdap_server": "https://rdap.registry.kfh/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2026-04-06" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -93206,29 +93228,7 @@ } ] } - ], - "registry_url": "http://kfh.com", - "whois_server": "whois.nic.kfh", - "rdap_server": "https://rdap.registry.kfh/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2026-04-06" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "kg", @@ -93242,6 +93242,18 @@ "tech": "AsiaInfo Telecommunication Enterprise" } }, + "registry_url": "https://www.cctld.kg/", + "whois_server": "whois.kg", + "rdap_server": "http://rdap.cctld.kg/", + "tld_created": "1995-07-12", + "tld_updated": [ + "2025-07-23" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Kyrgyzstan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "kg.cctld.authdns.ripe.net", @@ -93300,19 +93312,7 @@ } ] } - ], - "registry_url": "https://www.cctld.kg/", - "whois_server": "whois.kg", - "rdap_server": "http://rdap.cctld.kg/", - "tld_created": "1995-07-12", - "tld_updated": [ - "2025-07-23" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Kyrgyzstan", - "geographic_scope": "country" - } + ] }, { "tld": "kh", @@ -93326,6 +93326,15 @@ "tech": "TRC" } }, + "registry_url": "http://www.trc.gov.kh", + "tld_created": "1996-02-20", + "tld_updated": [ + "2026-02-26" + ], + "annotations": { + "country_name_iso": "Cambodia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.online.com.kh", @@ -93382,16 +93391,7 @@ } ] } - ], - "registry_url": "http://www.trc.gov.kh", - "tld_created": "1996-02-20", - "tld_updated": [ - "2026-02-26" - ], - "annotations": { - "country_name_iso": "Cambodia", - "geographic_scope": "country" - } + ] }, { "tld": "ki", @@ -93405,6 +93405,22 @@ "tech": "Communications Commission of Kiribati" } }, + "registry_url": "http://www.nic.ki", + "whois_server": "whois.nic.ki", + "tld_created": "1995-04-19", + "tld_updated": [ + "2024-02-06" + ], + "annotations": { + "country_name_iso": "Kiribati", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycastdns1.nic.ki", @@ -93456,23 +93472,7 @@ } ] } - ], - "registry_url": "http://www.nic.ki", - "whois_server": "whois.nic.ki", - "tld_created": "1995-04-19", - "tld_updated": [ - "2024-02-06" - ], - "annotations": { - "country_name_iso": "Kiribati", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "kia", @@ -93497,6 +93497,29 @@ "date_removed": null } }, + "registry_url": "http://www.kia.com", + "whois_server": "whois.nic.kia", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -93567,30 +93590,7 @@ } ] } - ], - "registry_url": "http://www.kia.com", - "whois_server": "whois.nic.kia", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "kids", @@ -93615,6 +93615,29 @@ "date_removed": null } }, + "registry_url": "https://www.dotkids.asia", + "whois_server": "whois.nic.kids", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2022-03-05", + "tld_updated": [ + "2025-09-02" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kids", @@ -93692,30 +93715,7 @@ } ] } - ], - "registry_url": "https://www.dotkids.asia", - "whois_server": "whois.nic.kids", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2022-03-05", - "tld_updated": [ - "2025-09-02" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kim", @@ -93740,6 +93740,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kim", @@ -93817,34 +93844,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kinder", @@ -93899,6 +93899,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.kindle", + "rdap_server": "https://rdap.nominet.uk/kindle/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.kindle", @@ -94052,35 +94080,7 @@ } ] } - ], - "registry_url": "http://www.nic.kindle", - "rdap_server": "https://rdap.nominet.uk/kindle/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "kitchen", @@ -94105,6 +94105,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.kitchen", @@ -94220,34 +94247,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kiwi", @@ -94272,6 +94272,31 @@ "date_removed": null } }, + "registry_url": "http://hello.kiwi", + "whois_server": "whois.nic.kiwi", + "rdap_server": "https://rdap.kiwi.fury.ca/rdap/", + "tld_created": "2013-11-25", + "tld_updated": [ + "2026-05-07" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "cultural_affiliation": "kiwi" + }, "nameservers": [ { "hostname": "a.ns.nic.kiwi", @@ -94349,32 +94374,7 @@ } ] } - ], - "registry_url": "http://hello.kiwi", - "whois_server": "whois.nic.kiwi", - "rdap_server": "https://rdap.kiwi.fury.ca/rdap/", - "tld_created": "2013-11-25", - "tld_updated": [ - "2026-05-07" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "cultural_affiliation": "kiwi" - } + ] }, { "tld": "km", @@ -94388,6 +94388,15 @@ "tech": "Comores Telecom" } }, + "registry_url": "http://www.domaine.km/", + "tld_created": "1998-06-08", + "tld_updated": [ + "2020-06-01" + ], + "annotations": { + "country_name_iso": "Comoros", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.km", @@ -94432,16 +94441,7 @@ } ] } - ], - "registry_url": "http://www.domaine.km/", - "tld_created": "1998-06-08", - "tld_updated": [ - "2020-06-01" - ], - "annotations": { - "country_name_iso": "Comoros", - "geographic_scope": "country" - } + ] }, { "tld": "kn", @@ -94455,6 +94455,21 @@ "tech": "Taiwan Network Information Center (TWNIC)" } }, + "whois_server": "whois.nic.kn", + "tld_created": "1991-09-03", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Saint Kitts and Nevis", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.anycastdns.cz", @@ -94506,22 +94521,7 @@ } ] } - ], - "whois_server": "whois.nic.kn", - "tld_created": "1991-09-03", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Saint Kitts and Nevis", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "koeln", @@ -94546,6 +94546,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.koeln", + "whois_server": "whois.ryce-rsp.com", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -94604,30 +94627,7 @@ } ] } - ], - "registry_url": "https://www.nic.koeln", - "whois_server": "whois.ryce-rsp.com", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "city" - } + ] }, { "tld": "komatsu", @@ -94652,6 +94652,29 @@ "date_removed": null } }, + "registry_url": "http://www.komatsu.com/", + "whois_server": "whois.nic.komatsu", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -94722,30 +94745,7 @@ } ] } - ], - "registry_url": "http://www.komatsu.com/", - "whois_server": "whois.nic.komatsu", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "kosher", @@ -94770,6 +94770,28 @@ "date_removed": null } }, + "registry_url": "http://www.ok.org/", + "whois_server": "whois.nic.kosher", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-03", + "tld_updated": [ + "2023-08-07" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kosher", @@ -94847,29 +94869,7 @@ } ] } - ], - "registry_url": "http://www.ok.org/", - "whois_server": "whois.nic.kosher", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-03", - "tld_updated": [ - "2023-08-07" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kp", @@ -94883,6 +94883,15 @@ "tech": "Star Joint Venture Company" } }, + "registry_url": "http://www.star.co.kp", + "tld_created": "2007-09-24", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Korea, Democratic People's Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.kptc.kp", @@ -94908,16 +94917,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.star.co.kp", - "tld_created": "2007-09-24", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Korea, Democratic People's Republic of", - "geographic_scope": "country" - } + ] }, { "tld": "kpmg", @@ -94942,6 +94942,28 @@ "date_removed": null } }, + "registry_url": "https://home.kpmg.com", + "rdap_server": "https://rdap.nic.kpmg/", + "tld_created": "2016-01-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.kpmg", @@ -95057,29 +95079,7 @@ } ] } - ], - "registry_url": "https://home.kpmg.com", - "rdap_server": "https://rdap.nic.kpmg/", - "tld_created": "2016-01-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "kpn", @@ -95104,6 +95104,27 @@ "date_removed": null } }, + "rdap_server": "https://rdap.centralnic.com/kpn", + "tld_created": "2015-12-04", + "tld_updated": [ + "2024-06-04" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.kpn", @@ -95181,28 +95202,7 @@ } ] } - ], - "rdap_server": "https://rdap.centralnic.com/kpn", - "tld_created": "2015-12-04", - "tld_updated": [ - "2024-06-04" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "kr", @@ -95216,6 +95216,20 @@ "tech": "Korea Internet & Security Agency (KISA)" } }, + "registry_url": "http://www.nic.or.kr/", + "whois_server": "whois.kr", + "tld_created": "1986-09-29", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "iana_sponsor_alias": "KISA", + "iana_sponsor_slug": "kisa", + "iana_tech_alias": "KISA", + "iana_tech_slug": "kisa", + "country_name_iso": "Korea, Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.kr", @@ -95318,20 +95332,6 @@ ] } ], - "registry_url": "http://www.nic.or.kr/", - "whois_server": "whois.kr", - "tld_created": "1986-09-29", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "iana_sponsor_alias": "KISA", - "iana_sponsor_slug": "kisa", - "iana_tech_alias": "KISA", - "iana_tech_slug": "kisa", - "country_name_iso": "Korea, Republic of", - "geographic_scope": "country" - }, "idn": [ "xn--3e0b707e" ] @@ -95359,6 +95359,27 @@ "date_removed": null } }, + "registry_url": "https://dot.krd", + "whois_server": "whois.nic.krd", + "rdap_server": "https://rdap.nic.krd", + "tld_created": "2014-07-10", + "tld_updated": [ + "2023-12-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "cultural_affiliation": "kurdish" + }, "nameservers": [ { "hostname": "a.nic.krd", @@ -95474,28 +95495,7 @@ } ] } - ], - "registry_url": "https://dot.krd", - "whois_server": "whois.nic.krd", - "rdap_server": "https://rdap.nic.krd", - "tld_created": "2014-07-10", - "tld_updated": [ - "2023-12-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "cultural_affiliation": "kurdish" - } + ] }, { "tld": "kred", @@ -95520,6 +95520,27 @@ "date_removed": null } }, + "registry_url": "http://www.peoplebrowsr.com", + "rdap_server": "https://rdap.centralnic.com/kred/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.kred", @@ -95597,28 +95618,7 @@ } ] } - ], - "registry_url": "http://www.peoplebrowsr.com", - "rdap_server": "https://rdap.centralnic.com/kred/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "kuokgroup", @@ -95643,6 +95643,34 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.kuokgroup", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.kuokgroup", @@ -95720,35 +95748,7 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.kuokgroup", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "kw", @@ -95762,6 +95762,23 @@ "tech": "Kuwaitnet General Trading & Contracting Co" } }, + "registry_url": "http://www.nic.kw", + "tld_created": "1992-10-26", + "tld_updated": [ + "2024-10-30" + ], + "annotations": { + "country_name_iso": "Kuwait", + "as_org_aliases": [ + "Amazon", + "Packet Clearing House" + ], + "as_org_slugs": [ + "amazon", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.kw", @@ -95844,24 +95861,7 @@ } ] } - ], - "registry_url": "http://www.nic.kw", - "tld_created": "1992-10-26", - "tld_updated": [ - "2024-10-30" - ], - "annotations": { - "country_name_iso": "Kuwait", - "as_org_aliases": [ - "Amazon", - "Packet Clearing House" - ], - "as_org_slugs": [ - "amazon", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ky", @@ -95875,6 +95875,28 @@ "tech": "Tucows.com, Co." } }, + "registry_url": "http://uniregistry.com", + "whois_server": "whois.kyregistry.ky", + "rdap_server": "https://whois.kyregistry.ky/rdap/", + "tld_created": "1995-05-03", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "country_name_iso": "Cayman Islands", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -95952,29 +95974,7 @@ } ] } - ], - "registry_url": "http://uniregistry.com", - "whois_server": "whois.kyregistry.ky", - "rdap_server": "https://whois.kyregistry.ky/rdap/", - "tld_created": "1995-05-03", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "country_name_iso": "Cayman Islands", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "kyoto", @@ -95999,6 +95999,31 @@ "date_removed": null } }, + "registry_url": "http://nic.kyoto", + "whois_server": "whois.nic.kyoto", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -96069,32 +96094,7 @@ } ] } - ], - "registry_url": "http://nic.kyoto", - "whois_server": "whois.nic.kyoto", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "kz", @@ -96108,6 +96108,22 @@ "tech": "KazNIC Organization" } }, + "registry_url": "http://www.nic.kz", + "whois_server": "whois.nic.kz", + "tld_created": "1994-09-19", + "tld_updated": [ + "2023-01-24" + ], + "annotations": { + "country_name_iso": "Kazakhstan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.nic.kz", @@ -96167,22 +96183,6 @@ ] } ], - "registry_url": "http://www.nic.kz", - "whois_server": "whois.nic.kz", - "tld_created": "1994-09-19", - "tld_updated": [ - "2023-01-24" - ], - "annotations": { - "country_name_iso": "Kazakhstan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--80ao21a" ] @@ -96199,6 +96199,22 @@ "tech": "Lao National Internet Center (LANIC)" } }, + "registry_url": "http://www.la", + "whois_server": "whois.nic.la", + "tld_created": "1996-05-14", + "tld_updated": [ + "2025-08-21" + ], + "annotations": { + "country_name_iso": "Lao People's Democratic Republic", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.la", @@ -96277,22 +96293,6 @@ ] } ], - "registry_url": "http://www.la", - "whois_server": "whois.nic.la", - "tld_created": "1996-05-14", - "tld_updated": [ - "2025-08-21" - ], - "annotations": { - "country_name_iso": "Lao People's Democratic Republic", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--q7ce6a" ] @@ -96320,6 +96320,26 @@ "date_removed": null } }, + "registry_url": "http://www.lacaixa.com", + "whois_server": "whois.nic.lacaixa", + "rdap_server": "https://rdap.nic.lacaixa/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -96397,27 +96417,7 @@ } ] } - ], - "registry_url": "http://www.lacaixa.com", - "whois_server": "whois.nic.lacaixa", - "rdap_server": "https://rdap.nic.lacaixa/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "ladbrokes", @@ -96472,6 +96472,34 @@ "date_removed": null } }, + "registry_url": "http://www.lamborghini.com", + "whois_server": "whois.nic.lamborghini", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Audi", + "iana_sponsor_slug": "audi", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Audi", + "icann_registry_operator_slug": "audi", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lamborghini", @@ -96549,35 +96577,7 @@ } ] } - ], - "registry_url": "http://www.lamborghini.com", - "whois_server": "whois.nic.lamborghini", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Audi", - "iana_sponsor_slug": "audi", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Audi", - "icann_registry_operator_slug": "audi", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lamer", @@ -96602,6 +96602,29 @@ "date_removed": null } }, + "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", + "whois_server": "whois.nic.lamer", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lamer", @@ -96679,30 +96702,7 @@ } ] } - ], - "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", - "whois_server": "whois.nic.lamer", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lancaster", @@ -96817,6 +96817,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.land", @@ -96932,34 +96959,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "landrover", @@ -96984,6 +96984,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.landrover", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.landrover", @@ -97061,29 +97083,7 @@ } ] } - ], - "whois_server": "whois.nic.landrover", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lanxess", @@ -97108,6 +97108,28 @@ "date_removed": null } }, + "registry_url": "http://www.lanxess.com", + "rdap_server": "https://rdap.nic.lanxess/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lanxess", @@ -97223,29 +97245,7 @@ } ] } - ], - "registry_url": "http://www.lanxess.com", - "rdap_server": "https://rdap.nic.lanxess/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "lasalle", @@ -97270,6 +97270,28 @@ "date_removed": null } }, + "registry_url": "http://www.jll.com", + "whois_server": "whois.nic.lasalle", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lasalle", @@ -97347,29 +97369,7 @@ } ] } - ], - "registry_url": "http://www.jll.com", - "whois_server": "whois.nic.lasalle", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lat", @@ -97394,84 +97394,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.nic.lat", - "ipv4": [ - { - "ip": "194.169.218.156", - "asn": 199330, - "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2001:67c:13cc::1:156", - "asn": 199330, - "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", - "as_country": "GB" - } - ] - }, - { - "hostname": "b.nic.lat", - "ipv4": [ - { - "ip": "185.24.64.156", - "asn": 60890, - "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13cc::1:156", - "asn": 60890, - "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", - "as_country": "GB" - } - ] - }, - { - "hostname": "c.nic.lat", - "ipv4": [ - { - "ip": "212.18.248.156", - "asn": 201304, - "as_org": "CENTRALNIC-ANYCAST-E", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13ee::156", - "asn": 201304, - "as_org": "CENTRALNIC-ANYCAST-E", - "as_country": "GB" - } - ] - }, - { - "hostname": "d.nic.lat", - "ipv4": [ - { - "ip": "212.18.249.156", - "asn": 201303, - "as_org": "CENTRALNIC-ANYCAST-F", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13ff::156", - "asn": 201303, - "as_org": "CENTRALNIC-ANYCAST-F", - "as_country": "GB" - } - ] - } - ], "registry_url": "https://nic.lat", "whois_server": "whois.nic.lat", "rdap_server": "https://rdap.centralnic.com/lat/", @@ -97500,7 +97422,85 @@ "centralnic" ], "geographic_scope": "supranational" - } + }, + "nameservers": [ + { + "hostname": "a.nic.lat", + "ipv4": [ + { + "ip": "194.169.218.156", + "asn": 199330, + "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2001:67c:13cc::1:156", + "asn": 199330, + "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", + "as_country": "GB" + } + ] + }, + { + "hostname": "b.nic.lat", + "ipv4": [ + { + "ip": "185.24.64.156", + "asn": 60890, + "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13cc::1:156", + "asn": 60890, + "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", + "as_country": "GB" + } + ] + }, + { + "hostname": "c.nic.lat", + "ipv4": [ + { + "ip": "212.18.248.156", + "asn": 201304, + "as_org": "CENTRALNIC-ANYCAST-E", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13ee::156", + "asn": 201304, + "as_org": "CENTRALNIC-ANYCAST-E", + "as_country": "GB" + } + ] + }, + { + "hostname": "d.nic.lat", + "ipv4": [ + { + "ip": "212.18.249.156", + "asn": 201303, + "as_org": "CENTRALNIC-ANYCAST-F", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13ff::156", + "asn": 201303, + "as_org": "CENTRALNIC-ANYCAST-F", + "as_country": "GB" + } + ] + } + ] }, { "tld": "latino", @@ -97525,6 +97525,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com/", + "whois_server": "whois.nic.latino", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -97602,35 +97630,7 @@ } ] } - ], - "registry_url": "http://www.dish.com/", - "whois_server": "whois.nic.latino", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "latrobe", @@ -97655,6 +97655,27 @@ "date_removed": null } }, + "registry_url": "http://nic.latrobe", + "whois_server": "whois.nic.latrobe", + "rdap_server": "https://rdap.nic.latrobe/", + "tld_created": "2014-11-06", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.latrobe", @@ -97770,28 +97791,7 @@ } ] } - ], - "registry_url": "http://nic.latrobe", - "whois_server": "whois.nic.latrobe", - "rdap_server": "https://rdap.nic.latrobe/", - "tld_created": "2014-11-06", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "law", @@ -97816,6 +97816,34 @@ "date_removed": null } }, + "registry_url": "http://nic.law/", + "whois_server": "whois.nic.law", + "rdap_server": "https://rdap.nic.law/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2024-04-16" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.law", @@ -97931,35 +97959,7 @@ } ] } - ], - "registry_url": "http://nic.law/", - "whois_server": "whois.nic.law", - "rdap_server": "https://rdap.nic.law/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2024-04-16" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "lawyer", @@ -97984,6 +97984,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lawyer", @@ -98099,34 +98126,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lb", @@ -98140,6 +98140,18 @@ "tech": "5147 Crystal Springs Drive NE" } }, + "registry_url": "https://www.lbdr.org.lb", + "whois_server": "whois.lbdr.org.lb", + "rdap_server": "https://rdap.lbdr.org.lb", + "tld_created": "1993-08-25", + "tld_updated": [ + "2024-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Lebanon", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.ns.lb", @@ -98312,19 +98324,7 @@ } ] } - ], - "registry_url": "https://www.lbdr.org.lb", - "whois_server": "whois.lbdr.org.lb", - "rdap_server": "https://rdap.lbdr.org.lb", - "tld_created": "1993-08-25", - "tld_updated": [ - "2024-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Lebanon", - "geographic_scope": "country" - } + ] }, { "tld": "lc", @@ -98338,6 +98338,23 @@ "tech": "NIC LC" } }, + "registry_url": "http://www.nic.lc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2023-01-18" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Saint Lucia", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -98453,24 +98470,7 @@ } ] } - ], - "registry_url": "http://www.nic.lc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Saint Lucia", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "lds", @@ -98495,6 +98495,34 @@ "date_removed": null } }, + "registry_url": "https://www.lds.org", + "whois_server": "whois.nic.lds", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-16", + "tld_updated": [ + "2023-08-15" + ], + "annotations": { + "iana_sponsor_alias": "LDS", + "iana_sponsor_slug": "lds", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "LDS", + "icann_registry_operator_slug": "lds", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lds", @@ -98572,35 +98600,7 @@ } ] } - ], - "registry_url": "https://www.lds.org", - "whois_server": "whois.nic.lds", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-16", - "tld_updated": [ - "2023-08-15" - ], - "annotations": { - "iana_sponsor_alias": "LDS", - "iana_sponsor_slug": "lds", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "LDS", - "icann_registry_operator_slug": "lds", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lease", @@ -98625,6 +98625,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lease", @@ -98740,34 +98767,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "leclerc", @@ -98792,6 +98792,32 @@ "date_removed": null } }, + "registry_url": "http://www.mouvement-leclerc.com", + "whois_server": "whois.nic.leclerc", + "rdap_server": "https://rdap.nic.leclerc", + "tld_created": "2015-01-29", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -98850,33 +98876,7 @@ } ] } - ], - "registry_url": "http://www.mouvement-leclerc.com", - "whois_server": "whois.nic.leclerc", - "rdap_server": "https://rdap.nic.leclerc", - "tld_created": "2015-01-29", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] }, { "tld": "lefrak", @@ -98901,6 +98901,29 @@ "date_removed": null } }, + "registry_url": "http://lefrak.com", + "whois_server": "whois.nic.lefrak", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-31", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lefrak", @@ -98978,30 +99001,7 @@ } ] } - ], - "registry_url": "http://lefrak.com", - "whois_server": "whois.nic.lefrak", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-31", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "legal", @@ -99026,6 +99026,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.legal", @@ -99141,34 +99168,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lego", @@ -99193,6 +99193,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lego", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lego", @@ -99308,29 +99330,7 @@ } ] } - ], - "whois_server": "whois.nic.lego", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lexus", @@ -99355,6 +99355,29 @@ "date_removed": null } }, + "registry_url": "http://lexus.jp/", + "whois_server": "whois.nic.lexus", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -99425,30 +99448,7 @@ } ] } - ], - "registry_url": "http://lexus.jp/", - "whois_server": "whois.nic.lexus", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "lgbt", @@ -99473,6 +99473,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lgbt", @@ -99550,34 +99577,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "li", @@ -99591,6 +99591,26 @@ "tech": "SWITCH The Swiss Education & Research Network" } }, + "registry_url": "https://www.nic.li", + "whois_server": "whois.nic.li", + "rdap_server": "https://rdap.nic.li/", + "tld_created": "1993-02-26", + "tld_updated": [ + "2025-11-20" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Liechtenstein", + "as_org_aliases": [ + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.li", @@ -99687,27 +99707,7 @@ } ] } - ], - "registry_url": "https://www.nic.li", - "whois_server": "whois.nic.li", - "rdap_server": "https://rdap.nic.li/", - "tld_created": "1993-02-26", - "tld_updated": [ - "2025-11-20" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Liechtenstein", - "as_org_aliases": [ - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "liaison", @@ -99762,6 +99762,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.lidl", + "whois_server": "whois.nic.lidl", + "rdap_server": "https://rdap.centralnic.com/lidl", + "tld_created": "2014-12-04", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lidl", @@ -99839,30 +99862,7 @@ } ] } - ], - "registry_url": "https://www.nic.lidl", - "whois_server": "whois.nic.lidl", - "rdap_server": "https://rdap.centralnic.com/lidl", - "tld_created": "2014-12-04", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "life", @@ -99887,6 +99887,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.life", @@ -100002,34 +100029,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lifeinsurance", @@ -100054,6 +100054,28 @@ "date_removed": null } }, + "registry_url": "http://acli.com", + "whois_server": "whois.nic.lifeinsurance", + "rdap_server": "https://rdap.nic.lifeinsurance/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lifeinsurance", @@ -100169,29 +100191,7 @@ } ] } - ], - "registry_url": "http://acli.com", - "whois_server": "whois.nic.lifeinsurance", - "rdap_server": "https://rdap.nic.lifeinsurance/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "lifestyle", @@ -100216,6 +100216,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2015-10-01", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -100293,31 +100317,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2015-10-01", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "lighting", @@ -100342,6 +100342,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.lighting", @@ -100457,34 +100484,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "like", @@ -100509,6 +100509,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.like", + "rdap_server": "https://rdap.nominet.uk/like/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.like", @@ -100662,36 +100691,7 @@ } ] } - ], - "registry_url": "http://www.nic.like", - "rdap_server": "https://rdap.nominet.uk/like/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "lilly", @@ -100716,6 +100716,28 @@ "date_removed": null } }, + "registry_url": "http://www.lilly.com", + "rdap_server": "https://rdap.nic.lilly/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lilly", @@ -100831,29 +100853,7 @@ } ] } - ], - "registry_url": "http://www.lilly.com", - "rdap_server": "https://rdap.nic.lilly/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "limited", @@ -100878,6 +100878,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.limited", @@ -100993,10 +101020,34 @@ } ] } - ], + ] + }, + { + "tld": "limo", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1543-47454", + "registry_operator_country_code": null, + "date_contract_signed": "2013-10-17", + "date_delegated": "2013-12-17", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2013-12-12", "tld_updated": [ "2025-10-07" ], @@ -101020,30 +101071,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "limo", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1543-47454", - "registry_operator_country_code": null, - "date_contract_signed": "2013-10-17", - "date_delegated": "2013-12-17", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -101160,34 +101187,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lincoln", @@ -101212,6 +101212,28 @@ "date_removed": null } }, + "registry_url": "http://www.lincoln.com", + "rdap_server": "https://rdap.nic.lincoln/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.lincoln", @@ -101327,29 +101349,7 @@ } ] } - ], - "registry_url": "http://www.lincoln.com", - "rdap_server": "https://rdap.nic.lincoln/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "linde", @@ -101404,6 +101404,30 @@ "date_removed": null } }, + "registry_url": "http://uniregistry.link", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -101481,31 +101505,7 @@ } ] } - ], - "registry_url": "http://uniregistry.link", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "lipsy", @@ -101560,6 +101560,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.live", @@ -101675,34 +101702,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "living", @@ -101727,6 +101727,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -101804,31 +101828,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "lixil", @@ -101872,6 +101872,21 @@ "tech": "LK Domain Registry" } }, + "registry_url": "http://www.domains.lk/", + "tld_created": "1990-06-15", + "tld_updated": [ + "2025-08-04" + ], + "annotations": { + "country_name_iso": "Sri Lanka", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.lk", @@ -102019,21 +102034,6 @@ ] } ], - "registry_url": "http://www.domains.lk/", - "tld_created": "1990-06-15", - "tld_updated": [ - "2025-08-04" - ], - "annotations": { - "country_name_iso": "Sri Lanka", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--fzc2c9e2c", "xn--xkc2al3hye2a" @@ -102062,84 +102062,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a0.nic.llc", - "ipv4": [ - { - "ip": "65.22.36.9", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:26::9", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ] - }, - { - "hostname": "a2.nic.llc", - "ipv4": [ - { - "ip": "65.22.39.9", - "asn": 207266, - "as_org": "AFILIAS-SECONDARY-DNS", - "as_country": "IE" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:29::9", - "asn": 207266, - "as_org": "AFILIAS-SECONDARY-DNS", - "as_country": "IE" - } - ] - }, - { - "hostname": "b0.nic.llc", - "ipv4": [ - { - "ip": "65.22.37.9", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:27::9", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ] - }, - { - "hostname": "c0.nic.llc", - "ipv4": [ - { - "ip": "65.22.38.9", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:28::9", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ] - } - ], "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2018-02-16", @@ -102166,7 +102088,85 @@ "as_org_slugs": [ "identity-digital" ] - } + }, + "nameservers": [ + { + "hostname": "a0.nic.llc", + "ipv4": [ + { + "ip": "65.22.36.9", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:26::9", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ] + }, + { + "hostname": "a2.nic.llc", + "ipv4": [ + { + "ip": "65.22.39.9", + "asn": 207266, + "as_org": "AFILIAS-SECONDARY-DNS", + "as_country": "IE" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:29::9", + "asn": 207266, + "as_org": "AFILIAS-SECONDARY-DNS", + "as_country": "IE" + } + ] + }, + { + "hostname": "b0.nic.llc", + "ipv4": [ + { + "ip": "65.22.37.9", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:27::9", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ] + }, + { + "hostname": "c0.nic.llc", + "ipv4": [ + { + "ip": "65.22.38.9", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:28::9", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ] + } + ] }, { "tld": "llp", @@ -102191,6 +102191,29 @@ "date_removed": null } }, + "registry_url": "https://intercap.inc", + "whois_server": "whois.nic.llp", + "rdap_server": "https://rdap.centralnic.com/llp/", + "tld_created": "2019-11-20", + "tld_updated": [ + "2024-01-31" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.llp", @@ -102268,30 +102291,7 @@ } ] } - ], - "registry_url": "https://intercap.inc", - "whois_server": "whois.nic.llp", - "rdap_server": "https://rdap.centralnic.com/llp/", - "tld_created": "2019-11-20", - "tld_updated": [ - "2024-01-31" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "loan", @@ -102316,6 +102316,32 @@ "date_removed": null } }, + "registry_url": "http://nic.loan", + "whois_server": "whois.nic.loan", + "rdap_server": "https://rdap.nic.loan/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.loan", @@ -102431,33 +102457,7 @@ } ] } - ], - "registry_url": "http://nic.loan", - "whois_server": "whois.nic.loan", - "rdap_server": "https://rdap.nic.loan/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "loans", @@ -102482,6 +102482,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.loans", @@ -102597,34 +102624,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "locker", @@ -102649,6 +102649,30 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.locker", + "rdap_server": "https://rdap.nic.locker/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -102726,31 +102750,7 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.locker", - "rdap_server": "https://rdap.nic.locker/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "locus", @@ -102775,6 +102775,30 @@ "date_removed": null } }, + "registry_url": "http://nic.locus", + "rdap_server": "https://rdap.nominet.uk/locus/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.locus", @@ -102928,31 +102952,7 @@ } ] } - ], - "registry_url": "http://nic.locus", - "rdap_server": "https://rdap.nominet.uk/locus/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "loft", @@ -103007,6 +103007,34 @@ "date_removed": null } }, + "registry_url": "https://nic.lol", + "whois_server": "whois.nic.lol", + "rdap_server": "https://rdap.centralnic.com/lol/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lol", @@ -103084,35 +103112,7 @@ } ] } - ], - "registry_url": "https://nic.lol", - "whois_server": "whois.nic.lol", - "rdap_server": "https://rdap.centralnic.com/lol/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "london", @@ -103137,6 +103137,29 @@ "date_removed": null } }, + "registry_url": "http://dotlondondomains.london/", + "whois_server": "whois.nic.london", + "rdap_server": "https://rdap.centralnic.com/london/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.london", @@ -103214,30 +103237,7 @@ } ] } - ], - "registry_url": "http://dotlondondomains.london/", - "whois_server": "whois.nic.london", - "rdap_server": "https://rdap.centralnic.com/london/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "city" - } + ] }, { "tld": "lotte", @@ -103262,6 +103262,31 @@ "date_removed": null } }, + "registry_url": "http://nic.lotte", + "whois_server": "whois.nic.lotte", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -103332,32 +103357,7 @@ } ] } - ], - "registry_url": "http://nic.lotte", - "whois_server": "whois.nic.lotte", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "lotto", @@ -103382,6 +103382,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lotto", @@ -103459,34 +103486,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "love", @@ -103511,6 +103511,30 @@ "date_removed": null } }, + "registry_url": "https://get.love", + "whois_server": "whois.nic.love", + "rdap_server": "https://rdap.registry.love/rdap/", + "tld_created": "2015-03-25", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -103588,31 +103612,7 @@ } ] } - ], - "registry_url": "https://get.love", - "whois_server": "whois.nic.love", - "rdap_server": "https://rdap.registry.love/rdap/", - "tld_created": "2015-03-25", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "lpl", @@ -103637,6 +103637,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lpl", + "rdap_server": "https://rdap.centralnic.com/lpl", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lpl", @@ -103714,29 +103736,7 @@ } ] } - ], - "whois_server": "whois.nic.lpl", - "rdap_server": "https://rdap.centralnic.com/lpl", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "lplfinancial", @@ -103761,6 +103761,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lplfinancial", + "rdap_server": "https://rdap.centralnic.com/lplfinancial", + "tld_created": "2016-06-30", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.lplfinancial", @@ -103838,29 +103860,7 @@ } ] } - ], - "whois_server": "whois.nic.lplfinancial", - "rdap_server": "https://rdap.centralnic.com/lplfinancial", - "tld_created": "2016-06-30", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "lr", @@ -103874,6 +103874,21 @@ "tech": "5147 Crystal Springs Drive NE" } }, + "registry_url": "http://psg.com/dns/lr", + "tld_created": "1997-04-09", + "tld_updated": [ + "2026-01-10" + ], + "annotations": { + "country_name_iso": "Liberia", + "as_org_aliases": [ + "Hetzner" + ], + "as_org_slugs": [ + "hetzner" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -103951,22 +103966,7 @@ } ] } - ], - "registry_url": "http://psg.com/dns/lr", - "tld_created": "1997-04-09", - "tld_updated": [ - "2026-01-10" - ], - "annotations": { - "country_name_iso": "Liberia", - "as_org_aliases": [ - "Hetzner" - ], - "as_org_slugs": [ - "hetzner" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ls", @@ -103980,6 +103980,22 @@ "tech": "Lesotho Communications Authority" } }, + "registry_url": "http://www.nic.ls", + "whois_server": "whois.nic.ls", + "tld_created": "1993-01-13", + "tld_updated": [ + "2024-06-17" + ], + "annotations": { + "country_name_iso": "Lesotho", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ls-ns.anycast.pch.net", @@ -104043,23 +104059,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.ls", - "whois_server": "whois.nic.ls", - "tld_created": "1993-01-13", - "tld_updated": [ - "2024-06-17" - ], - "annotations": { - "country_name_iso": "Lesotho", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "lt", @@ -104073,6 +104073,22 @@ "tech": "Kaunas University of Technology" } }, + "registry_url": "http://www.domreg.lt", + "whois_server": "whois.domreg.lt", + "tld_created": "1992-06-03", + "tld_updated": [ + "2026-05-01" + ], + "annotations": { + "country_name_iso": "Lithuania", + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tld.lt", @@ -104174,23 +104190,7 @@ } ] } - ], - "registry_url": "http://www.domreg.lt", - "whois_server": "whois.domreg.lt", - "tld_created": "1992-06-03", - "tld_updated": [ - "2026-05-01" - ], - "annotations": { - "country_name_iso": "Lithuania", - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ltd", @@ -104215,6 +104215,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.ltd", @@ -104330,34 +104357,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ltda", @@ -104382,6 +104382,28 @@ "date_removed": null } }, + "registry_url": "http://www.internetx.info", + "whois_server": "whois.nic.ltda", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ltda", @@ -104459,29 +104481,7 @@ } ] } - ], - "registry_url": "http://www.internetx.info", - "whois_server": "whois.nic.ltda", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lu", @@ -104495,6 +104495,24 @@ "tech": "Fondation RESTENA" } }, + "registry_url": "http://www.dns.lu", + "whois_server": "whois.dns.lu", + "tld_created": "1995-01-27", + "tld_updated": [ + "2023-07-28" + ], + "annotations": { + "country_name_iso": "Luxembourg", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "g.dns.lu", @@ -104610,25 +104628,7 @@ } ] } - ], - "registry_url": "http://www.dns.lu", - "whois_server": "whois.dns.lu", - "tld_created": "1995-01-27", - "tld_updated": [ - "2023-07-28" - ], - "annotations": { - "country_name_iso": "Luxembourg", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "lundbeck", @@ -104653,6 +104653,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.lundbeck", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.lundbeck", @@ -104730,29 +104752,7 @@ } ] } - ], - "whois_server": "whois.nic.lundbeck", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "lupin", @@ -104807,6 +104807,34 @@ "date_removed": null } }, + "registry_url": "http://nic.luxe/", + "whois_server": "whois.nic.luxe", + "rdap_server": "https://rdap.nic.luxe/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.luxe", @@ -104922,35 +104950,7 @@ } ] } - ], - "registry_url": "http://nic.luxe/", - "whois_server": "whois.nic.luxe", - "rdap_server": "https://rdap.nic.luxe/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "luxury", @@ -104975,6 +104975,28 @@ "date_removed": null } }, + "registry_url": "https://join.luxury/", + "whois_server": "whois.nic.luxury", + "rdap_server": "https://rdap.centralnic.com/luxury/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2023-10-05" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.luxury", @@ -105052,29 +105074,7 @@ } ] } - ], - "registry_url": "https://join.luxury/", - "whois_server": "whois.nic.luxury", - "rdap_server": "https://rdap.centralnic.com/luxury/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2023-10-05" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "lv", @@ -105088,6 +105088,22 @@ "tech": "Institute of Mathematics and Computer Science\nDepartment of Network Solutions (DNS)" } }, + "registry_url": "http://www.nic.lv/", + "whois_server": "whois.nic.lv", + "tld_created": "1993-04-29", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Latvia", + "as_org_aliases": [ + "CIRA" + ], + "as_org_slugs": [ + "cira" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.lv", @@ -105215,23 +105231,7 @@ } ] } - ], - "registry_url": "http://www.nic.lv/", - "whois_server": "whois.nic.lv", - "tld_created": "1993-04-29", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Latvia", - "as_org_aliases": [ - "CIRA" - ], - "as_org_slugs": [ - "cira" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ly", @@ -105245,6 +105245,24 @@ "tech": "Libya Telecom and Technology" } }, + "registry_url": "https://wsm.ltt.ly/", + "whois_server": "whois.nic.ly", + "rdap_server": "https://rdap.nic.ly", + "tld_created": "1997-04-23", + "tld_updated": [ + "2025-11-01" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Libya", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.lttnet.net", @@ -105327,25 +105345,7 @@ } ] } - ], - "registry_url": "https://wsm.ltt.ly/", - "whois_server": "whois.nic.ly", - "rdap_server": "https://rdap.nic.ly", - "tld_created": "1997-04-23", - "tld_updated": [ - "2025-11-01" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Libya", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ma", @@ -105359,6 +105359,22 @@ "tech": "Agence Nationale de Réglementation des Télécommunications (ANRT)" } }, + "registry_url": "http://www.registre.ma", + "whois_server": "whois.registre.ma", + "tld_created": "1993-11-26", + "tld_updated": [ + "2025-06-08" + ], + "annotations": { + "country_name_iso": "Morocco", + "as_org_aliases": [ + "AFNIC" + ], + "as_org_slugs": [ + "afnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tld.ma", @@ -105523,22 +105539,6 @@ ] } ], - "registry_url": "http://www.registre.ma", - "whois_server": "whois.registre.ma", - "tld_created": "1993-11-26", - "tld_updated": [ - "2025-06-08" - ], - "annotations": { - "country_name_iso": "Morocco", - "as_org_aliases": [ - "AFNIC" - ], - "as_org_slugs": [ - "afnic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbc0a9azcg" ] @@ -105596,6 +105596,28 @@ "date_removed": null } }, + "registry_url": "http://dominios.madrid.org", + "whois_server": "whois.nic.madrid", + "rdap_server": "https://rdap.nic.madrid/", + "tld_created": "2014-10-02", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -105673,29 +105695,7 @@ } ] } - ], - "registry_url": "http://dominios.madrid.org", - "whois_server": "whois.nic.madrid", - "rdap_server": "https://rdap.nic.madrid/", - "tld_created": "2014-10-02", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] }, { "tld": "maif", @@ -105720,6 +105720,29 @@ "date_removed": null } }, + "registry_url": "http://www.maif.fr", + "whois_server": "whois.nic.maif", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.maif", @@ -105835,30 +105858,7 @@ } ] } - ], - "registry_url": "http://www.maif.fr", - "whois_server": "whois.nic.maif", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "maison", @@ -105883,6 +105883,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.maison", @@ -105998,34 +106025,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "makeup", @@ -106050,6 +106050,34 @@ "date_removed": null } }, + "registry_url": "https://nic.makeup/", + "whois_server": "whois.nic.makeup", + "rdap_server": "https://rdap.centralnic.com/makeup/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.makeup", @@ -106127,35 +106155,7 @@ } ] } - ], - "registry_url": "https://nic.makeup/", - "whois_server": "whois.nic.makeup", - "rdap_server": "https://rdap.centralnic.com/makeup/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "man", @@ -106180,6 +106180,29 @@ "date_removed": null } }, + "registry_url": "http://www.man.eu", + "whois_server": "whois.nic.man", + "rdap_server": "https://rdap.nic.man/", + "tld_created": "2015-02-27", + "tld_updated": [ + "2024-12-18" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -106257,30 +106280,7 @@ } ] } - ], - "registry_url": "http://www.man.eu", - "whois_server": "whois.nic.man", - "rdap_server": "https://rdap.nic.man/", - "tld_created": "2015-02-27", - "tld_updated": [ - "2024-12-18" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "management", @@ -106305,6 +106305,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.management", @@ -106420,34 +106447,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "mango", @@ -106472,6 +106472,26 @@ "date_removed": null } }, + "registry_url": "http://www.mango.com", + "whois_server": "whois.nic.mango", + "rdap_server": "https://rdap.nic.mango/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -106549,27 +106569,7 @@ } ] } - ], - "registry_url": "http://www.mango.com", - "whois_server": "whois.nic.mango", - "rdap_server": "https://rdap.nic.mango/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "map", @@ -106594,6 +106594,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2017-06-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -106690,34 +106717,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2017-06-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "market", @@ -106742,6 +106742,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.market", @@ -106857,10 +106884,34 @@ } ] } - ], + ] + }, + { + "tld": "marketing", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1557-30317", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2014-01-14", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", + "tld_created": "2014-01-09", "tld_updated": [ "2025-10-07" ], @@ -106884,30 +106935,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "marketing", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1557-30317", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2014-01-14", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -107024,10 +107051,34 @@ } ] } - ], + ] + }, + { + "tld": "markets", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-2042-29017", + "registry_operator_country_code": null, + "date_contract_signed": "2014-12-11", + "date_delegated": "2015-03-12", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", + "tld_created": "2015-03-06", "tld_updated": [ "2025-10-07" ], @@ -107051,30 +107102,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "markets", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-2042-29017", - "registry_operator_country_code": null, - "date_contract_signed": "2014-12-11", - "date_delegated": "2015-03-12", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -107191,34 +107218,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "marriott", @@ -107243,6 +107243,29 @@ "date_removed": null } }, + "registry_url": "http://www.marriott.com", + "whois_server": "whois.nic.marriott", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2024-05-02" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.marriott", @@ -107320,30 +107343,7 @@ } ] } - ], - "registry_url": "http://www.marriott.com", - "whois_server": "whois.nic.marriott", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2024-05-02" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "marshalls", @@ -107368,6 +107368,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.marshalls/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.marshalls", @@ -107483,33 +107509,7 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.marshalls/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "maserati", @@ -107564,6 +107564,28 @@ "date_removed": null } }, + "registry_url": "http://www.mattel.com", + "rdap_server": "https://rdap.nic.mattel/", + "tld_created": "2016-01-22", + "tld_updated": [ + "2025-06-10" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.mattel", @@ -107679,29 +107701,7 @@ } ] } - ], - "registry_url": "http://www.mattel.com", - "rdap_server": "https://rdap.nic.mattel/", - "tld_created": "2016-01-22", - "tld_updated": [ - "2025-06-10" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "mba", @@ -107726,6 +107726,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.mba", @@ -107841,34 +107868,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "mc", @@ -107882,6 +107882,22 @@ "tech": "Direction des Plateformes et des Ressources Numériques" } }, + "registry_url": "https://www.nic.mc/", + "whois_server": "whois.nic.mc", + "tld_created": "1995-01-20", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "country_name_iso": "Monaco", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "mc.cctld.authdns.ripe.net", @@ -107938,23 +107954,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.nic.mc/", - "whois_server": "whois.nic.mc", - "tld_created": "1995-01-20", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "country_name_iso": "Monaco", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mcd", @@ -108039,6 +108039,29 @@ "date_removed": null } }, + "registry_url": "http://www.mckinsey.com/", + "whois_server": "whois.nic.mckinsey", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.mckinsey", @@ -108116,30 +108139,7 @@ } ] } - ], - "registry_url": "http://www.mckinsey.com/", - "whois_server": "whois.nic.mckinsey", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "md", @@ -108153,6 +108153,16 @@ "tech": "IP Serviciul Tehnologia Informatiei si Securitate Cibernetica" } }, + "registry_url": "http://www.nic.md", + "whois_server": "whois.nic.md", + "tld_created": "1994-03-24", + "tld_updated": [ + "2026-03-09" + ], + "annotations": { + "country_name_iso": "Moldova, Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "nsa.tld.md", @@ -108235,17 +108245,7 @@ } ] } - ], - "registry_url": "http://www.nic.md", - "whois_server": "whois.nic.md", - "tld_created": "1994-03-24", - "tld_updated": [ - "2026-03-09" - ], - "annotations": { - "country_name_iso": "Moldova, Republic of", - "geographic_scope": "country" - } + ] }, { "tld": "me", @@ -108259,6 +108259,24 @@ "tech": "Center of Information System (CIS)\nUniversity of Montenegro" } }, + "registry_url": "http://www.domain.me", + "whois_server": "whois.nic.me", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2007-09-24", + "tld_updated": [ + "2020-10-19" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Montenegro", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.nic.me", @@ -108355,25 +108373,7 @@ } ] } - ], - "registry_url": "http://www.domain.me", - "whois_server": "whois.nic.me", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2007-09-24", - "tld_updated": [ - "2020-10-19" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Montenegro", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "med", @@ -108398,6 +108398,32 @@ "date_removed": null } }, + "rdap_server": "https://rdap.nominet.uk/med/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.med", @@ -108551,33 +108577,7 @@ } ] } - ], - "rdap_server": "https://rdap.nominet.uk/med/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "media", @@ -108602,6 +108602,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.media", @@ -108717,34 +108744,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "meet", @@ -108769,6 +108769,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -108865,34 +108892,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "melbourne", @@ -108917,6 +108917,31 @@ "date_removed": null } }, + "registry_url": "https://www.live.melbourne/", + "whois_server": "whois.nic.melbourne", + "rdap_server": "https://rdap.nic.melbourne/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.melbourne", @@ -109032,32 +109057,7 @@ } ] } - ], - "registry_url": "https://www.live.melbourne/", - "whois_server": "whois.nic.melbourne", - "rdap_server": "https://rdap.nic.melbourne/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "meme", @@ -109082,6 +109082,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -109178,34 +109205,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "memorial", @@ -109230,6 +109230,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.memorial", @@ -109345,34 +109372,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "men", @@ -109397,6 +109397,32 @@ "date_removed": null } }, + "registry_url": "http://nic.men", + "whois_server": "whois.nic.men", + "rdap_server": "https://rdap.nic.men/", + "tld_created": "2015-05-08", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.men", @@ -109512,33 +109538,7 @@ } ] } - ], - "registry_url": "http://nic.men", - "whois_server": "whois.nic.men", - "rdap_server": "https://rdap.nic.men/", - "tld_created": "2015-05-08", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "menu", @@ -109563,6 +109563,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.menu", + "whois_server": "whois.nic.menu", + "rdap_server": "https://rdap.nic.menu/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2024-07-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.menu", @@ -109678,27 +109698,7 @@ } ] } - ], - "registry_url": "http://www.nic.menu", - "whois_server": "whois.nic.menu", - "rdap_server": "https://rdap.nic.menu/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2024-07-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "meo", @@ -109753,6 +109753,25 @@ "date_removed": null } }, + "registry_url": "https://nic.merck", + "whois_server": "whois.nic.merck", + "rdap_server": "https://rdap-merck.dns.business/rdap/", + "tld_updated": [ + "2026-04-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Hetzner" + ], + "as_org_slugs": [ + "hetzner" + ] + }, "nameservers": [ { "hostname": "ns1.dns.business", @@ -109811,26 +109830,7 @@ } ] } - ], - "registry_url": "https://nic.merck", - "whois_server": "whois.nic.merck", - "rdap_server": "https://rdap-merck.dns.business/rdap/", - "tld_updated": [ - "2026-04-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Hetzner" - ], - "as_org_slugs": [ - "hetzner" - ] - } + ] }, { "tld": "merckmsd", @@ -109855,6 +109855,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.merckmsd", + "rdap_server": "https://rdap.nic.merckmsd", + "tld_created": "2017-06-15", + "tld_updated": [ + "2025-01-24" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.merckmsd", @@ -109970,28 +109991,7 @@ } ] } - ], - "whois_server": "whois.nic.merckmsd", - "rdap_server": "https://rdap.nic.merckmsd", - "tld_created": "2017-06-15", - "tld_updated": [ - "2025-01-24" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "metlife", @@ -110055,6 +110055,26 @@ "tech": "NIC-MG (Network Information Center Madagascar)" } }, + "registry_url": "http://www.nic.mg", + "whois_server": "whois.nic.mg", + "rdap_server": "http://rdap.nic.mg", + "tld_created": "1995-07-25", + "tld_updated": [ + "2025-10-02" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Madagascar", + "as_org_aliases": [ + "Amazon", + "Packet Clearing House" + ], + "as_org_slugs": [ + "amazon", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-tld.ird.fr", @@ -110130,27 +110150,7 @@ } ] } - ], - "registry_url": "http://www.nic.mg", - "whois_server": "whois.nic.mg", - "rdap_server": "http://rdap.nic.mg", - "tld_created": "1995-07-25", - "tld_updated": [ - "2025-10-02" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Madagascar", - "as_org_aliases": [ - "Amazon", - "Packet Clearing House" - ], - "as_org_slugs": [ - "amazon", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mh", @@ -110164,6 +110164,15 @@ "tech": "National Telecommunications Authority" } }, + "registry_url": "http://www.nic.net.mh/", + "tld_created": "1996-08-16", + "tld_updated": [ + "2013-08-03" + ], + "annotations": { + "country_name_iso": "Marshall Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.amarshallinc.com", @@ -110189,16 +110198,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.net.mh/", - "tld_created": "1996-08-16", - "tld_updated": [ - "2013-08-03" - ], - "annotations": { - "country_name_iso": "Marshall Islands", - "geographic_scope": "country" - } + ] }, { "tld": "miami", @@ -110223,6 +110223,35 @@ "date_removed": null } }, + "registry_url": "http://nic.miami", + "whois_server": "whois.nic.miami", + "rdap_server": "https://rdap.nic.miami/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.miami", @@ -110338,36 +110367,7 @@ } ] } - ], - "registry_url": "http://nic.miami", - "whois_server": "whois.nic.miami", - "rdap_server": "https://rdap.nic.miami/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "microsoft", @@ -110392,6 +110392,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/microsoft/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.microsoft", @@ -110545,37 +110575,7 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/microsoft/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "mil", @@ -110589,6 +110589,10 @@ "tech": "DoD Network Information Center" } }, + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], "nameservers": [ { "hostname": "con1.nipr.mil", @@ -110704,10 +110708,6 @@ } ] } - ], - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" ] }, { @@ -110733,6 +110733,35 @@ "date_removed": null } }, + "registry_url": "http://nic.mini.com", + "whois_server": "whois.nic.mini", + "rdap_server": "https://rdap.centralnic.com/mini", + "tld_created": "2014-06-05", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_sponsor_alias": "BMW", + "iana_sponsor_slug": "bmw", + "iana_admin_alias": "BMW", + "iana_admin_slug": "bmw", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "BMW", + "icann_registry_operator_slug": "bmw", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.mini", @@ -110810,36 +110839,7 @@ } ] } - ], - "registry_url": "http://nic.mini.com", - "whois_server": "whois.nic.mini", - "rdap_server": "https://rdap.centralnic.com/mini", - "tld_created": "2014-06-05", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_sponsor_alias": "BMW", - "iana_sponsor_slug": "bmw", - "iana_admin_alias": "BMW", - "iana_admin_slug": "bmw", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "BMW", - "icann_registry_operator_slug": "bmw", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "mint", @@ -110864,6 +110864,28 @@ "date_removed": null } }, + "registry_url": "https://www.intuit.com/", + "rdap_server": "https://rdap.nic.mint/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.mint", @@ -110979,29 +111001,7 @@ } ] } - ], - "registry_url": "https://www.intuit.com/", - "rdap_server": "https://rdap.nic.mint/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "mit", @@ -111026,6 +111026,29 @@ "date_removed": null } }, + "registry_url": "http://www.mit.edu", + "whois_server": "whois.nic.mit", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-08-04" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.mit", @@ -111103,30 +111126,7 @@ } ] } - ], - "registry_url": "http://www.mit.edu", - "whois_server": "whois.nic.mit", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-08-04" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "mitsubishi", @@ -111151,6 +111151,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -111221,30 +111244,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "mk", @@ -111258,6 +111258,22 @@ "tech": "Faculty of Computer Science and Engineering" } }, + "registry_url": "http://marnet.mk/", + "whois_server": "whois.marnet.mk", + "tld_created": "1993-09-23", + "tld_updated": [ + "2024-02-15" + ], + "annotations": { + "country_name_iso": "North Macedonia", + "as_org_aliases": [ + "CZNIC" + ], + "as_org_slugs": [ + "cznic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.si", @@ -111329,22 +111345,6 @@ "ipv6": [] } ], - "registry_url": "http://marnet.mk/", - "whois_server": "whois.marnet.mk", - "tld_created": "1993-09-23", - "tld_updated": [ - "2024-02-15" - ], - "annotations": { - "country_name_iso": "North Macedonia", - "as_org_aliases": [ - "CZNIC" - ], - "as_org_slugs": [ - "cznic" - ], - "geographic_scope": "country" - }, "idn": [ "xn--d1alf" ] @@ -111361,6 +111361,24 @@ "tech": "Agence des Technologies de l'Information et de la Communication" } }, + "registry_url": "http://www.nic.ml", + "whois_server": "whois.nic.ml", + "rdap_server": "https://rdap.nic.ml", + "tld_created": "1993-09-29", + "tld_updated": [ + "2025-12-03" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Mali", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ml", @@ -111431,25 +111449,7 @@ } ] } - ], - "registry_url": "http://www.nic.ml", - "whois_server": "whois.nic.ml", - "rdap_server": "https://rdap.nic.ml", - "tld_created": "1993-09-29", - "tld_updated": [ - "2025-12-03" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Mali", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mlb", @@ -111474,6 +111474,28 @@ "date_removed": null } }, + "registry_url": "http://www.mlb.com", + "rdap_server": "https://rdap.nic.mlb/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.mlb", @@ -111589,29 +111611,7 @@ } ] } - ], - "registry_url": "http://www.mlb.com", - "rdap_server": "https://rdap.nic.mlb/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "mls", @@ -111636,6 +111636,29 @@ "date_removed": null } }, + "whois_server": "whois.nic.mls", + "rdap_server": "https://rdap.mls.fury.ca/rdap/", + "tld_created": "2015-08-20", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ] + }, "nameservers": [ { "hostname": "a.ns.nic.mls", @@ -111713,30 +111736,7 @@ } ] } - ], - "whois_server": "whois.nic.mls", - "rdap_server": "https://rdap.mls.fury.ca/rdap/", - "tld_created": "2015-08-20", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ] - } + ] }, { "tld": "mm", @@ -111750,6 +111750,22 @@ "tech": "Posts and Telecommunications Department" } }, + "registry_url": "http://www.ptd.gov.mm/", + "whois_server": "whois.registry.gov.mm", + "tld_created": "1997-02-04", + "tld_updated": [ + "2025-07-28" + ], + "annotations": { + "country_name_iso": "Myanmar", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.net.mm", @@ -111799,23 +111815,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.ptd.gov.mm/", - "whois_server": "whois.registry.gov.mm", - "tld_created": "1997-02-04", - "tld_updated": [ - "2025-07-28" - ], - "annotations": { - "country_name_iso": "Myanmar", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mma", @@ -111840,6 +111840,33 @@ "date_removed": null } }, + "registry_url": "https://www.mma.fr", + "whois_server": "whois.nic.mma", + "rdap_server": "https://rdap.nic.mma", + "tld_created": "2015-02-27", + "tld_updated": [ + "2024-07-23" + ], + "annotations": { + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -111898,34 +111925,7 @@ } ] } - ], - "registry_url": "https://www.mma.fr", - "whois_server": "whois.nic.mma", - "rdap_server": "https://rdap.nic.mma", - "tld_created": "2015-02-27", - "tld_updated": [ - "2024-07-23" - ], - "annotations": { - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] }, { "tld": "mn", @@ -111939,6 +111939,30 @@ "tech": "Datacom Co. Ltd." } }, + "registry_url": "http://www.nic.mn", + "whois_server": "whois.nic.mn", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1995-03-02", + "tld_updated": [ + "2022-06-15" + ], + "annotations": { + "iana_sponsor_alias": "Datacom Mongolia", + "iana_sponsor_slug": "datacom-mongolia", + "iana_admin_alias": "Datacom Mongolia", + "iana_admin_slug": "datacom-mongolia", + "iana_tech_alias": "Datacom Mongolia", + "iana_tech_slug": "datacom-mongolia", + "rdap_source": "supplemental", + "country_name_iso": "Mongolia", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -112103,30 +112127,6 @@ "ipv6": [] } ], - "registry_url": "http://www.nic.mn", - "whois_server": "whois.nic.mn", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1995-03-02", - "tld_updated": [ - "2022-06-15" - ], - "annotations": { - "iana_sponsor_alias": "Datacom Mongolia", - "iana_sponsor_slug": "datacom-mongolia", - "iana_admin_alias": "Datacom Mongolia", - "iana_admin_slug": "datacom-mongolia", - "iana_tech_alias": "Datacom Mongolia", - "iana_tech_slug": "datacom-mongolia", - "rdap_source": "supplemental", - "country_name_iso": "Mongolia", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - }, "idn": [ "xn--l1acc" ] @@ -112143,6 +112143,22 @@ "tech": "Macao Network Information Centre (MONIC) - HNET Asia" } }, + "registry_url": "https://www.monic.mo", + "whois_server": "whois.monic.mo", + "tld_created": "1992-09-17", + "tld_updated": [ + "2022-06-08" + ], + "annotations": { + "country_name_iso": "Macao", + "as_org_aliases": [ + "Community DNS" + ], + "as_org_slugs": [ + "community-dns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.monic.mo", @@ -112278,22 +112294,6 @@ ] } ], - "registry_url": "https://www.monic.mo", - "whois_server": "whois.monic.mo", - "tld_created": "1992-09-17", - "tld_updated": [ - "2022-06-08" - ], - "annotations": { - "country_name_iso": "Macao", - "as_org_aliases": [ - "Community DNS" - ], - "as_org_slugs": [ - "community-dns" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mix891f" ] @@ -112321,6 +112321,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2005-10-17", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.mobi.afilias-nst.info", @@ -112436,34 +112463,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2005-10-17", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "mobile", @@ -112488,84 +112488,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "ns01.trs-dns.com", - "ipv4": [ - { - "ip": "64.96.1.1", - "asn": 393818, - "as_org": "TUCOWS-TRS-DNS1", - "as_country": "CA" - } - ], - "ipv6": [ - { - "ip": "2620:57:4001::1", - "asn": 393818, - "as_org": "TUCOWS-TRS-DNS1", - "as_country": "CA" - } - ] - }, - { - "hostname": "ns01.trs-dns.net", - "ipv4": [ - { - "ip": "64.96.2.1", - "asn": 63363, - "as_org": "TUCOWS-TRS-DNS2", - "as_country": "CA" - } - ], - "ipv6": [ - { - "ip": "2620:57:4002::1", - "asn": 63363, - "as_org": "TUCOWS-TRS-DNS2", - "as_country": "CA" - } - ] - }, - { - "hostname": "ns10.trs-dns.info", - "ipv4": [ - { - "ip": "64.78.204.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:812:1534:8::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - }, - { - "hostname": "ns10.trs-dns.org", - "ipv4": [ - { - "ip": "64.78.205.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:813:1534:8::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - } - ], "registry_url": "https://www.dish.com/", "whois_server": "whois.nic.mobile", "rdap_server": "https://rdap.mobile-registry.com/rdap/", @@ -112593,7 +112515,85 @@ "packet-clearing-house", "tucows" ] - } + }, + "nameservers": [ + { + "hostname": "ns01.trs-dns.com", + "ipv4": [ + { + "ip": "64.96.1.1", + "asn": 393818, + "as_org": "TUCOWS-TRS-DNS1", + "as_country": "CA" + } + ], + "ipv6": [ + { + "ip": "2620:57:4001::1", + "asn": 393818, + "as_org": "TUCOWS-TRS-DNS1", + "as_country": "CA" + } + ] + }, + { + "hostname": "ns01.trs-dns.net", + "ipv4": [ + { + "ip": "64.96.2.1", + "asn": 63363, + "as_org": "TUCOWS-TRS-DNS2", + "as_country": "CA" + } + ], + "ipv6": [ + { + "ip": "2620:57:4002::1", + "asn": 63363, + "as_org": "TUCOWS-TRS-DNS2", + "as_country": "CA" + } + ] + }, + { + "hostname": "ns10.trs-dns.info", + "ipv4": [ + { + "ip": "64.78.204.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:812:1534:8::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + }, + { + "hostname": "ns10.trs-dns.org", + "ipv4": [ + { + "ip": "64.78.205.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:813:1534:8::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + } + ] }, { "tld": "mobily", @@ -112647,6 +112647,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.moda", @@ -112762,34 +112789,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "moe", @@ -112814,6 +112814,28 @@ "date_removed": null } }, + "registry_url": "https://get.moe/", + "whois_server": "whois.nic.moe", + "rdap_server": "https://rdap.nic.moe/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.moe", @@ -112929,29 +112951,7 @@ } ] } - ], - "registry_url": "https://get.moe/", - "whois_server": "whois.nic.moe", - "rdap_server": "https://rdap.nic.moe/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "moi", @@ -112976,6 +112976,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.moi", + "rdap_server": "https://rdap.nominet.uk/moi/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.moi", @@ -113129,36 +113158,7 @@ } ] } - ], - "registry_url": "http://www.nic.moi", - "rdap_server": "https://rdap.nominet.uk/moi/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "mom", @@ -113183,6 +113183,34 @@ "date_removed": null } }, + "registry_url": "https://nic.mom", + "whois_server": "whois.nic.mom", + "rdap_server": "https://rdap.centralnic.com/mom/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.mom", @@ -113260,35 +113288,7 @@ } ] } - ], - "registry_url": "https://nic.mom", - "whois_server": "whois.nic.mom", - "rdap_server": "https://rdap.centralnic.com/mom/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "monash", @@ -113313,6 +113313,27 @@ "date_removed": null } }, + "registry_url": "http://nic.monash", + "whois_server": "whois.nic.monash", + "rdap_server": "https://rdap.nic.monash/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2024-03-13" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.monash", @@ -113428,28 +113449,7 @@ } ] } - ], - "registry_url": "http://nic.monash", - "whois_server": "whois.nic.monash", - "rdap_server": "https://rdap.nic.monash/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2024-03-13" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "money", @@ -113474,6 +113474,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.money", @@ -113589,34 +113616,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "monster", @@ -113641,6 +113641,34 @@ "date_removed": null } }, + "registry_url": "https://nic.monster/", + "whois_server": "whois.nic.monster", + "rdap_server": "https://rdap.centralnic.com/monster", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.monster", @@ -113718,35 +113746,7 @@ } ] } - ], - "registry_url": "https://nic.monster/", - "whois_server": "whois.nic.monster", - "rdap_server": "https://rdap.centralnic.com/monster", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "montblanc", @@ -113831,84 +113831,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a0.nic.mormon", - "ipv4": [ - { - "ip": "65.22.152.1", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:96::1", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ] - }, - { - "hostname": "a2.nic.mormon", - "ipv4": [ - { - "ip": "65.22.155.1", - "asn": 207266, - "as_org": "AFILIAS-SECONDARY-DNS", - "as_country": "IE" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:99::1", - "asn": 207266, - "as_org": "AFILIAS-SECONDARY-DNS", - "as_country": "IE" - } - ] - }, - { - "hostname": "b0.nic.mormon", - "ipv4": [ - { - "ip": "65.22.153.1", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:97::1", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ] - }, - { - "hostname": "c0.nic.mormon", - "ipv4": [ - { - "ip": "65.22.154.1", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2a01:8840:98::1", - "asn": 12041, - "as_org": "AS-AFILIAS1", - "as_country": "US" - } - ] - } - ], "registry_url": "http://www.mormon.org", "whois_server": "whois.nic.mormon", "rdap_server": "https://rdap.identitydigital.services/rdap/", @@ -113935,7 +113857,85 @@ "as_org_slugs": [ "identity-digital" ] - } + }, + "nameservers": [ + { + "hostname": "a0.nic.mormon", + "ipv4": [ + { + "ip": "65.22.152.1", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:96::1", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ] + }, + { + "hostname": "a2.nic.mormon", + "ipv4": [ + { + "ip": "65.22.155.1", + "asn": 207266, + "as_org": "AFILIAS-SECONDARY-DNS", + "as_country": "IE" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:99::1", + "asn": 207266, + "as_org": "AFILIAS-SECONDARY-DNS", + "as_country": "IE" + } + ] + }, + { + "hostname": "b0.nic.mormon", + "ipv4": [ + { + "ip": "65.22.153.1", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:97::1", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ] + }, + { + "hostname": "c0.nic.mormon", + "ipv4": [ + { + "ip": "65.22.154.1", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2a01:8840:98::1", + "asn": 12041, + "as_org": "AS-AFILIAS1", + "as_country": "US" + } + ] + } + ] }, { "tld": "mortgage", @@ -113960,6 +113960,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.mortgage", @@ -114075,34 +114102,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "moscow", @@ -114127,6 +114127,27 @@ "date_removed": null } }, + "registry_url": "http://www.faitid.org", + "whois_server": "whois.nic.moscow", + "rdap_server": "https://rdap.flexireg.net", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-05-29" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.flexireg.ru", @@ -114204,28 +114225,7 @@ } ] } - ], - "registry_url": "http://www.faitid.org", - "whois_server": "whois.nic.moscow", - "rdap_server": "https://rdap.flexireg.net", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-05-29" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] }, { "tld": "moto", @@ -114250,6 +114250,29 @@ "date_removed": null } }, + "registry_url": "http://www.motorola.com", + "whois_server": "whois.nic.moto", + "rdap_server": "https://rdap.nic.moto/", + "tld_created": "2016-09-30", + "tld_updated": [ + "2025-02-07" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.moto", @@ -114365,30 +114388,7 @@ } ] } - ], - "registry_url": "http://www.motorola.com", - "whois_server": "whois.nic.moto", - "rdap_server": "https://rdap.nic.moto/", - "tld_created": "2016-09-30", - "tld_updated": [ - "2025-02-07" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "motorcycles", @@ -114413,6 +114413,34 @@ "date_removed": null } }, + "registry_url": "http://nic.motorcycles", + "whois_server": "whois.nic.motorcycles", + "rdap_server": "https://rdap.centralnic.com/motorcycles/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.motorcycles", @@ -114490,35 +114518,7 @@ } ] } - ], - "registry_url": "http://nic.motorcycles", - "whois_server": "whois.nic.motorcycles", - "rdap_server": "https://rdap.centralnic.com/motorcycles/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "mov", @@ -114543,6 +114543,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -114639,34 +114666,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "movie", @@ -114691,6 +114691,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.movie", @@ -114806,34 +114833,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "movistar", @@ -114876,6 +114876,21 @@ "tech": "Saipan Datacom, Inc." } }, + "registry_url": "https://get.mp/", + "tld_created": "1996-10-22", + "tld_updated": [ + "2022-05-06" + ], + "annotations": { + "country_name_iso": "Northern Mariana Islands", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.mp", @@ -114925,22 +114940,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://get.mp/", - "tld_created": "1996-10-22", - "tld_updated": [ - "2022-05-06" - ], - "annotations": { - "country_name_iso": "Northern Mariana Islands", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mq", @@ -114954,6 +114954,16 @@ "tech": "CANAL+ TELECOM" } }, + "registry_url": "https://www.dom-enic.com", + "whois_server": "whois.mediaserv.net", + "tld_created": "1997-03-28", + "tld_updated": [ + "2021-10-18" + ], + "annotations": { + "country_name_iso": "Martinique", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1-fr.mediaserv.net", @@ -114991,17 +115001,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.dom-enic.com", - "whois_server": "whois.mediaserv.net", - "tld_created": "1997-03-28", - "tld_updated": [ - "2021-10-18" - ], - "annotations": { - "country_name_iso": "Martinique", - "geographic_scope": "country" - } + ] }, { "tld": "mr", @@ -115015,6 +115015,24 @@ "tech": "Faculte de Sciences et Techniques, UNA" } }, + "registry_url": "http://www.nic.mr", + "whois_server": "whois.nic.mr", + "tld_created": "1996-04-24", + "tld_updated": [ + "2021-06-04" + ], + "annotations": { + "country_name_iso": "Mauritania", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-mr.afrinic.net", @@ -115098,24 +115116,6 @@ ] } ], - "registry_url": "http://www.nic.mr", - "whois_server": "whois.nic.mr", - "tld_created": "1996-04-24", - "tld_updated": [ - "2021-06-04" - ], - "annotations": { - "country_name_iso": "Mauritania", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbah1a3hjkrd" ] @@ -115132,6 +115132,26 @@ "tech": "MNI Networks Ltd." } }, + "registry_url": "http://www.nic.ms", + "whois_server": "whois.nic.ms", + "rdap_server": "https://rdap.nic.ms", + "tld_created": "1997-03-06", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Montserrat", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -115202,27 +115222,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.ms", - "whois_server": "whois.nic.ms", - "rdap_server": "https://rdap.nic.ms", - "tld_created": "1997-03-06", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Montserrat", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "msd", @@ -115247,6 +115247,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.msd", + "rdap_server": "https://rdap.nic.msd", + "tld_created": "2016-06-24", + "tld_updated": [ + "2025-01-24" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.msd", @@ -115362,29 +115384,7 @@ } ] } - ], - "whois_server": "whois.nic.msd", - "rdap_server": "https://rdap.nic.msd", - "tld_created": "2016-06-24", - "tld_updated": [ - "2025-01-24" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "mt", @@ -115398,6 +115398,23 @@ "tech": "NIC (Malta)" } }, + "registry_url": "https://www.nic.org.mt/", + "tld_created": "1992-12-02", + "tld_updated": [ + "2020-01-23" + ], + "annotations": { + "country_name_iso": "Malta", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.mt", @@ -115461,24 +115478,7 @@ } ] } - ], - "registry_url": "https://www.nic.org.mt/", - "tld_created": "1992-12-02", - "tld_updated": [ - "2020-01-23" - ], - "annotations": { - "country_name_iso": "Malta", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mtn", @@ -115503,6 +115503,32 @@ "date_removed": null } }, + "registry_url": "http://www.mtn.com", + "rdap_server": "https://rdap.nominet.uk/mtn/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.mtn", @@ -115656,33 +115682,7 @@ } ] } - ], - "registry_url": "http://www.mtn.com", - "rdap_server": "https://rdap.nominet.uk/mtn/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "mtpc", @@ -115736,6 +115736,21 @@ "date_removed": null } }, + "registry_url": "http://nic.mtr", + "whois_server": "whois.nic.mtr", + "rdap_server": "https://whois.nic.mtr/rdap/", + "tld_created": "2015-07-31", + "tld_updated": [ + "2025-12-19" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "ns1.nic.mtr", @@ -115813,22 +115828,7 @@ } ] } - ], - "registry_url": "http://nic.mtr", - "whois_server": "whois.nic.mtr", - "rdap_server": "https://whois.nic.mtr/rdap/", - "tld_created": "2015-07-31", - "tld_updated": [ - "2025-12-19" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ] - } + ] }, { "tld": "mu", @@ -115842,6 +115842,24 @@ "tech": "Internet Direct Ltd" } }, + "registry_url": "http://www.nic.mu/", + "whois_server": "whois.tld.mu", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1995-10-06", + "tld_updated": [ + "2025-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Mauritius", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "v0n0.tld.mu", @@ -115957,25 +115975,7 @@ } ] } - ], - "registry_url": "http://www.nic.mu/", - "whois_server": "whois.tld.mu", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1995-10-06", - "tld_updated": [ - "2025-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Mauritius", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "museum", @@ -116000,6 +116000,32 @@ "date_removed": null } }, + "registry_url": "https://about.museum", + "whois_server": "whois.nic.museum", + "rdap_server": "https://rdap.nic.museum", + "tld_created": "2001-10-20", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -116058,33 +116084,7 @@ } ] } - ], - "registry_url": "https://about.museum", - "whois_server": "whois.nic.museum", - "rdap_server": "https://rdap.nic.museum", - "tld_created": "2001-10-20", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] }, { "tld": "music", @@ -116109,6 +116109,31 @@ "date_removed": null } }, + "registry_url": "https://nic.music/", + "whois_server": "whois.registryservices.music", + "rdap_server": "https://rdap.registryservices.music/rdap/", + "tld_created": "2021-10-14", + "tld_updated": [ + "2026-05-06" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -116186,32 +116211,7 @@ } ] } - ], - "registry_url": "https://nic.music/", - "whois_server": "whois.registryservices.music", - "rdap_server": "https://rdap.registryservices.music/rdap/", - "tld_created": "2021-10-14", - "tld_updated": [ - "2026-05-06" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "mutual", @@ -116283,6 +116283,20 @@ "tech": "Dhivehi Raajjeyge Gulhun PLC" } }, + "tld_created": "1996-09-25", + "tld_updated": [ + "2026-02-05" + ], + "annotations": { + "country_name_iso": "Maldives", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "baraveli.ns.mv", @@ -116396,21 +116410,7 @@ } ] } - ], - "tld_created": "1996-09-25", - "tld_updated": [ - "2026-02-05" - ], - "annotations": { - "country_name_iso": "Maldives", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mw", @@ -116424,6 +116424,24 @@ "tech": "Malawi SDNP" } }, + "registry_url": "http://www.registrar.mw", + "whois_server": "whois.nic.mw", + "tld_created": "1997-01-03", + "tld_updated": [ + "2025-08-21" + ], + "annotations": { + "country_name_iso": "Malawi", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "chambo.sdnp.org.mw", @@ -116556,25 +116574,7 @@ } ] } - ], - "registry_url": "http://www.registrar.mw", - "whois_server": "whois.nic.mw", - "tld_created": "1997-01-03", - "tld_updated": [ - "2025-08-21" - ], - "annotations": { - "country_name_iso": "Malawi", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "mx", @@ -116588,6 +116588,24 @@ "tech": "NIC-Mexico, ITESM - Campus Monterrey" } }, + "registry_url": "http://www.registry.mx/", + "whois_server": "whois.mx", + "tld_created": "1989-02-01", + "tld_updated": [ + "2026-02-28" + ], + "annotations": { + "country_name_iso": "Mexico", + "as_org_aliases": [ + "Packet Clearing House", + "UltraDNS" + ], + "as_org_slugs": [ + "packet-clearing-house", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.mx-ns.mx", @@ -116703,25 +116721,7 @@ } ] } - ], - "registry_url": "http://www.registry.mx/", - "whois_server": "whois.mx", - "tld_created": "1989-02-01", - "tld_updated": [ - "2026-02-28" - ], - "annotations": { - "country_name_iso": "Mexico", - "as_org_aliases": [ - "Packet Clearing House", - "UltraDNS" - ], - "as_org_slugs": [ - "packet-clearing-house", - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "my", @@ -116735,6 +116735,26 @@ "tech": "MYNIC Berhad" } }, + "registry_url": "http://www.mynic.my", + "whois_server": "whois.mynic.my", + "rdap_server": "https://rdap.mynic.my/rdap/", + "tld_created": "1987-06-08", + "tld_updated": [ + "2026-04-18" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Malaysia", + "as_org_aliases": [ + "CentralNic", + "Tucows" + ], + "as_org_slugs": [ + "centralnic", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.mynic.centralnic-dns.com", @@ -116870,26 +116890,6 @@ ] } ], - "registry_url": "http://www.mynic.my", - "whois_server": "whois.mynic.my", - "rdap_server": "https://rdap.mynic.my/rdap/", - "tld_created": "1987-06-08", - "tld_updated": [ - "2026-04-18" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Malaysia", - "as_org_aliases": [ - "CentralNic", - "Tucows" - ], - "as_org_slugs": [ - "centralnic", - "tucows" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbx4cd0ab" ] @@ -116906,6 +116906,21 @@ "tech": "Centro de Informatica da Universidade Eduardo Mondlane" } }, + "whois_server": "whois.nic.mz", + "tld_created": "1992-09-04", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Mozambique", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyns.uem.mz", @@ -116993,22 +117008,7 @@ ], "ipv6": [] } - ], - "whois_server": "whois.nic.mz", - "tld_created": "1992-09-04", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Mozambique", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "na", @@ -117022,6 +117022,25 @@ "tech": "Namibian Network Information Center" } }, + "registry_url": "http://www.na-nic.com.na/", + "rdap_server": "https://keetmans.omadhina.co.na", + "tld_created": "1991-05-08", + "tld_updated": [ + "2024-10-16" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Namibia", + "as_org_aliases": [ + "Knipp Medien", + "Packet Clearing House" + ], + "as_org_slugs": [ + "knipp-medien", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anyc2.irondns.net", @@ -117098,26 +117117,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.na-nic.com.na/", - "rdap_server": "https://keetmans.omadhina.co.na", - "tld_created": "1991-05-08", - "tld_updated": [ - "2024-10-16" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Namibia", - "as_org_aliases": [ - "Knipp Medien", - "Packet Clearing House" - ], - "as_org_slugs": [ - "knipp-medien", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "nab", @@ -117142,6 +117142,29 @@ "date_removed": null } }, + "registry_url": "http://www.nab.com.au", + "whois_server": "whois.nic.nab", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-12-01" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nab", @@ -117219,30 +117242,7 @@ } ] } - ], - "registry_url": "http://www.nab.com.au", - "whois_server": "whois.nic.nab", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-12-01" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nadex", @@ -117297,6 +117297,35 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.nagoya", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -117367,36 +117396,7 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.nagoya", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "name", @@ -117421,6 +117421,33 @@ "date_removed": null } }, + "registry_url": "http://www.nic.name", + "whois_server": "whois.nic.name", + "rdap_server": "https://tld-rdap.verisign.com/name/v1/", + "tld_created": "2001-08-17", + "tld_updated": [ + "2026-03-23" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -117498,34 +117525,7 @@ } ] } - ], - "registry_url": "http://www.nic.name", - "whois_server": "whois.nic.name", - "rdap_server": "https://tld-rdap.verisign.com/name/v1/", - "tld_created": "2001-08-17", - "tld_updated": [ - "2026-03-23" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "nationwide", @@ -117610,6 +117610,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.navy", @@ -117725,34 +117752,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nba", @@ -117777,6 +117777,28 @@ "date_removed": null } }, + "registry_url": "http://www.nba.com", + "rdap_server": "https://rdap.nic.nba/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.nba", @@ -117892,29 +117914,7 @@ } ] } - ], - "registry_url": "http://www.nba.com", - "rdap_server": "https://rdap.nic.nba/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "nc", @@ -117928,6 +117928,22 @@ "tech": "Office des Postes et Telecommunications" } }, + "registry_url": "http://www.domaine.nc", + "whois_server": "whois.nc", + "tld_created": "1993-10-13", + "tld_updated": [ + "2025-07-23" + ], + "annotations": { + "country_name_iso": "New Caledonia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "any-ns1.nc", @@ -118005,23 +118021,7 @@ } ] } - ], - "registry_url": "http://www.domaine.nc", - "whois_server": "whois.nc", - "tld_created": "1993-10-13", - "tld_updated": [ - "2025-07-23" - ], - "annotations": { - "country_name_iso": "New Caledonia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ne", @@ -118035,6 +118035,15 @@ "tech": "SONITEL" } }, + "registry_url": "http://www.intnet.ne", + "tld_created": "1996-04-24", + "tld_updated": [ + "2023-11-09" + ], + "annotations": { + "country_name_iso": "Niger", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bow.rain.fr", @@ -118098,16 +118107,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.intnet.ne", - "tld_created": "1996-04-24", - "tld_updated": [ - "2023-11-09" - ], - "annotations": { - "country_name_iso": "Niger", - "geographic_scope": "country" - } + ] }, { "tld": "nec", @@ -118132,6 +118132,29 @@ "date_removed": null } }, + "registry_url": "http://www.nec.com/", + "whois_server": "whois.nic.nec", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -118202,30 +118225,7 @@ } ] } - ], - "registry_url": "http://www.nec.com/", - "whois_server": "whois.nic.nec", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "net", @@ -118250,6 +118250,33 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.verisign-grs.com", + "rdap_server": "https://rdap.verisign.com/net/v1/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "a.gtld-servers.net", @@ -118498,34 +118525,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.verisign-grs.com", - "rdap_server": "https://rdap.verisign.com/net/v1/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "netbank", @@ -118550,6 +118550,27 @@ "date_removed": null } }, + "registry_url": "http://www.commbank.com.au", + "whois_server": "whois.nic.netbank", + "rdap_server": "https://rdap.nic.netbank/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.netbank", @@ -118665,28 +118686,7 @@ } ] } - ], - "registry_url": "http://www.commbank.com.au", - "whois_server": "whois.nic.netbank", - "rdap_server": "https://rdap.nic.netbank/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "netflix", @@ -118711,6 +118711,28 @@ "date_removed": null } }, + "registry_url": "http://www.netflix.com", + "rdap_server": "https://rdap.nic.netflix/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.netflix", @@ -118826,29 +118848,7 @@ } ] } - ], - "registry_url": "http://www.netflix.com", - "rdap_server": "https://rdap.nic.netflix/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "network", @@ -118873,6 +118873,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-18", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.network", @@ -118988,34 +119015,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "neustar", @@ -119040,6 +119040,30 @@ "date_removed": null } }, + "registry_url": "http://www.neustar.biz", + "rdap_server": "https://rdap.nic.neustar/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.neustar", @@ -119155,31 +119179,7 @@ } ] } - ], - "registry_url": "http://www.neustar.biz", - "rdap_server": "https://rdap.nic.neustar/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "new", @@ -119204,6 +119204,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -119300,34 +119327,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "newholland", @@ -119382,6 +119382,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.news", @@ -119497,34 +119524,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "next", @@ -119549,6 +119549,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.next", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.next", @@ -119626,29 +119648,7 @@ } ] } - ], - "whois_server": "whois.nic.next", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nextdirect", @@ -119673,6 +119673,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.nextdirect", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nextdirect", @@ -119750,29 +119772,7 @@ } ] } - ], - "whois_server": "whois.nic.nextdirect", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nexus", @@ -119797,6 +119797,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -119893,34 +119920,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "nf", @@ -119934,6 +119934,24 @@ "tech": "Norfolk Island Data Services" } }, + "registry_url": "http://nic.nf", + "whois_server": "whois.nic.nf", + "rdap_server": "https://rdap.nic.nf", + "tld_created": "1996-03-18", + "tld_updated": [ + "2024-02-20" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Norfolk Island", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.nf", @@ -119985,25 +120003,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://nic.nf", - "whois_server": "whois.nic.nf", - "rdap_server": "https://rdap.nic.nf", - "tld_created": "1996-03-18", - "tld_updated": [ - "2024-02-20" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Norfolk Island", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "nfl", @@ -120028,6 +120028,28 @@ "date_removed": null } }, + "registry_url": "http://www.nfl.com/", + "rdap_server": "https://rdap.nic.nfl/", + "tld_created": "2016-06-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.nfl", @@ -120143,29 +120165,7 @@ } ] } - ], - "registry_url": "http://www.nfl.com/", - "rdap_server": "https://rdap.nic.nfl/", - "tld_created": "2016-06-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ng", @@ -120179,6 +120179,24 @@ "tech": "Nigeria Internet Registration Association" } }, + "registry_url": "http://www.nira.org.ng/", + "whois_server": "whois.nic.net.ng", + "rdap_server": "http://rdap.nic.net.ng", + "tld_created": "1995-03-15", + "tld_updated": [ + "2026-02-14" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Nigeria", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns2.nic.net.ng", @@ -120268,25 +120286,7 @@ } ] } - ], - "registry_url": "http://www.nira.org.ng/", - "whois_server": "whois.nic.net.ng", - "rdap_server": "http://rdap.nic.net.ng", - "tld_created": "1995-03-15", - "tld_updated": [ - "2026-02-14" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Nigeria", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ngo", @@ -120311,6 +120311,35 @@ "date_removed": null } }, + "registry_url": "http://nic.ngo", + "whois_server": "whois.nic.ngo", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ngo", @@ -120426,36 +120455,7 @@ } ] } - ], - "registry_url": "http://nic.ngo", - "whois_server": "whois.nic.ngo", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nhk", @@ -120480,6 +120480,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.nhk", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-04-24", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -120550,32 +120575,7 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.nhk", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-04-24", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ni", @@ -120589,6 +120589,21 @@ "tech": "Universidad Nacional del Ingernieria" } }, + "registry_url": "http://www.nic.ni", + "tld_created": "1989-10-13", + "tld_updated": [ + "2026-03-23" + ], + "annotations": { + "country_name_iso": "Nicaragua", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-ext.nic.cr", @@ -120664,22 +120679,7 @@ } ] } - ], - "registry_url": "http://www.nic.ni", - "tld_created": "1989-10-13", - "tld_updated": [ - "2026-03-23" - ], - "annotations": { - "country_name_iso": "Nicaragua", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] }, { "tld": "nico", @@ -120704,6 +120704,31 @@ "date_removed": null } }, + "registry_url": "http://nic.nico", + "whois_server": "whois.nic.nico", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -120774,32 +120799,7 @@ } ] } - ], - "registry_url": "http://nic.nico", - "whois_server": "whois.nic.nico", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "nike", @@ -120824,6 +120824,28 @@ "date_removed": null } }, + "registry_url": "http://www.nike.com", + "rdap_server": "https://rdap.nic.nike/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.nike", @@ -120939,29 +120961,7 @@ } ] } - ], - "registry_url": "http://www.nike.com", - "rdap_server": "https://rdap.nic.nike/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "nikon", @@ -120986,6 +120986,29 @@ "date_removed": null } }, + "registry_url": "http://www.nikon.com", + "whois_server": "whois.nic.nikon", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-01", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nikon", @@ -121063,30 +121086,7 @@ } ] } - ], - "registry_url": "http://www.nikon.com", - "whois_server": "whois.nic.nikon", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-01", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ninja", @@ -121111,6 +121111,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.ninja", @@ -121226,34 +121253,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nissan", @@ -121278,6 +121278,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -121348,32 +121373,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "nissay", @@ -121398,6 +121398,29 @@ "date_removed": null } }, + "registry_url": "http://www.nissay.co.jp/english/", + "whois_server": "whois.nic.nissay", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.nissay", @@ -121513,30 +121536,7 @@ } ] } - ], - "registry_url": "http://www.nissay.co.jp/english/", - "whois_server": "whois.nic.nissay", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nl", @@ -121550,6 +121550,28 @@ "tech": "SIDN (Stichting Internet Domeinregistratie Nederland)" } }, + "registry_url": "https://www.sidn.nl/", + "whois_server": "whois.domain-registry.nl", + "rdap_server": "https://rdap.sidn.nl/", + "tld_created": "1986-04-25", + "tld_updated": [ + "2024-06-20" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Netherlands", + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.dns.nl", @@ -121608,29 +121630,7 @@ } ] } - ], - "registry_url": "https://www.sidn.nl/", - "whois_server": "whois.domain-registry.nl", - "rdap_server": "https://rdap.sidn.nl/", - "tld_created": "1986-04-25", - "tld_updated": [ - "2024-06-20" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Netherlands", - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ], - "geographic_scope": "country" - } + ] }, { "tld": "no", @@ -121644,6 +121644,24 @@ "tech": "Norid A/S" } }, + "registry_url": "http://www.norid.no", + "whois_server": "whois.norid.no", + "rdap_server": "https://rdap.norid.no/", + "tld_created": "1987-03-17", + "tld_updated": [ + "2022-01-14" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Norway", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "i.nic.no", @@ -121752,25 +121770,7 @@ } ] } - ], - "registry_url": "http://www.norid.no", - "whois_server": "whois.norid.no", - "rdap_server": "https://rdap.norid.no/", - "tld_created": "1987-03-17", - "tld_updated": [ - "2022-01-14" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Norway", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "nokia", @@ -121795,6 +121795,29 @@ "date_removed": null } }, + "registry_url": "http://nic.nokia/", + "whois_server": "whois.nic.nokia", + "rdap_server": "https://rdap.centralnic.com/nokia/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2024-06-26" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.nokia", @@ -121872,30 +121895,7 @@ } ] } - ], - "registry_url": "http://nic.nokia/", - "whois_server": "whois.nic.nokia", - "rdap_server": "https://rdap.centralnic.com/nokia/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2024-06-26" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "northwesternmutual", @@ -121950,6 +121950,29 @@ "date_removed": null } }, + "registry_url": "http://www.symantec.com", + "whois_server": "whois.nic.norton", + "rdap_server": "https://rdap.nic.norton", + "tld_created": "2015-09-24", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.norton", @@ -122065,30 +122088,7 @@ } ] } - ], - "registry_url": "http://www.symantec.com", - "whois_server": "whois.nic.norton", - "rdap_server": "https://rdap.nic.norton", - "tld_created": "2015-09-24", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "now", @@ -122113,6 +122113,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.now", + "rdap_server": "https://rdap.nominet.uk/now/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.now", @@ -122266,36 +122295,7 @@ } ] } - ], - "registry_url": "http://www.nic.now", - "rdap_server": "https://rdap.nominet.uk/now/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "nowruz", @@ -122320,6 +122320,31 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/nowruz/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -122473,32 +122498,7 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/nowruz/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "nowtv", @@ -122523,6 +122523,29 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.nowtv", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nowtv", @@ -122600,30 +122623,7 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.nowtv", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "np", @@ -122637,6 +122637,21 @@ "tech": "Mercantile Communications Pvt. Ltd." } }, + "registry_url": "http://www.mos.com.np", + "tld_created": "1995-01-25", + "tld_updated": [ + "2025-07-14" + ], + "annotations": { + "country_name_iso": "Nepal", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "np-ns.npix.net.np", @@ -122719,22 +122734,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.mos.com.np", - "tld_created": "1995-01-25", - "tld_updated": [ - "2025-07-14" - ], - "annotations": { - "country_name_iso": "Nepal", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "nr", @@ -122748,6 +122748,15 @@ "tech": "Government of the Republic of Nauru" } }, + "registry_url": "http://www.cenpac.net.nr", + "tld_created": "1998-03-30", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Nauru", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns0.cenpac.net.nr", @@ -122811,16 +122820,7 @@ } ] } - ], - "registry_url": "http://www.cenpac.net.nr", - "tld_created": "1998-03-30", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Nauru", - "geographic_scope": "country" - } + ] }, { "tld": "nra", @@ -122845,6 +122845,29 @@ "date_removed": null } }, + "registry_url": "http://contact.nra.org/contact-us.aspx", + "whois_server": "whois.nic.nra", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-12-23" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.nra", @@ -122922,30 +122945,7 @@ } ] } - ], - "registry_url": "http://contact.nra.org/contact-us.aspx", - "whois_server": "whois.nic.nra", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-12-23" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nrw", @@ -122970,6 +122970,33 @@ "date_removed": null } }, + "registry_url": "http://mindsandmachines.com", + "whois_server": "whois.nic.nrw", + "rdap_server": "https://rdap.nic.nrw/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2023-06-13" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien", + "UltraDNS" + ], + "as_org_slugs": [ + "knipp-medien", + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -123123,34 +123150,7 @@ } ] } - ], - "registry_url": "http://mindsandmachines.com", - "whois_server": "whois.nic.nrw", - "rdap_server": "https://rdap.nic.nrw/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2023-06-13" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien", - "UltraDNS" - ], - "as_org_slugs": [ - "knipp-medien", - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "ntt", @@ -123175,6 +123175,27 @@ "date_removed": null } }, + "registry_url": "https://group.ntt/en/dotntt/", + "whois_server": "whois.nic.ntt", + "rdap_server": "https://rdap.nic.ntt/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-12-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "tld1.nic.ntt", @@ -123252,28 +123273,7 @@ } ] } - ], - "registry_url": "https://group.ntt/en/dotntt/", - "whois_server": "whois.nic.ntt", - "rdap_server": "https://rdap.nic.ntt/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-12-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "nu", @@ -123287,6 +123287,24 @@ "tech": "The Internet Infrastructure Foundation" } }, + "registry_url": "https://www.internetstiftelsen.se", + "whois_server": "whois.iis.nu", + "tld_created": "1997-06-20", + "tld_updated": [ + "2025-07-03" + ], + "annotations": { + "country_name_iso": "Niue", + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.nu", @@ -123402,25 +123420,7 @@ } ] } - ], - "registry_url": "https://www.internetstiftelsen.se", - "whois_server": "whois.iis.nu", - "tld_created": "1997-06-20", - "tld_updated": [ - "2025-07-03" - ], - "annotations": { - "country_name_iso": "Niue", - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "nyc", @@ -123445,6 +123445,31 @@ "date_removed": null } }, + "registry_url": "http://www.mydotnyc.com", + "whois_server": "whois.nic.nyc", + "rdap_server": "https://rdap.nic.nyc/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.nyc", @@ -123560,32 +123585,7 @@ } ] } - ], - "registry_url": "http://www.mydotnyc.com", - "whois_server": "whois.nic.nyc", - "rdap_server": "https://rdap.nic.nyc/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "nz", @@ -123599,6 +123599,22 @@ "tech": "InternetNZ" } }, + "registry_url": "http://www.dnc.org.nz/", + "whois_server": "whois.irs.net.nz", + "tld_created": "1987-01-19", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "country_name_iso": "New Zealand", + "as_org_aliases": [ + "CIRA" + ], + "as_org_slugs": [ + "cira" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.dns.net.nz", @@ -123733,23 +123749,7 @@ } ] } - ], - "registry_url": "http://www.dnc.org.nz/", - "whois_server": "whois.irs.net.nz", - "tld_created": "1987-01-19", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "country_name_iso": "New Zealand", - "as_org_aliases": [ - "CIRA" - ], - "as_org_slugs": [ - "cira" - ], - "geographic_scope": "country" - } + ] }, { "tld": "obi", @@ -123774,6 +123774,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.obi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-03", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.obi", @@ -123851,29 +123873,7 @@ } ] } - ], - "whois_server": "whois.nic.obi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-03", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "observer", @@ -123898,6 +123898,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.nic.observer", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2016-09-15", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -123975,31 +123999,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.nic.observer", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2016-09-15", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "off", @@ -124054,6 +124054,35 @@ "date_removed": null } }, + "registry_url": "http://www.office.com", + "rdap_server": "https://rdap.nominet.uk/office/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2026-02-07" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.office", @@ -124207,36 +124236,7 @@ } ] } - ], - "registry_url": "http://www.office.com", - "rdap_server": "https://rdap.nominet.uk/office/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2026-02-07" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "okinawa", @@ -124261,6 +124261,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.okinawa", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -124331,32 +124356,7 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.okinawa", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "olayan", @@ -124381,6 +124381,26 @@ "date_removed": null } }, + "registry_url": "http://www.olayan.com/", + "whois_server": "whois.nic.olayan", + "rdap_server": "https://rdap.nic.olayan/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.olayan", @@ -124496,27 +124516,7 @@ } ] } - ], - "registry_url": "http://www.olayan.com/", - "whois_server": "whois.nic.olayan", - "rdap_server": "https://rdap.nic.olayan/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "olayangroup", @@ -124541,6 +124541,26 @@ "date_removed": null } }, + "registry_url": "http://www.olayan.com/", + "whois_server": "whois.nic.olayangroup", + "rdap_server": "https://rdap.nic.olayangroup/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.olayangroup", @@ -124656,27 +124676,7 @@ } ] } - ], - "registry_url": "http://www.olayan.com/", - "whois_server": "whois.nic.olayangroup", - "rdap_server": "https://rdap.nic.olayangroup/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "oldnavy", @@ -124731,6 +124731,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.ollo", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -124808,35 +124836,7 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.ollo", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "om", @@ -124850,6 +124850,22 @@ "tech": "Telecommunications Regulatory Authority (TRA)" } }, + "registry_url": "http://www.registry.om/om/en/?page_id=197", + "whois_server": "whois.registry.om", + "tld_created": "1996-04-11", + "tld_updated": [ + "2017-11-21" + ], + "annotations": { + "country_name_iso": "Oman", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cctld.alpha.aridns.net.au", @@ -124966,22 +124982,6 @@ ] } ], - "registry_url": "http://www.registry.om/om/en/?page_id=197", - "whois_server": "whois.registry.om", - "tld_created": "1996-04-11", - "tld_updated": [ - "2017-11-21" - ], - "annotations": { - "country_name_iso": "Oman", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgb9awbf" ] @@ -125009,6 +125009,30 @@ "date_removed": null } }, + "registry_url": "http://www.swatchgroup.com/", + "rdap_server": "https://rdap.nominet.uk/omega/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.omega", @@ -125162,31 +125186,7 @@ } ] } - ], - "registry_url": "http://www.swatchgroup.com/", - "rdap_server": "https://rdap.nominet.uk/omega/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "one", @@ -125211,6 +125211,26 @@ "date_removed": null } }, + "registry_url": "https://get.one/", + "whois_server": "whois.nic.one", + "rdap_server": "https://rdap.nic.one/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2026-05-19" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.one", @@ -125326,27 +125346,7 @@ } ] } - ], - "registry_url": "https://get.one/", - "whois_server": "whois.nic.one", - "rdap_server": "https://rdap.nic.one/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2026-05-19" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ong", @@ -125371,6 +125371,35 @@ "date_removed": null } }, + "registry_url": "http://nic.ong", + "whois_server": "whois.nic.ong", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ong", @@ -125486,36 +125515,7 @@ } ] } - ], - "registry_url": "http://nic.ong", - "whois_server": "whois.nic.ong", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "onl", @@ -125540,6 +125540,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-03-04" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.onl", @@ -125617,30 +125640,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-03-04" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "online", @@ -125665,6 +125665,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.online", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2026-04-27" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -125742,35 +125770,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.online", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2026-04-27" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "onyourside", @@ -125825,6 +125825,28 @@ "date_removed": null } }, + "registry_url": "http://www.infibeam.com", + "whois_server": "whois.nic.ooo", + "rdap_server": "https://rdap.centralnic.com/ooo", + "tld_created": "2014-07-31", + "tld_updated": [ + "2024-04-30" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.ooo", @@ -125902,29 +125924,7 @@ } ] } - ], - "registry_url": "http://www.infibeam.com", - "whois_server": "whois.nic.ooo", - "rdap_server": "https://rdap.centralnic.com/ooo", - "tld_created": "2014-07-31", - "tld_updated": [ - "2024-04-30" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "open", @@ -125949,6 +125949,29 @@ "date_removed": null } }, + "registry_url": "https://www.americanexpress.com", + "whois_server": "whois.nic.open", + "rdap_server": "https://rdap.nic.open/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.open", @@ -126064,30 +126087,7 @@ } ] } - ], - "registry_url": "https://www.americanexpress.com", - "whois_server": "whois.nic.open", - "rdap_server": "https://rdap.nic.open/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "oracle", @@ -126112,6 +126112,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.oracle", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-02-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.oracle", @@ -126189,29 +126211,7 @@ } ] } - ], - "whois_server": "whois.nic.oracle", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-02-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "orange", @@ -126236,6 +126236,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.orange", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-18", + "tld_updated": [ + "2024-03-31" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.orange", @@ -126351,29 +126373,7 @@ } ] } - ], - "whois_server": "whois.nic.orange", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-18", - "tld_updated": [ - "2024-03-31" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "org", @@ -126398,6 +126398,34 @@ "date_removed": null } }, + "registry_url": "http://publicinterestregistry.org", + "whois_server": "whois.publicinterestregistry.org", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "1985-01-01", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.org.afilias-nst.info", @@ -126513,35 +126541,7 @@ } ] } - ], - "registry_url": "http://publicinterestregistry.org", - "whois_server": "whois.publicinterestregistry.org", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "1985-01-01", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "organic", @@ -126566,6 +126566,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.organic", @@ -126643,34 +126670,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "orientexpress", @@ -126724,6 +126724,29 @@ "date_removed": null } }, + "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", + "whois_server": "whois.nic.origins", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.origins", @@ -126801,30 +126824,7 @@ } ] } - ], - "registry_url": "http://elcompanies.com/Pages/Homepage.aspx", - "whois_server": "whois.nic.origins", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "osaka", @@ -126849,6 +126849,30 @@ "date_removed": null } }, + "registry_url": "http://domain.osaka/", + "whois_server": "whois.nic.osaka", + "rdap_server": "https://rdap.nic.osaka/", + "tld_created": "2014-12-04", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.osaka", @@ -126964,31 +126988,7 @@ } ] } - ], - "registry_url": "http://domain.osaka/", - "whois_server": "whois.nic.osaka", - "rdap_server": "https://rdap.nic.osaka/", - "tld_created": "2014-12-04", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "otsuka", @@ -127013,6 +127013,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.otsuka", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -127083,32 +127108,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.otsuka", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ott", @@ -127133,6 +127133,34 @@ "date_removed": null } }, + "registry_url": "http://www.dish.com", + "whois_server": "whois.nic.ott", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -127210,35 +127238,7 @@ } ] } - ], - "registry_url": "http://www.dish.com", - "whois_server": "whois.nic.ott", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "ovh", @@ -127263,6 +127263,31 @@ "date_removed": null } }, + "registry_url": "https://www.ovh.com", + "whois_server": "whois.nic.ovh", + "rdap_server": "https://rdap.nic.ovh", + "tld_created": "2014-05-01", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -127321,32 +127346,7 @@ } ] } - ], - "registry_url": "https://www.ovh.com", - "whois_server": "whois.nic.ovh", - "rdap_server": "https://rdap.nic.ovh", - "tld_created": "2014-05-01", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] }, { "tld": "pa", @@ -127360,6 +127360,21 @@ "tech": "Universidad Tecnologica de Panama" } }, + "registry_url": "http://www.nic.pa/", + "tld_created": "1994-05-25", + "tld_updated": [ + "2024-11-25" + ], + "annotations": { + "country_name_iso": "Panama", + "as_org_aliases": [ + "LACTLD" + ], + "as_org_slugs": [ + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -127504,22 +127519,7 @@ } ] } - ], - "registry_url": "http://www.nic.pa/", - "tld_created": "1994-05-25", - "tld_updated": [ - "2024-11-25" - ], - "annotations": { - "country_name_iso": "Panama", - "as_org_aliases": [ - "LACTLD" - ], - "as_org_slugs": [ - "lactld" - ], - "geographic_scope": "country" - } + ] }, { "tld": "page", @@ -127544,6 +127544,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -127640,34 +127667,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "pamperedchef", @@ -127722,6 +127722,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -127792,30 +127815,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "panerai", @@ -127870,6 +127870,34 @@ "date_removed": null } }, + "registry_url": "http://mondomaine.paris.fr/", + "whois_server": "whois.nic.paris", + "rdap_server": "https://rdap.nic.paris", + "tld_created": "2014-03-27", + "tld_updated": [ + "2025-04-29" + ], + "annotations": { + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -127928,35 +127956,7 @@ } ] } - ], - "registry_url": "http://mondomaine.paris.fr/", - "whois_server": "whois.nic.paris", - "rdap_server": "https://rdap.nic.paris", - "tld_created": "2014-03-27", - "tld_updated": [ - "2025-04-29" - ], - "annotations": { - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "city" - } + ] }, { "tld": "pars", @@ -127981,6 +127981,32 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/pars/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -128134,33 +128160,7 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/pars/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "partners", @@ -128185,6 +128185,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.partners", @@ -128300,10 +128327,34 @@ } ] } - ], + ] + }, + { + "tld": "parts", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1577-85976", + "registry_operator_country_code": null, + "date_contract_signed": "2013-12-05", + "date_delegated": "2014-02-11", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", + "tld_created": "2014-02-06", "tld_updated": [ "2025-10-07" ], @@ -128327,30 +128378,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "parts", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1577-85976", - "registry_operator_country_code": null, - "date_contract_signed": "2013-12-05", - "date_delegated": "2014-02-11", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -128467,34 +128494,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "party", @@ -128519,6 +128519,32 @@ "date_removed": null } }, + "registry_url": "http://nic.party", + "whois_server": "whois.nic.party", + "rdap_server": "https://rdap.nic.party/", + "tld_created": "2014-10-23", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.party", @@ -128634,33 +128660,7 @@ } ] } - ], - "registry_url": "http://nic.party", - "whois_server": "whois.nic.party", - "rdap_server": "https://rdap.nic.party/", - "tld_created": "2014-10-23", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "passagens", @@ -128714,6 +128714,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.pay", + "rdap_server": "https://rdap.nominet.uk/pay/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pay", @@ -128867,36 +128896,7 @@ } ] } - ], - "registry_url": "http://www.nic.pay", - "rdap_server": "https://rdap.nominet.uk/pay/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "pccw", @@ -128921,6 +128921,29 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.pccw", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pccw", @@ -128998,30 +129021,7 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.pccw", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pe", @@ -129035,6 +129035,24 @@ "tech": "Red Cientifica Peruana" } }, + "registry_url": "http://www.nic.pe", + "whois_server": "kero.yachay.pe", + "tld_created": "1991-11-25", + "tld_updated": [ + "2026-03-25" + ], + "annotations": { + "country_name_iso": "Peru", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -129105,25 +129123,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.pe", - "whois_server": "kero.yachay.pe", - "tld_created": "1991-11-25", - "tld_updated": [ - "2026-03-25" - ], - "annotations": { - "country_name_iso": "Peru", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "pet", @@ -129148,6 +129148,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pet", @@ -129225,34 +129252,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pf", @@ -129266,6 +129266,15 @@ "tech": "ONATI SA" } }, + "whois_server": "whois.registry.pf", + "tld_created": "1996-03-19", + "tld_updated": [ + "2025-10-03" + ], + "annotations": { + "country_name_iso": "French Polynesia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns03.pf", @@ -129310,16 +129319,7 @@ ], "ipv6": [] } - ], - "whois_server": "whois.registry.pf", - "tld_created": "1996-03-19", - "tld_updated": [ - "2025-10-03" - ], - "annotations": { - "country_name_iso": "French Polynesia", - "geographic_scope": "country" - } + ] }, { "tld": "pfizer", @@ -129344,6 +129344,28 @@ "date_removed": null } }, + "registry_url": "http://www.pfizer.com", + "rdap_server": "https://rdap.nic.pfizer/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.pfizer", @@ -129459,29 +129481,7 @@ } ] } - ], - "registry_url": "http://www.pfizer.com", - "rdap_server": "https://rdap.nic.pfizer/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "pg", @@ -129495,6 +129495,23 @@ "tech": "The Papua New Guinea University of Technology" } }, + "whois_server": "whois.nic.pg", + "rdap_server": "https://rdap.nic.pg", + "tld_created": "1991-09-26", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Papua New Guinea", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.pch.pg", @@ -129558,24 +129575,7 @@ ], "ipv6": [] } - ], - "whois_server": "whois.nic.pg", - "rdap_server": "https://rdap.nic.pg", - "tld_created": "1991-09-26", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Papua New Guinea", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ph", @@ -129589,6 +129589,23 @@ "tech": "DotPH" } }, + "registry_url": "http://dot.ph", + "tld_created": "1990-09-14", + "tld_updated": [ + "2024-01-30" + ], + "annotations": { + "country_name_iso": "Philippines", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "1.ns.ph", @@ -129666,24 +129683,7 @@ } ] } - ], - "registry_url": "http://dot.ph", - "tld_created": "1990-09-14", - "tld_updated": [ - "2024-01-30" - ], - "annotations": { - "country_name_iso": "Philippines", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "pharmacy", @@ -129708,6 +129708,32 @@ "date_removed": null } }, + "registry_url": "https://nabp.pharmacy/programs/accreditations-inspections/dotpharmacy/", + "rdap_server": "https://rdap.nominet.uk/pharmacy/", + "tld_created": "2014-08-28", + "tld_updated": [ + "2025-05-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pharmacy", @@ -129861,33 +129887,7 @@ } ] } - ], - "registry_url": "https://nabp.pharmacy/programs/accreditations-inspections/dotpharmacy/", - "rdap_server": "https://rdap.nominet.uk/pharmacy/", - "tld_created": "2014-08-28", - "tld_updated": [ - "2025-05-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "phd", @@ -129912,6 +129912,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2017-06-15", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -130008,34 +130035,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2017-06-15", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "philips", @@ -130060,6 +130060,27 @@ "date_removed": null } }, + "registry_url": "http://nic.philips", + "whois_server": "whois.nic.philips", + "rdap_server": "https://rdap.nic.philips/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.philips", @@ -130175,28 +130196,7 @@ } ] } - ], - "registry_url": "http://nic.philips", - "whois_server": "whois.nic.philips", - "rdap_server": "https://rdap.nic.philips/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "phone", @@ -130221,6 +130221,34 @@ "date_removed": null } }, + "registry_url": "https://www.dish.com/", + "whois_server": "whois.nic.phone", + "rdap_server": "https://rdap.mobile-registry.com/rdap/", + "tld_created": "2016-12-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_sponsor_alias": "Dish Network", + "iana_sponsor_slug": "dish-network", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "icann_registry_operator_alias": "Dish Network", + "icann_registry_operator_slug": "dish-network", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -130298,35 +130326,7 @@ } ] } - ], - "registry_url": "https://www.dish.com/", - "whois_server": "whois.nic.phone", - "rdap_server": "https://rdap.mobile-registry.com/rdap/", - "tld_created": "2016-12-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_sponsor_alias": "Dish Network", - "iana_sponsor_slug": "dish-network", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "icann_registry_operator_alias": "Dish Network", - "icann_registry_operator_slug": "dish-network", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "photo", @@ -130351,6 +130351,34 @@ "date_removed": null } }, + "registry_url": "http://nic.photo/", + "whois_server": "whois.nic.photo", + "rdap_server": "https://rdap.nic.photo/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.photo", @@ -130466,35 +130494,7 @@ } ] } - ], - "registry_url": "http://nic.photo/", - "whois_server": "whois.nic.photo", - "rdap_server": "https://rdap.nic.photo/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "photography", @@ -130519,6 +130519,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.photography", @@ -130634,10 +130661,34 @@ } ] } - ], + ] + }, + { + "tld": "photos", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1580-67148", + "registry_operator_country_code": null, + "date_contract_signed": "2013-10-17", + "date_delegated": "2013-12-17", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", + "tld_created": "2013-12-12", "tld_updated": [ "2025-10-07" ], @@ -130661,30 +130712,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "photos", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1580-67148", - "registry_operator_country_code": null, - "date_contract_signed": "2013-10-17", - "date_delegated": "2013-12-17", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -130801,34 +130828,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "physio", @@ -130853,6 +130853,26 @@ "date_removed": null } }, + "registry_url": "http://www.registry.physio", + "whois_server": "whois.nic.physio", + "rdap_server": "https://rdap.nic.physio/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2023-12-05" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.physio", @@ -130968,27 +130988,7 @@ } ] } - ], - "registry_url": "http://www.registry.physio", - "whois_server": "whois.nic.physio", - "rdap_server": "https://rdap.nic.physio/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2023-12-05" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "piaget", @@ -131043,6 +131043,34 @@ "date_removed": null } }, + "registry_url": "https://nic.pics", + "whois_server": "whois.nic.pics", + "rdap_server": "https://rdap.centralnic.com/pics/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.pics", @@ -131120,35 +131148,7 @@ } ] } - ], - "registry_url": "https://nic.pics", - "whois_server": "whois.nic.pics", - "rdap_server": "https://rdap.centralnic.com/pics/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "pictet", @@ -131173,6 +131173,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.pictet", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2025-04-29" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pictet", @@ -131288,29 +131310,7 @@ } ] } - ], - "whois_server": "whois.nic.pictet", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2025-04-29" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pictures", @@ -131335,6 +131335,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pictures", @@ -131450,34 +131477,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pid", @@ -131502,6 +131502,30 @@ "date_removed": null } }, + "registry_url": "http://www.topspectrum.com/", + "whois_server": "whois.registry.click", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-12-18" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -131579,31 +131603,7 @@ } ] } - ], - "registry_url": "http://www.topspectrum.com/", - "whois_server": "whois.registry.click", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-12-18" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "pin", @@ -131628,6 +131628,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.pin", + "rdap_server": "https://rdap.nominet.uk/pin/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pin", @@ -131781,36 +131810,7 @@ } ] } - ], - "registry_url": "http://www.nic.pin", - "rdap_server": "https://rdap.nominet.uk/pin/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "ping", @@ -131835,6 +131835,29 @@ "date_removed": null } }, + "registry_url": "http://www.ping.com", + "whois_server": "whois.nic.ping", + "rdap_server": "https://rdap.nic.ping/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.ping", @@ -131950,30 +131973,7 @@ } ] } - ], - "registry_url": "http://www.ping.com", - "whois_server": "whois.nic.ping", - "rdap_server": "https://rdap.nic.ping/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "pink", @@ -131998,6 +131998,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pink", @@ -132094,34 +132121,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pioneer", @@ -132146,6 +132146,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.pioneer/", + "rdap_server": "https://rdap.nominet.uk/pioneer/", + "tld_created": "2016-05-26", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.pioneer", @@ -132299,31 +132323,7 @@ } ] } - ], - "registry_url": "http://www.nic.pioneer/", - "rdap_server": "https://rdap.nominet.uk/pioneer/", - "tld_created": "2016-05-26", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "pizza", @@ -132348,6 +132348,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-08-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pizza", @@ -132463,34 +132490,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-08-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pk", @@ -132504,6 +132504,22 @@ "tech": "PKNIC" } }, + "registry_url": "http://www.pknic.net.pk/", + "whois_server": "whois.pknic.net.pk", + "tld_created": "1992-06-03", + "tld_updated": [ + "2022-07-06" + ], + "annotations": { + "country_name_iso": "Pakistan", + "as_org_aliases": [ + "CIRA" + ], + "as_org_slugs": [ + "cira" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "root-c1.pknic.pk", @@ -132568,22 +132584,6 @@ "ipv6": [] } ], - "registry_url": "http://www.pknic.net.pk/", - "whois_server": "whois.pknic.net.pk", - "tld_created": "1992-06-03", - "tld_updated": [ - "2022-07-06" - ], - "annotations": { - "country_name_iso": "Pakistan", - "as_org_aliases": [ - "CIRA" - ], - "as_org_slugs": [ - "cira" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbai9azgqp6j" ] @@ -132600,6 +132600,28 @@ "tech": "Research and Academic Computer Network" } }, + "registry_url": "https://www.dns.pl/en/", + "whois_server": "whois.dns.pl", + "rdap_server": "https://rdap.dns.pl", + "tld_created": "1990-07-30", + "tld_updated": [ + "2026-04-24" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Poland", + "as_org_aliases": [ + "CIRA", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cira", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a-dns.pl", @@ -132715,29 +132737,7 @@ } ] } - ], - "registry_url": "https://www.dns.pl/en/", - "whois_server": "whois.dns.pl", - "rdap_server": "https://rdap.dns.pl", - "tld_created": "1990-07-30", - "tld_updated": [ - "2026-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Poland", - "as_org_aliases": [ - "CIRA", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cira", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "place", @@ -132762,6 +132762,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.place", @@ -132877,34 +132904,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "play", @@ -132929,6 +132929,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -133025,34 +133052,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "playstation", @@ -133077,6 +133077,31 @@ "date_removed": null } }, + "registry_url": "http://www.playstation.com", + "whois_server": "whois.nic.playstation", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_sponsor_alias": "Sony", + "iana_sponsor_slug": "sony", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -133147,32 +133172,7 @@ } ] } - ], - "registry_url": "http://www.playstation.com", - "whois_server": "whois.nic.playstation", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_sponsor_alias": "Sony", - "iana_sponsor_slug": "sony", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "plumbing", @@ -133197,6 +133197,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.plumbing", @@ -133312,10 +133339,34 @@ } ] } - ], + ] + }, + { + "tld": "plus", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1589-56456", + "registry_operator_country_code": null, + "date_contract_signed": "2015-02-05", + "date_delegated": "2015-03-24", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", + "tld_created": "2015-03-12", "tld_updated": [ "2025-10-07" ], @@ -133339,30 +133390,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "plus", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1589-56456", - "registry_operator_country_code": null, - "date_contract_signed": "2015-02-05", - "date_delegated": "2015-03-24", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -133479,34 +133506,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pm", @@ -133520,6 +133520,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.pm", + "whois_server": "whois.nic.pm", + "rdap_server": "https://rdap.nic.pm/", + "tld_created": "1997-08-20", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "Saint Pierre and Miquelon", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -133578,33 +133604,7 @@ } ] } - ], - "registry_url": "http://www.nic.pm", - "whois_server": "whois.nic.pm", - "rdap_server": "https://rdap.nic.pm/", - "tld_created": "1997-08-20", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "Saint Pierre and Miquelon", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "pn", @@ -133618,6 +133618,29 @@ "tech": "Nominet" } }, + "registry_url": "https://nic.pn", + "rdap_server": "https://rdap.nominet.uk/pn/", + "tld_created": "1997-07-10", + "tld_updated": [ + "2024-02-15" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "country_name_iso": "Pitcairn", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.pn", @@ -133771,30 +133794,7 @@ } ] } - ], - "registry_url": "https://nic.pn", - "rdap_server": "https://rdap.nominet.uk/pn/", - "tld_created": "1997-07-10", - "tld_updated": [ - "2024-02-15" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "country_name_iso": "Pitcairn", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "pnc", @@ -133819,6 +133819,29 @@ "date_removed": null } }, + "registry_url": "http://www.pnc.com", + "whois_server": "whois.nic.pnc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pnc", @@ -133896,30 +133919,7 @@ } ] } - ], - "registry_url": "http://www.pnc.com", - "whois_server": "whois.nic.pnc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pohl", @@ -133944,6 +133944,28 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.pohl", + "rdap_server": "https://rdap.centralnic.com/pohl", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.pohl", @@ -134021,29 +134043,7 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.pohl", - "rdap_server": "https://rdap.centralnic.com/pohl", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "poker", @@ -134068,6 +134068,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.poker", @@ -134145,34 +134172,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "politie", @@ -134197,6 +134197,29 @@ "date_removed": null } }, + "whois_server": "whois.nic.politie", + "rdap_server": "https://rdap.nic.politie/", + "tld_created": "2016-06-16", + "tld_updated": [ + "2023-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CIRA", + "RcodeZero", + "SIDN" + ], + "as_org_slugs": [ + "cira", + "rcodezero", + "sidn" + ] + }, "nameservers": [ { "hostname": "ns1.dns.politie", @@ -134255,30 +134278,7 @@ } ] } - ], - "whois_server": "whois.nic.politie", - "rdap_server": "https://rdap.nic.politie/", - "tld_created": "2016-06-16", - "tld_updated": [ - "2023-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CIRA", - "RcodeZero", - "SIDN" - ], - "as_org_slugs": [ - "cira", - "rcodezero", - "sidn" - ] - } + ] }, { "tld": "porn", @@ -134303,6 +134303,34 @@ "date_removed": null } }, + "registry_url": "https://nic.porn", + "whois_server": "whois.nic.porn", + "rdap_server": "https://rdap.nic.porn/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.porn", @@ -134418,35 +134446,7 @@ } ] } - ], - "registry_url": "https://nic.porn", - "whois_server": "whois.nic.porn", - "rdap_server": "https://rdap.nic.porn/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "post", @@ -134471,6 +134471,27 @@ "date_removed": null } }, + "registry_url": "http://www.upu.int", + "whois_server": "whois.nic.post", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2012-08-07", + "tld_updated": [ + "2025-05-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.post", @@ -134586,28 +134607,7 @@ } ] } - ], - "registry_url": "http://www.upu.int", - "whois_server": "whois.nic.post", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2012-08-07", - "tld_updated": [ - "2025-05-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pr", @@ -134621,6 +134621,28 @@ "tech": "Gauss Research Laboratory Inc." } }, + "registry_url": "http://www.nic.pr", + "whois_server": "whois.afilias-srs.net", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1989-08-27", + "tld_updated": [ + "2022-07-20" + ], + "annotations": { + "rdap_source": "supplemental", + "country_name_iso": "Puerto Rico", + "as_org_aliases": [ + "DENIC", + "Identity Digital", + "LACTLD" + ], + "as_org_slugs": [ + "denic", + "identity-digital", + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -134774,29 +134796,7 @@ } ] } - ], - "registry_url": "http://www.nic.pr", - "whois_server": "whois.afilias-srs.net", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1989-08-27", - "tld_updated": [ - "2022-07-20" - ], - "annotations": { - "rdap_source": "supplemental", - "country_name_iso": "Puerto Rico", - "as_org_aliases": [ - "DENIC", - "Identity Digital", - "LACTLD" - ], - "as_org_slugs": [ - "denic", - "identity-digital", - "lactld" - ], - "geographic_scope": "country" - } + ] }, { "tld": "pramerica", @@ -134851,122 +134851,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.nic.praxi", - "ipv4": [ - { - "ip": "37.209.192.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:1::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "b.nic.praxi", - "ipv4": [ - { - "ip": "37.209.194.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:2::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "c.nic.praxi", - "ipv4": [ - { - "ip": "37.209.196.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:3::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns1.dns.nic.praxi", - "ipv4": [ - { - "ip": "156.154.144.139", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1071::8b", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns2.dns.nic.praxi", - "ipv4": [ - { - "ip": "156.154.145.139", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1072::8b", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns3.dns.nic.praxi", - "ipv4": [ - { - "ip": "156.154.159.139", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1073::8b", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - } - ], "registry_url": "http://www.praxi.com", "rdap_server": "https://rdap.nic.praxi/", "tld_created": "2014-03-27", @@ -134988,7 +134872,123 @@ "as_org_slugs": [ "ultradns" ] - } + }, + "nameservers": [ + { + "hostname": "a.nic.praxi", + "ipv4": [ + { + "ip": "37.209.192.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:1::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "b.nic.praxi", + "ipv4": [ + { + "ip": "37.209.194.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:2::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "c.nic.praxi", + "ipv4": [ + { + "ip": "37.209.196.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:3::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns1.dns.nic.praxi", + "ipv4": [ + { + "ip": "156.154.144.139", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1071::8b", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns2.dns.nic.praxi", + "ipv4": [ + { + "ip": "156.154.145.139", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1072::8b", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns3.dns.nic.praxi", + "ipv4": [ + { + "ip": "156.154.159.139", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1073::8b", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + } + ] }, { "tld": "press", @@ -135013,6 +135013,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.press", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -135090,35 +135118,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.press", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "prime", @@ -135143,6 +135143,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.prime", + "rdap_server": "https://rdap.nominet.uk/prime/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.prime", @@ -135296,37 +135326,7 @@ } ] } - ], - "registry_url": "http://www.nic.prime", - "rdap_server": "https://rdap.nominet.uk/prime/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "pro", @@ -135351,6 +135351,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2002-05-08", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.pro.afilias-nst.info", @@ -135466,34 +135493,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2002-05-08", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "prod", @@ -135518,6 +135518,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -135614,34 +135641,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "productions", @@ -135666,6 +135666,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.productions", @@ -135781,34 +135808,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "prof", @@ -135833,6 +135833,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-09-04", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -135929,34 +135956,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-09-04", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "progressive", @@ -135981,6 +135981,29 @@ "date_removed": null } }, + "registry_url": "http://www.progressive.com", + "whois_server": "whois.nic.progressive", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-19", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.progressive", @@ -136058,30 +136081,7 @@ } ] } - ], - "registry_url": "http://www.progressive.com", - "whois_server": "whois.nic.progressive", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-19", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "promo", @@ -136106,6 +136106,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-18", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.promo", @@ -136183,12 +136210,36 @@ } ] } - ], + ] + }, + { + "tld": "properties", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1588-73251", + "registry_operator_country_code": null, + "date_contract_signed": "2013-12-05", + "date_delegated": "2014-02-04", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-18", + "tld_created": "2014-01-30", "tld_updated": [ - "2025-09-04" + "2025-10-07" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -136210,30 +136261,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "properties", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1588-73251", - "registry_operator_country_code": null, - "date_contract_signed": "2013-12-05", - "date_delegated": "2014-02-04", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -136350,34 +136377,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "property", @@ -136402,6 +136402,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -136479,31 +136503,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "protection", @@ -136528,6 +136528,34 @@ "date_removed": null } }, + "registry_url": "https://nic.protection/", + "whois_server": "whois.nic.protection", + "rdap_server": "https://rdap.centralnic.com/protection", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.protection", @@ -136605,35 +136633,7 @@ } ] } - ], - "registry_url": "https://nic.protection/", - "whois_server": "whois.nic.protection", - "rdap_server": "https://rdap.centralnic.com/protection", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "pru", @@ -136658,122 +136658,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.nic.pru", - "ipv4": [ - { - "ip": "37.209.192.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:1::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "b.nic.pru", - "ipv4": [ - { - "ip": "37.209.194.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:2::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "c.nic.pru", - "ipv4": [ - { - "ip": "37.209.196.9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:3::9", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns1.dns.nic.pru", - "ipv4": [ - { - "ip": "156.154.144.141", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1071::8d", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns2.dns.nic.pru", - "ipv4": [ - { - "ip": "156.154.145.141", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1072::8d", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns3.dns.nic.pru", - "ipv4": [ - { - "ip": "156.154.159.141", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1073::8d", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - } - ], "registry_url": "https://www.prudential.com", "rdap_server": "https://rdap.nic.pru/", "tld_created": "2016-07-14", @@ -136795,7 +136679,123 @@ "as_org_slugs": [ "ultradns" ] - } + }, + "nameservers": [ + { + "hostname": "a.nic.pru", + "ipv4": [ + { + "ip": "37.209.192.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:1::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "b.nic.pru", + "ipv4": [ + { + "ip": "37.209.194.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:2::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "c.nic.pru", + "ipv4": [ + { + "ip": "37.209.196.9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:3::9", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns1.dns.nic.pru", + "ipv4": [ + { + "ip": "156.154.144.141", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1071::8d", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns2.dns.nic.pru", + "ipv4": [ + { + "ip": "156.154.145.141", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1072::8d", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns3.dns.nic.pru", + "ipv4": [ + { + "ip": "156.154.159.141", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1073::8d", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + } + ] }, { "tld": "prudential", @@ -136820,6 +136820,28 @@ "date_removed": null } }, + "registry_url": "https://www.prudential.com", + "rdap_server": "https://rdap.nic.prudential/", + "tld_created": "2016-07-14", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.prudential", @@ -136935,29 +136957,7 @@ } ] } - ], - "registry_url": "https://www.prudential.com", - "rdap_server": "https://rdap.nic.prudential/", - "tld_created": "2016-07-14", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ps", @@ -136971,6 +136971,23 @@ "tech": "Palestinian National Internet Naming Authority PNINA" } }, + "registry_url": "http://www.nic.ps", + "tld_created": "2000-03-22", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Palestine, State of", + "as_org_aliases": [ + "Hetzner", + "Packet Clearing House" + ], + "as_org_slugs": [ + "hetzner", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bilal.pnina.ps", @@ -137073,23 +137090,6 @@ ] } ], - "registry_url": "http://www.nic.ps", - "tld_created": "2000-03-22", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Palestine, State of", - "as_org_aliases": [ - "Hetzner", - "Packet Clearing House" - ], - "as_org_slugs": [ - "hetzner", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--ygbi2ammx" ] @@ -137106,6 +137106,26 @@ "tech": "Associação DNS.PT" } }, + "registry_url": "http://www.dns.pt/", + "whois_server": "whois.dns.pt", + "tld_created": "1988-06-30", + "tld_updated": [ + "2023-08-02" + ], + "annotations": { + "country_name_iso": "Portugal", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.pt", @@ -137278,27 +137298,7 @@ } ] } - ], - "registry_url": "http://www.dns.pt/", - "whois_server": "whois.dns.pt", - "tld_created": "1988-06-30", - "tld_updated": [ - "2023-08-02" - ], - "annotations": { - "country_name_iso": "Portugal", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "pub", @@ -137323,6 +137323,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.pub", @@ -137438,34 +137465,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "pw", @@ -137479,6 +137479,26 @@ "tech": "Radix Technologies Inc SEZC" } }, + "registry_url": "http://www.registry.pw", + "whois_server": "whois.nic.pw", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "1997-06-12", + "tld_updated": [ + "2026-03-31" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Palau", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -137556,27 +137576,7 @@ } ] } - ], - "registry_url": "http://www.registry.pw", - "whois_server": "whois.nic.pw", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "1997-06-12", - "tld_updated": [ - "2026-03-31" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Palau", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "pwc", @@ -137601,6 +137601,29 @@ "date_removed": null } }, + "registry_url": "http://pwc.com", + "whois_server": "whois.nic.pwc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.pwc", @@ -137678,30 +137701,7 @@ } ] } - ], - "registry_url": "http://pwc.com", - "whois_server": "whois.nic.pwc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "py", @@ -137715,6 +137715,23 @@ "tech": "Centro Nacional de Computación (CNC-UNA)" } }, + "registry_url": "http://www.nic.py", + "tld_created": "1991-09-09", + "tld_updated": [ + "2023-01-18" + ], + "annotations": { + "country_name_iso": "Paraguay", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.py", @@ -137804,24 +137821,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.py", - "tld_created": "1991-09-09", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "country_name_iso": "Paraguay", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "qa", @@ -137835,6 +137835,24 @@ "tech": "Communications Regulatory Authority" } }, + "registry_url": "https://www.cra.gov.qa/", + "whois_server": "whois.registry.qa", + "tld_created": "1996-06-12", + "tld_updated": [ + "2022-02-07" + ], + "annotations": { + "country_name_iso": "Qatar", + "as_org_aliases": [ + "Packet Clearing House", + "UltraDNS" + ], + "as_org_slugs": [ + "packet-clearing-house", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registry.qa", @@ -137973,24 +137991,6 @@ ] } ], - "registry_url": "https://www.cra.gov.qa/", - "whois_server": "whois.registry.qa", - "tld_created": "1996-06-12", - "tld_updated": [ - "2022-02-07" - ], - "annotations": { - "country_name_iso": "Qatar", - "as_org_aliases": [ - "Packet Clearing House", - "UltraDNS" - ], - "as_org_slugs": [ - "packet-clearing-house", - "ultradns" - ], - "geographic_scope": "country" - }, "idn": [ "xn--wgbl6a" ] @@ -138018,6 +138018,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.qpon", + "whois_server": "whois.nic.qpon", + "rdap_server": "https://rdap.centralnic.com/qpon/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.qpon", @@ -138095,29 +138117,7 @@ } ] } - ], - "registry_url": "http://www.nic.qpon", - "whois_server": "whois.nic.qpon", - "rdap_server": "https://rdap.centralnic.com/qpon/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "quebec", @@ -138142,6 +138142,28 @@ "date_removed": null } }, + "registry_url": "http://www.registre.quebec", + "whois_server": "whois.nic.quebec", + "rdap_server": "https://rdap.nic.quebec", + "tld_created": "2014-03-13", + "tld_updated": [ + "2025-09-19" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -138219,29 +138241,7 @@ } ] } - ], - "registry_url": "http://www.registre.quebec", - "whois_server": "whois.nic.quebec", - "rdap_server": "https://rdap.nic.quebec", - "tld_created": "2014-03-13", - "tld_updated": [ - "2025-09-19" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "quest", @@ -138266,6 +138266,34 @@ "date_removed": null } }, + "registry_url": "https://nic.quest/", + "whois_server": "whois.nic.quest", + "rdap_server": "https://rdap.centralnic.com/quest/", + "tld_created": "2015-08-06", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a-cnic.nic.quest", @@ -138343,35 +138371,7 @@ } ] } - ], - "registry_url": "https://nic.quest/", - "whois_server": "whois.nic.quest", - "rdap_server": "https://rdap.centralnic.com/quest/", - "tld_created": "2015-08-06", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "qvc", @@ -138426,6 +138426,32 @@ "date_removed": null } }, + "registry_url": "http://nic.racing", + "whois_server": "whois.nic.racing", + "rdap_server": "https://rdap.nic.racing/", + "tld_created": "2015-03-26", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.racing", @@ -138541,33 +138567,7 @@ } ] } - ], - "registry_url": "http://nic.racing", - "whois_server": "whois.nic.racing", - "rdap_server": "https://rdap.nic.racing/", - "tld_created": "2015-03-26", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "radio", @@ -138592,6 +138592,27 @@ "date_removed": null } }, + "registry_url": "https://www.nic.radio/", + "whois_server": "whois.nic.radio", + "rdap_server": "https://rdap.nic.radio/", + "tld_created": "2016-09-22", + "tld_updated": [ + "2026-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -138669,28 +138690,7 @@ } ] } - ], - "registry_url": "https://www.nic.radio/", - "whois_server": "whois.nic.radio", - "rdap_server": "https://rdap.nic.radio/", - "tld_created": "2016-09-22", - "tld_updated": [ - "2026-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "raid", @@ -138734,6 +138734,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.re", + "whois_server": "whois.nic.re", + "rdap_server": "https://rdap.nic.re/", + "tld_created": "1997-04-07", + "tld_updated": [ + "2026-05-10" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "Réunion", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -138792,33 +138818,7 @@ } ] } - ], - "registry_url": "http://www.nic.re", - "whois_server": "whois.nic.re", - "rdap_server": "https://rdap.nic.re/", - "tld_created": "1997-04-07", - "tld_updated": [ - "2026-05-10" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "Réunion", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "read", @@ -138843,6 +138843,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.read", + "rdap_server": "https://rdap.nominet.uk/read/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.read", @@ -138996,36 +139025,7 @@ } ] } - ], - "registry_url": "http://www.nic.read", - "rdap_server": "https://rdap.nominet.uk/read/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "realestate", @@ -139050,6 +139050,35 @@ "date_removed": null } }, + "registry_url": "https://www.get.realtor/", + "rdap_server": "https://rdap.nominet.uk/realestate/", + "tld_created": "2016-04-28", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "Second Genistry", + "iana_sponsor_slug": "second-genistry", + "iana_admin_alias": "Second Genistry", + "iana_admin_slug": "second-genistry", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Second Genistry", + "icann_registry_operator_slug": "second-genistry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.realestate", @@ -139203,10 +139232,34 @@ } ] } - ], - "registry_url": "https://www.get.realtor/", - "rdap_server": "https://rdap.nominet.uk/realestate/", - "tld_created": "2016-04-28", + ] + }, + { + "tld": "realtor", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Real Estate Domains LLC", + "admin": "Real Estate Domains LLC", + "tech": "Nominet" + }, + "icann": { + "registry_operator": "Real Estate Domains LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-907-41079", + "registry_operator_country_code": null, + "date_contract_signed": "2014-05-29", + "date_delegated": "2014-07-30", + "contract_terminated": false, + "date_removed": null + } + }, + "registry_url": "https://www.get.realtor", + "rdap_server": "https://rdap.nominet.uk/realtor/", + "tld_created": "2014-07-24", "tld_updated": [ "2025-01-30" ], @@ -139232,30 +139285,6 @@ "nominet", "ultradns" ] - } - }, - { - "tld": "realtor", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Real Estate Domains LLC", - "admin": "Real Estate Domains LLC", - "tech": "Nominet" - }, - "icann": { - "registry_operator": "Real Estate Domains LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-907-41079", - "registry_operator_country_code": null, - "date_contract_signed": "2014-05-29", - "date_delegated": "2014-07-30", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -139410,36 +139439,7 @@ } ] } - ], - "registry_url": "https://www.get.realtor", - "rdap_server": "https://rdap.nominet.uk/realtor/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "Second Genistry", - "iana_sponsor_slug": "second-genistry", - "iana_admin_alias": "Second Genistry", - "iana_admin_slug": "second-genistry", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Second Genistry", - "icann_registry_operator_slug": "second-genistry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "realty", @@ -139464,6 +139464,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.nic.realty", + "rdap_server": "https://rdap.registry.click/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -139541,31 +139565,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.nic.realty", - "rdap_server": "https://rdap.registry.click/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "recipes", @@ -139590,6 +139590,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.recipes", @@ -139705,12 +139732,36 @@ } ] } - ], + ] + }, + { + "tld": "red", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Identity Digital Limited", + "admin": "Identity Digital Limited", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Identity Digital Domains Limited", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-868-93793", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2014-01-18", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", + "tld_created": "2014-01-16", "tld_updated": [ - "2025-10-07" + "2025-09-04" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -139732,30 +139783,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "red", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Identity Digital Limited", - "admin": "Identity Digital Limited", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Identity Digital Domains Limited", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-868-93793", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2014-01-18", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -139834,34 +139861,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "redstone", @@ -139916,6 +139916,34 @@ "date_removed": null } }, + "registry_url": "http://www.travelers.com", + "whois_server": "whois.nic.redumbrella", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Travelers Insurance", + "iana_sponsor_slug": "travelers-insurance", + "iana_admin_alias": "Travelers Insurance", + "iana_admin_slug": "travelers-insurance", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Travelers Insurance", + "icann_registry_operator_slug": "travelers-insurance", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.redumbrella", @@ -139993,35 +140021,7 @@ } ] } - ], - "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.redumbrella", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Travelers Insurance", - "iana_sponsor_slug": "travelers-insurance", - "iana_admin_alias": "Travelers Insurance", - "iana_admin_slug": "travelers-insurance", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Travelers Insurance", - "icann_registry_operator_slug": "travelers-insurance", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rehab", @@ -140046,6 +140046,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rehab", @@ -140161,10 +140188,34 @@ } ] } - ], + ] + }, + { + "tld": "reise", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-892-71956", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-13", + "date_delegated": "2014-05-22", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", + "tld_created": "2014-05-15", "tld_updated": [ "2025-10-07" ], @@ -140188,30 +140239,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "reise", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-892-71956", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-13", - "date_delegated": "2014-05-22", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -140328,10 +140355,34 @@ } ] } - ], + ] + }, + { + "tld": "reisen", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1606-68851", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-11", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-15", + "tld_created": "2014-04-03", "tld_updated": [ "2025-10-07" ], @@ -140355,30 +140406,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "reisen", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1606-68851", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-11", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -140495,34 +140522,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "reit", @@ -140547,6 +140547,29 @@ "date_removed": null } }, + "registry_url": "http://www.reit.com", + "whois_server": "whois.nic.reit", + "rdap_server": "https://rdap.centralnic.com/reit", + "tld_created": "2014-10-23", + "tld_updated": [ + "2023-09-19" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.reit", @@ -140624,30 +140647,7 @@ } ] } - ], - "registry_url": "http://www.reit.com", - "whois_server": "whois.nic.reit", - "rdap_server": "https://rdap.centralnic.com/reit", - "tld_created": "2014-10-23", - "tld_updated": [ - "2023-09-19" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "reliance", @@ -140672,6 +140672,29 @@ "date_removed": null } }, + "registry_url": "http://www.ril.com", + "whois_server": "whois.nic.reliance", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2023-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.reliance", @@ -140749,30 +140772,7 @@ } ] } - ], - "registry_url": "http://www.ril.com", - "whois_server": "whois.nic.reliance", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2023-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ren", @@ -140797,6 +140797,30 @@ "date_removed": null } }, + "registry_url": "http://nic.ren/", + "whois_server": "whois.nic.ren", + "rdap_server": "https://rdap.zdnsgtld.com/ren", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-10-16" + ], + "annotations": { + "iana_admin_alias": "ZDNS", + "iana_admin_slug": "zdns", + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -140894,31 +140918,7 @@ } ] } - ], - "registry_url": "http://nic.ren/", - "whois_server": "whois.nic.ren", - "rdap_server": "https://rdap.zdnsgtld.com/ren", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-10-16" - ], - "annotations": { - "iana_admin_alias": "ZDNS", - "iana_admin_slug": "zdns", - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "rent", @@ -140943,6 +140943,34 @@ "date_removed": null } }, + "registry_url": "https://nic.rent/", + "whois_server": "whois.nic.rent", + "rdap_server": "https://rdap.centralnic.com/rent", + "tld_created": "2015-04-02", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.rent", @@ -141020,35 +141048,7 @@ } ] } - ], - "registry_url": "https://nic.rent/", - "whois_server": "whois.nic.rent", - "rdap_server": "https://rdap.centralnic.com/rent", - "tld_created": "2015-04-02", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "rentals", @@ -141073,6 +141073,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rentals", @@ -141188,10 +141215,34 @@ } ] } - ], + ] + }, + { + "tld": "repair", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1611-39225", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2013-12-28", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", + "tld_created": "2013-12-19", "tld_updated": [ "2025-10-07" ], @@ -141215,30 +141266,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "repair", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1611-39225", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2013-12-28", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -141355,10 +141382,34 @@ } ] } - ], + ] + }, + { + "tld": "report", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1615-74729", + "registry_operator_country_code": null, + "date_contract_signed": "2013-12-05", + "date_delegated": "2014-02-04", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", + "tld_created": "2014-01-30", "tld_updated": [ "2025-10-07" ], @@ -141382,30 +141433,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "report", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1615-74729", - "registry_operator_country_code": null, - "date_contract_signed": "2013-12-05", - "date_delegated": "2014-02-04", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -141522,10 +141549,34 @@ } ] } - ], + ] + }, + { + "tld": "republican", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1255-42012", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-20", + "date_delegated": "2014-06-04", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-30", + "tld_created": "2014-05-29", "tld_updated": [ "2025-10-07" ], @@ -141549,30 +141600,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "republican", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1255-42012", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-20", - "date_delegated": "2014-06-04", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -141689,34 +141716,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rest", @@ -141741,6 +141741,30 @@ "date_removed": null } }, + "registry_url": "http://www.register.rest/", + "whois_server": "whois.nic.rest", + "rdap_server": "https://rdap.registry.bar/rdap/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -141818,31 +141842,7 @@ } ] } - ], - "registry_url": "http://www.register.rest/", - "whois_server": "whois.nic.rest", - "rdap_server": "https://rdap.registry.bar/rdap/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "restaurant", @@ -141867,6 +141867,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.restaurant", @@ -141982,34 +142009,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "review", @@ -142034,6 +142034,32 @@ "date_removed": null } }, + "registry_url": "http://nic.review", + "whois_server": "whois.nic.review", + "rdap_server": "https://rdap.nic.review/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.review", @@ -142149,33 +142175,7 @@ } ] } - ], - "registry_url": "http://nic.review", - "whois_server": "whois.nic.review", - "rdap_server": "https://rdap.nic.review/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "reviews", @@ -142200,6 +142200,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.reviews", @@ -142315,34 +142342,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rexroth", @@ -142367,6 +142367,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.rexroth", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.rexroth", @@ -142444,29 +142466,7 @@ } ] } - ], - "whois_server": "whois.nic.rexroth", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rich", @@ -142491,6 +142491,28 @@ "date_removed": null } }, + "registry_url": "http://www.i-registry.com", + "whois_server": "whois.nic.rich", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-06-23" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.rich", @@ -142568,29 +142590,7 @@ } ] } - ], - "registry_url": "http://www.i-registry.com", - "whois_server": "whois.nic.rich", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-06-23" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "richardli", @@ -142615,6 +142615,28 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.richardli", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.richardli", @@ -142692,29 +142714,7 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.richardli", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ricoh", @@ -142739,6 +142739,29 @@ "date_removed": null } }, + "registry_url": "http://www.ricoh.com", + "whois_server": "whois.nic.ricoh", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -142809,30 +142832,7 @@ } ] } - ], - "registry_url": "http://www.ricoh.com", - "whois_server": "whois.nic.ricoh", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "rightathome", @@ -142887,6 +142887,29 @@ "date_removed": null } }, + "registry_url": "http://www.ril.com", + "whois_server": "whois.nic.ril", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-11", + "tld_updated": [ + "2023-08-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ril", @@ -142964,30 +142987,7 @@ } ] } - ], - "registry_url": "http://www.ril.com", - "whois_server": "whois.nic.ril", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-11", - "tld_updated": [ - "2023-08-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rio", @@ -143012,6 +143012,20 @@ "date_removed": null } }, + "registry_url": "https://nic.rio/", + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.br", @@ -143127,21 +143141,7 @@ } ] } - ], - "registry_url": "https://nic.rio/", - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "geographic_scope": "city" - } + ] }, { "tld": "rip", @@ -143166,6 +143166,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rip", @@ -143281,34 +143308,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rmit", @@ -143352,6 +143352,22 @@ "tech": "National Institute for R&D in Informatics" } }, + "registry_url": "http://www.rotld.ro/", + "whois_server": "whois.rotld.ro", + "tld_created": "1993-02-26", + "tld_updated": [ + "2026-04-28" + ], + "annotations": { + "country_name_iso": "Romania", + "as_org_aliases": [ + "DENIC" + ], + "as_org_slugs": [ + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-at.rotld.ro", @@ -143460,23 +143476,7 @@ } ] } - ], - "registry_url": "http://www.rotld.ro/", - "whois_server": "whois.rotld.ro", - "tld_created": "1993-02-26", - "tld_updated": [ - "2026-04-28" - ], - "annotations": { - "country_name_iso": "Romania", - "as_org_aliases": [ - "DENIC" - ], - "as_org_slugs": [ - "denic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "rocher", @@ -143531,6 +143531,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rocks", @@ -143646,34 +143673,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rodeo", @@ -143698,6 +143698,34 @@ "date_removed": null } }, + "registry_url": "http://nic.rodeo/", + "whois_server": "whois.nic.rodeo", + "rdap_server": "https://rdap.nic.rodeo/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.rodeo", @@ -143813,35 +143841,7 @@ } ] } - ], - "registry_url": "http://nic.rodeo/", - "whois_server": "whois.nic.rodeo", - "rdap_server": "https://rdap.nic.rodeo/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "rogers", @@ -143866,6 +143866,29 @@ "date_removed": null } }, + "registry_url": "http://www.rogers.com/consumer/home", + "whois_server": "whois.nic.rogers", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.rogers", @@ -143943,30 +143966,7 @@ } ] } - ], - "registry_url": "http://www.rogers.com/consumer/home", - "whois_server": "whois.nic.rogers", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "room", @@ -143991,6 +143991,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.room", + "rdap_server": "https://rdap.nominet.uk/room/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.room", @@ -144144,36 +144173,7 @@ } ] } - ], - "registry_url": "http://www.nic.room", - "rdap_server": "https://rdap.nominet.uk/room/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "rs", @@ -144187,6 +144187,24 @@ "tech": "Serbian National Internet Domain Registry (RNIDS)" } }, + "registry_url": "http://www.rnids.rs", + "whois_server": "whois.rnids.rs", + "tld_created": "2007-09-24", + "tld_updated": [ + "2025-02-06" + ], + "annotations": { + "country_name_iso": "Serbia", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.rs", @@ -144303,24 +144321,6 @@ ] } ], - "registry_url": "http://www.rnids.rs", - "whois_server": "whois.rnids.rs", - "tld_created": "2007-09-24", - "tld_updated": [ - "2025-02-06" - ], - "annotations": { - "country_name_iso": "Serbia", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--90a3ac" ] @@ -144348,6 +144348,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -144444,34 +144471,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "ru", @@ -144485,6 +144485,16 @@ "tech": "Technical Center of Internet" } }, + "registry_url": "http://www.cctld.ru/en", + "whois_server": "whois.tcinet.ru", + "tld_created": "1994-04-07", + "tld_updated": [ + "2025-10-22" + ], + "annotations": { + "country_name_iso": "Russian Federation", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -144582,16 +144592,6 @@ ] } ], - "registry_url": "http://www.cctld.ru/en", - "whois_server": "whois.tcinet.ru", - "tld_created": "1994-04-07", - "tld_updated": [ - "2025-10-22" - ], - "annotations": { - "country_name_iso": "Russian Federation", - "geographic_scope": "country" - }, "idn": [ "xn--p1ai" ] @@ -144619,6 +144619,28 @@ "date_removed": null } }, + "registry_url": "https://nic.rugby/", + "whois_server": "whois.nic.rugby", + "rdap_server": "https://rdap.nic.rugby", + "tld_created": "2017-03-23", + "tld_updated": [ + "2025-01-21" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.rugby", @@ -144734,29 +144756,7 @@ } ] } - ], - "registry_url": "https://nic.rugby/", - "whois_server": "whois.nic.rugby", - "rdap_server": "https://rdap.nic.rugby", - "tld_created": "2017-03-23", - "tld_updated": [ - "2025-01-21" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "ruhr", @@ -144781,6 +144781,29 @@ "date_removed": null } }, + "registry_url": "http://dot.ruhr", + "whois_server": "whois.nic.ruhr", + "rdap_server": "https://rdap.centralnic.com/ruhr/", + "tld_created": "2013-11-25", + "tld_updated": [ + "2023-09-08" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nic.ruhr", @@ -144858,30 +144881,7 @@ } ] } - ], - "registry_url": "http://dot.ruhr", - "whois_server": "whois.nic.ruhr", - "rdap_server": "https://rdap.centralnic.com/ruhr/", - "tld_created": "2013-11-25", - "tld_updated": [ - "2023-09-08" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "run", @@ -144906,6 +144906,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.run", @@ -145021,34 +145048,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "rw", @@ -145062,6 +145062,24 @@ "tech": "Rwanda Internet Community and Technology Alliance (RICTA) Ltd" } }, + "registry_url": "https://registry.ricta.org.rw", + "whois_server": "whois.ricta.org.rw", + "rdap_server": "https://rdap.ricta.org.rw", + "tld_created": "1996-10-21", + "tld_updated": [ + "2025-08-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Rwanda", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dnsnode.ricta.org.rw", @@ -145189,25 +145207,7 @@ } ] } - ], - "registry_url": "https://registry.ricta.org.rw", - "whois_server": "whois.ricta.org.rw", - "rdap_server": "https://rdap.ricta.org.rw", - "tld_created": "1996-10-21", - "tld_updated": [ - "2025-08-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Rwanda", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "rwe", @@ -145232,6 +145232,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.rwe", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-01", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.rwe", @@ -145347,29 +145369,7 @@ } ] } - ], - "whois_server": "whois.nic.rwe", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-01", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ryukyu", @@ -145394,6 +145394,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.ryukyu", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -145464,32 +145489,7 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.ryukyu", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "sa", @@ -145503,6 +145503,22 @@ "tech": "Communications, Space and Technology Commission" } }, + "registry_url": "http://www.nic.net.sa/", + "whois_server": "whois.nic.net.sa", + "tld_created": "1994-05-17", + "tld_updated": [ + "2026-02-24" + ], + "annotations": { + "country_name_iso": "Saudi Arabia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c1.dns.sa", @@ -145695,22 +145711,6 @@ ] } ], - "registry_url": "http://www.nic.net.sa/", - "whois_server": "whois.nic.net.sa", - "tld_created": "1994-05-17", - "tld_updated": [ - "2026-02-24" - ], - "annotations": { - "country_name_iso": "Saudi Arabia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgberp4a5d4ar" ] @@ -145738,6 +145738,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic-saarland.de", + "whois_server": "whois.nic.saarland", + "rdap_server": "https://rdap.centralnic.com/saarland", + "tld_created": "2014-03-20", + "tld_updated": [ + "2023-09-08" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nic.saarland", @@ -145815,30 +145838,7 @@ } ] } - ], - "registry_url": "http://www.nic-saarland.de", - "whois_server": "whois.nic.saarland", - "rdap_server": "https://rdap.centralnic.com/saarland", - "tld_created": "2014-03-20", - "tld_updated": [ - "2023-09-08" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "safe", @@ -145863,6 +145863,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.safe", + "rdap_server": "https://rdap.nominet.uk/safe/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.safe", @@ -146016,36 +146045,7 @@ } ] } - ], - "registry_url": "http://www.nic.safe", - "rdap_server": "https://rdap.nominet.uk/safe/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "safety", @@ -146070,6 +146070,28 @@ "date_removed": null } }, + "registry_url": "https://nic.safety", + "whois_server": "whois.nic.safety", + "rdap_server": "https://rdap.nic.safety/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.safety", @@ -146185,29 +146207,7 @@ } ] } - ], - "registry_url": "https://nic.safety", - "whois_server": "whois.nic.safety", - "rdap_server": "https://rdap.nic.safety/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "sakura", @@ -146232,6 +146232,26 @@ "date_removed": null } }, + "registry_url": "https://dot-sakura.sakura.ad.jp/", + "whois_server": "whois.nic.sakura", + "rdap_server": "https://rdap.nic.sakura/rdap/", + "tld_created": "2015-06-04", + "tld_updated": [ + "2025-12-03" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "tld1.nic.sakura", @@ -146309,27 +146329,7 @@ } ] } - ], - "registry_url": "https://dot-sakura.sakura.ad.jp/", - "whois_server": "whois.nic.sakura", - "rdap_server": "https://rdap.nic.sakura/rdap/", - "tld_created": "2015-06-04", - "tld_updated": [ - "2025-12-03" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sale", @@ -146354,6 +146354,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.sale", @@ -146469,10 +146496,34 @@ } ] } - ], + ] + }, + { + "tld": "salon", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1618-18834", + "registry_operator_country_code": null, + "date_contract_signed": "2014-12-11", + "date_delegated": "2015-12-05", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-17", + "tld_created": "2015-11-12", "tld_updated": [ "2025-10-07" ], @@ -146496,30 +146547,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "salon", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1618-18834", - "registry_operator_country_code": null, - "date_contract_signed": "2014-12-11", - "date_delegated": "2015-12-05", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -146636,34 +146663,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "samsclub", @@ -146688,6 +146688,35 @@ "date_removed": null } }, + "registry_url": "http://www.samsclub.com", + "whois_server": "whois.nic.samsclub", + "rdap_server": "https://rdap.nic.samsclub", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.samsclub", @@ -146803,36 +146832,7 @@ } ] } - ], - "registry_url": "http://www.samsclub.com", - "whois_server": "whois.nic.samsclub", - "rdap_server": "https://rdap.nic.samsclub", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "samsung", @@ -146857,6 +146857,20 @@ "date_removed": null } }, + "registry_url": "http://samsungregistry.com", + "whois_server": "whois.nic.samsung", + "rdap_server": "https://nic.samsung/rdap/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2026-01-08" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "n1-a1.aka-ns.net", @@ -146991,21 +147005,7 @@ } ] } - ], - "registry_url": "http://samsungregistry.com", - "whois_server": "whois.nic.samsung", - "rdap_server": "https://nic.samsung/rdap/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2026-01-08" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ] - } + ] }, { "tld": "sandvik", @@ -147030,6 +147030,27 @@ "date_removed": null } }, + "registry_url": "http://nic.sandvik", + "whois_server": "whois.nic.sandvik", + "rdap_server": "https://rdap.nic.sandvik/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sandvik", @@ -147145,28 +147166,7 @@ } ] } - ], - "registry_url": "http://nic.sandvik", - "whois_server": "whois.nic.sandvik", - "rdap_server": "https://rdap.nic.sandvik/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "sandvikcoromant", @@ -147191,6 +147191,27 @@ "date_removed": null } }, + "registry_url": "http://nic.sandvikcoromant", + "whois_server": "whois.nic.sandvikcoromant", + "rdap_server": "https://rdap.nic.sandvikcoromant/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sandvikcoromant", @@ -147306,28 +147327,7 @@ } ] } - ], - "registry_url": "http://nic.sandvikcoromant", - "whois_server": "whois.nic.sandvikcoromant", - "rdap_server": "https://rdap.nic.sandvikcoromant/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "sanofi", @@ -147352,6 +147352,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.sanofi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sanofi", @@ -147429,29 +147451,7 @@ } ] } - ], - "whois_server": "whois.nic.sanofi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sap", @@ -147476,6 +147476,29 @@ "date_removed": null } }, + "registry_url": "http://www.sap.com", + "whois_server": "whois.nic.sap", + "rdap_server": "https://rdap.nic.sap/", + "tld_created": "2015-03-19", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -147553,30 +147576,7 @@ } ] } - ], - "registry_url": "http://www.sap.com", - "whois_server": "whois.nic.sap", - "rdap_server": "https://rdap.nic.sap/", - "tld_created": "2015-03-19", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "sapo", @@ -147631,6 +147631,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.sarl", @@ -147746,34 +147773,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sas", @@ -147798,6 +147798,28 @@ "date_removed": null } }, + "registry_url": "http://www.sas.com", + "rdap_server": "https://rdap.nic.sas/", + "tld_created": "2015-11-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sas", @@ -147913,29 +147935,7 @@ } ] } - ], - "registry_url": "http://www.sas.com", - "rdap_server": "https://rdap.nic.sas/", - "tld_created": "2015-11-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "save", @@ -147960,6 +147960,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.save", + "rdap_server": "https://rdap.nominet.uk/save/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.save", @@ -148113,36 +148142,7 @@ } ] } - ], - "registry_url": "http://www.nic.save", - "rdap_server": "https://rdap.nominet.uk/save/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "saxo", @@ -148167,6 +148167,29 @@ "date_removed": null } }, + "registry_url": "http://nic.saxo", + "whois_server": "whois.nic.saxo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-15", + "tld_updated": [ + "2024-03-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.saxo", @@ -148282,30 +148305,7 @@ } ] } - ], - "registry_url": "http://nic.saxo", - "whois_server": "whois.nic.saxo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-15", - "tld_updated": [ - "2024-03-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sb", @@ -148319,6 +148319,22 @@ "tech": "Solomon Telekom Company Limited" } }, + "registry_url": "http://www.nic.net.sb/", + "whois_server": "whois.nic.net.sb", + "tld_created": "1994-04-19", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Solomon Islands", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.anycastdns.cz", @@ -148370,23 +148386,7 @@ } ] } - ], - "registry_url": "http://www.nic.net.sb/", - "whois_server": "whois.nic.net.sb", - "tld_created": "1994-04-19", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Solomon Islands", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "sbi", @@ -148411,6 +148411,29 @@ "date_removed": null } }, + "registry_url": "https://www.sbi.co.in", + "whois_server": "whois.nic.sbi", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sbi", @@ -148488,30 +148511,7 @@ } ] } - ], - "registry_url": "https://www.sbi.co.in", - "whois_server": "whois.nic.sbi", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sbs", @@ -148536,6 +148536,32 @@ "date_removed": null } }, + "registry_url": "http://nic.icu", + "whois_server": "whois.nic.sbs", + "rdap_server": "https://rdap.centralnic.com/sbs/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2024-06-19" + ], + "annotations": { + "iana_sponsor_alias": "Shortdot", + "iana_sponsor_slug": "shortdot", + "iana_admin_alias": "Shortdot", + "iana_admin_slug": "shortdot", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.sbs", @@ -148613,33 +148639,7 @@ } ] } - ], - "registry_url": "http://nic.icu", - "whois_server": "whois.nic.sbs", - "rdap_server": "https://rdap.centralnic.com/sbs/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2024-06-19" - ], - "annotations": { - "iana_sponsor_alias": "Shortdot", - "iana_sponsor_slug": "shortdot", - "iana_admin_alias": "Shortdot", - "iana_admin_slug": "shortdot", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "sc", @@ -148653,6 +148653,26 @@ "tech": "Identity Digital" } }, + "registry_url": "http://www.nic.sc", + "whois_server": "whois.nic.sc", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1997-05-09", + "tld_updated": [ + "2025-09-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Seychelles", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -148780,27 +148800,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.sc", - "whois_server": "whois.nic.sc", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-05-09", - "tld_updated": [ - "2025-09-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Seychelles", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "sca", @@ -148855,6 +148855,29 @@ "date_removed": null } }, + "registry_url": "https://www.scb.co.th/en/personal-banking/top-level-domain.html", + "whois_server": "whois.nic.scb", + "rdap_server": "https://rdap.nic.scb/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Community DNS", + "RcodeZero" + ], + "as_org_slugs": [ + "community-dns", + "rcodezero" + ] + }, "nameservers": [ { "hostname": "c.nic.scb", @@ -148913,30 +148936,7 @@ } ] } - ], - "registry_url": "https://www.scb.co.th/en/personal-banking/top-level-domain.html", - "whois_server": "whois.nic.scb", - "rdap_server": "https://rdap.nic.scb/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Community DNS", - "RcodeZero" - ], - "as_org_slugs": [ - "community-dns", - "rcodezero" - ] - } + ] }, { "tld": "schaeffler", @@ -148961,6 +148961,27 @@ "date_removed": null } }, + "registry_url": "http://www.schaeffler.com", + "whois_server": "whois.afilias-srs.net", + "rdap_server": "https://rdap.nic.schaeffler/", + "tld_created": "2015-12-17", + "tld_updated": [ + "2023-05-04" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.schaeffler", @@ -149019,28 +149040,7 @@ } ] } - ], - "registry_url": "http://www.schaeffler.com", - "whois_server": "whois.afilias-srs.net", - "rdap_server": "https://rdap.nic.schaeffler/", - "tld_created": "2015-12-17", - "tld_updated": [ - "2023-05-04" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] }, { "tld": "schmidt", @@ -149065,6 +149065,27 @@ "date_removed": null } }, + "registry_url": "http://nic.schmidt/", + "whois_server": "whois.nic.schmidt", + "rdap_server": "https://rdap.nic.schmidt/", + "tld_created": "2014-06-19", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.schmidt", @@ -149180,28 +149201,7 @@ } ] } - ], - "registry_url": "http://nic.schmidt/", - "whois_server": "whois.nic.schmidt", - "rdap_server": "https://rdap.nic.schmidt/", - "tld_created": "2014-06-19", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "scholarships", @@ -149226,6 +149226,28 @@ "date_removed": null } }, + "registry_url": "http://www.scholarships.com", + "whois_server": "whois.nic.scholarships", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.scholarships", @@ -149303,29 +149325,7 @@ } ] } - ], - "registry_url": "http://www.scholarships.com", - "whois_server": "whois.nic.scholarships", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "school", @@ -149350,6 +149350,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.school", @@ -149465,10 +149492,34 @@ } ] } - ], + ] + }, + { + "tld": "schule", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1627-1624", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-22", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-13", + "tld_created": "2014-04-11", "tld_updated": [ "2025-10-07" ], @@ -149492,30 +149543,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "schule", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1627-1624", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-22", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -149632,34 +149659,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "schwarz", @@ -149684,6 +149684,29 @@ "date_removed": null } }, + "registry_url": "https://www.nic.schwarz", + "whois_server": "whois.nic.schwarz", + "rdap_server": "https://rdap.centralnic.com/schwarz", + "tld_created": "2014-12-04", + "tld_updated": [ + "2023-11-06" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.schwarz", @@ -149761,30 +149784,7 @@ } ] } - ], - "registry_url": "https://www.nic.schwarz", - "whois_server": "whois.nic.schwarz", - "rdap_server": "https://rdap.centralnic.com/schwarz", - "tld_created": "2014-12-04", - "tld_updated": [ - "2023-11-06" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "science", @@ -149809,122 +149809,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.nic.science", - "ipv4": [ - { - "ip": "37.209.192.10", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:1::10", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "b.nic.science", - "ipv4": [ - { - "ip": "37.209.194.10", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:2::10", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "c.nic.science", - "ipv4": [ - { - "ip": "37.209.196.10", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:3::10", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns1.dns.nic.science", - "ipv4": [ - { - "ip": "156.154.169.41", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1071::1:29", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns2.dns.nic.science", - "ipv4": [ - { - "ip": "156.154.170.41", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1072::1:29", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "ns3.dns.nic.science", - "ipv4": [ - { - "ip": "156.154.171.41", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2610:a1:1073::1:29", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - } - ], "registry_url": "http://nic.science", "whois_server": "whois.nic.science", "rdap_server": "https://rdap.nic.science/", @@ -149950,7 +149834,123 @@ "as_org_slugs": [ "ultradns" ] - } + }, + "nameservers": [ + { + "hostname": "a.nic.science", + "ipv4": [ + { + "ip": "37.209.192.10", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:1::10", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "b.nic.science", + "ipv4": [ + { + "ip": "37.209.194.10", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:2::10", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "c.nic.science", + "ipv4": [ + { + "ip": "37.209.196.10", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:3::10", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns1.dns.nic.science", + "ipv4": [ + { + "ip": "156.154.169.41", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1071::1:29", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns2.dns.nic.science", + "ipv4": [ + { + "ip": "156.154.170.41", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1072::1:29", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "ns3.dns.nic.science", + "ipv4": [ + { + "ip": "156.154.171.41", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2610:a1:1073::1:29", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + } + ] }, { "tld": "scjohnson", @@ -150035,6 +150035,29 @@ "date_removed": null } }, + "registry_url": "https://dot.scot/", + "whois_server": "whois.nic.scot", + "rdap_server": "https://rdap.nic.scot/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "scottish" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -150112,30 +150135,7 @@ } ] } - ], - "registry_url": "https://dot.scot/", - "whois_server": "whois.nic.scot", - "rdap_server": "https://rdap.nic.scot/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "scottish" - } + ] }, { "tld": "sd", @@ -150149,6 +150149,24 @@ "tech": "Sudan Internet Society" } }, + "registry_url": "http://www.isoc.sd", + "whois_server": "whois.nic.sd", + "rdap_server": "https://rdap.nic.sd", + "tld_created": "1997-03-06", + "tld_updated": [ + "2024-01-29" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Sudan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ans1.canar.sd", @@ -150256,24 +150274,6 @@ ] } ], - "registry_url": "http://www.isoc.sd", - "whois_server": "whois.nic.sd", - "rdap_server": "https://rdap.nic.sd", - "tld_created": "1997-03-06", - "tld_updated": [ - "2024-01-29" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Sudan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--mgbpl2fh" ] @@ -150290,6 +150290,24 @@ "tech": "Netnod AB" } }, + "registry_url": "https://www.internetstiftelsen.se", + "whois_server": "whois.iis.se", + "tld_created": "1986-09-04", + "tld_updated": [ + "2026-02-12" + ], + "annotations": { + "country_name_iso": "Sweden", + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.se", @@ -150481,25 +150499,7 @@ } ] } - ], - "registry_url": "https://www.internetstiftelsen.se", - "whois_server": "whois.iis.se", - "tld_created": "1986-09-04", - "tld_updated": [ - "2026-02-12" - ], - "annotations": { - "country_name_iso": "Sweden", - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "search", @@ -150524,6 +150524,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2017-06-08", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -150620,34 +150647,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2017-06-08", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "seat", @@ -150672,6 +150672,27 @@ "date_removed": null } }, + "registry_url": "http://www.seat.com/content/com/com/en/contact/abuse.html", + "whois_server": "whois.nic.seat", + "rdap_server": "https://rdap.nic.seat/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -150749,28 +150770,7 @@ } ] } - ], - "registry_url": "http://www.seat.com/content/com/com/en/contact/abuse.html", - "whois_server": "whois.nic.seat", - "rdap_server": "https://rdap.nic.seat/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "secure", @@ -150795,6 +150795,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.secure", + "rdap_server": "https://rdap.nominet.uk/secure/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.secure", @@ -150948,36 +150977,7 @@ } ] } - ], - "registry_url": "http://www.nic.secure", - "rdap_server": "https://rdap.nominet.uk/secure/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "security", @@ -151002,6 +151002,34 @@ "date_removed": null } }, + "registry_url": "https://nic.security/", + "whois_server": "whois.nic.security", + "rdap_server": "https://rdap.centralnic.com/security", + "tld_created": "2015-09-03", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.security", @@ -151079,35 +151107,7 @@ } ] } - ], - "registry_url": "https://nic.security/", - "whois_server": "whois.nic.security", - "rdap_server": "https://rdap.centralnic.com/security", - "tld_created": "2015-09-03", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "seek", @@ -151132,6 +151132,27 @@ "date_removed": null } }, + "registry_url": "https://au.seek.com/about", + "whois_server": "whois.nic.seek", + "rdap_server": "https://rdap.nic.seek/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.seek", @@ -151247,28 +151268,7 @@ } ] } - ], - "registry_url": "https://au.seek.com/about", - "whois_server": "whois.nic.seek", - "rdap_server": "https://rdap.nic.seek/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "select", @@ -151293,6 +151293,34 @@ "date_removed": null } }, + "registry_url": "http://nic.select/", + "whois_server": "whois.nic.select", + "rdap_server": "https://rdap.nic.select/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.select", @@ -151408,35 +151436,7 @@ } ] } - ], - "registry_url": "http://nic.select/", - "whois_server": "whois.nic.select", - "rdap_server": "https://rdap.nic.select/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "sener", @@ -151461,6 +151461,29 @@ "date_removed": null } }, + "registry_url": "http://sener.es", + "whois_server": "whois.nic.rwe", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.sener", @@ -151576,30 +151599,7 @@ } ] } - ], - "registry_url": "http://sener.es", - "whois_server": "whois.nic.rwe", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "services", @@ -151624,6 +151624,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.services", @@ -151739,34 +151766,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ses", @@ -151821,6 +151821,27 @@ "date_removed": null } }, + "registry_url": "http://nic.seven/", + "whois_server": "whois.nic.seven", + "rdap_server": "https://rdap.nic.seven/", + "tld_created": "2015-09-23", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.seven", @@ -151936,28 +151957,7 @@ } ] } - ], - "registry_url": "http://nic.seven/", - "whois_server": "whois.nic.seven", - "rdap_server": "https://rdap.nic.seven/", - "tld_created": "2015-09-23", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "sew", @@ -151982,6 +151982,29 @@ "date_removed": null } }, + "registry_url": "http://www.sew-eurodrive.com/", + "whois_server": "whois.nic.sew", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-06", + "tld_updated": [ + "2023-08-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sew", @@ -152059,30 +152082,7 @@ } ] } - ], - "registry_url": "http://www.sew-eurodrive.com/", - "whois_server": "whois.nic.sew", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-06", - "tld_updated": [ - "2023-08-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sex", @@ -152107,6 +152107,34 @@ "date_removed": null } }, + "registry_url": "http://nic.sex", + "whois_server": "whois.nic.sex", + "rdap_server": "https://rdap.nic.sex/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sex", @@ -152222,35 +152250,7 @@ } ] } - ], - "registry_url": "http://nic.sex", - "whois_server": "whois.nic.sex", - "rdap_server": "https://rdap.nic.sex/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "sexy", @@ -152275,6 +152275,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -152352,31 +152376,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "sfr", @@ -152401,6 +152401,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.sfr", + "rdap_server": "https://rdap.centralnic.com/sfr", + "tld_created": "2015-11-12", + "tld_updated": [ + "2024-01-31" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.sfr", @@ -152478,29 +152500,7 @@ } ] } - ], - "whois_server": "whois.nic.sfr", - "rdap_server": "https://rdap.centralnic.com/sfr", - "tld_created": "2015-11-12", - "tld_updated": [ - "2024-01-31" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "sg", @@ -152514,6 +152514,28 @@ "tech": "Singapore Network Information Centre (SGNIC) Pte Ltd." } }, + "registry_url": "http://www.sgnic.sg", + "whois_server": "whois.sgnic.sg", + "rdap_server": "https://rdap.sgnic.sg/rdap/", + "tld_created": "1988-10-19", + "tld_updated": [ + "2026-02-04" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Singapore", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dsany2.sgnic.sg", @@ -152611,28 +152633,6 @@ ] } ], - "registry_url": "http://www.sgnic.sg", - "whois_server": "whois.sgnic.sg", - "rdap_server": "https://rdap.sgnic.sg/rdap/", - "tld_created": "1988-10-19", - "tld_updated": [ - "2026-02-04" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Singapore", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--clchc0ea0b2g2a9gcd", "xn--yfro4i67o" @@ -152650,6 +152650,26 @@ "tech": "Internet Computer Bureau Ltd" } }, + "registry_url": "http://www.nic.sh/", + "whois_server": "whois.nic.sh", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1997-09-23", + "tld_updated": [ + "2023-01-18" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Saint Helena, Ascension and Tristan da Cunha", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.nic.sh", @@ -152727,27 +152747,7 @@ } ] } - ], - "registry_url": "http://www.nic.sh/", - "whois_server": "whois.nic.sh", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1997-09-23", - "tld_updated": [ - "2023-01-18" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Saint Helena, Ascension and Tristan da Cunha", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "shangrila", @@ -152772,6 +152772,29 @@ "date_removed": null } }, + "registry_url": "http://www.shangri-la.com/", + "whois_server": "whois.nic.shangrila", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.shangrila", @@ -152849,30 +152872,7 @@ } ] } - ], - "registry_url": "http://www.shangri-la.com/", - "whois_server": "whois.nic.shangrila", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sharp", @@ -152897,6 +152897,29 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -152967,30 +152990,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "shaw", @@ -153045,6 +153045,30 @@ "date_removed": null } }, + "registry_url": "http://www.shell.com", + "rdap_server": "https://rdap.nominet.uk/shell/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.shell", @@ -153198,31 +153222,7 @@ } ] } - ], - "registry_url": "http://www.shell.com", - "rdap_server": "https://rdap.nominet.uk/shell/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "shia", @@ -153247,6 +153247,32 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/shia/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -153400,33 +153426,7 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/shia/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "shiksha", @@ -153451,6 +153451,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.shiksha", @@ -153528,12 +153555,36 @@ } ] } - ], + ] + }, + { + "tld": "shoes", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": null, + "registry_operator_country_code": null, + "date_contract_signed": "2013-10-02", + "date_delegated": "2013-12-17", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", + "tld_created": "2013-12-12", "tld_updated": [ - "2025-09-04" + "2025-10-07" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -153555,30 +153606,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "shoes", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": null, - "registry_operator_country_code": null, - "date_contract_signed": "2013-10-02", - "date_delegated": "2013-12-17", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -153695,34 +153722,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "shop", @@ -153747,6 +153747,34 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.shop", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2016-05-05", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -153817,35 +153845,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.shop", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2016-05-05", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "shopping", @@ -153870,6 +153870,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.shopping", @@ -153985,34 +154012,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "shouji", @@ -154037,6 +154037,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -154100,27 +154120,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "show", @@ -154145,6 +154145,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.show", @@ -154260,34 +154287,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "showtime", @@ -154360,6 +154360,28 @@ "tech": "Academic and Research Network of Slovenia (ARNES)" } }, + "registry_url": "https://www.registry.si/", + "whois_server": "whois.register.si", + "rdap_server": "https://rdap.register.si/", + "tld_created": "1992-04-01", + "tld_updated": [ + "2026-03-25" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Slovenia", + "as_org_aliases": [ + "CIRA", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cira", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.si", @@ -154475,29 +154497,7 @@ } ] } - ], - "registry_url": "https://www.registry.si/", - "whois_server": "whois.register.si", - "rdap_server": "https://rdap.register.si/", - "tld_created": "1992-04-01", - "tld_updated": [ - "2026-03-25" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Slovenia", - "as_org_aliases": [ - "CIRA", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cira", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - } + ] }, { "tld": "silk", @@ -154522,6 +154522,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.silk", + "rdap_server": "https://rdap.nominet.uk/silk/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.silk", @@ -154675,37 +154705,7 @@ } ] } - ], - "registry_url": "http://www.nic.silk", - "rdap_server": "https://rdap.nominet.uk/silk/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "sina", @@ -154730,6 +154730,29 @@ "date_removed": null } }, + "registry_url": "http://www.sina.com", + "whois_server": "whois.nic.sina", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-29", + "tld_updated": [ + "2023-08-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.sina", @@ -154807,30 +154830,7 @@ } ] } - ], - "registry_url": "http://www.sina.com", - "whois_server": "whois.nic.sina", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-29", - "tld_updated": [ - "2023-08-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "singles", @@ -154855,6 +154855,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.singles", @@ -154970,34 +154997,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "site", @@ -155022,6 +155022,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.site", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2026-04-21" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -155099,35 +155127,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.site", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2026-04-21" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "sj", @@ -155141,6 +155141,15 @@ "tech": "Norid A/S" } }, + "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-sj/", + "tld_created": "1997-08-21", + "tld_updated": [ + "2022-01-14" + ], + "annotations": { + "country_name_iso": "Svalbard and Jan Mayen", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "nac.no", @@ -155256,16 +155265,7 @@ } ] } - ], - "registry_url": "https://www.norid.no/en/omnorid/toppdomenet-sj/", - "tld_created": "1997-08-21", - "tld_updated": [ - "2022-01-14" - ], - "annotations": { - "country_name_iso": "Svalbard and Jan Mayen", - "geographic_scope": "country" - } + ] }, { "tld": "sk", @@ -155279,6 +155279,22 @@ "tech": "SK-NIC, a.s." } }, + "registry_url": "http://www.sk-nic.sk", + "whois_server": "whois.sk-nic.sk", + "tld_created": "1993-03-29", + "tld_updated": [ + "2026-03-16" + ], + "annotations": { + "country_name_iso": "Slovakia", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "e.tld.sk", @@ -155356,23 +155372,7 @@ } ] } - ], - "registry_url": "http://www.sk-nic.sk", - "whois_server": "whois.sk-nic.sk", - "tld_created": "1993-03-29", - "tld_updated": [ - "2026-03-16" - ], - "annotations": { - "country_name_iso": "Slovakia", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ski", @@ -155397,6 +155397,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ski", @@ -155474,35 +155502,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "skin", @@ -155527,6 +155527,34 @@ "date_removed": null } }, + "registry_url": "https://nic.skin/", + "whois_server": "whois.nic.skin", + "rdap_server": "https://rdap.centralnic.com/skin/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.skin", @@ -155604,35 +155632,7 @@ } ] } - ], - "registry_url": "https://nic.skin/", - "whois_server": "whois.nic.skin", - "rdap_server": "https://rdap.centralnic.com/skin/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "sky", @@ -155657,6 +155657,30 @@ "date_removed": null } }, + "registry_url": "http://nic.sky", + "rdap_server": "https://rdap.nominet.uk/sky/", + "tld_created": "2014-10-02", + "tld_updated": [ + "2025-02-03" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.sky", @@ -155810,31 +155834,7 @@ } ] } - ], - "registry_url": "http://nic.sky", - "rdap_server": "https://rdap.nominet.uk/sky/", - "tld_created": "2014-10-02", - "tld_updated": [ - "2025-02-03" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "skype", @@ -155859,6 +155859,36 @@ "date_removed": null } }, + "registry_url": "http://www.skype.com", + "rdap_server": "https://rdap.nominet.uk/skype/", + "tld_created": "2015-03-19", + "tld_updated": [ + "2026-02-07" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.skype", @@ -156012,37 +156042,7 @@ } ] } - ], - "registry_url": "http://www.skype.com", - "rdap_server": "https://rdap.nominet.uk/skype/", - "tld_created": "2015-03-19", - "tld_updated": [ - "2026-02-07" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "sl", @@ -156056,6 +156056,15 @@ "tech": "Sierratel" } }, + "registry_url": "https://www.nic.sl", + "tld_created": "1997-05-09", + "tld_updated": [ + "2021-10-08" + ], + "annotations": { + "country_name_iso": "Sierra Leone", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.neoip.com", @@ -156081,16 +156090,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.nic.sl", - "tld_created": "1997-05-09", - "tld_updated": [ - "2021-10-08" - ], - "annotations": { - "country_name_iso": "Sierra Leone", - "geographic_scope": "country" - } + ] }, { "tld": "sling", @@ -156115,84 +156115,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "ns01.trs-dns.com", - "ipv4": [ - { - "ip": "64.96.1.1", - "asn": 393818, - "as_org": "TUCOWS-TRS-DNS1", - "as_country": "CA" - } - ], - "ipv6": [ - { - "ip": "2620:57:4001::1", - "asn": 393818, - "as_org": "TUCOWS-TRS-DNS1", - "as_country": "CA" - } - ] - }, - { - "hostname": "ns01.trs-dns.net", - "ipv4": [ - { - "ip": "64.96.2.1", - "asn": 63363, - "as_org": "TUCOWS-TRS-DNS2", - "as_country": "CA" - } - ], - "ipv6": [ - { - "ip": "2620:57:4002::1", - "asn": 63363, - "as_org": "TUCOWS-TRS-DNS2", - "as_country": "CA" - } - ] - }, - { - "hostname": "ns10.trs-dns.info", - "ipv4": [ - { - "ip": "64.78.204.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:812:1534:8::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - }, - { - "hostname": "ns10.trs-dns.org", - "ipv4": [ - { - "ip": "64.78.205.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2620:171:813:1534:8::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - } - ], "registry_url": "http://www.echostar.com/", "whois_server": "whois.nic.sling", "rdap_server": "https://rdap.mobile-registry.com/rdap/", @@ -156221,7 +156143,85 @@ "packet-clearing-house", "tucows" ] - } + }, + "nameservers": [ + { + "hostname": "ns01.trs-dns.com", + "ipv4": [ + { + "ip": "64.96.1.1", + "asn": 393818, + "as_org": "TUCOWS-TRS-DNS1", + "as_country": "CA" + } + ], + "ipv6": [ + { + "ip": "2620:57:4001::1", + "asn": 393818, + "as_org": "TUCOWS-TRS-DNS1", + "as_country": "CA" + } + ] + }, + { + "hostname": "ns01.trs-dns.net", + "ipv4": [ + { + "ip": "64.96.2.1", + "asn": 63363, + "as_org": "TUCOWS-TRS-DNS2", + "as_country": "CA" + } + ], + "ipv6": [ + { + "ip": "2620:57:4002::1", + "asn": 63363, + "as_org": "TUCOWS-TRS-DNS2", + "as_country": "CA" + } + ] + }, + { + "hostname": "ns10.trs-dns.info", + "ipv4": [ + { + "ip": "64.78.204.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:812:1534:8::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + }, + { + "hostname": "ns10.trs-dns.org", + "ipv4": [ + { + "ip": "64.78.205.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2620:171:813:1534:8::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + } + ] }, { "tld": "sm", @@ -156235,6 +156235,22 @@ "tech": "Telecom Italia San Marino S.p.A." } }, + "registry_url": "https://www.nic.sm", + "whois_server": "whois.nic.sm", + "tld_created": "1995-08-16", + "tld_updated": [ + "2025-07-07" + ], + "annotations": { + "country_name_iso": "San Marino", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.intelcom.sm", @@ -156298,23 +156314,7 @@ } ] } - ], - "registry_url": "https://www.nic.sm", - "whois_server": "whois.nic.sm", - "tld_created": "1995-08-16", - "tld_updated": [ - "2025-07-07" - ], - "annotations": { - "country_name_iso": "San Marino", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "smart", @@ -156339,6 +156339,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.smart", + "rdap_server": "https://rdap.centralnic.com/smart", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-28" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.smart", @@ -156416,29 +156438,7 @@ } ] } - ], - "whois_server": "whois.nic.smart", - "rdap_server": "https://rdap.centralnic.com/smart", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-28" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "smile", @@ -156463,6 +156463,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.smile", + "rdap_server": "https://rdap.nominet.uk/smile/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.smile", @@ -156616,36 +156645,7 @@ } ] } - ], - "registry_url": "http://www.nic.smile", - "rdap_server": "https://rdap.nominet.uk/smile/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "sn", @@ -156659,6 +156659,26 @@ "tech": "CURI - NIC Senegal" } }, + "registry_url": "https://www.cctld.sn", + "whois_server": "whois.nic.sn", + "rdap_server": "https://rdap.nic.sn/whois43/", + "tld_created": "1993-03-19", + "tld_updated": [ + "2026-03-12" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Senegal", + "as_org_aliases": [ + "AFNIC", + "Amazon" + ], + "as_org_slugs": [ + "afnic", + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-tld.ird.fr", @@ -156734,27 +156754,7 @@ } ] } - ], - "registry_url": "https://www.cctld.sn", - "whois_server": "whois.nic.sn", - "rdap_server": "https://rdap.nic.sn/whois43/", - "tld_created": "1993-03-19", - "tld_updated": [ - "2026-03-12" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Senegal", - "as_org_aliases": [ - "AFNIC", - "Amazon" - ], - "as_org_slugs": [ - "afnic", - "amazon" - ], - "geographic_scope": "country" - } + ] }, { "tld": "sncf", @@ -156779,6 +156779,31 @@ "date_removed": null } }, + "registry_url": "http://www.sncf.com", + "whois_server": "whois.nic.sncf", + "rdap_server": "https://rdap.nic.sncf", + "tld_created": "2015-05-08", + "tld_updated": [ + "2024-09-11" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -156837,32 +156862,7 @@ } ] } - ], - "registry_url": "http://www.sncf.com", - "whois_server": "whois.nic.sncf", - "rdap_server": "https://rdap.nic.sncf", - "tld_created": "2015-05-08", - "tld_updated": [ - "2024-09-11" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] }, { "tld": "so", @@ -156876,6 +156876,22 @@ "tech": "soNIC" } }, + "registry_url": "http://www.nic.so/", + "whois_server": "whois.nic.so", + "tld_created": "1997-08-28", + "tld_updated": [ + "2016-04-18" + ], + "annotations": { + "country_name_iso": "Somalia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.so", @@ -156915,23 +156931,7 @@ } ] } - ], - "registry_url": "http://www.nic.so/", - "whois_server": "whois.nic.so", - "tld_created": "1997-08-28", - "tld_updated": [ - "2016-04-18" - ], - "annotations": { - "country_name_iso": "Somalia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "soccer", @@ -156956,6 +156956,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.soccer", @@ -157071,10 +157098,34 @@ } ] } - ], + ] + }, + { + "tld": "social", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1255-66111", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2014-01-14", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-08", + "tld_created": "2014-01-09", "tld_updated": [ "2025-10-07" ], @@ -157098,30 +157149,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "social", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1255-66111", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2014-01-14", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -157238,34 +157265,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "softbank", @@ -157290,77 +157290,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.gmoregistry.net", - "ipv4": [ - { - "ip": "37.209.192.4", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:1::4", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "b.gmoregistry.net", - "ipv4": [ - { - "ip": "37.209.194.4", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:2::4", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - }, - { - "hostname": "k.gmoregistry.net", - "ipv4": [ - { - "ip": "37.209.196.4", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [] - }, - { - "hostname": "l.gmoregistry.net", - "ipv4": [ - { - "ip": "37.209.198.4", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:dcd:4::4", - "asn": 12008, - "as_org": "SECURITYSERVICES", - "as_country": "US" - } - ] - } - ], "registry_url": "http://softbank.com/", "whois_server": "whois.nic.softbank", "rdap_server": "https://rdap.gmoregistry.net/rdap/", @@ -157383,7 +157312,78 @@ "as_org_slugs": [ "ultradns" ] - } + }, + "nameservers": [ + { + "hostname": "a.gmoregistry.net", + "ipv4": [ + { + "ip": "37.209.192.4", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:1::4", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "b.gmoregistry.net", + "ipv4": [ + { + "ip": "37.209.194.4", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:2::4", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + }, + { + "hostname": "k.gmoregistry.net", + "ipv4": [ + { + "ip": "37.209.196.4", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [] + }, + { + "hostname": "l.gmoregistry.net", + "ipv4": [ + { + "ip": "37.209.198.4", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:dcd:4::4", + "asn": 12008, + "as_org": "SECURITYSERVICES", + "as_country": "US" + } + ] + } + ] }, { "tld": "software", @@ -157408,6 +157408,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.software", @@ -157523,34 +157550,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sohu", @@ -157575,6 +157575,24 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/sohu", + "tld_created": "2014-02-27", + "tld_updated": [ + "2024-11-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -157672,25 +157690,7 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/sohu", - "tld_created": "2014-02-27", - "tld_updated": [ - "2024-11-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "solar", @@ -157715,6 +157715,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.solar", @@ -157830,7 +157857,31 @@ } ] } - ], + ] + }, + { + "tld": "solutions", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1620-15722", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2013-12-28", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2013-12-19", @@ -157857,30 +157908,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "solutions", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1620-15722", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2013-12-28", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -157997,34 +158024,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "song", @@ -158049,6 +158049,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.song", + "whois_server": "whois.nic.song", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.song", @@ -158164,35 +158192,7 @@ } ] } - ], - "registry_url": "http://www.nic.song", - "whois_server": "whois.nic.song", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sony", @@ -158217,6 +158217,31 @@ "date_removed": null } }, + "registry_url": "http://www.sony.com", + "whois_server": "whois.nic.sony", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_sponsor_alias": "Sony", + "iana_sponsor_slug": "sony", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -158287,32 +158312,7 @@ } ] } - ], - "registry_url": "http://www.sony.com", - "whois_server": "whois.nic.sony", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-03-06", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_sponsor_alias": "Sony", - "iana_sponsor_slug": "sony", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "soy", @@ -158337,6 +158337,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -158433,34 +158460,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "spa", @@ -158485,6 +158485,31 @@ "date_removed": null } }, + "registry_url": "https://nic.spa", + "whois_server": "whois.nic.spa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2020-09-25", + "tld_updated": [ + "2023-09-01" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.spa", @@ -158562,32 +158587,7 @@ } ] } - ], - "registry_url": "https://nic.spa", - "whois_server": "whois.nic.spa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2020-09-25", - "tld_updated": [ - "2023-09-01" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "space", @@ -158612,6 +158612,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.space", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-21" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -158689,35 +158717,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.space", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-21" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "spiegel", @@ -158772,6 +158772,27 @@ "date_removed": null } }, + "registry_url": "https://join.sport/", + "whois_server": "whois.nic.sport", + "rdap_server": "https://rdap.nic.sport/", + "tld_created": "2018-01-05", + "tld_updated": [ + "2023-07-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -158849,28 +158870,7 @@ } ] } - ], - "registry_url": "https://join.sport/", - "whois_server": "whois.nic.sport", - "rdap_server": "https://rdap.nic.sport/", - "tld_created": "2018-01-05", - "tld_updated": [ - "2023-07-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "spot", @@ -158895,6 +158895,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.spot", + "rdap_server": "https://rdap.nominet.uk/spot/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.spot", @@ -159048,36 +159077,7 @@ } ] } - ], - "registry_url": "http://www.nic.spot", - "rdap_server": "https://rdap.nominet.uk/spot/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "spreadbetting", @@ -159120,6 +159120,18 @@ "tech": "Telesur" } }, + "registry_url": "https://isp.datasur.sr/", + "whois_server": "whois.sr", + "rdap_server": "https://whois.sr/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2026-04-17" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Suriname", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.sr", @@ -159178,19 +159190,7 @@ } ] } - ], - "registry_url": "https://isp.datasur.sr/", - "whois_server": "whois.sr", - "rdap_server": "https://whois.sr/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2026-04-17" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Suriname", - "geographic_scope": "country" - } + ] }, { "tld": "srl", @@ -159215,6 +159215,28 @@ "date_removed": null } }, + "registry_url": "http://www.internetx.info", + "whois_server": "whois.nic.srl", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-09", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.srl", @@ -159292,29 +159314,7 @@ } ] } - ], - "registry_url": "http://www.internetx.info", - "whois_server": "whois.nic.srl", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-09", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "srt", @@ -159358,6 +159358,24 @@ "tech": "National Communication Authority (NCA)" } }, + "registry_url": "https://nic.ss/", + "whois_server": "whois.nic.ss", + "rdap_server": "https://rdap.nic.ss", + "tld_created": "2011-08-31", + "tld_updated": [ + "2024-04-05" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "South Sudan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-ss.afrinic.net", @@ -159415,25 +159433,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://nic.ss/", - "whois_server": "whois.nic.ss", - "rdap_server": "https://rdap.nic.ss", - "tld_created": "2011-08-31", - "tld_updated": [ - "2024-04-05" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "South Sudan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "st", @@ -159447,6 +159447,22 @@ "tech": "Bahnhof AB" } }, + "registry_url": "http://www.nic.st", + "whois_server": "whois.nic.st", + "tld_created": "1997-11-07", + "tld_updated": [ + "2022-11-15" + ], + "annotations": { + "country_name_iso": "Sao Tome and Principe", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns-st.bahnhof.net", @@ -159524,23 +159540,7 @@ } ] } - ], - "registry_url": "http://www.nic.st", - "whois_server": "whois.nic.st", - "tld_created": "1997-11-07", - "tld_updated": [ - "2022-11-15" - ], - "annotations": { - "country_name_iso": "Sao Tome and Principe", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] }, { "tld": "stada", @@ -159565,6 +159565,30 @@ "date_removed": null } }, + "registry_url": "http://www.stada.com", + "whois_server": "whois.nic.stada", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-06-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.stada", @@ -159642,31 +159666,7 @@ } ] } - ], - "registry_url": "http://www.stada.com", - "whois_server": "whois.nic.stada", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-06-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "staples", @@ -159691,6 +159691,28 @@ "date_removed": null } }, + "registry_url": "http://www.staples.com/", + "rdap_server": "https://rdap.nic.staples/", + "tld_created": "2016-06-09", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.staples", @@ -159806,29 +159828,7 @@ } ] } - ], - "registry_url": "http://www.staples.com/", - "rdap_server": "https://rdap.nic.staples/", - "tld_created": "2016-06-09", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "star", @@ -159853,6 +159853,28 @@ "date_removed": null } }, + "registry_url": "http://www.startv.com", + "whois_server": "whois.nic.star", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-05-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.star", @@ -159930,29 +159952,7 @@ } ] } - ], - "registry_url": "http://www.startv.com", - "whois_server": "whois.nic.star", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-05-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "starhub", @@ -160007,6 +160007,29 @@ "date_removed": null } }, + "registry_url": "https://www.sbi.co.in", + "whois_server": "whois.nic.statebank", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2023-08-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.statebank", @@ -160084,30 +160107,7 @@ } ] } - ], - "registry_url": "https://www.sbi.co.in", - "whois_server": "whois.nic.statebank", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2023-08-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "statefarm", @@ -160132,6 +160132,28 @@ "date_removed": null } }, + "registry_url": "http://www.statefarm.com", + "rdap_server": "https://rdap.nic.statefarm/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.statefarm", @@ -160247,29 +160269,7 @@ } ] } - ], - "registry_url": "http://www.statefarm.com", - "rdap_server": "https://rdap.nic.statefarm/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "statoil", @@ -160324,6 +160324,30 @@ "date_removed": null } }, + "registry_url": "http://www.stc.com.sa", + "whois_server": "whois.nic.stc", + "rdap_server": "https://rdap.centralnic.com/stc", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-28" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.stc", @@ -160401,31 +160425,7 @@ } ] } - ], - "registry_url": "http://www.stc.com.sa", - "whois_server": "whois.nic.stc", - "rdap_server": "https://rdap.centralnic.com/stc", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-28" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "stcgroup", @@ -160450,6 +160450,30 @@ "date_removed": null } }, + "registry_url": "http://www.stc.com.sa", + "whois_server": "whois.nic.stcgroup", + "rdap_server": "https://rdap.centralnic.com/stcgroup", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-28" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.stcgroup", @@ -160527,31 +160551,7 @@ } ] } - ], - "registry_url": "http://www.stc.com.sa", - "whois_server": "whois.nic.stcgroup", - "rdap_server": "https://rdap.centralnic.com/stcgroup", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-28" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "stockholm", @@ -160576,6 +160576,29 @@ "date_removed": null } }, + "registry_url": "http://www.stockholm.se/", + "whois_server": "whois.nic.stockholm", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-17", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.stockholm", @@ -160653,30 +160676,7 @@ } ] } - ], - "registry_url": "http://www.stockholm.se/", - "whois_server": "whois.nic.stockholm", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-17", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] }, { "tld": "storage", @@ -160701,6 +160701,34 @@ "date_removed": null } }, + "registry_url": "https://nic.storage/", + "whois_server": "whois.nic.storage", + "rdap_server": "https://rdap.centralnic.com/storage", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.storage", @@ -160778,35 +160806,7 @@ } ] } - ], - "registry_url": "https://nic.storage/", - "whois_server": "whois.nic.storage", - "rdap_server": "https://rdap.centralnic.com/storage", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "store", @@ -160831,6 +160831,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.store", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2016-02-11", + "tld_updated": [ + "2026-04-27" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -160908,35 +160936,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.store", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2016-02-11", - "tld_updated": [ - "2026-04-27" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "stream", @@ -160961,6 +160961,32 @@ "date_removed": null } }, + "registry_url": "http://nic.stream", + "whois_server": "whois.nic.stream", + "rdap_server": "https://rdap.nic.stream/", + "tld_created": "2016-02-26", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.stream", @@ -161076,33 +161102,7 @@ } ] } - ], - "registry_url": "http://nic.stream", - "whois_server": "whois.nic.stream", - "rdap_server": "https://rdap.nic.stream/", - "tld_created": "2016-02-26", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "studio", @@ -161127,6 +161127,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-25", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.studio", @@ -161242,34 +161269,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-25", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "study", @@ -161294,6 +161294,34 @@ "date_removed": null } }, + "registry_url": "http://nic.study", + "whois_server": "whois.nic.study", + "rdap_server": "https://rdap.nic.study/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.study", @@ -161409,35 +161437,7 @@ } ] } - ], - "registry_url": "http://nic.study", - "whois_server": "whois.nic.study", - "rdap_server": "https://rdap.nic.study/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "style", @@ -161462,6 +161462,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.style", @@ -161577,34 +161604,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "su", @@ -161618,6 +161618,15 @@ "tech": "Technical Center of Internet" } }, + "whois_server": "whois.tcinet.ru", + "tld_created": "1990-09-19", + "tld_updated": [ + "2026-04-22" + ], + "annotations": { + "country_name_iso": "Soviet Union", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -161714,16 +161723,7 @@ } ] } - ], - "whois_server": "whois.tcinet.ru", - "tld_created": "1990-09-19", - "tld_updated": [ - "2026-04-22" - ], - "annotations": { - "country_name_iso": "Soviet Union", - "geographic_scope": "country" - } + ] }, { "tld": "sucks", @@ -161748,6 +161748,26 @@ "date_removed": null } }, + "registry_url": "http://www.voxpopregistry.com", + "whois_server": "whois.nic.sucks", + "rdap_server": "https://rdap.nic.sucks/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2023-12-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.sucks", @@ -161863,27 +161883,7 @@ } ] } - ], - "registry_url": "http://www.voxpopregistry.com", - "whois_server": "whois.nic.sucks", - "rdap_server": "https://rdap.nic.sucks/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2023-12-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "supplies", @@ -161908,6 +161908,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.supplies", @@ -162023,7 +162050,31 @@ } ] } - ], + ] + }, + { + "tld": "supply", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1591-23028", + "registry_operator_country_code": null, + "date_contract_signed": "2013-12-19", + "date_delegated": "2014-02-21", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2014-02-13", @@ -162050,30 +162101,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "supply", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1591-23028", - "registry_operator_country_code": null, - "date_contract_signed": "2013-12-19", - "date_delegated": "2014-02-21", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -162190,10 +162217,34 @@ } ] } - ], + ] + }, + { + "tld": "support", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1568-22230", + "registry_operator_country_code": null, + "date_contract_signed": "2013-10-24", + "date_delegated": "2013-12-18", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", + "tld_created": "2013-12-12", "tld_updated": [ "2025-10-07" ], @@ -162217,30 +162268,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "support", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1568-22230", - "registry_operator_country_code": null, - "date_contract_signed": "2013-10-24", - "date_delegated": "2013-12-18", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -162357,34 +162384,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "surf", @@ -162409,6 +162409,34 @@ "date_removed": null } }, + "registry_url": "http://nic.surf/", + "whois_server": "whois.nic.surf", + "rdap_server": "https://rdap.nic.surf/", + "tld_created": "2014-03-13", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.surf", @@ -162524,35 +162552,7 @@ } ] } - ], - "registry_url": "http://nic.surf/", - "whois_server": "whois.nic.surf", - "rdap_server": "https://rdap.nic.surf/", - "tld_created": "2014-03-13", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "surgery", @@ -162577,6 +162577,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.surgery", @@ -162692,34 +162719,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "suzuki", @@ -162744,6 +162744,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.suzuki", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-06-26", + "tld_updated": [ + "2019-08-27" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -162814,32 +162839,7 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.suzuki", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-06-26", - "tld_updated": [ - "2019-08-27" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "sv", @@ -162853,6 +162853,23 @@ "tech": "Conexión al Desarrollo de El Salvador" } }, + "registry_url": "http://www.svnet.sv", + "tld_created": "1994-11-04", + "tld_updated": [ + "2026-04-29" + ], + "annotations": { + "country_name_iso": "El Salvador", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -162954,24 +162971,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.svnet.sv", - "tld_created": "1994-11-04", - "tld_updated": [ - "2026-04-29" - ], - "annotations": { - "country_name_iso": "El Salvador", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "swatch", @@ -162996,6 +162996,30 @@ "date_removed": null } }, + "registry_url": "http://www.swatchgroup.com/", + "rdap_server": "https://rdap.nominet.uk/swatch/", + "tld_created": "2015-04-23", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.swatch", @@ -163149,31 +163173,7 @@ } ] } - ], - "registry_url": "http://www.swatchgroup.com/", - "rdap_server": "https://rdap.nominet.uk/swatch/", - "tld_created": "2015-04-23", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "swiftcover", @@ -163228,6 +163228,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.swiss", + "whois_server": "whois.nic.swiss", + "rdap_server": "https://rdap.nic.swiss", + "tld_created": "2015-04-16", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien", + "RcodeZero" + ], + "as_org_slugs": [ + "knipp-medien", + "rcodezero" + ], + "cultural_affiliation": "swiss" + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -163362,31 +163386,7 @@ } ] } - ], - "registry_url": "http://www.nic.swiss", - "whois_server": "whois.nic.swiss", - "rdap_server": "https://rdap.nic.swiss", - "tld_created": "2015-04-16", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien", - "RcodeZero" - ], - "as_org_slugs": [ - "knipp-medien", - "rcodezero" - ], - "cultural_affiliation": "swiss" - } + ] }, { "tld": "sx", @@ -163400,6 +163400,26 @@ "tech": "Canadian Internet Registration Authority (CIRA)" } }, + "registry_url": "http://registry.sx", + "whois_server": "whois.sx", + "tld_created": "2010-12-20", + "tld_updated": [ + "2026-01-26" + ], + "annotations": { + "iana_tech_alias": "CIRA", + "iana_tech_slug": "cira", + "country_name_iso": "Sint Maarten (Dutch part)", + "as_org_aliases": [ + "CIRA", + "DENIC" + ], + "as_org_slugs": [ + "cira", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.ns.sx", @@ -163477,27 +163497,7 @@ } ] } - ], - "registry_url": "http://registry.sx", - "whois_server": "whois.sx", - "tld_created": "2010-12-20", - "tld_updated": [ - "2026-01-26" - ], - "annotations": { - "iana_tech_alias": "CIRA", - "iana_tech_slug": "cira", - "country_name_iso": "Sint Maarten (Dutch part)", - "as_org_aliases": [ - "CIRA", - "DENIC" - ], - "as_org_slugs": [ - "cira", - "denic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "sy", @@ -163511,6 +163511,22 @@ "tech": "National Agency for Network Services (NANS)" } }, + "registry_url": "http://tld.sy", + "whois_server": "whois.tld.sy", + "tld_created": "1996-02-20", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Syrian Arab Republic", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.tld.sy", @@ -163563,22 +163579,6 @@ ] } ], - "registry_url": "http://tld.sy", - "whois_server": "whois.tld.sy", - "tld_created": "1996-02-20", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Syrian Arab Republic", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--ogbpf8fl" ] @@ -163606,6 +163606,31 @@ "date_removed": null } }, + "registry_url": "http://iconic.sydney", + "whois_server": "whois.nic.sydney", + "rdap_server": "https://rdap.nic.sydney/", + "tld_created": "2014-10-30", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.sydney", @@ -163721,32 +163746,7 @@ } ] } - ], - "registry_url": "http://iconic.sydney", - "whois_server": "whois.nic.sydney", - "rdap_server": "https://rdap.nic.sydney/", - "tld_created": "2014-10-30", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "symantec", @@ -163801,6 +163801,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.systems", @@ -163916,34 +163943,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "sz", @@ -163957,6 +163957,15 @@ "tech": "Swaziland ISP Association" } }, + "registry_url": "http://www.sispa.org.sz/", + "tld_created": "1993-07-19", + "tld_updated": [ + "2025-07-14" + ], + "annotations": { + "country_name_iso": "Eswatini", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.sispa.org.sz", @@ -164008,16 +164017,7 @@ } ] } - ], - "registry_url": "http://www.sispa.org.sz/", - "tld_created": "1993-07-19", - "tld_updated": [ - "2025-07-14" - ], - "annotations": { - "country_name_iso": "Eswatini", - "geographic_scope": "country" - } + ] }, { "tld": "tab", @@ -164042,6 +164042,27 @@ "date_removed": null } }, + "registry_url": "http://nic.tab", + "whois_server": "whois.nic.tab", + "rdap_server": "https://rdap.nic.tab/", + "tld_created": "2015-09-04", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tab", @@ -164157,28 +164178,7 @@ } ] } - ], - "registry_url": "http://nic.tab", - "whois_server": "whois.nic.tab", - "rdap_server": "https://rdap.nic.tab/", - "tld_created": "2015-09-04", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "taipei", @@ -164203,6 +164203,29 @@ "date_removed": null } }, + "registry_url": "http://www.nictaipei.net", + "whois_server": "whois.nic.taipei", + "rdap_server": "https://rdap.nic.taipei/", + "tld_created": "2014-09-25", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.taipei", @@ -164318,30 +164341,7 @@ } ] } - ], - "registry_url": "http://www.nictaipei.net", - "whois_server": "whois.nic.taipei", - "rdap_server": "https://rdap.nic.taipei/", - "tld_created": "2014-09-25", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "talk", @@ -164366,6 +164366,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.talk", + "rdap_server": "https://rdap.nominet.uk/talk/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.talk", @@ -164519,36 +164548,7 @@ } ] } - ], - "registry_url": "http://www.nic.talk", - "rdap_server": "https://rdap.nominet.uk/talk/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "taobao", @@ -164573,6 +164573,29 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.taobao", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.taobao", @@ -164650,30 +164673,7 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.taobao", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "target", @@ -164698,6 +164698,28 @@ "date_removed": null } }, + "registry_url": "http://www.target.com", + "rdap_server": "https://rdap.nic.target/", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.target", @@ -164813,29 +164835,7 @@ } ] } - ], - "registry_url": "http://www.target.com", - "rdap_server": "https://rdap.nic.target/", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "tatamotors", @@ -164860,6 +164860,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.tatamotors", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.tatamotors", @@ -164937,29 +164959,7 @@ } ] } - ], - "whois_server": "whois.nic.tatamotors", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tatar", @@ -164984,6 +164984,23 @@ "date_removed": null } }, + "registry_url": "http://www.dottatar.ru", + "whois_server": "whois.nic.tatar", + "rdap_server": "https://whois.nic.tatar/rdap/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-10-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "tatar" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -165080,24 +165097,7 @@ } ] } - ], - "registry_url": "http://www.dottatar.ru", - "whois_server": "whois.nic.tatar", - "rdap_server": "https://whois.nic.tatar/rdap/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2025-10-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "tatar" - } + ] }, { "tld": "tattoo", @@ -165122,6 +165122,34 @@ "date_removed": null } }, + "registry_url": "http://nic.tattoo/", + "whois_server": "whois.nic.tattoo", + "rdap_server": "https://rdap.nic.tattoo", + "tld_created": "2013-11-08", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tattoo", @@ -165237,35 +165265,7 @@ } ] } - ], - "registry_url": "http://nic.tattoo/", - "whois_server": "whois.nic.tattoo", - "rdap_server": "https://rdap.nic.tattoo", - "tld_created": "2013-11-08", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "tax", @@ -165290,6 +165290,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tax", @@ -165405,10 +165432,34 @@ } ] } - ], + ] + }, + { + "tld": "taxi", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1558-74769", + "registry_operator_country_code": null, + "date_contract_signed": "2015-03-19", + "date_delegated": "2015-05-07", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", + "tld_created": "2015-04-30", "tld_updated": [ "2025-10-07" ], @@ -165432,30 +165483,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "taxi", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1558-74769", - "registry_operator_country_code": null, - "date_contract_signed": "2015-03-19", - "date_delegated": "2015-05-07", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -165572,34 +165599,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tc", @@ -165613,6 +165613,16 @@ "tech": "NIC TC Internet Hizmetleri A.S." } }, + "registry_url": "HTTPS://WWW.NIC.TC", + "whois_server": "whois.nic.tc", + "tld_created": "1997-01-27", + "tld_updated": [ + "2026-03-27" + ], + "annotations": { + "country_name_iso": "Turks and Caicos Islands", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "root1.zone.tc", @@ -165738,17 +165748,7 @@ } ] } - ], - "registry_url": "HTTPS://WWW.NIC.TC", - "whois_server": "whois.nic.tc", - "tld_created": "1997-01-27", - "tld_updated": [ - "2026-03-27" - ], - "annotations": { - "country_name_iso": "Turks and Caicos Islands", - "geographic_scope": "country" - } + ] }, { "tld": "tci", @@ -165773,6 +165773,31 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/tci/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -165926,32 +165951,7 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/tci/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "td", @@ -165965,6 +165965,22 @@ "tech": "ADETIC" } }, + "registry_url": "http://www.nic.td", + "whois_server": "whois.nic.td", + "tld_created": "1997-11-03", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "country_name_iso": "Chad", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycastdns1.nic.td", @@ -166035,23 +166051,7 @@ } ] } - ], - "registry_url": "http://www.nic.td", - "whois_server": "whois.nic.td", - "tld_created": "1997-11-03", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "country_name_iso": "Chad", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "tdk", @@ -166076,6 +166076,29 @@ "date_removed": null } }, + "registry_url": "http://nic.tdk", + "whois_server": "whois.nic.tdk", + "rdap_server": "https://rdap.nic.tdk/", + "tld_created": "2016-03-10", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tdk", @@ -166191,30 +166214,7 @@ } ] } - ], - "registry_url": "http://nic.tdk", - "whois_server": "whois.nic.tdk", - "rdap_server": "https://rdap.nic.tdk/", - "tld_created": "2016-03-10", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "team", @@ -166239,6 +166239,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.team", @@ -166354,34 +166381,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tech", @@ -166406,6 +166406,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.tech", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2026-04-14" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -166483,35 +166511,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.tech", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2026-04-14" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "technology", @@ -166536,6 +166536,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-08", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.technology", @@ -166651,34 +166678,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-08", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tel", @@ -166703,6 +166703,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.tel", + "whois_server": "whois.nic.tel", + "rdap_server": "https://rdap.nic.tel/", + "tld_created": "2007-03-01", + "tld_updated": [ + "2024-03-18" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -166780,30 +166803,7 @@ } ] } - ], - "registry_url": "http://www.nic.tel", - "whois_server": "whois.nic.tel", - "rdap_server": "https://rdap.nic.tel/", - "tld_created": "2007-03-01", - "tld_updated": [ - "2024-03-18" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "telecity", @@ -166887,6 +166887,29 @@ "date_removed": null } }, + "registry_url": "http://www.temasek.com.sg/nictemasek", + "whois_server": "whois.nic.temasek", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.temasek", @@ -166964,30 +166987,7 @@ } ] } - ], - "registry_url": "http://www.temasek.com.sg/nictemasek", - "whois_server": "whois.nic.temasek", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tennis", @@ -167012,6 +167012,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-01-29", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tennis", @@ -167127,34 +167154,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-01-29", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "teva", @@ -167179,6 +167179,29 @@ "date_removed": null } }, + "registry_url": "http://nic.teva", + "whois_server": "whois.nic.teva", + "rdap_server": "https://rdap.nic.teva/", + "tld_created": "2016-02-19", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.teva", @@ -167294,30 +167317,7 @@ } ] } - ], - "registry_url": "http://nic.teva", - "whois_server": "whois.nic.teva", - "rdap_server": "https://rdap.nic.teva/", - "tld_created": "2016-02-19", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "tf", @@ -167331,6 +167331,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.tf", + "whois_server": "whois.nic.tf", + "rdap_server": "https://rdap.nic.tf/", + "tld_created": "1997-08-26", + "tld_updated": [ + "2026-03-13" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "French Southern Territories", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -167389,33 +167415,7 @@ } ] } - ], - "registry_url": "http://www.nic.tf", - "whois_server": "whois.nic.tf", - "rdap_server": "https://rdap.nic.tf/", - "tld_created": "1997-08-26", - "tld_updated": [ - "2026-03-13" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "French Southern Territories", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "tg", @@ -167429,6 +167429,16 @@ "tech": "C.A.F.E. Informatique et Telecommunications" } }, + "registry_url": "http://www.nic.tg", + "whois_server": "whois.nic.tg", + "tld_created": "1996-09-05", + "tld_updated": [ + "2021-03-08" + ], + "annotations": { + "country_name_iso": "Togo", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.admin.net", @@ -167554,17 +167564,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.tg", - "whois_server": "whois.nic.tg", - "tld_created": "1996-09-05", - "tld_updated": [ - "2021-03-08" - ], - "annotations": { - "country_name_iso": "Togo", - "geographic_scope": "country" - } + ] }, { "tld": "th", @@ -167578,6 +167578,26 @@ "tech": "Thai Network Information Center Foundation" } }, + "registry_url": "http://www.thnic.co.th", + "whois_server": "whois.thnic.co.th", + "rdap_server": "https://rdap.thains.co.th", + "tld_created": "1988-09-07", + "tld_updated": [ + "2025-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Thailand", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.thains.co.th", @@ -167687,26 +167707,6 @@ ] } ], - "registry_url": "http://www.thnic.co.th", - "whois_server": "whois.thnic.co.th", - "rdap_server": "https://rdap.thains.co.th", - "tld_created": "1988-09-07", - "tld_updated": [ - "2025-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Thailand", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--o3cw4h" ] @@ -167734,6 +167734,28 @@ "date_removed": null } }, + "registry_url": "http://www.homedepot.com", + "whois_server": "whois.nic.thd", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.thd", @@ -167811,29 +167833,7 @@ } ] } - ], - "registry_url": "http://www.homedepot.com", - "whois_server": "whois.nic.thd", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "theater", @@ -167858,6 +167858,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.theater", @@ -167973,34 +168000,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "theatre", @@ -168025,6 +168025,34 @@ "date_removed": null } }, + "registry_url": "https://nic.theatre/", + "whois_server": "whois.nic.theatre", + "rdap_server": "https://rdap.centralnic.com/theatre", + "tld_created": "2015-08-13", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.theatre", @@ -168102,35 +168130,7 @@ } ] } - ], - "registry_url": "https://nic.theatre/", - "whois_server": "whois.nic.theatre", - "rdap_server": "https://rdap.centralnic.com/theatre", - "tld_created": "2015-08-13", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "tiaa", @@ -168155,6 +168155,29 @@ "date_removed": null } }, + "registry_url": "http://tiaa.org", + "whois_server": "whois.nic.tiaa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-24", + "tld_updated": [ + "2024-03-28" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tiaa", @@ -168270,30 +168293,7 @@ } ] } - ], - "registry_url": "http://tiaa.org", - "whois_server": "whois.nic.tiaa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-24", - "tld_updated": [ - "2024-03-28" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tickets", @@ -168318,6 +168318,34 @@ "date_removed": null } }, + "registry_url": "http://tickets.tickets", + "whois_server": "whois.nic.tickets", + "rdap_server": "https://rdap.centralnic.com/tickets", + "tld_created": "2015-03-19", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.tickets", @@ -168395,35 +168423,7 @@ } ] } - ], - "registry_url": "http://tickets.tickets", - "whois_server": "whois.nic.tickets", - "rdap_server": "https://rdap.centralnic.com/tickets", - "tld_created": "2015-03-19", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "tienda", @@ -168448,6 +168448,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tienda", @@ -168563,34 +168590,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tiffany", @@ -168645,6 +168645,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tips", @@ -168760,10 +168787,34 @@ } ] } - ], + ] + }, + { + "tld": "tires", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1645-45928", + "registry_operator_country_code": null, + "date_contract_signed": "2014-11-07", + "date_delegated": "2014-12-18", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", + "tld_created": "2014-12-11", "tld_updated": [ "2025-10-07" ], @@ -168787,30 +168838,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "tires", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1645-45928", - "registry_operator_country_code": null, - "date_contract_signed": "2014-11-07", - "date_delegated": "2014-12-18", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -168927,34 +168954,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tirol", @@ -168979,6 +168979,30 @@ "date_removed": null } }, + "registry_url": "http://www.nic.tirol", + "whois_server": "whois.nic.tirol", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2014-05-29", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -169037,31 +169061,7 @@ } ] } - ], - "registry_url": "http://www.nic.tirol", - "whois_server": "whois.nic.tirol", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2014-05-29", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "tj", @@ -169075,6 +169075,15 @@ "tech": "Information Technology Center" } }, + "registry_url": "http://www.nic.tj", + "tld_created": "1997-12-11", + "tld_updated": [ + "2020-03-09" + ], + "annotations": { + "country_name_iso": "Tajikistan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.nic.tj", @@ -169138,16 +169147,7 @@ } ] } - ], - "registry_url": "http://www.nic.tj", - "tld_created": "1997-12-11", - "tld_updated": [ - "2020-03-09" - ], - "annotations": { - "country_name_iso": "Tajikistan", - "geographic_scope": "country" - } + ] }, { "tld": "tjmaxx", @@ -169172,6 +169172,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.tjmaxx/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tjmaxx", @@ -169287,9 +169313,33 @@ } ] } - ], + ] + }, + { + "tld": "tjx", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "The TJX Companies, Inc.", + "admin": "FairWinds Partners, LLC", + "tech": "GoDaddy Registry" + }, + "icann": { + "registry_operator": "The TJX Companies, Inc.", + "specification_13": true, + "third_or_lower_level_registration": false, + "application_id": "1-1764-49592", + "registry_operator_country_code": null, + "date_contract_signed": "2015-07-16", + "date_delegated": "2016-07-15", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.tjmaxx/", + "rdap_server": "https://rdap.nic.tjx/", "tld_created": "2016-04-07", "tld_updated": [ "2024-05-11" @@ -169313,30 +169363,6 @@ "as_org_slugs": [ "ultradns" ] - } - }, - { - "tld": "tjx", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "The TJX Companies, Inc.", - "admin": "FairWinds Partners, LLC", - "tech": "GoDaddy Registry" - }, - "icann": { - "registry_operator": "The TJX Companies, Inc.", - "specification_13": true, - "third_or_lower_level_registration": false, - "application_id": "1-1764-49592", - "registry_operator_country_code": null, - "date_contract_signed": "2015-07-16", - "date_delegated": "2016-07-15", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -169453,33 +169479,7 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.tjx/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "tk", @@ -169493,6 +169493,16 @@ "tech": "BV Dot TK" } }, + "registry_url": "http://www.dot.tk", + "whois_server": "whois.dot.tk", + "tld_created": "1997-11-07", + "tld_updated": [ + "2019-02-12" + ], + "annotations": { + "country_name_iso": "Tokelau", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.ns.tk", @@ -169570,17 +169580,7 @@ } ] } - ], - "registry_url": "http://www.dot.tk", - "whois_server": "whois.dot.tk", - "tld_created": "1997-11-07", - "tld_updated": [ - "2019-02-12" - ], - "annotations": { - "country_name_iso": "Tokelau", - "geographic_scope": "country" - } + ] }, { "tld": "tkmaxx", @@ -169605,6 +169605,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.tkmaxx/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.tkmaxx", @@ -169720,33 +169746,7 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.tkmaxx/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "tl", @@ -169760,6 +169760,22 @@ "tech": "CoCCA Registry Services (NZ) Limited" } }, + "registry_url": "http://www.nic.tl", + "whois_server": "whois.nic.tl", + "tld_created": "2005-03-23", + "tld_updated": [ + "2022-11-21" + ], + "annotations": { + "country_name_iso": "Timor-Leste", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.anycast.nic.tl", @@ -169811,23 +169827,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.tl", - "whois_server": "whois.nic.tl", - "tld_created": "2005-03-23", - "tld_updated": [ - "2022-11-21" - ], - "annotations": { - "country_name_iso": "Timor-Leste", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "tm", @@ -169841,6 +169841,22 @@ "tech": "TM Domain Registry Ltd" } }, + "registry_url": "http://www.nic.tm/", + "whois_server": "whois.nic.tm", + "tld_created": "1997-05-30", + "tld_updated": [ + "2025-06-18" + ], + "annotations": { + "country_name_iso": "Turkmenistan", + "as_org_aliases": [ + "Community DNS" + ], + "as_org_slugs": [ + "community-dns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-a1.tm", @@ -169961,23 +169977,7 @@ } ] } - ], - "registry_url": "http://www.nic.tm/", - "whois_server": "whois.nic.tm", - "tld_created": "1997-05-30", - "tld_updated": [ - "2025-06-18" - ], - "annotations": { - "country_name_iso": "Turkmenistan", - "as_org_aliases": [ - "Community DNS" - ], - "as_org_slugs": [ - "community-dns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "tmall", @@ -170002,6 +170002,29 @@ "date_removed": null } }, + "registry_url": "http://www.alibabagroup.com", + "whois_server": "whois.nic.tmall", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.tmall", @@ -170079,30 +170102,7 @@ } ] } - ], - "registry_url": "http://www.alibabagroup.com", - "whois_server": "whois.nic.tmall", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tn", @@ -170116,6 +170116,24 @@ "tech": "Agence Tunisienne d'Internet" } }, + "registry_url": "http://whois.ati.tn", + "whois_server": "whois.ati.tn", + "tld_created": "1991-05-17", + "tld_updated": [ + "2024-08-16" + ], + "annotations": { + "country_name_iso": "Tunisia", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-tn.afrinic.net", @@ -170232,24 +170250,6 @@ ] } ], - "registry_url": "http://whois.ati.tn", - "whois_server": "whois.ati.tn", - "tld_created": "1991-05-17", - "tld_updated": [ - "2024-08-16" - ], - "annotations": { - "country_name_iso": "Tunisia", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--pgbs0dh" ] @@ -170266,6 +170266,28 @@ "tech": "Tucows.com" } }, + "registry_url": "http://www.tonic.to/", + "whois_server": "whois.tonicregistry.to", + "rdap_server": "https://rdap.tonicregistry.to/rdap/", + "tld_created": "1995-12-18", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "country_name_iso": "Tonga", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -170343,29 +170365,7 @@ } ] } - ], - "registry_url": "http://www.tonic.to/", - "whois_server": "whois.tonicregistry.to", - "rdap_server": "https://rdap.tonicregistry.to/rdap/", - "tld_created": "1995-12-18", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "country_name_iso": "Tonga", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "today", @@ -170390,6 +170390,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.today", @@ -170505,34 +170532,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tokyo", @@ -170557,6 +170557,35 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.tokyo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -170627,36 +170656,7 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.tokyo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "tools", @@ -170681,6 +170681,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tools", @@ -170796,34 +170823,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "top", @@ -170848,6 +170848,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.top", + "whois_server": "whois.nic.top", + "rdap_server": "https://rdap.zdnsgtld.com/top/", + "tld_created": "2014-07-24", + "tld_updated": [ + "2026-04-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -170952,27 +170972,7 @@ } ] } - ], - "registry_url": "http://www.nic.top", - "whois_server": "whois.nic.top", - "rdap_server": "https://rdap.zdnsgtld.com/top/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2026-04-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "toray", @@ -170997,6 +170997,29 @@ "date_removed": null } }, + "registry_url": "http://www.toray.com", + "whois_server": "whois.nic.toray", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-04-16", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -171067,30 +171090,7 @@ } ] } - ], - "registry_url": "http://www.toray.com", - "whois_server": "whois.nic.toray", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-04-16", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "toshiba", @@ -171115,6 +171115,31 @@ "date_removed": null } }, + "registry_url": "http://nic.toshiba", + "whois_server": "whois.nic.toshiba", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -171185,32 +171210,7 @@ } ] } - ], - "registry_url": "http://nic.toshiba", - "whois_server": "whois.nic.toshiba", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "total", @@ -171235,6 +171235,31 @@ "date_removed": null } }, + "registry_url": "http://www.nic.total", + "whois_server": "whois.nic.total", + "rdap_server": "https://rdap.nic.total", + "tld_created": "2016-02-05", + "tld_updated": [ + "2024-09-13" + ], + "annotations": { + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -171293,32 +171318,7 @@ } ] } - ], - "registry_url": "http://www.nic.total", - "whois_server": "whois.nic.total", - "rdap_server": "https://rdap.nic.total", - "tld_created": "2016-02-05", - "tld_updated": [ - "2024-09-13" - ], - "annotations": { - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ] - } + ] }, { "tld": "tours", @@ -171343,6 +171343,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.tours", @@ -171458,10 +171485,34 @@ } ] } - ], + ] + }, + { + "tld": "town", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1655-79604", + "registry_operator_country_code": null, + "date_contract_signed": "2014-03-06", + "date_delegated": "2014-04-11", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-12", + "tld_created": "2014-04-03", "tld_updated": [ "2025-10-07" ], @@ -171485,30 +171536,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "town", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1655-79604", - "registry_operator_country_code": null, - "date_contract_signed": "2014-03-06", - "date_delegated": "2014-04-11", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -171625,34 +171652,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "toyota", @@ -171677,6 +171677,29 @@ "date_removed": null } }, + "registry_url": "http://toyota.jp/", + "whois_server": "whois.nic.toyota", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-07-16", + "tld_updated": [ + "2023-06-20" + ], + "annotations": { + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -171747,30 +171770,7 @@ } ] } - ], - "registry_url": "http://toyota.jp/", - "whois_server": "whois.nic.toyota", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-07-16", - "tld_updated": [ - "2023-06-20" - ], - "annotations": { - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "toys", @@ -171795,6 +171795,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.toys", @@ -171910,34 +171937,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tp", @@ -171964,6 +171964,24 @@ "tech": "Bilgi Teknolojileri ve İletişim Kurumu" } }, + "registry_url": "http://www.trabis.gov.tr", + "whois_server": "whois.trabis.gov.tr", + "tld_created": "1990-09-17", + "tld_updated": [ + "2026-04-24" + ], + "annotations": { + "country_name_iso": "Türkiye", + "as_org_aliases": [ + "Microsoft", + "Packet Clearing House" + ], + "as_org_slugs": [ + "microsoft", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns43.ns.tr", @@ -172063,25 +172081,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.trabis.gov.tr", - "whois_server": "whois.trabis.gov.tr", - "tld_created": "1990-09-17", - "tld_updated": [ - "2026-04-24" - ], - "annotations": { - "country_name_iso": "Türkiye", - "as_org_aliases": [ - "Microsoft", - "Packet Clearing House" - ], - "as_org_slugs": [ - "microsoft", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "trade", @@ -172106,6 +172106,32 @@ "date_removed": null } }, + "registry_url": "http://nic.trade", + "whois_server": "whois.nic.trade", + "rdap_server": "https://rdap.nic.trade/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.trade", @@ -172221,33 +172247,7 @@ } ] } - ], - "registry_url": "http://nic.trade", - "whois_server": "whois.nic.trade", - "rdap_server": "https://rdap.nic.trade/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "trading", @@ -172272,6 +172272,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-03-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.trading", @@ -172387,10 +172414,34 @@ } ] } - ], + ] + }, + { + "tld": "training", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1652-41660", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-07", + "date_delegated": "2013-12-28", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-03-06", + "tld_created": "2013-12-19", "tld_updated": [ "2025-10-07" ], @@ -172414,30 +172465,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "training", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1652-41660", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-07", - "date_delegated": "2013-12-28", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -172554,10 +172581,34 @@ } ] } - ], + ] + }, + { + "tld": "travel", + "delegated": true, + "iana_tag": "sponsored", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": null, + "registry_operator_country_code": null, + "date_contract_signed": "2015-10-09", + "date_delegated": "2005-07-21", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-19", + "tld_created": "2005-07-27", "tld_updated": [ "2025-10-07" ], @@ -172573,6 +172624,7 @@ "rdap_source": "IANA", "registry_agreement_types": [ "base", + "community", "non_sponsored" ], "as_org_aliases": [ @@ -172581,30 +172633,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "travel", - "delegated": true, - "iana_tag": "sponsored", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": null, - "registry_operator_country_code": null, - "date_contract_signed": "2015-10-09", - "date_delegated": "2005-07-21", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -172721,35 +172749,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2005-07-27", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "travelchannel", @@ -172804,6 +172804,35 @@ "date_removed": null } }, + "registry_url": "http://www.travelers.com", + "whois_server": "whois.nic.travelers", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Travelers Insurance", + "iana_sponsor_slug": "travelers-insurance", + "iana_admin_alias": "Travelers Insurance", + "iana_admin_slug": "travelers-insurance", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Travelers Insurance", + "icann_registry_operator_slug": "travelers-insurance", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.travelers", @@ -172881,9 +172910,33 @@ } ] } - ], + ] + }, + { + "tld": "travelersinsurance", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Travelers TLD, LLC", + "admin": "Travelers TLD, LLC", + "tech": "Afilias" + }, + "icann": { + "registry_operator": "Travelers TLD, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1895-33687", + "registry_operator_country_code": null, + "date_contract_signed": "2015-03-26", + "date_delegated": "2015-12-15", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.travelers", + "whois_server": "whois.nic.travelersinsurance", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2015-11-25", "tld_updated": [ @@ -172901,7 +172954,6 @@ "rdap_source": "IANA", "registry_agreement_types": [ "base", - "brand", "non_sponsored" ], "as_org_aliases": [ @@ -172910,30 +172962,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "travelersinsurance", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Travelers TLD, LLC", - "admin": "Travelers TLD, LLC", - "tech": "Afilias" - }, - "icann": { - "registry_operator": "Travelers TLD, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1895-33687", - "registry_operator_country_code": null, - "date_contract_signed": "2015-03-26", - "date_delegated": "2015-12-15", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -173012,35 +173040,7 @@ } ] } - ], - "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.travelersinsurance", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Travelers Insurance", - "iana_sponsor_slug": "travelers-insurance", - "iana_admin_alias": "Travelers Insurance", - "iana_admin_slug": "travelers-insurance", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Travelers Insurance", - "icann_registry_operator_slug": "travelers-insurance", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "trust", @@ -173065,6 +173065,30 @@ "date_removed": null } }, + "registry_url": "https://internetnaming.co", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2014-11-26", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -173142,31 +173166,7 @@ } ] } - ], - "registry_url": "https://internetnaming.co", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2014-11-26", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "trv", @@ -173191,6 +173191,34 @@ "date_removed": null } }, + "registry_url": "http://www.travelers.com", + "whois_server": "whois.nic.trv", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_sponsor_alias": "Travelers Insurance", + "iana_sponsor_slug": "travelers-insurance", + "iana_admin_alias": "Travelers Insurance", + "iana_admin_slug": "travelers-insurance", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Travelers Insurance", + "icann_registry_operator_slug": "travelers-insurance", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.trv", @@ -173268,35 +173296,7 @@ } ] } - ], - "registry_url": "http://www.travelers.com", - "whois_server": "whois.nic.trv", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_sponsor_alias": "Travelers Insurance", - "iana_sponsor_slug": "travelers-insurance", - "iana_admin_alias": "Travelers Insurance", - "iana_admin_slug": "travelers-insurance", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Travelers Insurance", - "icann_registry_operator_slug": "travelers-insurance", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tt", @@ -173310,6 +173310,23 @@ "tech": "TTNIC" } }, + "registry_url": "http://www.nic.tt", + "tld_created": "1991-09-03", + "tld_updated": [ + "2025-08-22" + ], + "annotations": { + "country_name_iso": "Trinidad and Tobago", + "as_org_aliases": [ + "LACTLD", + "Packet Clearing House" + ], + "as_org_slugs": [ + "lactld", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -173368,24 +173385,7 @@ } ] } - ], - "registry_url": "http://www.nic.tt", - "tld_created": "1991-09-03", - "tld_updated": [ - "2025-08-22" - ], - "annotations": { - "country_name_iso": "Trinidad and Tobago", - "as_org_aliases": [ - "LACTLD", - "Packet Clearing House" - ], - "as_org_slugs": [ - "lactld", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "tube", @@ -173410,6 +173410,26 @@ "date_removed": null } }, + "registry_url": "http://get.tube", + "whois_server": "whois.nic.tube", + "rdap_server": "https://rdap.nic.tube/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2025-04-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -173487,27 +173507,7 @@ } ] } - ], - "registry_url": "http://get.tube", - "whois_server": "whois.nic.tube", - "rdap_server": "https://rdap.nic.tube/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2025-04-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "tui", @@ -173532,84 +173532,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "a.nic.tui", - "ipv4": [ - { - "ip": "194.169.218.103", - "asn": 199330, - "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2001:67c:13cc::1:103", - "asn": 199330, - "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", - "as_country": "GB" - } - ] - }, - { - "hostname": "b.nic.tui", - "ipv4": [ - { - "ip": "185.24.64.103", - "asn": 60890, - "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13cc::1:103", - "asn": 60890, - "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", - "as_country": "GB" - } - ] - }, - { - "hostname": "c.nic.tui", - "ipv4": [ - { - "ip": "212.18.248.103", - "asn": 201304, - "as_org": "CENTRALNIC-ANYCAST-E", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13ee::103", - "asn": 201304, - "as_org": "CENTRALNIC-ANYCAST-E", - "as_country": "GB" - } - ] - }, - { - "hostname": "d.nic.tui", - "ipv4": [ - { - "ip": "212.18.249.103", - "asn": 201303, - "as_org": "CENTRALNIC-ANYCAST-F", - "as_country": "GB" - } - ], - "ipv6": [ - { - "ip": "2a04:2b00:13ff::103", - "asn": 201303, - "as_org": "CENTRALNIC-ANYCAST-F", - "as_country": "GB" - } - ] - } - ], "registry_url": "http://www.tuiregistry.com", "whois_server": "whois.nic.tui", "rdap_server": "https://rdap.centralnic.com/tui", @@ -173632,7 +173554,85 @@ "as_org_slugs": [ "centralnic" ] - } + }, + "nameservers": [ + { + "hostname": "a.nic.tui", + "ipv4": [ + { + "ip": "194.169.218.103", + "asn": 199330, + "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2001:67c:13cc::1:103", + "asn": 199330, + "as_org": "CENTRALNIC-ANYCAST-A CentralNic Anycast-A AS Number", + "as_country": "GB" + } + ] + }, + { + "hostname": "b.nic.tui", + "ipv4": [ + { + "ip": "185.24.64.103", + "asn": 60890, + "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13cc::1:103", + "asn": 60890, + "as_org": "CENTRALNIC-ANYCAST-B CentralNic Anycast-B AS Number", + "as_country": "GB" + } + ] + }, + { + "hostname": "c.nic.tui", + "ipv4": [ + { + "ip": "212.18.248.103", + "asn": 201304, + "as_org": "CENTRALNIC-ANYCAST-E", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13ee::103", + "asn": 201304, + "as_org": "CENTRALNIC-ANYCAST-E", + "as_country": "GB" + } + ] + }, + { + "hostname": "d.nic.tui", + "ipv4": [ + { + "ip": "212.18.249.103", + "asn": 201303, + "as_org": "CENTRALNIC-ANYCAST-F", + "as_country": "GB" + } + ], + "ipv6": [ + { + "ip": "2a04:2b00:13ff::103", + "asn": 201303, + "as_org": "CENTRALNIC-ANYCAST-F", + "as_country": "GB" + } + ] + } + ] }, { "tld": "tunes", @@ -173657,6 +173657,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.tunes", + "rdap_server": "https://rdap.nominet.uk/tunes/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.tunes", @@ -173810,10 +173839,34 @@ } ] } - ], - "registry_url": "http://www.nic.tunes", - "rdap_server": "https://rdap.nominet.uk/tunes/", - "tld_created": "2016-01-29", + ] + }, + { + "tld": "tushu", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Amazon Registry Services, Inc.", + "admin": "Amazon Registry Services, Inc.", + "tech": "Nominet" + }, + "icann": { + "registry_operator": "Amazon Registry Services, Inc.", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1318-59070", + "registry_operator_country_code": null, + "date_contract_signed": "2014-12-18", + "date_delegated": "2015-12-14", + "contract_terminated": false, + "date_removed": null + } + }, + "registry_url": "http://www.nic.tushu", + "rdap_server": "https://rdap.nominet.uk/tushu/", + "tld_created": "2015-11-12", "tld_updated": [ "2025-02-14" ], @@ -173839,30 +173892,6 @@ "nominet", "ultradns" ] - } - }, - { - "tld": "tushu", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Amazon Registry Services, Inc.", - "admin": "Amazon Registry Services, Inc.", - "tech": "Nominet" - }, - "icann": { - "registry_operator": "Amazon Registry Services, Inc.", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1318-59070", - "registry_operator_country_code": null, - "date_contract_signed": "2014-12-18", - "date_delegated": "2015-12-14", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -174017,36 +174046,7 @@ } ] } - ], - "registry_url": "http://www.nic.tushu", - "rdap_server": "https://rdap.nominet.uk/tushu/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "tv", @@ -174060,6 +174060,26 @@ "tech": "GoDaddy Registry" } }, + "registry_url": "https://turnon.tv/", + "whois_server": "whois.nic.tv", + "rdap_server": "https://rdap.nic.tv/", + "tld_created": "1996-03-18", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "country_name_iso": "Tuvalu", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.tv", @@ -174175,27 +174195,7 @@ } ] } - ], - "registry_url": "https://turnon.tv/", - "whois_server": "whois.nic.tv", - "rdap_server": "https://rdap.nic.tv/", - "tld_created": "1996-03-18", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "country_name_iso": "Tuvalu", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "tvs", @@ -174220,6 +174220,30 @@ "date_removed": null } }, + "registry_url": "http://www.tvs.in", + "whois_server": "whois.nic.tvs", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2024-09-05" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.tvs", @@ -174297,31 +174321,7 @@ } ] } - ], - "registry_url": "http://www.tvs.in", - "whois_server": "whois.nic.tvs", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2024-09-05" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "tw", @@ -174335,6 +174335,28 @@ "tech": "Taiwan Network Information Center (TWNIC)" } }, + "registry_url": "http://rs.twnic.net.tw", + "whois_server": "whois.twnic.net.tw", + "rdap_server": "https://ccrdap.twnic.tw/tw/", + "tld_created": "1989-07-31", + "tld_updated": [ + "2026-04-27" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Taiwan, Province of China", + "as_org_aliases": [ + "Google", + "Microsoft", + "Packet Clearing House" + ], + "as_org_slugs": [ + "google", + "microsoft", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.tw", @@ -174494,28 +174516,6 @@ ] } ], - "registry_url": "http://rs.twnic.net.tw", - "whois_server": "whois.twnic.net.tw", - "rdap_server": "https://ccrdap.twnic.tw/tw/", - "tld_created": "1989-07-31", - "tld_updated": [ - "2026-04-27" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Taiwan, Province of China", - "as_org_aliases": [ - "Google", - "Microsoft", - "Packet Clearing House" - ], - "as_org_slugs": [ - "google", - "microsoft", - "packet-clearing-house" - ], - "geographic_scope": "country" - }, "idn": [ "xn--kprw13d", "xn--kpry57d" @@ -174533,6 +174533,26 @@ "tech": "Tanzania Communications Regulatory Authority" } }, + "registry_url": "https://karibu.tz/", + "whois_server": "whois.tznic.or.tz", + "rdap_server": "https://whois.tznic.or.tz/rdap/", + "tld_created": "1995-07-14", + "tld_updated": [ + "2023-07-27" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Tanzania, United Republic of", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -174629,27 +174649,7 @@ } ] } - ], - "registry_url": "https://karibu.tz/", - "whois_server": "whois.tznic.or.tz", - "rdap_server": "https://whois.tznic.or.tz/rdap/", - "tld_created": "1995-07-14", - "tld_updated": [ - "2023-07-27" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Tanzania, United Republic of", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ua", @@ -174663,6 +174663,28 @@ "tech": "Hostmaster Ltd" } }, + "registry_url": "https://www.hostmaster.ua/", + "whois_server": "whois.ua", + "rdap_server": "https://rdap.hostmaster.ua", + "tld_created": "1992-12-01", + "tld_updated": [ + "2024-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Ukraine", + "as_org_aliases": [ + "CZNIC", + "Packet Clearing House", + "RcodeZero" + ], + "as_org_slugs": [ + "cznic", + "packet-clearing-house", + "rcodezero" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bg.ns.ua", @@ -174810,28 +174832,6 @@ ] } ], - "registry_url": "https://www.hostmaster.ua/", - "whois_server": "whois.ua", - "rdap_server": "https://rdap.hostmaster.ua", - "tld_created": "1992-12-01", - "tld_updated": [ - "2024-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Ukraine", - "as_org_aliases": [ - "CZNIC", - "Packet Clearing House", - "RcodeZero" - ], - "as_org_slugs": [ - "cznic", - "packet-clearing-house", - "rcodezero" - ], - "geographic_scope": "country" - }, "idn": [ "xn--j1amh" ] @@ -174859,6 +174859,29 @@ "date_removed": null } }, + "registry_url": "http://www.ubank.com.au/", + "whois_server": "whois.nic.ubank", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-04", + "tld_updated": [ + "2025-12-01" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ubank", @@ -174936,30 +174959,7 @@ } ] } - ], - "registry_url": "http://www.ubank.com.au/", - "whois_server": "whois.nic.ubank", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-04", - "tld_updated": [ - "2025-12-01" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "ubs", @@ -174984,6 +174984,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.ubs", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-06-11", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ubs", @@ -175061,29 +175083,7 @@ } ] } - ], - "whois_server": "whois.nic.ubs", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-06-11", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "uconnect", @@ -175127,6 +175127,22 @@ "tech": "East African Help Desk" } }, + "registry_url": "http://www.registry.co.ug", + "whois_server": "whois.co.ug", + "tld_created": "1995-03-08", + "tld_updated": [ + "2025-09-30" + ], + "annotations": { + "country_name_iso": "Uganda", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anycast.eahd.or.ug", @@ -175209,23 +175225,7 @@ } ] } - ], - "registry_url": "http://www.registry.co.ug", - "whois_server": "whois.co.ug", - "tld_created": "1995-03-08", - "tld_updated": [ - "2025-09-30" - ], - "annotations": { - "country_name_iso": "Uganda", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "uk", @@ -175239,6 +175239,32 @@ "tech": "Nominet UK" } }, + "registry_url": "http://www.nic.uk/", + "whois_server": "whois.nic.uk", + "rdap_server": "https://rdap.nominet.uk/uk/", + "tld_created": "1985-07-24", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "iana_sponsor_alias": "Nominet", + "iana_sponsor_slug": "nominet", + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "country_name_iso": "United Kingdom", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.nic.uk", @@ -175392,33 +175418,7 @@ } ] } - ], - "registry_url": "http://www.nic.uk/", - "whois_server": "whois.nic.uk", - "rdap_server": "https://rdap.nominet.uk/uk/", - "tld_created": "1985-07-24", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "iana_sponsor_alias": "Nominet", - "iana_sponsor_slug": "nominet", - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "country_name_iso": "United Kingdom", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "um", @@ -175463,6 +175463,29 @@ "date_removed": null } }, + "registry_url": "http://www.chinaunicom.cn", + "whois_server": "whois.nic.unicom", + "rdap_server": "https://rdap.zdnsgtld.com/unicom", + "tld_created": "2016-01-22", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -175560,30 +175583,7 @@ } ] } - ], - "registry_url": "http://www.chinaunicom.cn", - "whois_server": "whois.nic.unicom", - "rdap_server": "https://rdap.zdnsgtld.com/unicom", - "tld_created": "2016-01-22", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "university", @@ -175608,6 +175608,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-03", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.university", @@ -175723,34 +175750,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-03", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "uno", @@ -175775,6 +175775,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.uno", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2026-04-07" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -175852,35 +175880,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.uno", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2026-04-07" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "uol", @@ -175905,6 +175905,20 @@ "date_removed": null } }, + "registry_url": "https://nic.uol/", + "rdap_server": "https://rdap.gtlds.nic.br/", + "tld_created": "2014-08-07", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ] + }, "nameservers": [ { "hostname": "a.dns.br", @@ -176020,21 +176034,7 @@ } ] } - ], - "registry_url": "https://nic.uol/", - "rdap_server": "https://rdap.gtlds.nic.br/", - "tld_created": "2014-08-07", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ] - } + ] }, { "tld": "ups", @@ -176059,6 +176059,29 @@ "date_removed": null } }, + "registry_url": "http://www.ups.com", + "whois_server": "whois.nic.ups", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-14", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.ups", @@ -176136,30 +176159,7 @@ } ] } - ], - "registry_url": "http://www.ups.com", - "whois_server": "whois.nic.ups", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-14", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "us", @@ -176173,6 +176173,30 @@ "tech": "Registry Services, LLC" } }, + "registry_url": "http://www.nic.us", + "whois_server": "whois.nic.us", + "rdap_server": "https://rdap.nic.us/", + "tld_created": "1985-02-15", + "tld_updated": [ + "2024-08-29" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "supplemental", + "country_name_iso": "United States", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.cctld.us", @@ -176326,31 +176350,7 @@ } ] } - ], - "registry_url": "http://www.nic.us", - "whois_server": "whois.nic.us", - "rdap_server": "https://rdap.nic.us/", - "tld_created": "1985-02-15", - "tld_updated": [ - "2024-08-29" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "supplemental", - "country_name_iso": "United States", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "uy", @@ -176364,6 +176364,24 @@ "tech": "Servicio Central de Informatica (SECIU)" } }, + "registry_url": "http://www.nic.org.uy/", + "whois_server": "whois.nic.org.uy", + "tld_created": "1990-09-10", + "tld_updated": [ + "2022-12-08" + ], + "annotations": { + "country_name_iso": "Uruguay", + "as_org_aliases": [ + "Identity Digital", + "LACTLD" + ], + "as_org_slugs": [ + "identity-digital", + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -176491,25 +176509,7 @@ } ] } - ], - "registry_url": "http://www.nic.org.uy/", - "whois_server": "whois.nic.org.uy", - "tld_created": "1990-09-10", - "tld_updated": [ - "2022-12-08" - ], - "annotations": { - "country_name_iso": "Uruguay", - "as_org_aliases": [ - "Identity Digital", - "LACTLD" - ], - "as_org_slugs": [ - "identity-digital", - "lactld" - ], - "geographic_scope": "country" - } + ] }, { "tld": "uz", @@ -176523,6 +176523,18 @@ "tech": "Single Integrator for Creation and Support of State Information Systems UZINFOCOM" } }, + "registry_url": "http://www.cctld.uz/", + "whois_server": "whois.cctld.uz", + "rdap_server": "https://rdap.cctld.uz", + "tld_created": "1995-04-29", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Uzbekistan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.uz", @@ -176647,19 +176659,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.cctld.uz/", - "whois_server": "whois.cctld.uz", - "rdap_server": "https://rdap.cctld.uz", - "tld_created": "1995-04-29", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Uzbekistan", - "geographic_scope": "country" - } + ] }, { "tld": "va", @@ -176673,6 +176673,14 @@ "tech": "Department of Telecommunications - Vatican Internet Service Provider" } }, + "tld_created": "1995-09-11", + "tld_updated": [ + "2024-12-03" + ], + "annotations": { + "country_name_iso": "Holy See (Vatican City State)", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.va", @@ -176769,15 +176777,7 @@ } ] } - ], - "tld_created": "1995-09-11", - "tld_updated": [ - "2024-12-03" - ], - "annotations": { - "country_name_iso": "Holy See (Vatican City State)", - "geographic_scope": "country" - } + ] }, { "tld": "vacations", @@ -176802,6 +176802,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.vacations", @@ -176917,34 +176944,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vana", @@ -176969,6 +176969,30 @@ "date_removed": null } }, + "registry_url": "https://nic.vana", + "whois_server": "whois.tucowsregistry.net", + "rdap_server": "https://rdap.tucowsregistry.net/rdap/", + "tld_created": "2015-09-24", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -177046,31 +177070,7 @@ } ] } - ], - "registry_url": "https://nic.vana", - "whois_server": "whois.tucowsregistry.net", - "rdap_server": "https://rdap.tucowsregistry.net/rdap/", - "tld_created": "2015-09-24", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "vanguard", @@ -177095,6 +177095,29 @@ "date_removed": null } }, + "registry_url": "http://vanguard.com", + "whois_server": "whois.nic.vanguard", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-08-18", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.vanguard", @@ -177172,30 +177195,7 @@ } ] } - ], - "registry_url": "http://vanguard.com", - "whois_server": "whois.nic.vanguard", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-08-18", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vc", @@ -177209,6 +177209,25 @@ "tech": "Identity Digital Inc." } }, + "whois_server": "whois.identitydigital.services", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "1991-09-03", + "tld_updated": [ + "2024-07-09" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "supplemental", + "country_name_iso": "Saint Vincent and the Grenadines", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a0.cctld.afilias-nst.info", @@ -177324,26 +177343,7 @@ } ] } - ], - "whois_server": "whois.identitydigital.services", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "1991-09-03", - "tld_updated": [ - "2024-07-09" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "supplemental", - "country_name_iso": "Saint Vincent and the Grenadines", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "country" - } + ] }, { "tld": "ve", @@ -177357,6 +177357,22 @@ "tech": "NIC.VE" } }, + "registry_url": "https://nic.ve/", + "whois_server": "whois.nic.ve", + "tld_created": "1991-03-07", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Venezuela, Bolivarian Republic of", + "as_org_aliases": [ + "LACTLD" + ], + "as_org_slugs": [ + "lactld" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.lactld.org", @@ -177458,23 +177474,7 @@ } ] } - ], - "registry_url": "https://nic.ve/", - "whois_server": "whois.nic.ve", - "tld_created": "1991-03-07", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Venezuela, Bolivarian Republic of", - "as_org_aliases": [ - "LACTLD" - ], - "as_org_slugs": [ - "lactld" - ], - "geographic_scope": "country" - } + ] }, { "tld": "vegas", @@ -177499,6 +177499,29 @@ "date_removed": null } }, + "registry_url": "http://www.nic.vegas", + "whois_server": "whois.nic.vegas", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-03-20", + "tld_updated": [ + "2023-08-03" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a0.nic.vegas", @@ -177576,30 +177599,7 @@ } ] } - ], - "registry_url": "http://www.nic.vegas", - "whois_server": "whois.nic.vegas", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-03-20", - "tld_updated": [ - "2023-08-03" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ], - "geographic_scope": "city" - } + ] }, { "tld": "ventures", @@ -177624,6 +177624,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.ventures", @@ -177739,34 +177766,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "verisign", @@ -177791,6 +177791,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisign.com/", + "whois_server": "whois.nic.verisign", + "rdap_server": "https://tld-rdap.verisign.com/verisign/v1/", + "tld_created": "2015-11-06", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -177868,36 +177897,7 @@ } ] } - ], - "registry_url": "http://www.verisign.com/", - "whois_server": "whois.nic.verisign", - "rdap_server": "https://tld-rdap.verisign.com/verisign/v1/", - "tld_created": "2015-11-06", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "versicherung", @@ -177922,6 +177922,27 @@ "date_removed": null } }, + "registry_url": "http://nic.versicherung", + "whois_server": "whois.nic.versicherung", + "rdap_server": "https://rdap.nic.versicherung/v1/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2026-04-29" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero" + ], + "as_org_slugs": [ + "rcodezero" + ] + }, "nameservers": [ { "hostname": "a.dns.nic.versicherung", @@ -177980,28 +178001,7 @@ } ] } - ], - "registry_url": "http://nic.versicherung", - "whois_server": "whois.nic.versicherung", - "rdap_server": "https://rdap.nic.versicherung/v1/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2026-04-29" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero" - ], - "as_org_slugs": [ - "rcodezero" - ] - } + ] }, { "tld": "vet", @@ -178026,6 +178026,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.vet", @@ -178141,34 +178168,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vg", @@ -178182,6 +178182,26 @@ "tech": "CentralNic" } }, + "registry_url": "http://nic.vg", + "whois_server": "whois.nic.vg", + "rdap_server": "https://rdap.centralnic.com/vg", + "tld_created": "1997-02-20", + "tld_updated": [ + "2021-12-03" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "country_name_iso": "Virgin Islands, British", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.vg", @@ -178259,27 +178279,7 @@ } ] } - ], - "registry_url": "http://nic.vg", - "whois_server": "whois.nic.vg", - "rdap_server": "https://rdap.centralnic.com/vg", - "tld_created": "1997-02-20", - "tld_updated": [ - "2021-12-03" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "country_name_iso": "Virgin Islands, British", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "vi", @@ -178293,6 +178293,24 @@ "tech": "Virgin Islands Public Telecommunications System, Inc." } }, + "registry_url": "https://secure.nic.vi", + "whois_server": "virgil.nic.vi", + "rdap_server": "https://rdap.nic.vi", + "tld_created": "1995-08-31", + "tld_updated": [ + "2024-02-26" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Virgin Islands, U.S.", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns3.nic.vi", @@ -178325,25 +178343,7 @@ } ] } - ], - "registry_url": "https://secure.nic.vi", - "whois_server": "virgil.nic.vi", - "rdap_server": "https://rdap.nic.vi", - "tld_created": "1995-08-31", - "tld_updated": [ - "2024-02-26" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Virgin Islands, U.S.", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "viajes", @@ -178368,6 +178368,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.viajes", @@ -178483,10 +178510,34 @@ } ] } - ], + ] + }, + { + "tld": "video", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Dog Beach, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Dog Beach, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1480-90854", + "registry_operator_country_code": null, + "date_contract_signed": "2014-10-16", + "date_delegated": "2014-12-25", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-12-12", + "tld_created": "2014-12-17", "tld_updated": [ "2025-10-07" ], @@ -178510,30 +178561,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "video", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Dog Beach, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Dog Beach, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1480-90854", - "registry_operator_country_code": null, - "date_contract_signed": "2014-10-16", - "date_delegated": "2014-12-25", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -178650,34 +178677,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vig", @@ -178702,6 +178702,29 @@ "date_removed": null } }, + "registry_url": "http://www.vig.com", + "whois_server": "whois.nic.vig", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.vig", @@ -178779,30 +178802,7 @@ } ] } - ], - "registry_url": "http://www.vig.com", - "whois_server": "whois.nic.vig", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "viking", @@ -178827,6 +178827,29 @@ "date_removed": null } }, + "registry_url": "http://www.vikingrivercruises.com/", + "whois_server": "whois.nic.viking", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-10-15", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.viking", @@ -178904,30 +178927,7 @@ } ] } - ], - "registry_url": "http://www.vikingrivercruises.com/", - "whois_server": "whois.nic.viking", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-10-15", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "villas", @@ -178952,6 +178952,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.villas", @@ -179067,10 +179094,34 @@ } ] } - ], + ] + }, + { + "tld": "vin", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1538-23177", + "registry_operator_country_code": null, + "date_contract_signed": "2015-06-18", + "date_delegated": "2015-08-05", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", + "tld_created": "2015-07-23", "tld_updated": [ "2025-10-07" ], @@ -179094,30 +179145,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "vin", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1538-23177", - "registry_operator_country_code": null, - "date_contract_signed": "2015-06-18", - "date_delegated": "2015-08-05", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -179234,34 +179261,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-23", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vip", @@ -179286,6 +179286,34 @@ "date_removed": null } }, + "registry_url": "http://nic.vip/", + "whois_server": "whois.nic.vip", + "rdap_server": "https://rdap.nic.vip/", + "tld_created": "2015-07-30", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.vip", @@ -179401,35 +179429,7 @@ } ] } - ], - "registry_url": "http://nic.vip/", - "whois_server": "whois.nic.vip", - "rdap_server": "https://rdap.nic.vip/", - "tld_created": "2015-07-30", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "virgin", @@ -179454,6 +179454,32 @@ "date_removed": null } }, + "registry_url": "http://www.virgin.com", + "rdap_server": "https://rdap.nominet.uk/virgin/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2025-01-28" + ], + "annotations": { + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.virgin", @@ -179607,33 +179633,7 @@ } ] } - ], - "registry_url": "http://www.virgin.com", - "rdap_server": "https://rdap.nominet.uk/virgin/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2025-01-28" - ], - "annotations": { - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "visa", @@ -179658,6 +179658,29 @@ "date_removed": null } }, + "registry_url": "http://visa.com", + "whois_server": "whois.nic.visa", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-30", + "tld_updated": [ + "2024-11-15" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.visa", @@ -179773,30 +179796,7 @@ } ] } - ], - "registry_url": "http://visa.com", - "whois_server": "whois.nic.visa", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-30", - "tld_updated": [ - "2024-11-15" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vision", @@ -179821,6 +179821,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.vision", @@ -179936,34 +179963,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vista", @@ -180048,6 +180048,30 @@ "date_removed": null } }, + "registry_url": "http://www.stc.com.sa", + "whois_server": "whois.nic.viva", + "rdap_server": "https://rdap.centralnic.com/viva", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-30" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.viva", @@ -180125,31 +180149,7 @@ } ] } - ], - "registry_url": "http://www.stc.com.sa", - "whois_server": "whois.nic.viva", - "rdap_server": "https://rdap.centralnic.com/viva", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-30" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "vivo", @@ -180174,6 +180174,28 @@ "date_removed": null } }, + "registry_url": "http://www.vivo.com.br", + "rdap_server": "https://rdap.nic.vivo/", + "tld_created": "2016-05-26", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.vivo", @@ -180289,29 +180311,7 @@ } ] } - ], - "registry_url": "http://www.vivo.com.br", - "rdap_server": "https://rdap.nic.vivo/", - "tld_created": "2016-05-26", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "vlaanderen", @@ -180336,6 +180336,32 @@ "date_removed": null } }, + "registry_url": "http://www.nic.vlaanderen", + "rdap_server": "https://rdap.nic.vlaanderen", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-12-15" + ], + "annotations": { + "iana_admin_alias": "DNS Belgium", + "iana_admin_slug": "dns-belgium", + "iana_tech_alias": "DNS Belgium", + "iana_tech_slug": "dns-belgium", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "RcodeZero", + "UltraDNS" + ], + "as_org_slugs": [ + "rcodezero", + "ultradns" + ], + "geographic_scope": "subdivision" + }, "nameservers": [ { "hostname": "a.nsset.vlaanderen", @@ -180451,33 +180477,7 @@ } ] } - ], - "registry_url": "http://www.nic.vlaanderen", - "rdap_server": "https://rdap.nic.vlaanderen", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-12-15" - ], - "annotations": { - "iana_admin_alias": "DNS Belgium", - "iana_admin_slug": "dns-belgium", - "iana_tech_alias": "DNS Belgium", - "iana_tech_slug": "dns-belgium", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "RcodeZero", - "UltraDNS" - ], - "as_org_slugs": [ - "rcodezero", - "ultradns" - ], - "geographic_scope": "subdivision" - } + ] }, { "tld": "vn", @@ -180491,6 +180491,23 @@ "tech": "Vietnam Internet Network Information Center (VNNIC)" } }, + "registry_url": "https://www.vnnic.vn/", + "tld_created": "1994-04-14", + "tld_updated": [ + "2023-07-19" + ], + "annotations": { + "country_name_iso": "Viet Nam", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns-servers.vn", @@ -180644,24 +180661,7 @@ } ] } - ], - "registry_url": "https://www.vnnic.vn/", - "tld_created": "1994-04-14", - "tld_updated": [ - "2023-07-19" - ], - "annotations": { - "country_name_iso": "Viet Nam", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "vodka", @@ -180686,6 +180686,34 @@ "date_removed": null } }, + "registry_url": "http://nic.vodka/", + "whois_server": "whois.nic.vodka", + "rdap_server": "https://rdap.nic.vodka/", + "tld_created": "2014-02-28", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.vodka", @@ -180801,35 +180829,7 @@ } ] } - ], - "registry_url": "http://nic.vodka/", - "whois_server": "whois.nic.vodka", - "rdap_server": "https://rdap.nic.vodka/", - "tld_created": "2014-02-28", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "volkswagen", @@ -180884,6 +180884,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.volvo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.volvo", @@ -180961,29 +180983,7 @@ } ] } - ], - "whois_server": "whois.nic.volvo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vote", @@ -181008,6 +181008,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.vote", @@ -181085,30 +181108,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "voting", @@ -181133,6 +181133,28 @@ "date_removed": null } }, + "registry_url": "http://www.nic.voting", + "whois_server": "whois.nic.voting", + "rdap_server": "https://rdap.nic.voting/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.voting", @@ -181248,29 +181270,7 @@ } ] } - ], - "registry_url": "http://www.nic.voting", - "whois_server": "whois.nic.voting", - "rdap_server": "https://rdap.nic.voting/", - "tld_created": "2014-01-16", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "voto", @@ -181295,6 +181295,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.voto", @@ -181372,30 +181395,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "voyage", @@ -181420,6 +181420,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-31", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.voyage", @@ -181535,34 +181562,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-31", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "vu", @@ -181576,6 +181576,24 @@ "tech": "GoDaddy Registry" } }, + "registry_url": "http://www.hello.vu", + "whois_server": "whois.dnrs.vu", + "tld_created": "1995-04-10", + "tld_updated": [ + "2025-09-05" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "country_name_iso": "Vanuatu", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tldns.vu", @@ -181691,25 +181709,7 @@ } ] } - ], - "registry_url": "http://www.hello.vu", - "whois_server": "whois.dnrs.vu", - "tld_created": "1995-04-10", - "tld_updated": [ - "2025-09-05" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "country_name_iso": "Vanuatu", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "vuelos", @@ -181763,6 +181763,37 @@ "date_removed": null } }, + "registry_url": "https://ourhomeonline.wales/", + "rdap_server": "https://rdap.nominet.uk/wales/", + "tld_created": "2014-07-31", + "tld_updated": [ + "2025-06-10" + ], + "annotations": { + "iana_sponsor_alias": "Nominet", + "iana_sponsor_slug": "nominet", + "iana_admin_alias": "Nominet", + "iana_admin_slug": "nominet", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Nominet", + "icann_registry_operator_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ], + "geographic_scope": "subdivision", + "cultural_affiliation": "welsh" + }, "nameservers": [ { "hostname": "dns1.nic.wales", @@ -181916,38 +181947,7 @@ } ] } - ], - "registry_url": "https://ourhomeonline.wales/", - "rdap_server": "https://rdap.nominet.uk/wales/", - "tld_created": "2014-07-31", - "tld_updated": [ - "2025-06-10" - ], - "annotations": { - "iana_sponsor_alias": "Nominet", - "iana_sponsor_slug": "nominet", - "iana_admin_alias": "Nominet", - "iana_admin_slug": "nominet", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Nominet", - "icann_registry_operator_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ], - "geographic_scope": "subdivision", - "cultural_affiliation": "welsh" - } + ] }, { "tld": "walmart", @@ -181972,6 +181972,35 @@ "date_removed": null } }, + "registry_url": "http://www.walmart.com", + "whois_server": "whois.nic.walmart", + "rdap_server": "https://rdap.nic.walmart", + "tld_created": "2016-07-21", + "tld_updated": [ + "2024-11-20" + ], + "annotations": { + "iana_sponsor_alias": "Walmart", + "iana_sponsor_slug": "walmart", + "iana_admin_alias": "Walmart", + "iana_admin_slug": "walmart", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "Walmart", + "icann_registry_operator_slug": "walmart", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.walmart", @@ -182087,36 +182116,7 @@ } ] } - ], - "registry_url": "http://www.walmart.com", - "whois_server": "whois.nic.walmart", - "rdap_server": "https://rdap.nic.walmart", - "tld_created": "2016-07-21", - "tld_updated": [ - "2024-11-20" - ], - "annotations": { - "iana_sponsor_alias": "Walmart", - "iana_sponsor_slug": "walmart", - "iana_admin_alias": "Walmart", - "iana_admin_slug": "walmart", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "Walmart", - "icann_registry_operator_slug": "walmart", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "walter", @@ -182141,6 +182141,27 @@ "date_removed": null } }, + "registry_url": "http://nic.walter", + "whois_server": "whois.nic.walter", + "rdap_server": "https://rdap.nic.walter/", + "tld_created": "2015-05-14", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.walter", @@ -182256,28 +182277,7 @@ } ] } - ], - "registry_url": "http://nic.walter", - "whois_server": "whois.nic.walter", - "rdap_server": "https://rdap.nic.walter/", - "tld_created": "2015-05-14", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "wang", @@ -182302,6 +182302,26 @@ "date_removed": null } }, + "registry_url": "http://www.nic.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/wang", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -182399,27 +182419,7 @@ } ] } - ], - "registry_url": "http://www.nic.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/wang", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "wanggou", @@ -182444,6 +182444,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.wanggou", + "rdap_server": "https://rdap.nominet.uk/wanggou/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.wanggou", @@ -182597,36 +182626,7 @@ } ] } - ], - "registry_url": "http://www.nic.wanggou", - "rdap_server": "https://rdap.nominet.uk/wanggou/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "warman", @@ -182681,6 +182681,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.watch", @@ -182796,12 +182823,36 @@ } ] } - ], + ] + }, + { + "tld": "watches", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Identity Digital Limited", + "admin": "Identity Digital Limited", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Identity Digital Domains Limited", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1253-13044", + "registry_operator_country_code": null, + "date_contract_signed": "2014-12-22", + "date_delegated": "2015-12-14", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", + "tld_created": "2015-11-12", "tld_updated": [ - "2025-10-07" + "2025-09-04" ], "annotations": { "iana_sponsor_alias": "Identity Digital", @@ -182823,30 +182874,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "watches", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Identity Digital Limited", - "admin": "Identity Digital Limited", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Identity Digital Domains Limited", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1253-13044", - "registry_operator_country_code": null, - "date_contract_signed": "2014-12-22", - "date_delegated": "2015-12-14", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -182925,34 +182952,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "weather", @@ -182977,6 +182977,25 @@ "date_removed": null } }, + "registry_url": "http://www.weather.com", + "rdap_server": "https://rdap.nic.weather/", + "tld_created": "2015-12-23", + "tld_updated": [ + "2026-03-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.weather", @@ -183092,26 +183111,7 @@ } ] } - ], - "registry_url": "http://www.weather.com", - "rdap_server": "https://rdap.nic.weather/", - "tld_created": "2015-12-23", - "tld_updated": [ - "2026-03-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "weatherchannel", @@ -183136,6 +183136,26 @@ "date_removed": null } }, + "registry_url": "https://www.weathercompany.com/", + "rdap_server": "https://rdap.nic.weatherchannel/", + "tld_created": "2016-01-22", + "tld_updated": [ + "2026-03-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.weatherchannel", @@ -183251,27 +183271,7 @@ } ] } - ], - "registry_url": "https://www.weathercompany.com/", - "rdap_server": "https://rdap.nic.weatherchannel/", - "tld_created": "2016-01-22", - "tld_updated": [ - "2026-03-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "webcam", @@ -183296,6 +183296,32 @@ "date_removed": null } }, + "registry_url": "http://nic.webcam", + "whois_server": "whois.nic.webcam", + "rdap_server": "https://rdap.nic.webcam/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.webcam", @@ -183411,33 +183437,7 @@ } ] } - ], - "registry_url": "http://nic.webcam", - "whois_server": "whois.nic.webcam", - "rdap_server": "https://rdap.nic.webcam/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "weber", @@ -183462,6 +183462,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.weber", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-10", + "tld_updated": [ + "2025-12-17" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.weber", @@ -183577,29 +183599,7 @@ } ] } - ], - "whois_server": "whois.nic.weber", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-10", - "tld_updated": [ - "2025-12-17" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "website", @@ -183624,6 +183624,34 @@ "date_removed": null } }, + "registry_url": "https://radix.website/", + "whois_server": "whois.nic.website", + "rdap_server": "https://rdap.radix.host/rdap/", + "tld_created": "2014-05-22", + "tld_updated": [ + "2026-04-14" + ], + "annotations": { + "iana_sponsor_alias": "Radix", + "iana_sponsor_slug": "radix", + "iana_admin_alias": "Radix", + "iana_admin_slug": "radix", + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -183701,35 +183729,7 @@ } ] } - ], - "registry_url": "https://radix.website/", - "whois_server": "whois.nic.website", - "rdap_server": "https://rdap.radix.host/rdap/", - "tld_created": "2014-05-22", - "tld_updated": [ - "2026-04-14" - ], - "annotations": { - "iana_sponsor_alias": "Radix", - "iana_sponsor_slug": "radix", - "iana_admin_alias": "Radix", - "iana_admin_slug": "radix", - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "wed", @@ -183754,6 +183754,31 @@ "date_removed": null } }, + "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", + "rdap_server": "https://rdap.nominet.uk/wed/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -183907,32 +183932,7 @@ } ] } - ], - "registry_url": "https://www.icann.org/resources/pages/ebero-2013-04-02-en", - "rdap_server": "https://rdap.nominet.uk/wed/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "wedding", @@ -183957,6 +183957,34 @@ "date_removed": null } }, + "registry_url": "http://nic.wedding/", + "whois_server": "whois.nic.wedding", + "rdap_server": "https://rdap.nic.wedding/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.wedding", @@ -184072,35 +184100,7 @@ } ] } - ], - "registry_url": "http://nic.wedding/", - "whois_server": "whois.nic.wedding", - "rdap_server": "https://rdap.nic.wedding/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "weibo", @@ -184125,6 +184125,28 @@ "date_removed": null } }, + "registry_url": "http://www.sina.com", + "whois_server": "whois.nic.weibo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-29", + "tld_updated": [ + "2023-08-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.weibo", @@ -184202,29 +184224,7 @@ } ] } - ], - "registry_url": "http://www.sina.com", - "whois_server": "whois.nic.weibo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-29", - "tld_updated": [ - "2023-08-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "weir", @@ -184249,6 +184249,29 @@ "date_removed": null } }, + "registry_url": "http://weir.co.uk/", + "whois_server": "whois.nic.weir", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2023-08-11" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.weir", @@ -184326,30 +184349,7 @@ } ] } - ], - "registry_url": "http://weir.co.uk/", - "whois_server": "whois.nic.weir", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2023-08-11" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "wf", @@ -184363,6 +184363,32 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, + "registry_url": "http://www.nic.wf", + "whois_server": "whois.nic.wf", + "rdap_server": "https://rdap.nic.wf/", + "tld_created": "1997-11-14", + "tld_updated": [ + "2026-03-10" + ], + "annotations": { + "iana_sponsor_alias": "AFNIC", + "iana_sponsor_slug": "afnic", + "iana_admin_alias": "AFNIC", + "iana_admin_slug": "afnic", + "iana_tech_alias": "AFNIC", + "iana_tech_slug": "afnic", + "rdap_source": "IANA", + "country_name_iso": "Wallis and Futuna", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.nic.fr", @@ -184421,33 +184447,7 @@ } ] } - ], - "registry_url": "http://www.nic.wf", - "whois_server": "whois.nic.wf", - "rdap_server": "https://rdap.nic.wf/", - "tld_created": "1997-11-14", - "tld_updated": [ - "2026-03-10" - ], - "annotations": { - "iana_sponsor_alias": "AFNIC", - "iana_sponsor_slug": "afnic", - "iana_admin_alias": "AFNIC", - "iana_admin_slug": "afnic", - "iana_tech_alias": "AFNIC", - "iana_tech_slug": "afnic", - "rdap_source": "IANA", - "country_name_iso": "Wallis and Futuna", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "whoswho", @@ -184472,6 +184472,28 @@ "date_removed": null } }, + "registry_url": "http://nic.whoswho", + "whois_server": "whois.nic.whoswho", + "rdap_server": "https://rdap.nic.whoswho/", + "tld_created": "2014-06-12", + "tld_updated": [ + "2023-06-16" + ], + "annotations": { + "iana_tech_alias": "Knipp Medien", + "iana_tech_slug": "knipp-medien", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -184549,29 +184571,7 @@ } ] } - ], - "registry_url": "http://nic.whoswho", - "whois_server": "whois.nic.whoswho", - "rdap_server": "https://rdap.nic.whoswho/", - "tld_created": "2014-06-12", - "tld_updated": [ - "2023-06-16" - ], - "annotations": { - "iana_tech_alias": "Knipp Medien", - "iana_tech_slug": "knipp-medien", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "wien", @@ -184596,6 +184596,30 @@ "date_removed": null } }, + "registry_url": "https://www.nic.wien", + "whois_server": "whois.nic.wien", + "rdap_server": "https://rdap.ryce-rsp.com/rdap/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-09-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "as_org_aliases": [ + "DENIC", + "Hetzner" + ], + "as_org_slugs": [ + "denic", + "hetzner" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "dns.ryce-rsp.com", @@ -184654,31 +184678,7 @@ } ] } - ], - "registry_url": "https://www.nic.wien", - "whois_server": "whois.nic.wien", - "rdap_server": "https://rdap.ryce-rsp.com/rdap/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-09-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "as_org_aliases": [ - "DENIC", - "Hetzner" - ], - "as_org_slugs": [ - "denic", - "hetzner" - ], - "geographic_scope": "city" - } + ] }, { "tld": "wiki", @@ -184703,6 +184703,34 @@ "date_removed": null } }, + "registry_url": "http://nic.wiki", + "whois_server": "whois.nic.wiki", + "rdap_server": "https://rdap.nic.wiki/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.wiki", @@ -184818,35 +184846,7 @@ } ] } - ], - "registry_url": "http://nic.wiki", - "whois_server": "whois.nic.wiki", - "rdap_server": "https://rdap.nic.wiki/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "williamhill", @@ -184871,6 +184871,28 @@ "date_removed": null } }, + "registry_url": "http://www.williamhill.com/", + "rdap_server": "https://rdap.nic.williamhill/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.williamhill", @@ -184986,29 +185008,7 @@ } ] } - ], - "registry_url": "http://www.williamhill.com/", - "rdap_server": "https://rdap.nic.williamhill/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "win", @@ -185033,6 +185033,32 @@ "date_removed": null } }, + "registry_url": "http://nic.win", + "whois_server": "whois.nic.win", + "rdap_server": "https://rdap.nic.win/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "GRS Domains", + "iana_sponsor_slug": "grs-domains", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GRS Domains", + "icann_registry_operator_slug": "grs-domains", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.win", @@ -185148,33 +185174,7 @@ } ] } - ], - "registry_url": "http://nic.win", - "whois_server": "whois.nic.win", - "rdap_server": "https://rdap.nic.win/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "GRS Domains", - "iana_sponsor_slug": "grs-domains", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GRS Domains", - "icann_registry_operator_slug": "grs-domains", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "windows", @@ -185199,6 +185199,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/windows/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.windows", @@ -185352,37 +185382,7 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/windows/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "wine", @@ -185407,6 +185407,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-07-23", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.wine", @@ -185522,34 +185549,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-07-23", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "winners", @@ -185574,6 +185574,32 @@ "date_removed": null } }, + "registry_url": "http://www.tjx.com", + "rdap_server": "https://rdap.nic.winners/", + "tld_created": "2016-04-07", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_sponsor_alias": "TJX", + "iana_sponsor_slug": "tjx", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "TJX", + "icann_registry_operator_slug": "tjx", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.winners", @@ -185689,33 +185715,7 @@ } ] } - ], - "registry_url": "http://www.tjx.com", - "rdap_server": "https://rdap.nic.winners/", - "tld_created": "2016-04-07", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_sponsor_alias": "TJX", - "iana_sponsor_slug": "tjx", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "TJX", - "icann_registry_operator_slug": "tjx", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "wme", @@ -185740,6 +185740,31 @@ "date_removed": null } }, + "registry_url": "http://www.wmeentertainment.com", + "whois_server": "whois.nic.wme", + "rdap_server": "https://rdap.centralnic.com/wme", + "tld_created": "2014-08-22", + "tld_updated": [ + "2023-09-19" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.wme", @@ -185817,32 +185842,7 @@ } ] } - ], - "registry_url": "http://www.wmeentertainment.com", - "whois_server": "whois.nic.wme", - "rdap_server": "https://rdap.centralnic.com/wme", - "tld_created": "2014-08-22", - "tld_updated": [ - "2023-09-19" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "wolterskluwer", @@ -185897,6 +185897,27 @@ "date_removed": null } }, + "registry_url": "http://www.woodside.com.au/", + "whois_server": "whois.nic.woodside", + "rdap_server": "https://rdap.nic.woodside/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2024-10-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.woodside", @@ -186012,28 +186033,7 @@ } ] } - ], - "registry_url": "http://www.woodside.com.au/", - "whois_server": "whois.nic.woodside", - "rdap_server": "https://rdap.nic.woodside/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2024-10-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "work", @@ -186058,6 +186058,34 @@ "date_removed": null } }, + "registry_url": "http://nic.work/", + "whois_server": "whois.nic.work", + "rdap_server": "https://rdap.nic.work/", + "tld_created": "2014-08-18", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.work", @@ -186173,35 +186201,7 @@ } ] } - ], - "registry_url": "http://nic.work/", - "whois_server": "whois.nic.work", - "rdap_server": "https://rdap.nic.work/", - "tld_created": "2014-08-18", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "works", @@ -186226,6 +186226,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-16", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.works", @@ -186341,10 +186368,34 @@ } ] } - ], + ] + }, + { + "tld": "world", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Binky Moon, LLC", + "admin": "Identity Digital Inc.", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Binky Moon, LLC", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1504-13424", + "registry_operator_country_code": null, + "date_contract_signed": "2014-06-12", + "date_delegated": "2014-09-19", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "https://www.identity.digital/", "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-16", + "tld_created": "2014-09-11", "tld_updated": [ "2025-10-07" ], @@ -186368,30 +186419,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "world", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Binky Moon, LLC", - "admin": "Identity Digital Inc.", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Binky Moon, LLC", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1504-13424", - "registry_operator_country_code": null, - "date_contract_signed": "2014-06-12", - "date_delegated": "2014-09-19", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -186508,34 +186535,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-09-11", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "wow", @@ -186560,6 +186560,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.wow", + "rdap_server": "https://rdap.nominet.uk/wow/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.wow", @@ -186713,36 +186742,7 @@ } ] } - ], - "registry_url": "http://www.nic.wow", - "rdap_server": "https://rdap.nominet.uk/wow/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "ws", @@ -186756,6 +186756,16 @@ "tech": "Global Domains International" } }, + "registry_url": "http://www.website.ws", + "whois_server": "whois.website.ws", + "tld_created": "1995-07-14", + "tld_updated": [ + "2021-05-26" + ], + "annotations": { + "country_name_iso": "Samoa", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ws", @@ -186843,17 +186853,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.website.ws", - "whois_server": "whois.website.ws", - "tld_created": "1995-07-14", - "tld_updated": [ - "2021-05-26" - ], - "annotations": { - "country_name_iso": "Samoa", - "geographic_scope": "country" - } + ] }, { "tld": "wtc", @@ -186878,6 +186878,27 @@ "date_removed": null } }, + "registry_url": "http://nic.wtc/", + "whois_server": "whois.nic.wtc", + "rdap_server": "https://rdap.nic.wtc/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2024-03-15" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.wtc", @@ -186993,28 +187014,7 @@ } ] } - ], - "registry_url": "http://nic.wtc/", - "whois_server": "whois.nic.wtc", - "rdap_server": "https://rdap.nic.wtc/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2024-03-15" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "wtf", @@ -187039,6 +187039,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.wtf", @@ -187154,34 +187181,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xbox", @@ -187206,6 +187206,36 @@ "date_removed": null } }, + "registry_url": "http://www.microsoft.com", + "rdap_server": "https://rdap.nominet.uk/xbox/", + "tld_created": "2015-04-30", + "tld_updated": [ + "2026-02-02" + ], + "annotations": { + "iana_sponsor_alias": "Microsoft", + "iana_sponsor_slug": "microsoft", + "iana_admin_alias": "Microsoft", + "iana_admin_slug": "microsoft", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Microsoft", + "icann_registry_operator_slug": "microsoft", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.xbox", @@ -187359,37 +187389,7 @@ } ] } - ], - "registry_url": "http://www.microsoft.com", - "rdap_server": "https://rdap.nominet.uk/xbox/", - "tld_created": "2015-04-30", - "tld_updated": [ - "2026-02-02" - ], - "annotations": { - "iana_sponsor_alias": "Microsoft", - "iana_sponsor_slug": "microsoft", - "iana_admin_alias": "Microsoft", - "iana_admin_slug": "microsoft", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Microsoft", - "icann_registry_operator_slug": "microsoft", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "xerox", @@ -187414,6 +187414,28 @@ "date_removed": null } }, + "whois_server": "whois.nic.xerox", + "rdap_server": "https://rdap.nic.xerox/", + "tld_created": "2015-04-02", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xerox", @@ -187529,29 +187551,7 @@ } ] } - ], - "whois_server": "whois.nic.xerox", - "rdap_server": "https://rdap.nic.xerox/", - "tld_created": "2015-04-02", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xfinity", @@ -187606,6 +187606,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -187669,27 +187689,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "xin", @@ -187714,6 +187714,28 @@ "date_removed": null } }, + "registry_url": "http://www.dotxin.org", + "whois_server": "whois.nic.xin", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-02-19", + "tld_updated": [ + "2025-10-21" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xin", @@ -187791,29 +187813,7 @@ } ] } - ], - "registry_url": "http://www.dotxin.org", - "whois_server": "whois.nic.xin", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-02-19", - "tld_updated": [ - "2025-10-21" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--0zwm56d", @@ -187852,6 +187852,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--11b4c3d", + "rdap_server": "https://tld-rdap.verisign.com/xn--11b4c3d/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -187929,36 +187958,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--11b4c3d", - "rdap_server": "https://tld-rdap.verisign.com/xn--11b4c3d/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--11b5bs3a9aj6g", @@ -187997,6 +187997,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--1ck2e1b", + "whois_server": "whois.nic.xn--1ck2e1b", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "sale", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--1ck2e1b", @@ -188112,36 +188141,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--1ck2e1b", - "whois_server": "whois.nic.xn--1ck2e1b", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "sale", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--1qqw23a", @@ -188168,6 +188168,27 @@ "date_removed": null } }, + "registry_url": "http://www.yu-wei.cn/", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-07-17", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "foshan", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "ta.ngtld.cn", @@ -188250,28 +188271,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.yu-wei.cn/", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-07-17", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "foshan", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] }, { "tld": "xn--2scrj9c", @@ -188288,6 +188288,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -188365,31 +188389,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--30rr7y", @@ -188416,6 +188416,27 @@ "date_removed": null } }, + "registry_url": "http://www.cishan.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--30rr7y", + "tld_created": "2015-03-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "charity", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -188513,28 +188534,7 @@ } ] } - ], - "registry_url": "http://www.cishan.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--30rr7y", - "tld_created": "2015-03-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "charity", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--3bst00m", @@ -188561,6 +188561,27 @@ "date_removed": null } }, + "registry_url": "http://www.jituan.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--3bst00m", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "corporate group", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -188658,28 +188679,7 @@ } ] } - ], - "registry_url": "http://www.jituan.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--3bst00m", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "corporate group", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--3ds443g", @@ -188706,6 +188706,27 @@ "date_removed": null } }, + "registry_url": "https://tldland.cn/", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/xn--3ds443g/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-12-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "online", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -188769,28 +188790,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://tldland.cn/", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/xn--3ds443g/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-12-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "online", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "xn--3e0b707e", @@ -188807,6 +188807,22 @@ "tech": "KISA (Korea Internet & Security Agency)" } }, + "registry_url": "http://www.nic.or.kr", + "whois_server": "whois.kr", + "tld_created": "2011-02-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "iana_sponsor_alias": "KISA", + "iana_sponsor_slug": "kisa", + "iana_admin_alias": "KISA", + "iana_admin_slug": "kisa", + "iana_tech_alias": "KISA", + "iana_tech_slug": "kisa", + "country_name_iso": "Korea, Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.kr", @@ -188908,23 +188924,7 @@ } ] } - ], - "registry_url": "http://www.nic.or.kr", - "whois_server": "whois.kr", - "tld_created": "2011-02-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "iana_sponsor_alias": "KISA", - "iana_sponsor_slug": "kisa", - "iana_admin_alias": "KISA", - "iana_admin_slug": "kisa", - "iana_tech_alias": "KISA", - "iana_tech_slug": "kisa", - "country_name_iso": "Korea, Republic of", - "geographic_scope": "country" - } + ] }, { "tld": "xn--3hcrj9c", @@ -188941,6 +188941,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -189018,31 +189042,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--3oq18vl8pn36a", @@ -189103,84 +189103,6 @@ "date_removed": null } }, - "nameservers": [ - { - "hostname": "ac1.nstld.com", - "ipv4": [ - { - "ip": "192.42.173.30", - "asn": 397204, - "as_org": "VRSN-AC28", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:500:120::30", - "asn": 397204, - "as_org": "VRSN-AC28", - "as_country": "US" - } - ] - }, - { - "hostname": "ac2.nstld.com", - "ipv4": [ - { - "ip": "192.42.174.30", - "asn": 40647, - "as_org": "VGRS-AC25", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:500:121::30", - "asn": 40647, - "as_org": "VGRS-AC25", - "as_country": "US" - } - ] - }, - { - "hostname": "ac3.nstld.com", - "ipv4": [ - { - "ip": "192.42.175.30", - "asn": 36625, - "as_org": "KGTLD", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:500:122::30", - "asn": 25485, - "as_org": "VERISIGN-AS", - "as_country": "US" - } - ] - }, - { - "hostname": "ac4.nstld.com", - "ipv4": [ - { - "ip": "192.42.176.30", - "asn": 25485, - "as_org": "VERISIGN-AS", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:500:123::30", - "asn": 25485, - "as_org": "VERISIGN-AS", - "as_country": "US" - } - ] - } - ], "registry_url": "http://www.verisigninc.com", "whois_server": "whois.nic.xn--3pxu8k", "rdap_server": "https://tld-rdap.verisign.com/xn--3pxu8k/v1/", @@ -189209,32 +189131,6 @@ "as_org_slugs": [ "verisign" ] - } - }, - { - "tld": "xn--42c2d9a", - "tld_unicode": "คอม", - "tld_script": "Thai", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "VeriSign Sarl", - "admin": "Verisign, Inc.", - "tech": "Verisign, Inc." - }, - "icann": { - "registry_operator": "VeriSign Sarl", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-1254-3015", - "registry_operator_country_code": null, - "date_contract_signed": "2015-01-15", - "date_delegated": "2015-07-28", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -189313,7 +189209,33 @@ } ] } - ], + ] + }, + { + "tld": "xn--42c2d9a", + "tld_unicode": "คอม", + "tld_script": "Thai", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "VeriSign Sarl", + "admin": "Verisign, Inc.", + "tech": "Verisign, Inc." + }, + "icann": { + "registry_operator": "VeriSign Sarl", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-1254-3015", + "registry_operator_country_code": null, + "date_contract_signed": "2015-01-15", + "date_delegated": "2015-07-28", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "http://www.verisigninc.com", "whois_server": "whois.nic.xn--42c2d9a", "rdap_server": "https://tld-rdap.verisign.com/xn--42c2d9a/v1/", @@ -189342,7 +189264,85 @@ "as_org_slugs": [ "verisign" ] - } + }, + "nameservers": [ + { + "hostname": "ac1.nstld.com", + "ipv4": [ + { + "ip": "192.42.173.30", + "asn": 397204, + "as_org": "VRSN-AC28", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:500:120::30", + "asn": 397204, + "as_org": "VRSN-AC28", + "as_country": "US" + } + ] + }, + { + "hostname": "ac2.nstld.com", + "ipv4": [ + { + "ip": "192.42.174.30", + "asn": 40647, + "as_org": "VGRS-AC25", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:500:121::30", + "asn": 40647, + "as_org": "VGRS-AC25", + "as_country": "US" + } + ] + }, + { + "hostname": "ac3.nstld.com", + "ipv4": [ + { + "ip": "192.42.175.30", + "asn": 36625, + "as_org": "KGTLD", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:500:122::30", + "asn": 25485, + "as_org": "VERISIGN-AS", + "as_country": "US" + } + ] + }, + { + "hostname": "ac4.nstld.com", + "ipv4": [ + { + "ip": "192.42.176.30", + "asn": 25485, + "as_org": "VERISIGN-AS", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:500:123::30", + "asn": 25485, + "as_org": "VERISIGN-AS", + "as_country": "US" + } + ] + } + ] }, { "tld": "xn--45br5cyl", @@ -189359,6 +189359,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -189436,10 +189460,26 @@ } ] } - ], + ] + }, + { + "tld": "xn--45brj9c", + "tld_unicode": "ভারত", + "tld_script": "Bengali", + "tld_iso": "in", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "National Internet Exchange of India", + "admin": "National Internet Exchange of India", + "tech": "National Internet Exchange of India" + } + }, "registry_url": "https://registry.in", "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", + "tld_created": "2011-02-05", "tld_updated": [ "2026-04-16" ], @@ -189460,22 +189500,6 @@ "tucows" ], "geographic_scope": "country" - } - }, - { - "tld": "xn--45brj9c", - "tld_unicode": "ভারত", - "tld_script": "Bengali", - "tld_iso": "in", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "National Internet Exchange of India", - "admin": "National Internet Exchange of India", - "tech": "National Internet Exchange of India" - } }, "nameservers": [ { @@ -189554,31 +189578,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--45q11c", @@ -189605,6 +189605,27 @@ "date_removed": null } }, + "registry_url": "http://www.bagua.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/XN--45Q11C", + "tld_created": "2014-11-06", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "gossip", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -189702,28 +189723,7 @@ } ] } - ], - "registry_url": "http://www.bagua.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/XN--45Q11C", - "tld_created": "2014-11-06", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "gossip", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--4dbrk0ce", @@ -189740,6 +189740,24 @@ "tech": "The Israel Internet Association (RA)" } }, + "registry_url": "http://en.isoc.org.il/il-cctld/accredited-registrars/domain-name-registrars", + "whois_server": "whois.isoc.org.il", + "tld_created": "2020-06-16", + "tld_updated": [ + "2026-05-11" + ], + "annotations": { + "country_name_iso": "Israel", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ilns.ilan.net.il", @@ -189879,25 +189897,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://en.isoc.org.il/il-cctld/accredited-registrars/domain-name-registrars", - "whois_server": "whois.isoc.org.il", - "tld_created": "2020-06-16", - "tld_updated": [ - "2026-05-11" - ], - "annotations": { - "country_name_iso": "Israel", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--4gbrim", @@ -189924,6 +189924,31 @@ "date_removed": null } }, + "registry_url": "http://www.dotmawqe.com", + "whois_server": "whois.nic.xn--4gbrim", + "rdap_server": "https://rdap.centralnic.com/xn--4gbrim/", + "tld_created": "2014-05-15", + "tld_updated": [ + "2023-11-17" + ], + "annotations": { + "iana_admin_alias": "CentralNic", + "iana_admin_slug": "centralnic", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "site", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--4gbrim", @@ -190001,32 +190026,7 @@ } ] } - ], - "registry_url": "http://www.dotmawqe.com", - "whois_server": "whois.nic.xn--4gbrim", - "rdap_server": "https://rdap.centralnic.com/xn--4gbrim/", - "tld_created": "2014-05-15", - "tld_updated": [ - "2023-11-17" - ], - "annotations": { - "iana_admin_alias": "CentralNic", - "iana_admin_slug": "centralnic", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "site", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "xn--4gq48lf9j", @@ -190072,6 +190072,21 @@ "tech": "Bangladesh Telecommunications Company Limited (BTCL)" } }, + "registry_url": "http://domainreg.btcl.com.bd/", + "tld_created": "2011-03-30", + "tld_updated": [ + "2024-05-29" + ], + "annotations": { + "country_name_iso": "Bangladesh", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "bayanno.btcl.net.bd", @@ -190130,22 +190145,7 @@ } ] } - ], - "registry_url": "http://domainreg.btcl.com.bd/", - "tld_created": "2011-03-30", - "tld_updated": [ - "2024-05-29" - ], - "annotations": { - "country_name_iso": "Bangladesh", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--55qw42g", @@ -190172,6 +190172,21 @@ "date_removed": null } }, + "registry_url": "http://www.conac.cn", + "whois_server": "whois.conac.cn", + "rdap_server": "https://rdap.conac.cn/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "public interest" + }, "nameservers": [ { "hostname": "ns1.conac.cn", @@ -190254,22 +190269,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.conac.cn", - "whois_server": "whois.conac.cn", - "rdap_server": "https://rdap.conac.cn/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "public interest" - } + ] }, { "tld": "xn--55qx5d", @@ -190296,6 +190296,35 @@ "date_removed": null } }, + "registry_url": "http://www.cnnic.cn", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-07-17" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "icann_registry_operator_alias": "CNNIC", + "icann_registry_operator_slug": "cnnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "business organisation", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "a.ngtld.cn", @@ -190378,36 +190407,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.cnnic.cn", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-07-17" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "icann_registry_operator_alias": "CNNIC", - "icann_registry_operator_slug": "cnnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "business organisation", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] }, { "tld": "xn--5su34j936bgsg", @@ -190434,6 +190434,30 @@ "date_removed": null } }, + "registry_url": "http://www.shangri-la.com/", + "whois_server": "whois.nic.xn--5su34j936bgsg", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-06-24", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "shangri-la", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--5su34j936bgsg", @@ -190549,31 +190573,7 @@ } ] } - ], - "registry_url": "http://www.shangri-la.com/", - "whois_server": "whois.nic.xn--5su34j936bgsg", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-06-24", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "shangri-la", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--5tzm5g", @@ -190600,6 +190600,29 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "whois_server": "whois.nic.xn--5tzm5g", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-12-04", + "tld_updated": [ + "2025-01-20" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "website", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--5tzm5g", @@ -190677,30 +190700,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "whois_server": "whois.nic.xn--5tzm5g", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-12-04", - "tld_updated": [ - "2025-01-20" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "website", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--6frz82g", @@ -190727,6 +190727,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-23", + "tld_updated": [ + "2025-09-04" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "mobile", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--6frz82g", @@ -190804,35 +190832,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-23", - "tld_updated": [ - "2025-09-04" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "mobile", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--6qq986b3xl", @@ -190859,6 +190859,27 @@ "date_removed": null } }, + "registry_url": "http://www.520.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--6qq986b3xl", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "I love you", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -190956,28 +190977,7 @@ } ] } - ], - "registry_url": "http://www.520.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--6qq986b3xl", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "I love you", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--80adxhks", @@ -191004,6 +191004,28 @@ "date_removed": null } }, + "registry_url": "http://www.faitid.org", + "whois_server": "whois.nic.xn--80adxhks", + "rdap_server": "https://rdap.flexireg.net", + "tld_created": "2014-04-17", + "tld_updated": [ + "2025-05-29" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "moscow", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.dns.flexireg.ru", @@ -191081,29 +191103,7 @@ } ] } - ], - "registry_url": "http://www.faitid.org", - "whois_server": "whois.nic.xn--80adxhks", - "rdap_server": "https://rdap.flexireg.net", - "tld_created": "2014-04-17", - "tld_updated": [ - "2025-05-29" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "moscow", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ], - "geographic_scope": "city" - } + ] }, { "tld": "xn--80akhbyknj4f", @@ -191132,6 +191132,22 @@ "tech": "KazNIC Organization" } }, + "registry_url": "http://www.nic.kz/", + "whois_server": "whois.nic.kz", + "tld_created": "2011-09-15", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Kazakhstan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.nic.kz", @@ -191190,23 +191206,7 @@ } ] } - ], - "registry_url": "http://www.nic.kz/", - "whois_server": "whois.nic.kz", - "tld_created": "2011-09-15", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Kazakhstan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--80aqecdr1a", @@ -191233,6 +191233,28 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.xn--80aqecdr1a", + "rdap_server": "https://rdap.nic.xn--80aqecdr1a/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "catholic", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--80aqecdr1a", @@ -191348,29 +191370,7 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.xn--80aqecdr1a", - "rdap_server": "https://rdap.nic.xn--80aqecdr1a/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "catholic", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--80asehdb", @@ -191397,6 +191397,27 @@ "date_removed": null } }, + "registry_url": "http://corenic.org", + "whois_server": "whois.nic.xn--80asehdb", + "rdap_server": "https://rdap.nic.xn--80asehdb/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "online", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -191474,28 +191495,7 @@ } ] } - ], - "registry_url": "http://corenic.org", - "whois_server": "whois.nic.xn--80asehdb", - "rdap_server": "https://rdap.nic.xn--80asehdb/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "online", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "xn--80aswg", @@ -191522,6 +191522,27 @@ "date_removed": null } }, + "registry_url": "http://corenic.org", + "whois_server": "whois.nic.xn--80aswg", + "rdap_server": "https://rdap.nic.xn--80aswg/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "site", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -191599,28 +191620,7 @@ } ] } - ], - "registry_url": "http://corenic.org", - "whois_server": "whois.nic.xn--80aswg", - "rdap_server": "https://rdap.nic.xn--80aswg/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "site", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "xn--8y0a063a", @@ -191647,6 +191647,30 @@ "date_removed": null } }, + "registry_url": "http://www.chinaunicom.cn", + "whois_server": "whois.nic.xn--8y0a063a", + "rdap_server": "https://rdap.zdnsgtld.com/xn--8y0a063a", + "tld_created": "2015-12-10", + "tld_updated": [ + "2024-12-12" + ], + "annotations": { + "iana_tech_alias": "ZDNS", + "iana_tech_slug": "zdns", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "unicom", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -191744,31 +191768,7 @@ } ] } - ], - "registry_url": "http://www.chinaunicom.cn", - "whois_server": "whois.nic.xn--8y0a063a", - "rdap_server": "https://rdap.zdnsgtld.com/xn--8y0a063a", - "tld_created": "2015-12-10", - "tld_updated": [ - "2024-12-12" - ], - "annotations": { - "iana_tech_alias": "ZDNS", - "iana_tech_slug": "zdns", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "unicom", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--90a3ac", @@ -191785,6 +191785,24 @@ "tech": "Serbian National Internet Domain Registry (RNIDS)" } }, + "registry_url": "http://www.rnids.rs/", + "whois_server": "whois.rnids.rs", + "tld_created": "2011-02-05", + "tld_updated": [ + "2025-02-06" + ], + "annotations": { + "country_name_iso": "Serbia", + "as_org_aliases": [ + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.rs", @@ -191900,25 +191918,7 @@ } ] } - ], - "registry_url": "http://www.rnids.rs/", - "whois_server": "whois.rnids.rs", - "tld_created": "2011-02-05", - "tld_updated": [ - "2025-02-06" - ], - "annotations": { - "country_name_iso": "Serbia", - "as_org_aliases": [ - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--90ae", @@ -191935,6 +191935,22 @@ "tech": "Imena.BG AD" } }, + "registry_url": "http://www.imena.bg", + "whois_server": "whois.imena.bg", + "tld_created": "2016-03-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Bulgaria", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.bg", @@ -192050,23 +192066,7 @@ } ] } - ], - "registry_url": "http://www.imena.bg", - "whois_server": "whois.imena.bg", - "tld_created": "2016-03-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Bulgaria", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--90ais", @@ -192083,6 +192083,16 @@ "tech": "Belarusian Cloud Technologies LLC" } }, + "registry_url": "https://cctld.by", + "whois_server": "whois.cctld.by", + "tld_created": "2014-09-29", + "tld_updated": [ + "2025-01-09" + ], + "annotations": { + "country_name_iso": "Belarus", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.tld.becloudby.com", @@ -192172,17 +192182,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://cctld.by", - "whois_server": "whois.cctld.by", - "tld_created": "2014-09-29", - "tld_updated": [ - "2025-01-09" - ], - "annotations": { - "country_name_iso": "Belarus", - "geographic_scope": "country" - } + ] }, { "tld": "xn--9dbq2a", @@ -192209,6 +192209,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--9dbq2a", + "rdap_server": "https://tld-rdap.verisign.com/xn--9dbq2a/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -192286,36 +192315,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--9dbq2a", - "rdap_server": "https://tld-rdap.verisign.com/xn--9dbq2a/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--9et52u", @@ -192342,6 +192342,27 @@ "date_removed": null } }, + "registry_url": "http://www.shishang.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--9et52u", + "tld_created": "2015-03-12", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "vogue", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -192439,28 +192460,7 @@ } ] } - ], - "registry_url": "http://www.shishang.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--9et52u", - "tld_created": "2015-03-12", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "vogue", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--9krt00a", @@ -192487,6 +192487,30 @@ "date_removed": null } }, + "registry_url": "http://www.sina.com", + "whois_server": "whois.nic.xn--9krt00a", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-29", + "tld_updated": [ + "2023-08-08" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "wei-bo", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--9krt00a", @@ -192564,31 +192588,7 @@ } ] } - ], - "registry_url": "http://www.sina.com", - "whois_server": "whois.nic.xn--9krt00a", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-29", - "tld_updated": [ - "2023-08-08" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "wei-bo", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--9t4b11yi5a", @@ -192627,6 +192627,30 @@ "date_removed": null } }, + "registry_url": "http://www.temasek.com.sg/nicdan4ma3xi1", + "whois_server": "whois.nic.xn--b4w605ferd", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-12-18", + "tld_updated": [ + "2025-08-27" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "temasek", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--b4w605ferd", @@ -192704,31 +192728,7 @@ } ] } - ], - "registry_url": "http://www.temasek.com.sg/nicdan4ma3xi1", - "whois_server": "whois.nic.xn--b4w605ferd", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-12-18", - "tld_updated": [ - "2025-08-27" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "temasek", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--bck1b9a5dre4c", @@ -192755,6 +192755,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--bck1b9a5dre4c", + "whois_server": "whois.nic.xn--bck1b9a5dre4c", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "fashion", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--bck1b9a5dre4c", @@ -192870,36 +192899,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--bck1b9a5dre4c", - "whois_server": "whois.nic.xn--bck1b9a5dre4c", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "fashion", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--c1avg", @@ -192926,6 +192926,35 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--c1avg", + "whois_server": "whois.nic.xn--c1avg", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "org", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--c1avg", @@ -193003,36 +193032,7 @@ } ] } - ], - "registry_url": "http://nic.xn--c1avg", - "whois_server": "whois.nic.xn--c1avg", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "org", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--c2br7g", @@ -193059,6 +193059,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--c2br7g", + "rdap_server": "https://tld-rdap.verisign.com/xn--c2br7g/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "net", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -193136,36 +193165,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--c2br7g", - "rdap_server": "https://tld-rdap.verisign.com/xn--c2br7g/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "net", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--cck2b3b", @@ -193192,6 +193192,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--cck2b3b", + "whois_server": "whois.nic.xn--cck2b3b", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "store", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--cck2b3b", @@ -193307,36 +193336,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--cck2b3b", - "whois_server": "whois.nic.xn--cck2b3b", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "store", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--cckwcxetd", @@ -193363,6 +193363,37 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--cckwcxetd", + "rdap_server": "https://rdap.nominet.uk/xn--cckwcxetd/", + "tld_created": "2020-05-28", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "amazon", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.xn--cckwcxetd", @@ -193516,38 +193547,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--cckwcxetd", - "rdap_server": "https://rdap.nominet.uk/xn--cckwcxetd/", - "tld_created": "2020-05-28", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "amazon", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "xn--cg4bki", @@ -193574,6 +193574,21 @@ "date_removed": null } }, + "registry_url": "http://samsungregistry.com", + "whois_server": "whois.kr", + "rdap_server": "https://nic.samsung/rdap/", + "tld_created": "2013-12-12", + "tld_updated": [ + "2026-01-08" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "samsung" + }, "nameservers": [ { "hostname": "n1-a1.aka-ns.net", @@ -193708,22 +193723,7 @@ } ] } - ], - "registry_url": "http://samsungregistry.com", - "whois_server": "whois.kr", - "rdap_server": "https://nic.samsung/rdap/", - "tld_created": "2013-12-12", - "tld_updated": [ - "2026-01-08" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "samsung" - } + ] }, { "tld": "xn--clchc0ea0b2g2a9gcd", @@ -193740,6 +193740,28 @@ "tech": "Singapore Network Information Centre (SGNIC) Pte Ltd" } }, + "registry_url": "http://www.sgnic.sg/", + "whois_server": "whois.ta.sgnic.sg", + "rdap_server": "https://rdap.ta.sgnic.sg/rdap/", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Singapore", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dsany2.sgnic.sg", @@ -193836,29 +193858,7 @@ } ] } - ], - "registry_url": "http://www.sgnic.sg/", - "whois_server": "whois.ta.sgnic.sg", - "rdap_server": "https://rdap.ta.sgnic.sg/rdap/", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Singapore", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--czr694b", @@ -193885,6 +193885,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/xn--czr694b", + "tld_created": "2014-05-08", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "trademark", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -193982,26 +194001,7 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/xn--czr694b", - "tld_created": "2014-05-08", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "trademark", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--czrs0t", @@ -194028,6 +194028,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-11-20", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "shop", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--czrs0t", @@ -194143,35 +194171,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-11-20", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "shop", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--czru2d", @@ -194198,6 +194198,27 @@ "date_removed": null } }, + "registry_url": "http://www.shangcheng.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--czru2d", + "tld_created": "2014-02-27", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "mall", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -194295,28 +194316,7 @@ } ] } - ], - "registry_url": "http://www.shangcheng.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--czru2d", - "tld_created": "2014-02-27", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "mall", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--d1acj3b", @@ -194343,6 +194343,21 @@ "date_removed": null } }, + "registry_url": "http://www.dotdeti.ru", + "whois_server": "whois.nic.xn--d1acj3b", + "rdap_server": "https://whois.nic.xn--d1acj3b/rdap/", + "tld_created": "2014-02-13", + "tld_updated": [ + "2026-04-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "kids" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -194439,22 +194454,7 @@ } ] } - ], - "registry_url": "http://www.dotdeti.ru", - "whois_server": "whois.nic.xn--d1acj3b", - "rdap_server": "https://whois.nic.xn--d1acj3b/rdap/", - "tld_created": "2014-02-13", - "tld_updated": [ - "2026-04-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "kids" - } + ] }, { "tld": "xn--d1alf", @@ -194471,6 +194471,22 @@ "tech": "Faculty of Computer Science and Engineering" } }, + "registry_url": "http://marnet.mk/", + "whois_server": "whois.marnet.mk", + "tld_created": "2014-04-21", + "tld_updated": [ + "2024-02-21" + ], + "annotations": { + "country_name_iso": "North Macedonia", + "as_org_aliases": [ + "CZNIC" + ], + "as_org_slugs": [ + "cznic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "b.dns.si", @@ -194541,23 +194557,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://marnet.mk/", - "whois_server": "whois.marnet.mk", - "tld_created": "2014-04-21", - "tld_updated": [ - "2024-02-21" - ], - "annotations": { - "country_name_iso": "North Macedonia", - "as_org_aliases": [ - "CZNIC" - ], - "as_org_slugs": [ - "cznic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--deba0ad", @@ -194586,6 +194586,24 @@ "tech": "EURid vzw" } }, + "registry_url": "http://www.registry.eu", + "whois_server": "whois.eu", + "tld_created": "2015-12-08", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "country_name_iso": "European Union", + "as_org_aliases": [ + "DENIC", + "RcodeZero" + ], + "as_org_slugs": [ + "denic", + "rcodezero" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "be.dns.eu", @@ -194675,25 +194693,7 @@ } ] } - ], - "registry_url": "http://www.registry.eu", - "whois_server": "whois.eu", - "tld_created": "2015-12-08", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "country_name_iso": "European Union", - "as_org_aliases": [ - "DENIC", - "RcodeZero" - ], - "as_org_slugs": [ - "denic", - "rcodezero" - ], - "geographic_scope": "supranational" - } + ] }, { "tld": "xn--eckvdtc9d", @@ -194720,6 +194720,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--eckvdtc9d", + "whois_server": "whois.nic.xn--eckvdtc9d", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "point", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--eckvdtc9d", @@ -194835,36 +194864,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--eckvdtc9d", - "whois_server": "whois.nic.xn--eckvdtc9d", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "point", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--efvy88h", @@ -194891,6 +194891,27 @@ "date_removed": null } }, + "registry_url": "http://www.gd.xinhua.org", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/XN--EFVY88H", + "tld_created": "2015-08-06", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "news", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -194988,28 +195009,7 @@ } ] } - ], - "registry_url": "http://www.gd.xinhua.org", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/XN--EFVY88H", - "tld_created": "2015-08-06", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "news", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--estv75g", @@ -195069,6 +195069,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--fct429k", + "whois_server": "whois.nic.xn--fct429k", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "consumer electronics", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--fct429k", @@ -195184,36 +195213,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--fct429k", - "whois_server": "whois.nic.xn--fct429k", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "consumer electronics", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--fhbei", @@ -195240,6 +195240,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--fhbei", + "rdap_server": "https://tld-rdap.verisign.com/xn--fhbei/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -195317,36 +195346,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--fhbei", - "rdap_server": "https://tld-rdap.verisign.com/xn--fhbei/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--fiq228c5hs", @@ -195373,6 +195373,27 @@ "date_removed": null } }, + "registry_url": "https://tldland.cn/", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/xn--fiq228c5hs/", + "tld_created": "2013-12-19", + "tld_updated": [ + "2025-12-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "website", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -195436,28 +195457,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://tldland.cn/", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/xn--fiq228c5hs/", - "tld_created": "2013-12-19", - "tld_updated": [ - "2025-12-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "website", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "xn--fiq64b", @@ -195484,6 +195484,27 @@ "date_removed": null } }, + "whois_server": "whois.gtld.knet.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--fiq64b", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "citic", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -195581,28 +195602,7 @@ } ] } - ], - "whois_server": "whois.gtld.knet.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--fiq64b", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "citic", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--fiqs8s", @@ -195619,6 +195619,28 @@ "tech": "China Internet Network Information Center (CNNIC)" } }, + "registry_url": "http://www.cnnic.cn", + "whois_server": "whois.cnnic.cn", + "tld_created": "2010-07-09", + "tld_updated": [ + "2025-07-18" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "country_name_iso": "China", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "h.dns.cn", @@ -195715,7 +195737,23 @@ } ] } - ], + ] + }, + { + "tld": "xn--fiqz9s", + "tld_unicode": "中國", + "tld_script": "Han-CJK", + "tld_iso": "cn", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "China Internet Network Information Center (CNNIC)", + "admin": "China Internet Network Information Center (CNNIC)", + "tech": "China Internet Network Information Center (CNNIC)" + } + }, "registry_url": "http://www.cnnic.cn", "whois_server": "whois.cnnic.cn", "tld_created": "2010-07-09", @@ -195737,22 +195775,6 @@ "cnnic" ], "geographic_scope": "country" - } - }, - { - "tld": "xn--fiqz9s", - "tld_unicode": "中國", - "tld_script": "Han-CJK", - "tld_iso": "cn", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "China Internet Network Information Center (CNNIC)", - "admin": "China Internet Network Information Center (CNNIC)", - "tech": "China Internet Network Information Center (CNNIC)" - } }, "nameservers": [ { @@ -195850,29 +195872,7 @@ } ] } - ], - "registry_url": "http://www.cnnic.cn", - "whois_server": "whois.cnnic.cn", - "tld_created": "2010-07-09", - "tld_updated": [ - "2025-07-18" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "country_name_iso": "China", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--fjq720a", @@ -195899,6 +195899,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-07-17", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "entertainment", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--fjq720a", @@ -196014,35 +196042,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-07-17", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "entertainment", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--flw351e", @@ -196069,6 +196069,35 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "google", + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -196165,36 +196194,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "google", - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "xn--fpcrj9c3d", @@ -196211,6 +196211,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -196288,31 +196312,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--fzc2c9e2c", @@ -196329,6 +196329,23 @@ "tech": "LK Domain Registry" } }, + "registry_url": "http://www.domains.lk", + "tld_created": "2010-08-19", + "tld_updated": [ + "2025-04-23" + ], + "annotations": { + "country_name_iso": "Sri Lanka", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "lk.communitydns.net", @@ -196433,24 +196450,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.domains.lk", - "tld_created": "2010-08-19", - "tld_updated": [ - "2025-04-23" - ], - "annotations": { - "country_name_iso": "Sri Lanka", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--fzys8d69uvgm", @@ -196477,6 +196477,30 @@ "date_removed": null } }, + "registry_url": "https://www.pccw.com/", + "whois_server": "whois.nic.xn--fzys8d69uvgm", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-04-15", + "tld_updated": [ + "2026-01-16" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "pccw", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--fzys8d69uvgm", @@ -196554,31 +196578,7 @@ } ] } - ], - "registry_url": "https://www.pccw.com/", - "whois_server": "whois.nic.xn--fzys8d69uvgm", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-04-15", - "tld_updated": [ - "2026-01-16" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "pccw", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--g2xx48c", @@ -196605,6 +196605,29 @@ "date_removed": null } }, + "registry_url": "http://gouwunic.com/", + "whois_server": "whois.nic.xn--g2xx48c", + "rdap_server": "https://rdap.nic.xn--g2xx48c/", + "tld_created": "2016-01-08", + "tld_updated": [ + "2025-03-13" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "shopping", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--g2xx48c", @@ -196720,30 +196743,7 @@ } ] } - ], - "registry_url": "http://gouwunic.com/", - "whois_server": "whois.nic.xn--g2xx48c", - "rdap_server": "https://rdap.nic.xn--g2xx48c/", - "tld_created": "2016-01-08", - "tld_updated": [ - "2025-03-13" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "shopping", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--g6w251d", @@ -196782,6 +196782,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--gckr3f0f", + "whois_server": "whois.nic.xn--gckr3f0f", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "cloud", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--gckr3f0f", @@ -196897,36 +196926,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--gckr3f0f", - "whois_server": "whois.nic.xn--gckr3f0f", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "cloud", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--gecrj9c", @@ -196943,6 +196943,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -197020,31 +197044,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--gk3at1e", @@ -197071,6 +197071,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--gk3at1e", + "whois_server": "whois.nic.xn--gk3at1e", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-09-16", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "online shopping", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--gk3at1e", @@ -197186,36 +197215,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--gk3at1e", - "whois_server": "whois.nic.xn--gk3at1e", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-09-16", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "online shopping", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--h2breg3eve", @@ -197232,6 +197232,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-08-15", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -197309,10 +197333,26 @@ } ] } - ], + ] + }, + { + "tld": "xn--h2brj9c", + "tld_unicode": "भारत", + "tld_script": "Devanagari", + "tld_iso": "in", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "National Internet Exchange of India", + "admin": "National Internet Exchange of India", + "tech": "National Internet Exchange of India" + } + }, "registry_url": "https://registry.in", "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", + "tld_created": "2011-02-05", "tld_updated": [ "2026-04-16" ], @@ -197333,22 +197373,6 @@ "tucows" ], "geographic_scope": "country" - } - }, - { - "tld": "xn--h2brj9c", - "tld_unicode": "भारत", - "tld_script": "Devanagari", - "tld_iso": "in", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "National Internet Exchange of India", - "admin": "National Internet Exchange of India", - "tech": "National Internet Exchange of India" - } }, "nameservers": [ { @@ -197427,10 +197451,26 @@ } ] } - ], + ] + }, + { + "tld": "xn--h2brj9c8c", + "tld_unicode": "भारोत", + "tld_script": "Devanagari", + "tld_iso": "in", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "National Internet eXchange of India", + "admin": "National Internet eXchange of India", + "tech": "National Internet eXchange of India" + } + }, "registry_url": "https://registry.in", "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", + "tld_created": "2016-08-15", "tld_updated": [ "2026-04-16" ], @@ -197451,22 +197491,6 @@ "tucows" ], "geographic_scope": "country" - } - }, - { - "tld": "xn--h2brj9c8c", - "tld_unicode": "भारोत", - "tld_script": "Devanagari", - "tld_iso": "in", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "National Internet eXchange of India", - "admin": "National Internet eXchange of India", - "tech": "National Internet eXchange of India" - } }, "nameservers": [ { @@ -197545,31 +197569,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--hgbk6aj7f53bba", @@ -197620,6 +197620,27 @@ "date_removed": null } }, + "registry_url": "http://www.wangdian.wang", + "whois_server": "whois.gtld.zdns.cn", + "rdap_server": "https://rdap.zdnsgtld.com/xn--hxt814e", + "tld_created": "2014-11-20", + "tld_updated": [ + "2026-05-22" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "webshop", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -197717,28 +197738,7 @@ } ] } - ], - "registry_url": "http://www.wangdian.wang", - "whois_server": "whois.gtld.zdns.cn", - "rdap_server": "https://rdap.zdnsgtld.com/xn--hxt814e", - "tld_created": "2014-11-20", - "tld_updated": [ - "2026-05-22" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "webshop", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--i1b6b1a6a2e", @@ -197765,6 +197765,35 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--i1b6b1a6a2e", + "whois_server": "whois.nic.xn--i1b6b1a6a2e", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "organization", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--i1b6b1a6a2e", @@ -197842,36 +197871,7 @@ } ] } - ], - "registry_url": "http://nic.xn--i1b6b1a6a2e", - "whois_server": "whois.nic.xn--i1b6b1a6a2e", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "organization", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--imr513n", @@ -197898,6 +197898,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/xn--imr513n", + "tld_created": "2015-05-08", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "restaurant", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -197995,26 +198014,7 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/xn--imr513n", - "tld_created": "2015-05-08", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "restaurant", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--io0a7i", @@ -198041,6 +198041,35 @@ "date_removed": null } }, + "registry_url": "http://www.cnnic.cn", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-07-17" + ], + "annotations": { + "iana_sponsor_alias": "CNNIC", + "iana_sponsor_slug": "cnnic", + "iana_admin_alias": "CNNIC", + "iana_admin_slug": "cnnic", + "iana_tech_alias": "CNNIC", + "iana_tech_slug": "cnnic", + "icann_registry_operator_alias": "CNNIC", + "icann_registry_operator_slug": "cnnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "network", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "a.ngtld.cn", @@ -198123,36 +198152,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.cnnic.cn", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-07-17" - ], - "annotations": { - "iana_sponsor_alias": "CNNIC", - "iana_sponsor_slug": "cnnic", - "iana_admin_alias": "CNNIC", - "iana_admin_slug": "cnnic", - "iana_tech_alias": "CNNIC", - "iana_tech_slug": "cnnic", - "icann_registry_operator_alias": "CNNIC", - "icann_registry_operator_slug": "cnnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "network", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] }, { "tld": "xn--j1aef", @@ -198179,6 +198179,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--j1aef", + "rdap_server": "https://tld-rdap.verisign.com/xn--j1aef/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -198256,36 +198285,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--j1aef", - "rdap_server": "https://tld-rdap.verisign.com/xn--j1aef/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--j1amh", @@ -198302,6 +198302,16 @@ "tech": "Ukrainian Network Information Centre (UANIC), Inc." } }, + "registry_url": "https://namestore.u-registry.com", + "whois_server": "whois.dotukr.com", + "tld_created": "2011-03-01", + "tld_updated": [ + "2024-02-27" + ], + "annotations": { + "country_name_iso": "Ukraine", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns.tci.net.ua", @@ -198389,17 +198399,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://namestore.u-registry.com", - "whois_server": "whois.dotukr.com", - "tld_created": "2011-03-01", - "tld_updated": [ - "2024-02-27" - ], - "annotations": { - "country_name_iso": "Ukraine", - "geographic_scope": "country" - } + ] }, { "tld": "xn--j6w193g", @@ -198416,6 +198416,24 @@ "tech": "Hong Kong Internet Registration Corporation Ltd." } }, + "registry_url": "http://www.hkirc.hk", + "whois_server": "whois.hkirc.hk", + "tld_created": "2010-07-12", + "tld_updated": [ + "2026-01-07" + ], + "annotations": { + "country_name_iso": "Hong Kong", + "as_org_aliases": [ + "CNNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cnnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c.hkirc.net.hk", @@ -198588,25 +198606,7 @@ } ] } - ], - "registry_url": "http://www.hkirc.hk", - "whois_server": "whois.hkirc.hk", - "tld_created": "2010-07-12", - "tld_updated": [ - "2026-01-07" - ], - "annotations": { - "country_name_iso": "Hong Kong", - "as_org_aliases": [ - "CNNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cnnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--jlq480n2rg", @@ -198633,6 +198633,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--jlq480n2rg", + "rdap_server": "https://rdap.nominet.uk/xn--jlq480n2rg/", + "tld_created": "2020-05-28", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "amazon", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.xn--jlq480n2rg", @@ -198786,36 +198815,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--jlq480n2rg", - "rdap_server": "https://rdap.nominet.uk/xn--jlq480n2rg/", - "tld_created": "2020-05-28", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "amazon", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "xn--jlq61u9w7b", @@ -198875,6 +198875,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--jvr189m", + "whois_server": "whois.nic.xn--jvr189m", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "food", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--jvr189m", @@ -198990,36 +199019,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--jvr189m", - "whois_server": "whois.nic.xn--jvr189m", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "food", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--jxalpdlp", @@ -199058,6 +199058,28 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--kcrx77d1x4a", + "whois_server": "whois.nic.xn--kcrx77d1x4a", + "rdap_server": "https://rdap.nic.xn--kcrx77d1x4a/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2023-11-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "icann_translation_en": "philips", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--kcrx77d1x4a", @@ -199173,29 +199195,7 @@ } ] } - ], - "registry_url": "http://nic.xn--kcrx77d1x4a", - "whois_server": "whois.nic.xn--kcrx77d1x4a", - "rdap_server": "https://rdap.nic.xn--kcrx77d1x4a/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2023-11-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "philips", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--kgbechtv", @@ -199224,6 +199224,26 @@ "tech": "Taiwan Network Information Center (TWNIC)" } }, + "registry_url": "http://rs.twnic.net.tw", + "whois_server": "whois.twnic.net.tw", + "tld_created": "2010-07-14", + "tld_updated": [ + "2026-04-24" + ], + "annotations": { + "country_name_iso": "Taiwan, Province of China", + "as_org_aliases": [ + "Google", + "Microsoft", + "Packet Clearing House" + ], + "as_org_slugs": [ + "google", + "microsoft", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "anytld.apnic.net", @@ -199325,14 +199345,32 @@ } ] } - ], + ] + }, + { + "tld": "xn--kpry57d", + "tld_unicode": "台灣", + "tld_script": "Han-CJK", + "tld_iso": "tw", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "Taiwan Network Information Center (TWNIC)", + "admin": "Taiwan Network Information Center (TWNIC)", + "tech": "Taiwan Network Information Center (TWNIC)" + } + }, "registry_url": "http://rs.twnic.net.tw", "whois_server": "whois.twnic.net.tw", + "rdap_server": "https://ccrdap.twnic.tw/taiwan/", "tld_created": "2010-07-14", "tld_updated": [ "2026-04-24" ], "annotations": { + "rdap_source": "IANA", "country_name_iso": "Taiwan, Province of China", "as_org_aliases": [ "Google", @@ -199345,22 +199383,6 @@ "packet-clearing-house" ], "geographic_scope": "country" - } - }, - { - "tld": "xn--kpry57d", - "tld_unicode": "台灣", - "tld_script": "Han-CJK", - "tld_iso": "tw", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "Taiwan Network Information Center (TWNIC)", - "admin": "Taiwan Network Information Center (TWNIC)", - "tech": "Taiwan Network Information Center (TWNIC)" - } }, "nameservers": [ { @@ -199463,29 +199485,7 @@ } ] } - ], - "registry_url": "http://rs.twnic.net.tw", - "whois_server": "whois.twnic.net.tw", - "rdap_server": "https://ccrdap.twnic.tw/taiwan/", - "tld_created": "2010-07-14", - "tld_updated": [ - "2026-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Taiwan, Province of China", - "as_org_aliases": [ - "Google", - "Microsoft", - "Packet Clearing House" - ], - "as_org_slugs": [ - "google", - "microsoft", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--kpu716f", @@ -199544,6 +199544,27 @@ "date_removed": null } }, + "registry_url": "http://www.rntd.cn", + "whois_server": "whois.nic.xn--kput3i", + "rdap_server": "https://rdap.teleinfo.cn/xn--kput3i/", + "tld_created": "2014-06-05", + "tld_updated": [ + "2025-04-25" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "cell", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -199607,28 +199628,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.rntd.cn", - "whois_server": "whois.nic.xn--kput3i", - "rdap_server": "https://rdap.teleinfo.cn/xn--kput3i/", - "tld_created": "2014-06-05", - "tld_updated": [ - "2025-04-25" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "cell", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "xn--l1acc", @@ -199645,6 +199645,22 @@ "tech": "Datacom Co.,Ltd" } }, + "registry_url": "https://www.datacom.mn/", + "whois_server": "whois.mn", + "tld_created": "2012-06-21", + "tld_updated": [ + "2025-06-18" + ], + "annotations": { + "iana_sponsor_alias": "Datacom Mongolia", + "iana_sponsor_slug": "datacom-mongolia", + "iana_admin_alias": "Datacom Mongolia", + "iana_admin_slug": "datacom-mongolia", + "iana_tech_alias": "Datacom Mongolia", + "iana_tech_slug": "datacom-mongolia", + "country_name_iso": "Mongolia", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns10.dns.mn", @@ -199670,23 +199686,7 @@ ], "ipv6": [] } - ], - "registry_url": "https://www.datacom.mn/", - "whois_server": "whois.mn", - "tld_created": "2012-06-21", - "tld_updated": [ - "2025-06-18" - ], - "annotations": { - "iana_sponsor_alias": "Datacom Mongolia", - "iana_sponsor_slug": "datacom-mongolia", - "iana_admin_alias": "Datacom Mongolia", - "iana_admin_slug": "datacom-mongolia", - "iana_tech_alias": "Datacom Mongolia", - "iana_tech_slug": "datacom-mongolia", - "country_name_iso": "Mongolia", - "geographic_scope": "country" - } + ] }, { "tld": "xn--lgbbat1ad8j", @@ -199703,6 +199703,16 @@ "tech": "CERIST" } }, + "registry_url": "http://www.nic.dz", + "whois_server": "whois.nic.dz", + "tld_created": "2011-02-05", + "tld_updated": [ + "2025-10-01" + ], + "annotations": { + "country_name_iso": "Algeria", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "idn1.nic.dz", @@ -199728,17 +199738,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.nic.dz", - "whois_server": "whois.nic.dz", - "tld_created": "2011-02-05", - "tld_updated": [ - "2025-10-01" - ], - "annotations": { - "country_name_iso": "Algeria", - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgb9awbf", @@ -199755,6 +199755,22 @@ "tech": "Telecommunications Regulatory Authority (TRA)" } }, + "registry_url": "http://www.registry.om", + "whois_server": "whois.registry.om", + "tld_created": "2011-02-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Oman", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "cctld.alpha.aridns.net.au", @@ -199870,23 +199886,7 @@ } ] } - ], - "registry_url": "http://www.registry.om", - "whois_server": "whois.registry.om", - "tld_created": "2011-02-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Oman", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgba3a3ejt", @@ -199913,6 +199913,28 @@ "date_removed": null } }, + "registry_url": "http://www.aramco.com", + "rdap_server": "https://rdap.nic.xn--mgba3a3ejt/", + "tld_created": "2015-08-20", + "tld_updated": [ + "2024-05-11" + ], + "annotations": { + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "aramco", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--mgba3a3ejt", @@ -200028,29 +200050,7 @@ } ] } - ], - "registry_url": "http://www.aramco.com", - "rdap_server": "https://rdap.nic.xn--mgba3a3ejt/", - "tld_created": "2015-08-20", - "tld_updated": [ - "2024-05-11" - ], - "annotations": { - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "aramco", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--mgba3a4f16a", @@ -200067,6 +200067,16 @@ "tech": "Institute for Research in Fundamental Sciences (IPM)" } }, + "registry_url": "http://www.nic.ir", + "whois_server": "whois.nic.ir", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Iran, Islamic Republic of", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.ir", @@ -200106,17 +200116,7 @@ } ] } - ], - "registry_url": "http://www.nic.ir", - "whois_server": "whois.nic.ir", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Iran, Islamic Republic of", - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgba7c0bbn0a", @@ -200143,6 +200143,27 @@ "date_removed": null } }, + "registry_url": "http://www.olayan.com/", + "whois_server": "whois.nic.xn--mgba7c0bbn0a", + "rdap_server": "https://rdap.nic.xn--mgba7c0bbn0a/", + "tld_created": "2016-04-21", + "tld_updated": [ + "2024-05-31" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "olayan", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--mgba7c0bbn0a", @@ -200258,28 +200279,7 @@ } ] } - ], - "registry_url": "http://www.olayan.com/", - "whois_server": "whois.nic.xn--mgba7c0bbn0a", - "rdap_server": "https://rdap.nic.xn--mgba7c0bbn0a/", - "tld_created": "2016-04-21", - "tld_updated": [ - "2024-05-31" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "olayan", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--mgbaakc7dvf", @@ -200328,6 +200328,22 @@ "tech": ".ae Domain Administration (.aeDA)" } }, + "registry_url": "http://aeda.ae/", + "whois_server": "whois.aeda.net.ae", + "tld_created": "2010-05-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "United Arab Emirates", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.aedns.ae", @@ -200386,23 +200402,7 @@ } ] } - ], - "registry_url": "http://aeda.ae/", - "whois_server": "whois.aeda.net.ae", - "tld_created": "2010-05-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "United Arab Emirates", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbab2bd", @@ -200429,6 +200429,27 @@ "date_removed": null } }, + "registry_url": "http://corenic.org", + "whois_server": "whois.nic.xn--mgbab2bd", + "rdap_server": "https://rdap.nic.xn--mgbab2bd/", + "tld_created": "2014-02-06", + "tld_updated": [ + "2022-01-07" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "bazaar", + "as_org_aliases": [ + "Knipp Medien" + ], + "as_org_slugs": [ + "knipp-medien" + ] + }, "nameservers": [ { "hostname": "anycast10.irondns.net", @@ -200506,28 +200527,7 @@ } ] } - ], - "registry_url": "http://corenic.org", - "whois_server": "whois.nic.xn--mgbab2bd", - "rdap_server": "https://rdap.nic.xn--mgbab2bd/", - "tld_created": "2014-02-06", - "tld_updated": [ - "2022-01-07" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "bazaar", - "as_org_aliases": [ - "Knipp Medien" - ], - "as_org_slugs": [ - "knipp-medien" - ] - } + ] }, { "tld": "xn--mgbah1a3hjkrd", @@ -200544,6 +200544,24 @@ "tech": "Faculté des Sciences et Techniques (UNA)" } }, + "registry_url": "http://www.nic.mr", + "whois_server": "whois.nic.mr", + "tld_created": "2017-11-28", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Mauritania", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-mr.afrinic.net", @@ -200626,25 +200644,7 @@ } ] } - ], - "registry_url": "http://www.nic.mr", - "whois_server": "whois.nic.mr", - "tld_created": "2017-11-28", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Mauritania", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbai9azgqp6j", @@ -200661,6 +200661,14 @@ "tech": "National Telecommunication Corporation" } }, + "tld_created": "2011-02-28", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "country_name_iso": "Pakistan", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.ntc.org.pk", @@ -200698,15 +200706,7 @@ ], "ipv6": [] } - ], - "tld_created": "2011-02-28", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "country_name_iso": "Pakistan", - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbayh7gpa", @@ -200723,6 +200723,21 @@ "tech": "Ministry of Digital Economy and Entrepreneurship (MoDEE)" } }, + "registry_url": "https://dns.jo/", + "tld_created": "2010-08-20", + "tld_updated": [ + "2026-02-05" + ], + "annotations": { + "country_name_iso": "Jordan", + "as_org_aliases": [ + "Amazon" + ], + "as_org_slugs": [ + "amazon" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.cctld-servers.net.jo", @@ -200819,22 +200834,7 @@ } ] } - ], - "registry_url": "https://dns.jo/", - "tld_created": "2010-08-20", - "tld_updated": [ - "2026-02-05" - ], - "annotations": { - "country_name_iso": "Jordan", - "as_org_aliases": [ - "Amazon" - ], - "as_org_slugs": [ - "amazon" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbb9fbpob", @@ -200883,6 +200883,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-08-15", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -200960,10 +200984,26 @@ } ] } - ], + ] + }, + { + "tld": "xn--mgbbh1a71e", + "tld_unicode": "بھارت", + "tld_script": "Arabic", + "tld_iso": "in", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "National Internet Exchange of India", + "admin": "National Internet Exchange of India", + "tech": "National Internet Exchange of India" + } + }, "registry_url": "https://registry.in", "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", + "tld_created": "2011-02-05", "tld_updated": [ "2026-04-16" ], @@ -200984,22 +201024,6 @@ "tucows" ], "geographic_scope": "country" - } - }, - { - "tld": "xn--mgbbh1a71e", - "tld_unicode": "بھارت", - "tld_script": "Arabic", - "tld_iso": "in", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "National Internet Exchange of India", - "admin": "National Internet Exchange of India", - "tech": "National Internet Exchange of India" - } }, "nameservers": [ { @@ -201078,31 +201102,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbc0a9azcg", @@ -201119,6 +201119,21 @@ "tech": "Agence Nationale de Réglementation des Télécommunications (ANRT)" } }, + "registry_url": "http://www.registre.ma", + "tld_created": "2011-02-05", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Morocco", + "as_org_aliases": [ + "AFNIC" + ], + "as_org_slugs": [ + "afnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.tld.ma", @@ -201270,22 +201285,7 @@ } ] } - ], - "registry_url": "http://www.registre.ma", - "tld_created": "2011-02-05", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Morocco", - "as_org_aliases": [ - "AFNIC" - ], - "as_org_slugs": [ - "afnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbca7dzdo", @@ -201312,6 +201312,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.xn--mgbca7dzdo", + "rdap_server": "https://rdap.nic.xn--mgbca7dzdo", + "tld_created": "2016-03-03", + "tld_updated": [ + "2019-11-26" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "abu dhabi", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -201389,28 +201410,7 @@ } ] } - ], - "whois_server": "whois.nic.xn--mgbca7dzdo", - "rdap_server": "https://rdap.nic.xn--mgbca7dzdo", - "tld_created": "2016-03-03", - "tld_updated": [ - "2019-11-26" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "abu dhabi", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "xn--mgbcpq6gpa1a", @@ -201427,6 +201427,22 @@ "tech": "CentralNic" } }, + "tld_created": "2019-06-13", + "tld_updated": [ + "2024-07-01" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "country_name_iso": "Bahrain", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.nic.xn--mgbcpq6gpa1a", @@ -201504,23 +201520,7 @@ } ] } - ], - "tld_created": "2019-06-13", - "tld_updated": [ - "2024-07-01" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "country_name_iso": "Bahrain", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgberp4a5d4ar", @@ -201537,6 +201537,22 @@ "tech": "Communications, Space and Technology Commission" } }, + "registry_url": "http://www.nic.net.sa/", + "whois_server": "whois.nic.net.sa", + "tld_created": "2010-05-05", + "tld_updated": [ + "2026-02-18" + ], + "annotations": { + "country_name_iso": "Saudi Arabia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "c1.dns.sa", @@ -201728,23 +201744,7 @@ } ] } - ], - "registry_url": "http://www.nic.net.sa/", - "whois_server": "whois.nic.net.sa", - "tld_created": "2010-05-05", - "tld_updated": [ - "2026-02-18" - ], - "annotations": { - "country_name_iso": "Saudi Arabia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbgu82a", @@ -201761,6 +201761,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-08-15", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -201838,31 +201862,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-08-15", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbi4ecexp", @@ -201889,6 +201889,28 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.xn--mgbi4ecexp", + "rdap_server": "https://rdap.nic.xn--mgbi4ecexp/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "catholic", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--mgbi4ecexp", @@ -202004,29 +202026,7 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.xn--mgbi4ecexp", - "rdap_server": "https://rdap.nic.xn--mgbi4ecexp/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "catholic", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--mgbpl2fh", @@ -202043,6 +202043,21 @@ "tech": "Sudan Internet Society" } }, + "registry_url": "http://domains.sd", + "tld_created": "2012-11-20", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Sudan", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ans1.sis.sd", @@ -202075,22 +202090,7 @@ } ] } - ], - "registry_url": "http://domains.sd", - "tld_created": "2012-11-20", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Sudan", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbt3dhd", @@ -202117,6 +202117,32 @@ "date_removed": null } }, + "registry_url": "https://icann.org/ebero", + "rdap_server": "https://rdap.nominet.uk/xn--mgbt3dhd/", + "tld_created": "2015-11-25", + "tld_updated": [ + "2025-01-30" + ], + "annotations": { + "iana_sponsor_alias": "ICANN EBERO", + "iana_sponsor_slug": "icann-ebero", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "along", + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.emdns.uk", @@ -202270,33 +202296,7 @@ } ] } - ], - "registry_url": "https://icann.org/ebero", - "rdap_server": "https://rdap.nominet.uk/xn--mgbt3dhd/", - "tld_created": "2015-11-25", - "tld_updated": [ - "2025-01-30" - ], - "annotations": { - "iana_sponsor_alias": "ICANN EBERO", - "iana_sponsor_slug": "icann-ebero", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "along", - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "xn--mgbtx2b", @@ -202313,6 +202313,24 @@ "tech": "Communications and Media Commission (CMC)" } }, + "registry_url": "http://www.cmc.iq/en/iq.html", + "whois_server": "whois.cmc.iq", + "tld_created": "2014-09-29", + "tld_updated": [ + "2023-12-18" + ], + "annotations": { + "country_name_iso": "Iraq", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns.cmc.iq", @@ -202383,25 +202401,7 @@ } ] } - ], - "registry_url": "http://www.cmc.iq/en/iq.html", - "whois_server": "whois.cmc.iq", - "tld_created": "2014-09-29", - "tld_updated": [ - "2023-12-18" - ], - "annotations": { - "country_name_iso": "Iraq", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mgbx4cd0ab", @@ -202418,6 +202418,22 @@ "tech": "MYNIC Berhad" } }, + "registry_url": "http://www.mynic.my", + "whois_server": "whois.mynic.my", + "tld_created": "2011-10-22", + "tld_updated": [ + "2026-04-17" + ], + "annotations": { + "country_name_iso": "Malaysia", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.mynic.centralnic-dns.com", @@ -202514,23 +202530,7 @@ } ] } - ], - "registry_url": "http://www.mynic.my", - "whois_server": "whois.mynic.my", - "tld_created": "2011-10-22", - "tld_updated": [ - "2026-04-17" - ], - "annotations": { - "country_name_iso": "Malaysia", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mix891f", @@ -202547,6 +202547,22 @@ "tech": "Macao Network Information Centre (MONIC) - HNET Asia" } }, + "registry_url": "https://www.monic.mo", + "whois_server": "whois.monic.mo", + "tld_created": "2015-04-21", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Macao", + "as_org_aliases": [ + "Community DNS" + ], + "as_org_slugs": [ + "community-dns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.monic.mo", @@ -202681,23 +202697,7 @@ } ] } - ], - "registry_url": "https://www.monic.mo", - "whois_server": "whois.monic.mo", - "tld_created": "2015-04-21", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Macao", - "as_org_aliases": [ - "Community DNS" - ], - "as_org_slugs": [ - "community-dns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--mk1bu44c", @@ -202724,6 +202724,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--mk1bu44c", + "rdap_server": "https://tld-rdap.verisign.com/xn--mk1bu44c/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -202801,36 +202830,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--mk1bu44c", - "rdap_server": "https://tld-rdap.verisign.com/xn--mk1bu44c/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--mxtq1m", @@ -202857,6 +202857,21 @@ "date_removed": null } }, + "registry_url": "http://www.netc.tw", + "whois_server": "whois.nic.xn--mxtq1m", + "rdap_server": "https://rdap.twnic.tw/rdap/", + "tld_created": "2015-01-08", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "government" + }, "nameservers": [ { "hostname": "a.nic.xn--mxtq1m", @@ -202934,22 +202949,7 @@ } ] } - ], - "registry_url": "http://www.netc.tw", - "whois_server": "whois.nic.xn--mxtq1m", - "rdap_server": "https://rdap.twnic.tw/rdap/", - "tld_created": "2015-01-08", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "government" - } + ] }, { "tld": "xn--ngbc5azd", @@ -202976,6 +202976,31 @@ "date_removed": null } }, + "registry_url": "http://www.dotshabaka.com", + "whois_server": "whois.nic.xn--ngbc5azd", + "rdap_server": "https://rdap.nic.xn--ngbc5azd/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "web", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--ngbc5azd", @@ -203091,32 +203116,7 @@ } ] } - ], - "registry_url": "http://www.dotshabaka.com", - "whois_server": "whois.nic.xn--ngbc5azd", - "rdap_server": "https://rdap.nic.xn--ngbc5azd/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "web", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--ngbe9e0a", @@ -203143,6 +203143,29 @@ "date_removed": null } }, + "registry_url": "http://kfh.com", + "whois_server": "whois.nic.xn--ngbe9e0a", + "rdap_server": "https://rdap.registry.kfh/rdap/", + "tld_created": "2015-10-29", + "tld_updated": [ + "2026-04-06" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "your own house", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -203220,30 +203243,7 @@ } ] } - ], - "registry_url": "http://kfh.com", - "whois_server": "whois.nic.xn--ngbe9e0a", - "rdap_server": "https://rdap.registry.kfh/rdap/", - "tld_created": "2015-10-29", - "tld_updated": [ - "2026-04-06" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "your own house", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "xn--ngbrx", @@ -203270,6 +203270,27 @@ "date_removed": null } }, + "whois_server": "whois.nic.xn--ngbrx", + "rdap_server": "https://rdap.nic.xn--ngbrx/", + "tld_created": "2017-05-11", + "tld_updated": [ + "2020-05-14" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "arab", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "cultural_affiliation": "arab" + }, "nameservers": [ { "hostname": "gtld.alpha.aridns.net.au", @@ -203347,28 +203368,7 @@ } ] } - ], - "whois_server": "whois.nic.xn--ngbrx", - "rdap_server": "https://rdap.nic.xn--ngbrx/", - "tld_created": "2017-05-11", - "tld_updated": [ - "2020-05-14" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "arab", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "cultural_affiliation": "arab" - } + ] }, { "tld": "xn--node", @@ -203385,6 +203385,21 @@ "tech": "Cloud9 LTD" } }, + "registry_url": "http://xn--lodaehvb5cdik4g.xn--node", + "tld_created": "2011-02-11", + "tld_updated": [ + "2024-06-26" + ], + "annotations": { + "country_name_iso": "Georgia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "xn--node.ns.anycast.pch.net", @@ -203424,22 +203439,7 @@ } ] } - ], - "registry_url": "http://xn--lodaehvb5cdik4g.xn--node", - "tld_created": "2011-02-11", - "tld_updated": [ - "2024-06-26" - ], - "annotations": { - "country_name_iso": "Georgia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--nqv7f", @@ -203466,6 +203466,35 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--nqv7f", + "whois_server": "whois.nic.xn--nqv7f", + "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", + "tld_created": "2014-02-27", + "tld_updated": [ + "2025-08-14" + ], + "annotations": { + "iana_sponsor_alias": "PIR", + "iana_sponsor_slug": "pir", + "iana_admin_alias": "PIR", + "iana_admin_slug": "pir", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "PIR", + "icann_registry_operator_slug": "pir", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "org", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.xn--nqv7f", @@ -203543,9 +203572,35 @@ } ] } - ], - "registry_url": "http://nic.xn--nqv7f", - "whois_server": "whois.nic.xn--nqv7f", + ] + }, + { + "tld": "xn--nqv7fs00ema", + "tld_unicode": "组织机构", + "tld_script": "Han-CJK", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Public Interest Registry", + "admin": "Public Interest Registry (PIR)", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Public Interest Registry", + "specification_13": false, + "third_or_lower_level_registration": false, + "application_id": "1-910-25137", + "registry_operator_country_code": null, + "date_contract_signed": "2013-11-14", + "date_delegated": "2014-03-09", + "contract_terminated": false, + "date_removed": null + } + }, + "registry_url": "http://nic.xn--nqv7fs00ema", + "whois_server": "whois.nic.xn--nqv7fs00ema", "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", "tld_created": "2014-02-27", "tld_updated": [ @@ -203572,32 +203627,6 @@ "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "xn--nqv7fs00ema", - "tld_unicode": "组织机构", - "tld_script": "Han-CJK", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Public Interest Registry", - "admin": "Public Interest Registry (PIR)", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Public Interest Registry", - "specification_13": false, - "third_or_lower_level_registration": false, - "application_id": "1-910-25137", - "registry_operator_country_code": null, - "date_contract_signed": "2013-11-14", - "date_delegated": "2014-03-09", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -203676,36 +203705,7 @@ } ] } - ], - "registry_url": "http://nic.xn--nqv7fs00ema", - "whois_server": "whois.nic.xn--nqv7fs00ema", - "rdap_server": "https://rdap.publicinterestregistry.org/rdap/", - "tld_created": "2014-02-27", - "tld_updated": [ - "2025-08-14" - ], - "annotations": { - "iana_sponsor_alias": "PIR", - "iana_sponsor_slug": "pir", - "iana_admin_alias": "PIR", - "iana_admin_slug": "pir", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "PIR", - "icann_registry_operator_slug": "pir", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "org", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--nyqy26a", @@ -203732,6 +203732,26 @@ "date_removed": null } }, + "registry_url": "http://www.stabletone.com", + "rdap_server": "https://rdap.teleinfo.cn/xn--nyqy26a/", + "tld_created": "2015-03-12", + "tld_updated": [ + "2025-05-01" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "healthy", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -203795,27 +203815,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.stabletone.com", - "rdap_server": "https://rdap.teleinfo.cn/xn--nyqy26a/", - "tld_created": "2015-03-12", - "tld_updated": [ - "2025-05-01" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "healthy", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "xn--o3cw4h", @@ -203832,6 +203832,24 @@ "tech": "Thai Network Information Center Foundation" } }, + "registry_url": "http://www.thnic.co.th", + "whois_server": "whois.thnic.co.th", + "rdap_server": "https://rdap.thains.co.th", + "tld_created": "2010-08-19", + "tld_updated": [ + "2025-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Thailand", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.thains.co.th", @@ -203921,25 +203939,7 @@ } ] } - ], - "registry_url": "http://www.thnic.co.th", - "whois_server": "whois.thnic.co.th", - "rdap_server": "https://rdap.thains.co.th", - "tld_created": "2010-08-19", - "tld_updated": [ - "2025-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Thailand", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--ogbpf8fl", @@ -203956,6 +203956,22 @@ "tech": "National Agency for Network Services (NANS)" } }, + "registry_url": "http://tld.sy", + "whois_server": "whois.tld.sy", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-05-14" + ], + "annotations": { + "country_name_iso": "Syrian Arab Republic", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.tld.sy", @@ -204007,23 +204023,7 @@ } ] } - ], - "registry_url": "http://tld.sy", - "whois_server": "whois.tld.sy", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-05-14" - ], - "annotations": { - "country_name_iso": "Syrian Arab Republic", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--otu796d", @@ -204050,6 +204050,25 @@ "date_removed": null } }, + "rdap_server": "https://rdap.zdnsgtld.com/xn--otu796d", + "tld_created": "2017-12-21", + "tld_updated": [ + "2024-12-17" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "recruitment", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -204147,26 +204166,7 @@ } ] } - ], - "rdap_server": "https://rdap.zdnsgtld.com/xn--otu796d", - "tld_created": "2017-12-21", - "tld_updated": [ - "2024-12-17" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "recruitment", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--p1acf", @@ -204193,6 +204193,27 @@ "date_removed": null } }, + "registry_url": "http://rusnames.ru/", + "rdap_server": "https://rdap.nic.xn--p1acf/", + "tld_created": "2014-07-03", + "tld_updated": [ + "2025-12-04" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "russian speaking community", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ] + }, "nameservers": [ { "hostname": "ns1.anycastdns.cz", @@ -204251,28 +204272,7 @@ } ] } - ], - "registry_url": "http://rusnames.ru/", - "rdap_server": "https://rdap.nic.xn--p1acf/", - "tld_created": "2014-07-03", - "tld_updated": [ - "2025-12-04" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "russian speaking community", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ] - } + ] }, { "tld": "xn--p1ai", @@ -204289,6 +204289,16 @@ "tech": "Technical Center of Internet" } }, + "registry_url": "http://cctld.ru/en", + "whois_server": "whois.tcinet.ru", + "tld_created": "2010-05-12", + "tld_updated": [ + "2025-10-22" + ], + "annotations": { + "country_name_iso": "Russian Federation", + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.dns.ripn.net", @@ -204385,17 +204395,7 @@ } ] } - ], - "registry_url": "http://cctld.ru/en", - "whois_server": "whois.tcinet.ru", - "tld_created": "2010-05-12", - "tld_updated": [ - "2025-10-22" - ], - "annotations": { - "country_name_iso": "Russian Federation", - "geographic_scope": "country" - } + ] }, { "tld": "xn--pbt977c", @@ -204444,6 +204444,24 @@ "tech": "Agence Tunisienne d'Internet" } }, + "registry_url": "http://www.ati.tn", + "whois_server": "whois.ati.tn", + "tld_created": "2010-08-19", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Tunisia", + "as_org_aliases": [ + "AFNIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "afnic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns-tn.afrinic.net", @@ -204559,25 +204577,7 @@ } ] } - ], - "registry_url": "http://www.ati.tn", - "whois_server": "whois.ati.tn", - "tld_created": "2010-08-19", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Tunisia", - "as_org_aliases": [ - "AFNIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "afnic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--pssy2u", @@ -204604,6 +204604,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--pssy2u", + "rdap_server": "https://tld-rdap.verisign.com/xn--pssy2u/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "dot net", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -204681,36 +204710,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--pssy2u", - "rdap_server": "https://tld-rdap.verisign.com/xn--pssy2u/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "dot net", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--q7ce6a", @@ -204727,6 +204727,22 @@ "tech": "Lao National Internet Center (LANIC)" } }, + "registry_url": "https://www.la", + "whois_server": "whois.nic.la", + "tld_created": "2019-06-10", + "tld_updated": [ + "2023-03-17" + ], + "annotations": { + "country_name_iso": "Lao People's Democratic Republic", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.xn--q7ce6a.centralnic-dns.com", @@ -204804,23 +204820,7 @@ } ] } - ], - "registry_url": "https://www.la", - "whois_server": "whois.nic.la", - "tld_created": "2019-06-10", - "tld_updated": [ - "2023-03-17" - ], - "annotations": { - "country_name_iso": "Lao People's Democratic Republic", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--q9jyb4c", @@ -204847,6 +204847,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2013-11-13", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "everyone", + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -204943,35 +204971,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2013-11-13", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "everyone", - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "xn--qcka1pmc", @@ -204998,6 +204998,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-10-09", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "google", + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -205094,35 +205122,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-10-09", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "google", - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "xn--qxa6a", @@ -205139,6 +205139,24 @@ "tech": "EURid vzw" } }, + "registry_url": "https://www.registry.eu", + "whois_server": "whois.eu", + "tld_created": "2019-07-18", + "tld_updated": [ + "2025-12-22" + ], + "annotations": { + "country_name_iso": "European Union", + "as_org_aliases": [ + "DENIC", + "RcodeZero" + ], + "as_org_slugs": [ + "denic", + "rcodezero" + ], + "geographic_scope": "supranational" + }, "nameservers": [ { "hostname": "be.dns.eu", @@ -205228,25 +205246,7 @@ } ] } - ], - "registry_url": "https://www.registry.eu", - "whois_server": "whois.eu", - "tld_created": "2019-07-18", - "tld_updated": [ - "2025-12-22" - ], - "annotations": { - "country_name_iso": "European Union", - "as_org_aliases": [ - "DENIC", - "RcodeZero" - ], - "as_org_slugs": [ - "denic", - "rcodezero" - ], - "geographic_scope": "supranational" - } + ] }, { "tld": "xn--qxam", @@ -205263,6 +205263,23 @@ "tech": "ICS-FORTH GR" } }, + "registry_url": "http://www.gr", + "tld_created": "2015-05-06", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Greece", + "as_org_aliases": [ + "Community DNS", + "DENIC" + ], + "as_org_slugs": [ + "community-dns", + "denic" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "estia.ics.forth.gr", @@ -205345,24 +205362,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.gr", - "tld_created": "2015-05-06", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Greece", - "as_org_aliases": [ - "Community DNS", - "DENIC" - ], - "as_org_slugs": [ - "community-dns", - "denic" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--rhqv96g", @@ -205389,6 +205389,26 @@ "date_removed": null } }, + "registry_url": "http://www.stabletone.com", + "rdap_server": "https://rdap.teleinfo.cn/xn--rhqv96g/", + "tld_created": "2014-03-06", + "tld_updated": [ + "2025-04-30" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "world", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -205452,27 +205472,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.stabletone.com", - "rdap_server": "https://rdap.teleinfo.cn/xn--rhqv96g/", - "tld_created": "2014-03-06", - "tld_updated": [ - "2025-04-30" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "world", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "xn--rovu88b", @@ -205499,6 +205499,33 @@ "date_removed": null } }, + "registry_url": "http://www.nic.xn--rovu88b", + "whois_server": "whois.nic.xn--rovu88b", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "book", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--rovu88b", @@ -205614,34 +205641,7 @@ } ] } - ], - "registry_url": "http://www.nic.xn--rovu88b", - "whois_server": "whois.nic.xn--rovu88b", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "book", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--rvc1e0am3e", @@ -205658,6 +205658,30 @@ "tech": "National Internet eXchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2016-04-18", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -205735,10 +205759,26 @@ } ] } - ], + ] + }, + { + "tld": "xn--s9brj9c", + "tld_unicode": "ਭਾਰਤ", + "tld_script": "Gurmukhi", + "tld_iso": "in", + "delegated": true, + "iana_tag": "country-code", + "type": "cctld", + "orgs": { + "iana": { + "sponsor": "National Internet Exchange of India", + "admin": "National Internet Exchange of India", + "tech": "National Internet Exchange of India" + } + }, "registry_url": "https://registry.in", "whois_server": "whois.nixiregistry.in", - "tld_created": "2016-04-18", + "tld_created": "2011-02-05", "tld_updated": [ "2026-04-16" ], @@ -205759,22 +205799,6 @@ "tucows" ], "geographic_scope": "country" - } - }, - { - "tld": "xn--s9brj9c", - "tld_unicode": "ਭਾਰਤ", - "tld_script": "Gurmukhi", - "tld_iso": "in", - "delegated": true, - "iana_tag": "country-code", - "type": "cctld", - "orgs": { - "iana": { - "sponsor": "National Internet Exchange of India", - "admin": "National Internet Exchange of India", - "tech": "National Internet Exchange of India" - } }, "nameservers": [ { @@ -205853,31 +205877,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--ses554g", @@ -205904,6 +205904,27 @@ "date_removed": null } }, + "registry_url": "http://nic.xn--ses554g/", + "whois_server": "whois.nic.xn--ses554g", + "rdap_server": "https://rdap.zdnsgtld.com/xn--ses554g", + "tld_created": "2014-03-13", + "tld_updated": [ + "2026-04-10" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "web address", + "as_org_aliases": [ + "ZDNS" + ], + "as_org_slugs": [ + "zdns" + ] + }, "nameservers": [ { "hostname": "a.zdnscloud.cn", @@ -206001,28 +206022,7 @@ } ] } - ], - "registry_url": "http://nic.xn--ses554g/", - "whois_server": "whois.nic.xn--ses554g", - "rdap_server": "https://rdap.zdnsgtld.com/xn--ses554g", - "tld_created": "2014-03-13", - "tld_updated": [ - "2026-04-10" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "web address", - "as_org_aliases": [ - "ZDNS" - ], - "as_org_slugs": [ - "zdns" - ] - } + ] }, { "tld": "xn--t60b56a", @@ -206049,6 +206049,35 @@ "date_removed": null } }, + "registry_url": "http://www.verisigninc.com", + "whois_server": "whois.nic.xn--t60b56a", + "rdap_server": "https://tld-rdap.verisign.com/xn--t60b56a/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "dot net", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -206126,36 +206155,7 @@ } ] } - ], - "registry_url": "http://www.verisigninc.com", - "whois_server": "whois.nic.xn--t60b56a", - "rdap_server": "https://tld-rdap.verisign.com/xn--t60b56a/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "dot net", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--tckwe", @@ -206182,6 +206182,35 @@ "date_removed": null } }, + "registry_url": "https://www.verisigninc.com", + "whois_server": "whois.nic.xn--tckwe", + "rdap_server": "https://tld-rdap.verisign.com/xn--tckwe/v1/", + "tld_created": "2015-07-02", + "tld_updated": [ + "2026-03-30" + ], + "annotations": { + "iana_sponsor_alias": "VeriSign", + "iana_sponsor_slug": "verisign", + "iana_admin_alias": "VeriSign", + "iana_admin_slug": "verisign", + "iana_tech_alias": "VeriSign", + "iana_tech_slug": "verisign", + "icann_registry_operator_alias": "VeriSign", + "icann_registry_operator_slug": "verisign", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "com", + "as_org_aliases": [ + "VeriSign" + ], + "as_org_slugs": [ + "verisign" + ] + }, "nameservers": [ { "hostname": "ac1.nstld.com", @@ -206259,36 +206288,7 @@ } ] } - ], - "registry_url": "https://www.verisigninc.com", - "whois_server": "whois.nic.xn--tckwe", - "rdap_server": "https://tld-rdap.verisign.com/xn--tckwe/v1/", - "tld_created": "2015-07-02", - "tld_updated": [ - "2026-03-30" - ], - "annotations": { - "iana_sponsor_alias": "VeriSign", - "iana_sponsor_slug": "verisign", - "iana_admin_alias": "VeriSign", - "iana_admin_slug": "verisign", - "iana_tech_alias": "VeriSign", - "iana_tech_slug": "verisign", - "icann_registry_operator_alias": "VeriSign", - "icann_registry_operator_slug": "verisign", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "com", - "as_org_aliases": [ - "VeriSign" - ], - "as_org_slugs": [ - "verisign" - ] - } + ] }, { "tld": "xn--tiq49xqyj", @@ -206315,6 +206315,28 @@ "date_removed": null } }, + "registry_url": "http://www.pccs.va", + "whois_server": "whois.nic.xn--tiq49xqyj", + "rdap_server": "https://rdap.nic.xn--tiq49xqyj/", + "tld_created": "2016-11-16", + "tld_updated": [ + "2023-12-21" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "catholic", + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--tiq49xqyj", @@ -206430,29 +206452,7 @@ } ] } - ], - "registry_url": "http://www.pccs.va", - "whois_server": "whois.nic.xn--tiq49xqyj", - "rdap_server": "https://rdap.nic.xn--tiq49xqyj/", - "tld_created": "2016-11-16", - "tld_updated": [ - "2023-12-21" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "catholic", - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xn--unup4y", @@ -206479,6 +206479,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-10-21", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "game", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--unup4y", @@ -206594,35 +206622,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-10-21", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "game", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--vermgensberater-ctb", @@ -206649,6 +206649,29 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.xn--vermgensberater-ctb", + "rdap_server": "https://rdap.centralnic.com/xn--vermgensberater-ctb", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-10-16" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "financial adviser", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--vermgensberater-ctb", @@ -206726,30 +206749,7 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.xn--vermgensberater-ctb", - "rdap_server": "https://rdap.centralnic.com/xn--vermgensberater-ctb", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-10-16" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "financial adviser", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "xn--vermgensberatung-pwb", @@ -206776,6 +206776,29 @@ "date_removed": null } }, + "registry_url": "http://www.dvag-registry.de", + "whois_server": "whois.nic.xn--vermgensberatung-pwb", + "rdap_server": "https://rdap.centralnic.com/xn--vermgensberatung-pwb", + "tld_created": "2014-09-18", + "tld_updated": [ + "2023-10-16" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "financial advice", + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.xn--vermgensberatung-pwb", @@ -206853,30 +206876,7 @@ } ] } - ], - "registry_url": "http://www.dvag-registry.de", - "whois_server": "whois.nic.xn--vermgensberatung-pwb", - "rdap_server": "https://rdap.centralnic.com/xn--vermgensberatung-pwb", - "tld_created": "2014-09-18", - "tld_updated": [ - "2023-10-16" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "financial advice", - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "xn--vhquv", @@ -206903,6 +206903,34 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2013-11-25", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "enterprise", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--vhquv", @@ -207018,35 +207046,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2013-11-25", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "enterprise", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--vuq861b", @@ -207073,6 +207073,27 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2015-02-05", + "tld_updated": [ + "2025-04-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "knowledge", + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -207136,28 +207157,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2015-02-05", - "tld_updated": [ - "2025-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "knowledge", - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "xn--w4r85el8fhu5dnra", @@ -207184,6 +207184,35 @@ "date_removed": null } }, + "registry_url": "http://www.kerryprops.com", + "whois_server": "whois.nic.xn--w4r85el8fhu5dnra", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-02-05", + "tld_updated": [ + "2025-12-08" + ], + "annotations": { + "iana_sponsor_alias": "Kerry Trading", + "iana_sponsor_slug": "kerry-trading", + "iana_admin_alias": "Kerry Trading", + "iana_admin_slug": "kerry-trading", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Kerry Trading", + "icann_registry_operator_slug": "kerry-trading", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "kerry hotels", + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.xn--w4r85el8fhu5dnra", @@ -207299,9 +207328,35 @@ } ] } - ], + ] + }, + { + "tld": "xn--w4rs40l", + "tld_unicode": "嘉里", + "tld_script": "Han-CJK", + "delegated": true, + "iana_tag": "generic", + "type": "gtld", + "orgs": { + "iana": { + "sponsor": "Kerry Trading Co. Limited", + "admin": "Kerry Trading Co. Limited", + "tech": "Identity Digital Limited" + }, + "icann": { + "registry_operator": "Kerry Trading Co. Limited", + "specification_13": true, + "third_or_lower_level_registration": false, + "application_id": "1-928-57387", + "registry_operator_country_code": null, + "date_contract_signed": "2015-07-30", + "date_delegated": "2016-05-16", + "contract_terminated": false, + "date_removed": null + } + }, "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.xn--w4r85el8fhu5dnra", + "whois_server": "whois.nic.xn--w4rs40l", "rdap_server": "https://rdap.identitydigital.services/rdap/", "tld_created": "2016-02-05", "tld_updated": [ @@ -207319,41 +207374,16 @@ "rdap_source": "IANA", "registry_agreement_types": [ "base", + "brand", "non_sponsored" ], - "icann_translation_en": "kerry hotels", + "icann_translation_en": "kerry", "as_org_aliases": [ "Identity Digital" ], "as_org_slugs": [ "identity-digital" ] - } - }, - { - "tld": "xn--w4rs40l", - "tld_unicode": "嘉里", - "tld_script": "Han-CJK", - "delegated": true, - "iana_tag": "generic", - "type": "gtld", - "orgs": { - "iana": { - "sponsor": "Kerry Trading Co. Limited", - "admin": "Kerry Trading Co. Limited", - "tech": "Identity Digital Limited" - }, - "icann": { - "registry_operator": "Kerry Trading Co. Limited", - "specification_13": true, - "third_or_lower_level_registration": false, - "application_id": "1-928-57387", - "registry_operator_country_code": null, - "date_contract_signed": "2015-07-30", - "date_delegated": "2016-05-16", - "contract_terminated": false, - "date_removed": null - } }, "nameservers": [ { @@ -207470,37 +207500,7 @@ } ] } - ], - "registry_url": "http://www.kerryprops.com", - "whois_server": "whois.nic.xn--w4rs40l", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-02-05", - "tld_updated": [ - "2025-12-08" - ], - "annotations": { - "iana_sponsor_alias": "Kerry Trading", - "iana_sponsor_slug": "kerry-trading", - "iana_admin_alias": "Kerry Trading", - "iana_admin_slug": "kerry-trading", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Kerry Trading", - "icann_registry_operator_slug": "kerry-trading", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "icann_translation_en": "kerry", - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "xn--wgbh1c", @@ -207517,6 +207517,20 @@ "tech": "National Telecommunication Regulatory Authority - NTRA" } }, + "tld_created": "2010-05-05", + "tld_updated": [ + "2023-07-25" + ], + "annotations": { + "country_name_iso": "Egypt", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.dotmasr.eg", @@ -207566,21 +207580,7 @@ ], "ipv6": [] } - ], - "tld_created": "2010-05-05", - "tld_updated": [ - "2023-07-25" - ], - "annotations": { - "country_name_iso": "Egypt", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--wgbl6a", @@ -207597,6 +207597,24 @@ "tech": "Communications Regulatory Authority" } }, + "registry_url": "https://www.cra.gov.qa/", + "whois_server": "whois.registry.qa", + "tld_created": "2010-12-24", + "tld_updated": [ + "2023-03-07" + ], + "annotations": { + "country_name_iso": "Qatar", + "as_org_aliases": [ + "Packet Clearing House", + "UltraDNS" + ], + "as_org_slugs": [ + "packet-clearing-house", + "ultradns" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "a.registry.qa", @@ -207734,25 +207752,7 @@ } ] } - ], - "registry_url": "https://www.cra.gov.qa/", - "whois_server": "whois.registry.qa", - "tld_created": "2010-12-24", - "tld_updated": [ - "2023-03-07" - ], - "annotations": { - "country_name_iso": "Qatar", - "as_org_aliases": [ - "Packet Clearing House", - "UltraDNS" - ], - "as_org_slugs": [ - "packet-clearing-house", - "ultradns" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--xhq521b", @@ -207779,6 +207779,27 @@ "date_removed": null } }, + "registry_url": "http://www.yu-wei.cn/", + "whois_server": "whois.ngtld.cn", + "rdap_server": "https://restwhois.ngtld.cn/", + "tld_created": "2014-07-24", + "tld_updated": [ + "2026-01-23" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "icann_translation_en": "guangdong", + "as_org_aliases": [ + "CNNIC" + ], + "as_org_slugs": [ + "cnnic" + ] + }, "nameservers": [ { "hostname": "ta.ngtld.cn", @@ -207861,28 +207882,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.yu-wei.cn/", - "whois_server": "whois.ngtld.cn", - "rdap_server": "https://restwhois.ngtld.cn/", - "tld_created": "2014-07-24", - "tld_updated": [ - "2026-01-23" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "icann_translation_en": "guangdong", - "as_org_aliases": [ - "CNNIC" - ], - "as_org_slugs": [ - "cnnic" - ] - } + ] }, { "tld": "xn--xkc2al3hye2a", @@ -207899,6 +207899,23 @@ "tech": "LK Domain Registry" } }, + "registry_url": "http://www.domains.lk", + "tld_created": "2010-08-19", + "tld_updated": [ + "2025-08-01" + ], + "annotations": { + "country_name_iso": "Sri Lanka", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "h.nic.lk", @@ -208007,24 +208024,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.domains.lk", - "tld_created": "2010-08-19", - "tld_updated": [ - "2025-08-01" - ], - "annotations": { - "country_name_iso": "Sri Lanka", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--xkc2dl3a5ee0h", @@ -208041,6 +208041,30 @@ "tech": "National Internet Exchange of India" } }, + "registry_url": "https://registry.in", + "whois_server": "whois.nixiregistry.in", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-04-16" + ], + "annotations": { + "iana_sponsor_alias": "NIXI", + "iana_sponsor_slug": "nixi", + "iana_admin_alias": "NIXI", + "iana_admin_slug": "nixi", + "iana_tech_alias": "NIXI", + "iana_tech_slug": "nixi", + "country_name_iso": "India", + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -208118,31 +208142,7 @@ } ] } - ], - "registry_url": "https://registry.in", - "whois_server": "whois.nixiregistry.in", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-04-16" - ], - "annotations": { - "iana_sponsor_alias": "NIXI", - "iana_sponsor_slug": "nixi", - "iana_admin_alias": "NIXI", - "iana_admin_slug": "nixi", - "iana_tech_alias": "NIXI", - "iana_tech_slug": "nixi", - "country_name_iso": "India", - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--y9a3aq", @@ -208159,6 +208159,24 @@ "tech": "\"Internet Society\" Non-governmental Organization" } }, + "registry_url": "https://www.amnic.net/", + "whois_server": "whois.amnic.net", + "tld_created": "2014-11-26", + "tld_updated": [ + "2024-11-25" + ], + "annotations": { + "country_name_iso": "Armenia", + "as_org_aliases": [ + "Community DNS", + "Packet Clearing House" + ], + "as_org_slugs": [ + "community-dns", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "fork.sth.dnsnode.net", @@ -208236,25 +208254,7 @@ } ] } - ], - "registry_url": "https://www.amnic.net/", - "whois_server": "whois.amnic.net", - "tld_created": "2014-11-26", - "tld_updated": [ - "2024-11-25" - ], - "annotations": { - "country_name_iso": "Armenia", - "as_org_aliases": [ - "Community DNS", - "Packet Clearing House" - ], - "as_org_slugs": [ - "community-dns", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--yfro4i67o", @@ -208271,6 +208271,28 @@ "tech": "Singapore Network Information Centre (SGNIC) Pte Ltd" } }, + "registry_url": "http://www.sgnic.sg/", + "whois_server": "whois.zh.sgnic.sg", + "rdap_server": "https://rdap.zh.sgnic.sg/rdap/", + "tld_created": "2011-02-05", + "tld_updated": [ + "2026-02-11" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Singapore", + "as_org_aliases": [ + "CIRA", + "DENIC", + "Packet Clearing House" + ], + "as_org_slugs": [ + "cira", + "denic", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dsany2.sgnic.sg", @@ -208367,29 +208389,7 @@ } ] } - ], - "registry_url": "http://www.sgnic.sg/", - "whois_server": "whois.zh.sgnic.sg", - "rdap_server": "https://rdap.zh.sgnic.sg/rdap/", - "tld_created": "2011-02-05", - "tld_updated": [ - "2026-02-11" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Singapore", - "as_org_aliases": [ - "CIRA", - "DENIC", - "Packet Clearing House" - ], - "as_org_slugs": [ - "cira", - "denic", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--ygbi2ammx", @@ -208406,6 +208406,22 @@ "tech": "Palestinian National Internet Naming Authority (PNINA)" } }, + "registry_url": "http://www.pnina.ps", + "whois_server": "whois.pnina.ps", + "tld_created": "2010-08-20", + "tld_updated": [ + "2024-02-05" + ], + "annotations": { + "country_name_iso": "Palestine, State of", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "dns1.gov.ps", @@ -208512,23 +208528,7 @@ } ] } - ], - "registry_url": "http://www.pnina.ps", - "whois_server": "whois.pnina.ps", - "tld_created": "2010-08-20", - "tld_updated": [ - "2024-02-05" - ], - "annotations": { - "country_name_iso": "Palestine, State of", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "xn--zckzah", @@ -208567,6 +208567,22 @@ "date_removed": null } }, + "registry_url": "http://www.conac.cn", + "whois_server": "whois.conac.cn", + "rdap_server": "https://rdap.conac.cn", + "tld_created": "2013-12-12", + "tld_updated": [ + "2024-07-18" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "community", + "non_sponsored" + ], + "icann_translation_en": "government" + }, "nameservers": [ { "hostname": "ns1.conac.cn", @@ -208649,23 +208665,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.conac.cn", - "whois_server": "whois.conac.cn", - "rdap_server": "https://rdap.conac.cn", - "tld_created": "2013-12-12", - "tld_updated": [ - "2024-07-18" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "community", - "non_sponsored" - ], - "icann_translation_en": "government" - } + ] }, { "tld": "xperia", @@ -208720,6 +208720,34 @@ "date_removed": null } }, + "registry_url": "http://nic.xxx", + "whois_server": "whois.nic.xxx", + "rdap_server": "https://rdap.nic.xxx/", + "tld_created": "2011-04-15", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "ICM Registry", + "iana_sponsor_slug": "icm-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "ICM Registry", + "icann_registry_operator_slug": "icm-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.xxx", @@ -208835,35 +208863,7 @@ } ] } - ], - "registry_url": "http://nic.xxx", - "whois_server": "whois.nic.xxx", - "rdap_server": "https://rdap.nic.xxx/", - "tld_created": "2011-04-15", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "ICM Registry", - "iana_sponsor_slug": "icm-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "ICM Registry", - "icann_registry_operator_slug": "icm-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "xyz", @@ -208888,6 +208888,34 @@ "date_removed": null } }, + "registry_url": "https://nic.xyz", + "whois_server": "whois.nic.xyz", + "rdap_server": "https://rdap.centralnic.com/xyz", + "tld_created": "2014-02-06", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "generationxyz.nic.xyz", @@ -208965,35 +208993,7 @@ } ] } - ], - "registry_url": "https://nic.xyz", - "whois_server": "whois.nic.xyz", - "rdap_server": "https://rdap.centralnic.com/xyz", - "tld_created": "2014-02-06", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "yachts", @@ -209018,6 +209018,34 @@ "date_removed": null } }, + "registry_url": "http://nic.yachts", + "whois_server": "whois.nic.yachts", + "rdap_server": "https://rdap.centralnic.com/yachts/", + "tld_created": "2014-05-01", + "tld_updated": [ + "2025-08-12" + ], + "annotations": { + "iana_sponsor_alias": "xyz.com", + "iana_sponsor_slug": "xyz-com", + "iana_admin_alias": "xyz.com", + "iana_admin_slug": "xyz-com", + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "icann_registry_operator_alias": "xyz.com", + "icann_registry_operator_slug": "xyz-com", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ] + }, "nameservers": [ { "hostname": "a.nic.yachts", @@ -209095,35 +209123,7 @@ } ] } - ], - "registry_url": "http://nic.yachts", - "whois_server": "whois.nic.yachts", - "rdap_server": "https://rdap.centralnic.com/yachts/", - "tld_created": "2014-05-01", - "tld_updated": [ - "2025-08-12" - ], - "annotations": { - "iana_sponsor_alias": "xyz.com", - "iana_sponsor_slug": "xyz-com", - "iana_admin_alias": "xyz.com", - "iana_admin_slug": "xyz-com", - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "icann_registry_operator_alias": "xyz.com", - "icann_registry_operator_slug": "xyz-com", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ] - } + ] }, { "tld": "yahoo", @@ -209148,6 +209148,29 @@ "date_removed": null } }, + "registry_url": "http://nic.yahoo", + "whois_server": "whois.nic.yahoo", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2016-01-29", + "tld_updated": [ + "2024-07-25" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.yahoo", @@ -209263,30 +209286,7 @@ } ] } - ], - "registry_url": "http://nic.yahoo", - "whois_server": "whois.nic.yahoo", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2016-01-29", - "tld_updated": [ - "2024-07-25" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "yamaxun", @@ -209311,6 +209311,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.yamaxun", + "rdap_server": "https://rdap.nominet.uk/yamaxun/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.yamaxun", @@ -209464,36 +209493,7 @@ } ] } - ], - "registry_url": "http://www.nic.yamaxun", - "rdap_server": "https://rdap.nominet.uk/yamaxun/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "yandex", @@ -209518,6 +209518,31 @@ "date_removed": null } }, + "registry_url": "http://www.yandex.ru/", + "whois_server": "whois.nic.yandex", + "rdap_server": "https://rdap.nic.yandex/rdap/", + "tld_created": "2014-07-10", + "tld_updated": [ + "2025-12-12" + ], + "annotations": { + "iana_tech_alias": "Tucows", + "iana_tech_slug": "tucows", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Packet Clearing House", + "Tucows" + ], + "as_org_slugs": [ + "packet-clearing-house", + "tucows" + ] + }, "nameservers": [ { "hostname": "ns01.trs-dns.com", @@ -209595,32 +209620,7 @@ } ] } - ], - "registry_url": "http://www.yandex.ru/", - "whois_server": "whois.nic.yandex", - "rdap_server": "https://rdap.nic.yandex/rdap/", - "tld_created": "2014-07-10", - "tld_updated": [ - "2025-12-12" - ], - "annotations": { - "iana_tech_alias": "Tucows", - "iana_tech_slug": "tucows", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Packet Clearing House", - "Tucows" - ], - "as_org_slugs": [ - "packet-clearing-house", - "tucows" - ] - } + ] }, { "tld": "ye", @@ -209634,6 +209634,25 @@ "tech": "TeleYemen" } }, + "whois_server": "whois.y.net.ye", + "rdap_server": "https://rdap.y.net.ye/", + "tld_created": "1996-08-19", + "tld_updated": [ + "2025-03-16" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Yemen", + "as_org_aliases": [ + "Knipp Medien", + "Packet Clearing House" + ], + "as_org_slugs": [ + "knipp-medien", + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "d.tld.ye", @@ -209730,26 +209749,7 @@ } ] } - ], - "whois_server": "whois.y.net.ye", - "rdap_server": "https://rdap.y.net.ye/", - "tld_created": "1996-08-19", - "tld_updated": [ - "2025-03-16" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Yemen", - "as_org_aliases": [ - "Knipp Medien", - "Packet Clearing House" - ], - "as_org_slugs": [ - "knipp-medien", - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "yodobashi", @@ -209774,6 +209774,31 @@ "date_removed": null } }, + "registry_url": "http://www.gmoregistry.com/en/", + "whois_server": "whois.nic.gmo", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2015-02-13", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -209844,32 +209869,7 @@ } ] } - ], - "registry_url": "http://www.gmoregistry.com/en/", - "whois_server": "whois.nic.gmo", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2015-02-13", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "yoga", @@ -209894,6 +209894,34 @@ "date_removed": null } }, + "registry_url": "http://nic.yoga/", + "whois_server": "whois.nic.yoga", + "rdap_server": "https://rdap.nic.yoga/", + "tld_created": "2014-08-15", + "tld_updated": [ + "2024-04-17" + ], + "annotations": { + "iana_sponsor_alias": "GoDaddy Registry", + "iana_sponsor_slug": "godaddy-registry", + "iana_admin_alias": "GoDaddy Registry", + "iana_admin_slug": "godaddy-registry", + "iana_tech_alias": "GoDaddy Registry", + "iana_tech_slug": "godaddy-registry", + "icann_registry_operator_alias": "GoDaddy Registry", + "icann_registry_operator_slug": "godaddy-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ] + }, "nameservers": [ { "hostname": "a.nic.yoga", @@ -210009,35 +210037,7 @@ } ] } - ], - "registry_url": "http://nic.yoga/", - "whois_server": "whois.nic.yoga", - "rdap_server": "https://rdap.nic.yoga/", - "tld_created": "2014-08-15", - "tld_updated": [ - "2024-04-17" - ], - "annotations": { - "iana_sponsor_alias": "GoDaddy Registry", - "iana_sponsor_slug": "godaddy-registry", - "iana_admin_alias": "GoDaddy Registry", - "iana_admin_slug": "godaddy-registry", - "iana_tech_alias": "GoDaddy Registry", - "iana_tech_slug": "godaddy-registry", - "icann_registry_operator_alias": "GoDaddy Registry", - "icann_registry_operator_slug": "godaddy-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ] - } + ] }, { "tld": "yokohama", @@ -210062,6 +210062,35 @@ "date_removed": null } }, + "registry_url": "http://www.gmo-registry.com/en/", + "whois_server": "whois.nic.yokohama", + "rdap_server": "https://rdap.gmoregistry.net/rdap/", + "tld_created": "2014-03-27", + "tld_updated": [ + "2019-08-20" + ], + "annotations": { + "iana_sponsor_alias": "GMO Registry", + "iana_sponsor_slug": "gmo-registry", + "iana_admin_alias": "GMO Registry", + "iana_admin_slug": "gmo-registry", + "iana_tech_alias": "GMO Registry", + "iana_tech_slug": "gmo-registry", + "icann_registry_operator_alias": "GMO Registry", + "icann_registry_operator_slug": "gmo-registry", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "UltraDNS" + ], + "as_org_slugs": [ + "ultradns" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.gmoregistry.net", @@ -210132,36 +210161,7 @@ } ] } - ], - "registry_url": "http://www.gmo-registry.com/en/", - "whois_server": "whois.nic.yokohama", - "rdap_server": "https://rdap.gmoregistry.net/rdap/", - "tld_created": "2014-03-27", - "tld_updated": [ - "2019-08-20" - ], - "annotations": { - "iana_sponsor_alias": "GMO Registry", - "iana_sponsor_slug": "gmo-registry", - "iana_admin_alias": "GMO Registry", - "iana_admin_slug": "gmo-registry", - "iana_tech_alias": "GMO Registry", - "iana_tech_slug": "gmo-registry", - "icann_registry_operator_alias": "GMO Registry", - "icann_registry_operator_slug": "gmo-registry", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "UltraDNS" - ], - "as_org_slugs": [ - "ultradns" - ], - "geographic_scope": "city" - } + ] }, { "tld": "you", @@ -210186,6 +210186,35 @@ "date_removed": null } }, + "registry_url": "http://www.nic.you", + "rdap_server": "https://rdap.nominet.uk/you/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.you", @@ -210339,36 +210368,7 @@ } ] } - ], - "registry_url": "http://www.nic.you", - "rdap_server": "https://rdap.nominet.uk/you/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "youtube", @@ -210393,6 +210393,34 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -210489,35 +210517,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "yt", @@ -210531,65 +210531,6 @@ "tech": "Association Française pour le Nommage Internet en Coopération (A.F.N.I.C.)" } }, - "nameservers": [ - { - "hostname": "d.nic.fr", - "ipv4": [ - { - "ip": "194.0.9.1", - "asn": 2486, - "as_org": "NIC-FR-DNS-UNICAST-PARIS2 AFNIC Association Francaise pour le Nommage Internet en Cooperation", - "as_country": "FR" - } - ], - "ipv6": [ - { - "ip": "2001:678:c::1", - "asn": 2486, - "as_org": "NIC-FR-DNS-UNICAST-PARIS2 AFNIC Association Francaise pour le Nommage Internet en Cooperation", - "as_country": "FR" - } - ] - }, - { - "hostname": "f.ext.nic.fr", - "ipv4": [ - { - "ip": "194.146.106.46", - "asn": 8674, - "as_org": "NETNOD-IX Netnod AB", - "as_country": "SE" - } - ], - "ipv6": [ - { - "ip": "2001:67c:1010:11::53", - "asn": 8674, - "as_org": "NETNOD-IX Netnod AB", - "as_country": "SE" - } - ] - }, - { - "hostname": "g.ext.nic.fr", - "ipv4": [ - { - "ip": "194.0.36.1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ], - "ipv6": [ - { - "ip": "2001:678:4c::1", - "asn": 42, - "as_org": "WOODYNET-1", - "as_country": "US" - } - ] - } - ], "registry_url": "http://www.nic.yt", "whois_server": "whois.nic.yt", "rdap_server": "https://rdap.nic.yt/", @@ -210615,7 +210556,66 @@ "packet-clearing-house" ], "geographic_scope": "country" - } + }, + "nameservers": [ + { + "hostname": "d.nic.fr", + "ipv4": [ + { + "ip": "194.0.9.1", + "asn": 2486, + "as_org": "NIC-FR-DNS-UNICAST-PARIS2 AFNIC Association Francaise pour le Nommage Internet en Cooperation", + "as_country": "FR" + } + ], + "ipv6": [ + { + "ip": "2001:678:c::1", + "asn": 2486, + "as_org": "NIC-FR-DNS-UNICAST-PARIS2 AFNIC Association Francaise pour le Nommage Internet en Cooperation", + "as_country": "FR" + } + ] + }, + { + "hostname": "f.ext.nic.fr", + "ipv4": [ + { + "ip": "194.146.106.46", + "asn": 8674, + "as_org": "NETNOD-IX Netnod AB", + "as_country": "SE" + } + ], + "ipv6": [ + { + "ip": "2001:67c:1010:11::53", + "asn": 8674, + "as_org": "NETNOD-IX Netnod AB", + "as_country": "SE" + } + ] + }, + { + "hostname": "g.ext.nic.fr", + "ipv4": [ + { + "ip": "194.0.36.1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ], + "ipv6": [ + { + "ip": "2001:678:4c::1", + "asn": 42, + "as_org": "WOODYNET-1", + "as_country": "US" + } + ] + } + ] }, { "tld": "yun", @@ -210640,6 +210640,26 @@ "date_removed": null } }, + "registry_url": "http://www.teleinfo.cn", + "whois_server": "whois.teleinfo.cn", + "rdap_server": "https://rdap.teleinfo.cn/", + "tld_created": "2016-03-18", + "tld_updated": [ + "2025-10-24" + ], + "annotations": { + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Microsoft" + ], + "as_org_slugs": [ + "microsoft" + ] + }, "nameservers": [ { "hostname": "ns1.teleinfo.cn", @@ -210703,27 +210723,7 @@ ], "ipv6": [] } - ], - "registry_url": "http://www.teleinfo.cn", - "whois_server": "whois.teleinfo.cn", - "rdap_server": "https://rdap.teleinfo.cn/", - "tld_created": "2016-03-18", - "tld_updated": [ - "2025-10-24" - ], - "annotations": { - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Microsoft" - ], - "as_org_slugs": [ - "microsoft" - ] - } + ] }, { "tld": "za", @@ -210737,6 +210737,21 @@ "tech": "ZA Domain Name Authority" } }, + "registry_url": "http://www.zadna.org.za/", + "tld_created": "1990-11-07", + "tld_updated": [ + "2025-04-16" + ], + "annotations": { + "country_name_iso": "South Africa", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "nsza.is.co.za", @@ -210788,22 +210803,7 @@ } ] } - ], - "registry_url": "http://www.zadna.org.za/", - "tld_created": "1990-11-07", - "tld_updated": [ - "2025-04-16" - ], - "annotations": { - "country_name_iso": "South Africa", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "zappos", @@ -210828,6 +210828,36 @@ "date_removed": null } }, + "registry_url": "http://www.nic.zappos", + "rdap_server": "https://rdap.nominet.uk/zappos/", + "tld_created": "2016-05-19", + "tld_updated": [ + "2025-02-14" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Nominet", + "iana_tech_slug": "nominet", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Nominet", + "UltraDNS" + ], + "as_org_slugs": [ + "nominet", + "ultradns" + ] + }, "nameservers": [ { "hostname": "dns1.nic.zappos", @@ -210981,37 +211011,7 @@ } ] } - ], - "registry_url": "http://www.nic.zappos", - "rdap_server": "https://rdap.nominet.uk/zappos/", - "tld_created": "2016-05-19", - "tld_updated": [ - "2025-02-14" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Nominet", - "iana_tech_slug": "nominet", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Nominet", - "UltraDNS" - ], - "as_org_slugs": [ - "nominet", - "ultradns" - ] - } + ] }, { "tld": "zara", @@ -211036,6 +211036,29 @@ "date_removed": null } }, + "registry_url": "http://www.zara.com", + "whois_server": "whois.nic.zara", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-09-10", + "tld_updated": [ + "2023-08-04" + ], + "annotations": { + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "brand", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "a0.nic.zara", @@ -211113,30 +211136,7 @@ } ] } - ], - "registry_url": "http://www.zara.com", - "whois_server": "whois.nic.zara", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-09-10", - "tld_updated": [ - "2023-08-04" - ], - "annotations": { - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "brand", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "zero", @@ -211161,6 +211161,34 @@ "date_removed": null } }, + "registry_url": "http://www.nic.zero", + "whois_server": "whois.nic.zero", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2015-11-12", + "tld_updated": [ + "2025-06-17" + ], + "annotations": { + "iana_sponsor_alias": "Amazon", + "iana_sponsor_slug": "amazon", + "iana_admin_alias": "Amazon", + "iana_admin_slug": "amazon", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Amazon", + "icann_registry_operator_slug": "amazon", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.zero", @@ -211276,35 +211304,7 @@ } ] } - ], - "registry_url": "http://www.nic.zero", - "whois_server": "whois.nic.zero", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2015-11-12", - "tld_updated": [ - "2025-06-17" - ], - "annotations": { - "iana_sponsor_alias": "Amazon", - "iana_sponsor_slug": "amazon", - "iana_admin_alias": "Amazon", - "iana_admin_slug": "amazon", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Amazon", - "icann_registry_operator_slug": "amazon", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "zip", @@ -211329,6 +211329,33 @@ "date_removed": null } }, + "registry_url": "https://www.registry.google", + "rdap_server": "https://pubapi.registry.google/rdap/", + "tld_created": "2014-08-23", + "tld_updated": [ + "2025-04-11" + ], + "annotations": { + "iana_sponsor_alias": "Google", + "iana_sponsor_slug": "google", + "iana_admin_alias": "Google", + "iana_admin_slug": "google", + "iana_tech_alias": "Google", + "iana_tech_slug": "google", + "icann_registry_operator_alias": "Google", + "icann_registry_operator_slug": "google", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Google" + ], + "as_org_slugs": [ + "google" + ] + }, "nameservers": [ { "hostname": "ns-tld1.charlestonroadregistry.com", @@ -211425,34 +211452,7 @@ } ] } - ], - "registry_url": "https://www.registry.google", - "rdap_server": "https://pubapi.registry.google/rdap/", - "tld_created": "2014-08-23", - "tld_updated": [ - "2025-04-11" - ], - "annotations": { - "iana_sponsor_alias": "Google", - "iana_sponsor_slug": "google", - "iana_admin_alias": "Google", - "iana_admin_slug": "google", - "iana_tech_alias": "Google", - "iana_tech_slug": "google", - "icann_registry_operator_alias": "Google", - "icann_registry_operator_slug": "google", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Google" - ], - "as_org_slugs": [ - "google" - ] - } + ] }, { "tld": "zippo", @@ -211496,6 +211496,24 @@ "tech": "Zambia Information and Communications Technology Authority (ZICTA)" } }, + "registry_url": "https://registry.zicta.zm", + "whois_server": "whois.zicta.zm", + "rdap_server": "https://rdap.nic.zm", + "tld_created": "1994-03-25", + "tld_updated": [ + "2024-04-24" + ], + "annotations": { + "rdap_source": "IANA", + "country_name_iso": "Zambia", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "gransy.nic.zm", @@ -211553,25 +211571,7 @@ } ] } - ], - "registry_url": "https://registry.zicta.zm", - "whois_server": "whois.zicta.zm", - "rdap_server": "https://rdap.nic.zm", - "tld_created": "1994-03-25", - "tld_updated": [ - "2024-04-24" - ], - "annotations": { - "rdap_source": "IANA", - "country_name_iso": "Zambia", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] }, { "tld": "zone", @@ -211596,6 +211596,33 @@ "date_removed": null } }, + "registry_url": "https://www.identity.digital/", + "rdap_server": "https://rdap.identitydigital.services/rdap/", + "tld_created": "2014-01-09", + "tld_updated": [ + "2025-10-07" + ], + "annotations": { + "iana_sponsor_alias": "Identity Digital", + "iana_sponsor_slug": "identity-digital", + "iana_admin_alias": "Identity Digital", + "iana_admin_slug": "identity-digital", + "iana_tech_alias": "Identity Digital", + "iana_tech_slug": "identity-digital", + "icann_registry_operator_alias": "Identity Digital", + "icann_registry_operator_slug": "identity-digital", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "Identity Digital" + ], + "as_org_slugs": [ + "identity-digital" + ] + }, "nameservers": [ { "hostname": "v0n0.nic.zone", @@ -211711,34 +211738,7 @@ } ] } - ], - "registry_url": "https://www.identity.digital/", - "rdap_server": "https://rdap.identitydigital.services/rdap/", - "tld_created": "2014-01-09", - "tld_updated": [ - "2025-10-07" - ], - "annotations": { - "iana_sponsor_alias": "Identity Digital", - "iana_sponsor_slug": "identity-digital", - "iana_admin_alias": "Identity Digital", - "iana_admin_slug": "identity-digital", - "iana_tech_alias": "Identity Digital", - "iana_tech_slug": "identity-digital", - "icann_registry_operator_alias": "Identity Digital", - "icann_registry_operator_slug": "identity-digital", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "Identity Digital" - ], - "as_org_slugs": [ - "identity-digital" - ] - } + ] }, { "tld": "zuerich", @@ -211763,6 +211763,29 @@ "date_removed": null } }, + "registry_url": "https://nic.zuerich", + "whois_server": "whois.nic.zuerich", + "rdap_server": "https://rdap.centralnic.com/zuerich", + "tld_created": "2014-12-18", + "tld_updated": [ + "2023-10-16" + ], + "annotations": { + "iana_tech_alias": "CentralNic", + "iana_tech_slug": "centralnic", + "rdap_source": "IANA", + "registry_agreement_types": [ + "base", + "non_sponsored" + ], + "as_org_aliases": [ + "CentralNic" + ], + "as_org_slugs": [ + "centralnic" + ], + "geographic_scope": "city" + }, "nameservers": [ { "hostname": "a.nic.zuerich", @@ -211840,30 +211863,7 @@ } ] } - ], - "registry_url": "https://nic.zuerich", - "whois_server": "whois.nic.zuerich", - "rdap_server": "https://rdap.centralnic.com/zuerich", - "tld_created": "2014-12-18", - "tld_updated": [ - "2023-10-16" - ], - "annotations": { - "iana_tech_alias": "CentralNic", - "iana_tech_slug": "centralnic", - "rdap_source": "IANA", - "registry_agreement_types": [ - "base", - "non_sponsored" - ], - "as_org_aliases": [ - "CentralNic" - ], - "as_org_slugs": [ - "centralnic" - ], - "geographic_scope": "city" - } + ] }, { "tld": "zw", @@ -211877,6 +211877,20 @@ "tech": "TelOne Pvt Ltd" } }, + "tld_created": "1991-11-06", + "tld_updated": [ + "2021-03-11" + ], + "annotations": { + "country_name_iso": "Zimbabwe", + "as_org_aliases": [ + "Packet Clearing House" + ], + "as_org_slugs": [ + "packet-clearing-house" + ], + "geographic_scope": "country" + }, "nameservers": [ { "hostname": "ns1.liquidtelecom.net", @@ -211973,21 +211987,7 @@ } ] } - ], - "tld_created": "1991-11-06", - "tld_updated": [ - "2021-03-11" - ], - "annotations": { - "country_name_iso": "Zimbabwe", - "as_org_aliases": [ - "Packet Clearing House" - ], - "as_org_slugs": [ - "packet-clearing-house" - ], - "geographic_scope": "country" - } + ] } ] } diff --git a/src/build/tlds.py b/src/build/tlds.py index eb41475b..0416f575 100644 --- a/src/build/tlds.py +++ b/src/build/tlds.py @@ -483,9 +483,12 @@ def _build_tld_entry( entry["orgs"] = orgs # Enrich nameservers with ASN data; collect hosting orgs as slug -> display_name. + # Hold the enriched list aside and attach it to the entry at the very end so + # nameservers is the last field in each TLD record (easier to skim visually). as_org_found: dict[str, str] = {} + enriched_nameservers: list[dict[str, Any]] | None = None if "nameservers" in page_data: - entry["nameservers"] = _enrich_nameservers_with_asn( + enriched_nameservers = _enrich_nameservers_with_asn( page_data["nameservers"], asn_lookup, resolver, @@ -604,6 +607,9 @@ def _build_tld_entry( if annotations: entry["annotations"] = annotations + if enriched_nameservers is not None: + entry["nameservers"] = enriched_nameservers + return entry diff --git a/src/utilities/content_changed.py b/src/utilities/content_changed.py index 33fb7340..3b6bd96e 100644 --- a/src/utilities/content_changed.py +++ b/src/utilities/content_changed.py @@ -11,6 +11,10 @@ logger = logging.getLogger(__name__) +def _canonical_json(data: dict[str, Any], indent: int) -> str: + return json.dumps(data, indent=indent, ensure_ascii=False) + + def write_json_if_changed( filepath: Path | str, data: dict[str, Any], @@ -18,13 +22,12 @@ def write_json_if_changed( indent: int = 2, ) -> tuple[bool, str]: """ - Write JSON file only if content has actually changed, atomically. + Write JSON file only if its serialized output would differ, atomically. - Compares new data with existing file, ignoring specified fields - (typically timestamps). If content is unchanged, keeps the existing - file and timestamp. If content has changed, writes via a same-directory - temp file plus os.replace so a mid-write failure cannot leave a torn - or truncated file on disk. + Compares serialized JSON (not parsed dicts) so key-order changes are + detected. ``exclude_fields`` strips top-level keys (e.g. timestamps) + before comparing. On change, writes via a same-directory temp file plus + os.replace. Args: filepath: Path to JSON file to write @@ -64,7 +67,6 @@ def write_json_if_changed( logger.error("Error writing file %s: %s", filepath, write_error) return (False, "error") - # Compare content, excluding specified fields new_data_compare = deepcopy(data) existing_data_compare = deepcopy(existing_data) @@ -72,7 +74,9 @@ def write_json_if_changed( new_data_compare.pop(field, None) existing_data_compare.pop(field, None) - if new_data_compare == existing_data_compare: + if _canonical_json(new_data_compare, indent) == _canonical_json( + existing_data_compare, indent + ): logger.debug( "Content unchanged for %s (excluding %s)", filepath, exclude_fields ) diff --git a/tests/utilities/test_content_changed.py b/tests/utilities/test_content_changed.py index c7f4095b..09e68340 100644 --- a/tests/utilities/test_content_changed.py +++ b/tests/utilities/test_content_changed.py @@ -76,6 +76,21 @@ def test_write_json_if_changed_detects_array_changes(tmp_path): assert status == "written" +def test_write_json_if_changed_detects_key_reorder(tmp_path): + """A change in dict insertion order must trigger a rewrite even though + parsed-dict equality would consider the data unchanged.""" + filepath = tmp_path / "reorder.json" + filepath.write_text('{\n "a": 1,\n "b": 2\n}\n') + + reordered = {"b": 2, "a": 1} + + changed, status = write_json_if_changed(filepath, reordered) + + assert changed is True + assert status == "written" + assert filepath.read_text().splitlines()[1].strip().startswith('"b"') + + def test_write_json_if_changed_formats_json_with_indentation(tmp_path): """Test that write_json_if_changed formats JSON with proper indentation.""" filepath = tmp_path / "formatted-file.json" From 2ad6f3d743a909da2e910fe8c2f3e6135eac5b07 Mon Sep 17 00:00:00 2001 From: Eric Case Date: Mon, 25 May 2026 23:35:28 -0700 Subject: [PATCH 7/8] Add language codes --- data/manual/annotations.json | 9 ++ pyproject.toml | 1 + src/build/idn_language.py | 126 ++++++++++++++++++ src/build/tlds.py | 7 + tests/build/test_idn_language.py | 77 +++++++++++ tests/build/test_idn_language_provenance.py | 95 +++++++++++++ .../integration/test_idn_language_coverage.py | 20 +++ uv.lock | 11 ++ 8 files changed, 346 insertions(+) create mode 100644 src/build/idn_language.py create mode 100644 tests/build/test_idn_language.py create mode 100644 tests/build/test_idn_language_provenance.py create mode 100644 tests/integration/test_idn_language_coverage.py diff --git a/data/manual/annotations.json b/data/manual/annotations.json index a22668ec..1c98860e 100644 --- a/data/manual/annotations.json +++ b/data/manual/annotations.json @@ -64,8 +64,17 @@ "wales": {"geographic_scope": "subdivision", "cultural_affiliation": "welsh"}, "wien": {"geographic_scope": "city"}, "xn--80adxhks": {"geographic_scope": "city"}, + "xn--fiqs8s": {"language_code": "zh-Hans"}, + "xn--fiqz9s": {"language_code": "zh-Hant"}, + "xn--j6w193g": {"language_code": "zh-Hant"}, + "xn--kprw13d": {"language_code": "zh-Hant-TW"}, + "xn--kpry57d": {"language_code": "zh-Hant-TW"}, "xn--mgbca7dzdo": {"geographic_scope": "city"}, + "xn--mix891f": {"language_code": "zh-Hant"}, "xn--ngbrx": {"cultural_affiliation": "arab"}, + "xn--vermgensberater-ctb": {"language_code": "de"}, + "xn--vermgensberatung-pwb": {"language_code": "de"}, + "xn--yfro4i67o": {"language_code": "zh-Hans"}, "yokohama": {"geographic_scope": "city"}, "zuerich": {"geographic_scope": "city"} } diff --git a/pyproject.toml b/pyproject.toml index 33cb7e9e..0e0f4c99 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -17,6 +17,7 @@ required-version = ">=0.10" [dependency-groups] dev = [ + "langcodes==3.5.1", "pydeps==3.0.6", "pyright>=1.1.409", "pytest>=9.0.3", diff --git a/src/build/idn_language.py b/src/build/idn_language.py new file mode 100644 index 00000000..79df66bc --- /dev/null +++ b/src/build/idn_language.py @@ -0,0 +1,126 @@ +"""Derive language_code (BCP-47) and language_name_en for IDN TLDs.""" + +from typing import Final + +# tld_script -> BCP-47 default. Source: CLDR likelySubtags und-