Returns a list of domains from the Domains Project.
curl --request GET \ --url https://raw.githubusercontent.com/domainsproject/raw/refs/heads/main/index.json
[ { "description": "<string>", "domain": "<string>", "subdomain": "<string>", "owner": { "repo": "<string>", "email": "[email protected]" }, "record": {}, "proxied": true } ]
Show child attributes
DNS records like A, AAAA, MX, TXT, etc.
Was this page helpful?