Was this helpful?
Search subnames based on the provided query
/ens/v1/subname/search
The full name of the subdomain
The chain id
curl -L \ --url 'https://api.justaname.id/ens/v1/subname/search?name=text&chainId=1'
{ "statusCode": 200, "result": { "data": { "registered": true, "domains": [ "text" ] }, "error": "text" } }