---
title: "Batch lookup"
method: POST
path: "/"
---

# Batch lookup

`POST /`

Look up multiple IPs in a single request. Maximum 100 IPs per request.

## Query parameters

- `fields` string

## Request body

- string[]

## Response `200`

Array of lookup results. IPs without a match are omitted.

- LookupResult[]
  - `ip` string, required
  - `country` string, nullable, required
  - `city` string, nullable
  - `continent` string, nullable
  - `subdivision` string, nullable
  - `postal` string, nullable
  - `location` object, nullable
    - `latitude` number
    - `longitude` number
    - `accuracy_radius` integer
    - `time_zone` string, nullable
  - `asn` object, nullable
    - `number` integer
    - `organization` string

## Other responses

- `422` — Invalid input

---

[API](https://skmtc.net/lineofflight/apis/country.md) · [All operations](https://skmtc.net/lineofflight/apis/country/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lineofflight/country/versions/b2ef1b167513/schema)
