Skip to main content
GET
/
domains
/
{domain}
/
history
Domain History
curl --request GET \
  --url https://domains-api.com/domains/{domain}/history \
  --header 'Authorization: Bearer <token>'
Endpoint to use to discover updates for a domain name. Different type of history items are denoted by the type field:
  • type=info Domain info change, detected in RDAP or WHOIS
  • type=url Domain mention on the internet. The source url will be set in url field
  • type=sale A public sale detected for this domain

Path Parameters

domain
string
required
Domain name for which history is needed