Skip to main content
GET
/
domainsproject
/
raw
/
refs
/
heads
/
main
/
index.json
Fetch Mintilfy domains list
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
  }
]

Response

200 - application/json
domain
string
required
subdomain
string
required
owner
object
required
description
string
record
object
proxied
boolean