lissy93/who-dat
🔎 A free no-CORS WHOIS/RDAP lookup API, for fetching domain registration info
1.7K
Pull and run the Docker container:
docker run -p 8080:8080 --dns 8.8.8.8 --dns 8.8.4.4 lissy93/who-dat
You'll then be able to initiate a WHOIS lookup, by hitting http://localhost:8080/example.com
Or you can view the full API spec + schema in the Swagger explorer at localhost:8080/docs.html
An example instance is running at who-dat.as93.net (for testing purposes only - don't use this endpoint in prod!)
The source code is hosted on GitHub, at github.com/lissy93/who-dat
Here you'll find detailed usage instructions, as well as alternative (non-Docker) deployment methods
Licensed under MIT © Alicia Sykes 2024
docker pull lissy93/who-dat