/DomainMonitor

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

Primary LanguagePythonGNU General Public License v3.0GPL-3.0

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