cURL
curl --request POST \ --url https://api.odin.io/v1/domain/search \ --header 'Content-Type: application/json' \ --data ' { "limit": 123, "domain": "<string>", "keyword": "<string>", "publishedAfter": "<string>", "publishedBefore": "<string>", "start": [ {} ] } '
{ "data": [ { "added_at": "<string>", "domain": "<string>", "ext_dns_name": { "domain": "<string>", "fld": "<string>", "subdomain": "<string>", "tld": "<string>" }, "subdomain": "<string>" } ], "pagination": { "last": [ {} ], "limit": 123, "start": [ {} ], "total": 123 } }
Search domains based on the query
Query
OK
Show child attributes
Was this page helpful?