---
title: "Get All Items"
method: GET
path: "/v3/items"
tags: ["Item"]
---

# Get All Items

`GET /v3/items`

## Response `200`

OK

- object[]
  - `existence` object — Existence is a map with server code as key and the existence of the item in that server as value.
    - `CN` ModelsServerExistence, required
      - `endTime` integer
      - `exist` boolean, required
      - `startTime` integer
    - `JP` ModelsServerExistence, required
      - `endTime` integer
      - `exist` boolean, required
      - `startTime` integer
    - `KR` ModelsServerExistence, required
      - `endTime` integer
      - `exist` boolean, required
      - `startTime` integer
    - `US` ModelsServerExistence, required
      - `endTime` integer
      - `exist` boolean, required
      - `startTime` integer
  - `group` string — Group is an identifier of what the item actually is. For example, both orirock and orirock cube would have the same group, `orirock`.
  - `itemId` string — ArkItemID (itemId) is the previously used, string form ID of the item; in JSON-representation `itemId` is used as key.
  - `keywords` object — Keywords is an arbitrary JSON object containing the keywords of the item, for optimizing the results of the frontend built-in search engine.
    - `alias` ModelsI18nOptionalString
      - `en` string — EN: English (en)
      - `ja` string — JP: 日本語 (ja)
      - `ko` string — KR: 한국어 (ko)
      - `zh` string — ZH: 中文 (zh-CN)
    - `pron` ModelsI18nOptionalString
      - `en` string — EN: English (en)
      - `ja` string — JP: 日本語 (ja)
      - `ko` string — KR: 한국어 (ko)
      - `zh` string — ZH: 中文 (zh-CN)
  - `name` object — Name is a map with language code as key and the name of the item in that language as value.
    - `en` string, required — EN: English (en)
    - `ja` string, required — JP: 日本語 (ja)
    - `ko` string, required — KR: 한국어 (ko)
    - `zh` string, required — ZH: 中文 (zh-CN)
  - `penguinItemId` integer — ItemID (penguinItemId) is the numerical ID of the item.
  - `rarity` integer
  - `sortId` integer — SortID is the sort position of the item.
  - `sprite` string — Sprite describes the location of the item's sprite on the sprite image, in a form of Y:X.

## Other responses

- `500` — An unexpected error occurred

## Changes

- **2021-12-03** `bfa0b9081514` — 1 info
  - endpoint added

[Change history](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api/changes/v3/items/get.md)

---

[API](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api.md) · [All operations](https://skmtc.dev/penguin-statistics/apis/penguin-statistics-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/penguin-statistics/penguin-statistics-api/revisions/2222bc4bbebb/schema)
