Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/ak9024/whois

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

go vercel whois

Last synced: 12 days 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"
}'
```