What the API does
The API exposes structured data about all public subdomains registered through the service. This includes:- Subdomain names
- Target records (CNAME, A, etc.)
- Domain metadata
- Building dashboards
- Monitoring usage
- Creating tools that reference or analyze active subdomains
Current capabilities
The API currently supports one endpoint:GET /api/domains
Returns a list of registered subdomains and their DNS configurations.
Example response:
Planned improvements
Future endpoints may include:- Domain availability checks
- Filters by domain or record type
- Domain usage statistics
- Authenticated endpoints for managing personal configs