Introduction to the public API and how to interact with it.
This section introduces the public API provided by the subdomain registry service.
The API allows developers to fetch a list of registered subdomains and use that data to build dashboards, search tools, or integrations. It’s lightweight, read-only, and available without authentication.
The API exposes structured data about all public subdomains registered through the service. This includes:
It’s useful for:
The API currently supports one endpoint:
/api/domains
Returns a list of registered subdomains and their DNS configurations.
Future endpoints may include:
Want to help shape the API? Open a discussion or contribute directly via pull request on GitHub.
Introduction to the public API and how to interact with it.
This section introduces the public API provided by the subdomain registry service.
The API allows developers to fetch a list of registered subdomains and use that data to build dashboards, search tools, or integrations. It’s lightweight, read-only, and available without authentication.
The API exposes structured data about all public subdomains registered through the service. This includes:
It’s useful for:
The API currently supports one endpoint:
/api/domains
Returns a list of registered subdomains and their DNS configurations.
Future endpoints may include:
Want to help shape the API? Open a discussion or contribute directly via pull request on GitHub.