added

{ New } - IPv6 Support

IPv6 Support in /search-by-ip Endpoint

Endpoint: POST search-by-ip

  • Added support for IPv6 addresses in the /search-by-ip endpoint.
  • You can now query using both IPv4 and IPv6 formats.

Example IPv6 Query:

curl --request POST \
     --url https://api.hudsonrock.com/json/v3/search-by-ip \
     --header 'accept: application/json' \
     --header 'api-key: <API_KEY>' \
     --header 'content-type: application/json' \
     --data '{"ips": ["0400:1a00:b090:1c47:4e2:3b62:8e86:ecf6"]}'