GET
/
domainsproject
/
raw
/
refs
/
heads
/
main
/
index.json
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
  }
]

Response

200 - application/json
A JSON array of domain configurations
domain
string
required
subdomain
string
required
owner
object
required
description
string
record
object

DNS records like A, AAAA, MX, TXT, etc.

proxied
boolean