cURL
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": "jsmith@example.com" }, "record": {}, "proxied": true } ]
Returns a list of domains from the Domains Project.
A JSON array of domain configurations
The response is of type object[].
object[]
Was this page helpful?