Skip to main content
GET
/
v1
/
parentdomains
/
{parentDomain}
/
subdomains
/
{subDomainName}
Returns subdomain availability
curl --request GET \
  --url https://api.superlink.me/v1/parentdomains/{parentDomain}/subdomains/{subDomainName}
{
  "domain": "test1.test.eth",
  "status": "<unknown>"
}

Documentation Index

Fetch the complete documentation index at: https://docs.superlink.me/llms.txt

Use this file to discover all available pages before exploring further.

Path Parameters

parentDomain
string
required

superlink.me

subDomainName
string
required

test

Response

OK

domain
string
Example:

"test1.test.eth"

status
any