Skip to content

Latest commit

 

History

History
28 lines (16 loc) · 563 Bytes

README.md

File metadata and controls

28 lines (16 loc) · 563 Bytes

Domain Monitor

DomainMonitor is a web project that has a RESTful API to get a domain's subdomains and whois data.

Domain Monitor Screenshot

You can test the web app using docker:

docker-compose up -d

And go to http://127.0.0.1.

API Endpoints

Whois query

/api/domains/{domain}/whois

Query Strings:

  • fields: What fields of the whois query the api will return. Should be separated by commas. Example: registrar,creation_date,expiration_date

Subdomain query

/api/domains/{domain}/subdomains