---
title: "Batch"
method: POST
path: "/batch"
tags: ["Batch requests"]
---

# Batch

`POST /batch`

Execute multiple API requests at once (separated by comma). Maximum batch jobs is 10.
Following methods are unavailable in Batch:
- GET /{item_id}/image
- /item/fast-sell

## Request body

- object[]
  - `id` string — identifier for the job, will be use in output as key of a result set. If this parameter is not set, the URI will be used.
  - `uri` string, required — URI of the API request to execute.
  - `method` 'GET' | 'POST' | 'PUT' | 'DELETE' — HTTP method of the API request to execute. If this parameter is not set, GET HTTP method will be used.
  - `params` object — parameters of the API request to execute.

## Response `200`

Successful Response.

- object
  - `jobs` object, required
    - `job_id` object, required
      - `_job_result` string
      - `_job_error` string
  - `system_info` RespSystemInfo
    - `rate_limit` object, required
      - `limit` integer, required
      - `remaining` integer, required
      - `reset` integer, required
      - `bucket` string
    - `visitor_id` integer, required
    - `time` integer, required
    - `log_id` integer, required

## Other responses

- `400` — Error Response.
- `401` — Unauthorized

---

[API](https://skmtc.net/lzt/apis/lolzteam-public-api-market.md) · [All operations](https://skmtc.net/lzt/apis/lolzteam-public-api-market/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/lzt/lolzteam-public-api-market/revisions/e939f4b36a9f/schema)
