Skip to content

Lissy93/whois-api

ย 
ย 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 

History

14 Commits
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Whois API

A simple serverless REST Whois API, written in Go. Mainly exists because other Whois API services are either too expensive or have a strict rate limit.

Usage

This API is deployed at https://whois-api.now.sh. However, self hosting is as simple as forking this repository and setting up a Vercel account.

POST /

Use this format to POST data to the main endpoint:

{
  "domain": "example.com"
}

GET /ping

Use this endpoint to check if the service is running. It should respond with pong.

Roadmap

  • Write MultiHandler function which handles multiple domains concurrently using goroutines.

About

๐Ÿ”Ž A simple rest API for whois lookups

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%