---
title: "Batch ASN and/or IP Address Lookup"
method: POST
path: "/"
tags: ["Ipregistry IP Intelligence API"]
---

# Batch ASN and/or IP Address Lookup

`POST /`

This endpoint allows for bulk searches by accommodating up to 16 ASN and/or 1024 IP queries simultaneously, supporting a blend of ASN, IPv4, and IPv6 addresses. It's a streamlined way to perform multiple searches at once. The credit charge for a batch query is the total of the given ASN and IP addresses with an extra credit added.

## Query parameters

- `params` object, required

## Request body

- string[]

## Response `200`

Successful operation

- BatchLookupResult — Batch lookup result containing an array of IP and/or ASN lookup results.
  - `results` unknown[] — An array of lookup results. Each entry is either an IP lookup result, an ASN lookup result, or an error object if the individual lookup failed.
    - unknown

## Other responses

- `400` — Bad request — Invalid input (e.g. malformed IP address, too many items)
- `401` — Unauthorized — Missing or disabled API key
- `403` — Forbidden — Invalid API key, insufficient credits, or restricted IP/origin
- `429` — Too many requests — Rate limit exceeded

---

[API](https://skmtc.net/ipregistry/apis/ipregistry-api.md) · [All operations](https://skmtc.net/ipregistry/apis/ipregistry-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/ipregistry/ipregistry-api/revisions/26f6ef332981/schema)
