Skip to content

Latest commit

 

History

13 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

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.

Topics

Resources

Stars

18 stars

Watchers

1 watching

Forks

Releases

Packages

Used by

Contributors

Languages