Batch IP Lookup

The Batch IP Lookup endpoint allows querying of multiple IP addresses in a single request. It accepts a JSON array of IP addresses (both IPv4 and IPv6 formats) and returns a JSON array with detailed geographical and network information for each provided IP address.

Common Use Cases

  • Analytics: Gather location insights for a large user base to inform business decisions.
  • Security Analysis: Analyze traffic patterns and detect anomalies across multiple IPs.
  • Marketing Campaigns: Segment audiences based on geographic data for targeted marketing efforts.

Request Format

The request must contain a JSON array of IP addresses. A maximum of 25 addresses per request is allowed.

Response Format

The response will be a JSON object detailing various attributes about the queried IP address. The depth and specifics of the details might vary based on the subscription plan. For an exhaustive list of potential response fields, please refer to the Response Format section.