Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 740 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 740 Bytes

whois-gateway

Web-based whois gateway written in Python for lighttpd

API

  • /w/202.12.29.175/lookup or /gateway.py?ip=202.12.29.175&lookup=true
    • human-readable Whois result page, with a query form
  • /w/202.12.29.175/lookup/json or /gateway.py?ip=202.12.29.175&lookup=true&format=json
    • Whois result in JSON
  • /w/202.12.29.175 or /gateway.py?ip=202.12.29.175
    • List of links to regional databases
  • /w/202.12.29.175/redirect/NAME or /gateway.py?ip=202.12.29.175&provider=NAME
    • Redirect to a search result page provided by NAME

License

See LICENSE.md.