cURL
curl --request POST \ --url https://api.odin.io/v1/domain/subdomain/count \ --header 'Content-Type: */*' \ --header 'X-API-Key: <api-key>' \ --data ' { "domain": "<string>", "keyword": "<string>", "publishedAfter": "<string>", "publishedBefore": "<string>" } '
{ "data": { "count": 123 }, "pagination": {}, "success": true }
Returns the count of subdomain records based on domain
Documentation IndexFetch the complete documentation index at: https://docs.odin.io/llms.txtUse this file to discover all available pages before exploring further.
Fetch the complete documentation index at: https://docs.odin.io/llms.txt
Use this file to discover all available pages before exploring further.
Query
OK
Show child attributes
Was this page helpful?