An open API service indexing awesome lists of open source software.

https://github.com/ak9024/whois

Go API for get domain and IP information
https://github.com/ak9024/whois

go vercel whois

Last synced: 3 months ago
JSON representation

Go API for get domain and IP information

Awesome Lists containing this project

README

          

# whois

Go API for get domain and IP information

### POST

```bash
curl --location 'https://whois.adiatma.tech/api' \
--header 'Content-Type: application/json' \
--data '{
"domain": "adiatma.tech"
}'
```