Domain
Search domains
Domain
Search domains
Search domains based on the query
POST
/
v1
/
domain
/
search
curl --request POST \
--url https://api.odin.io/v1/domain/search \
--header 'Content-Type: application/json' \
--data '{
"domain": "<string>",
"keyword": "<string>",
"limit": 123,
"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
}
}
Body
application/json
Query
Response
200
application/json
OK
Was this page helpful?
curl --request POST \
--url https://api.odin.io/v1/domain/search \
--header 'Content-Type: application/json' \
--data '{
"domain": "<string>",
"keyword": "<string>",
"limit": 123,
"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
}
}