Ecosyste.ms: Awesome
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: 12 days ago
JSON representation
Go API for get domain and IP information
- Host: GitHub
- URL: https://github.com/ak9024/whois
- Owner: ak9024
- License: mit
- Created: 2023-08-26T01:45:35.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-01T04:15:17.000Z (6 months ago)
- Last Synced: 2024-06-01T05:26:52.904Z (6 months ago)
- Topics: go, vercel, whois
- Language: Go
- Homepage: https://whois.adiatma.tech
- Size: 12.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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"
}'
```