Querist is like ip.me or ipleak.net on Cloudflare Workers.
- DNS and WHOIS Lookup (with connect() API)
- WHOIS Lookup for IPv4, IPv6 and ASN
API provides the following functionality:
-
/whois/<query>Lookup to RIR's whois server.Supports:
- IPv4
- IPv4 CIDR
- IPv6
- IPv6 CIDR
- AS Number
Examples:
-
/iana/assign/asIANA's "Autonomous System (AS) Numbers" to JSON. -
/iana/assign/ipv4IANA's "IANA IPv4 Address Space Registry" to JSON. -
/iana/assign/ipv6IANA's "IPv6 Global Unicast Address Assignments" to JSON.
cd ./apinpm i- Edit
wrangler.toml npm run deploy
cd ./frontnpm i- Edit
PUBLIC_APIin.env npm run deploy
IP geolocation data is provided by ip-api.
Map Data is provided by OpenStreetMap. Maps are rendered using the Leaflet.
MIT