---
title: "Get a store item"
method: GET
path: "/store/{id}"
tags: ["Store"]
---

# Get a store item

`GET /store/{id}`

Fetch a specific store item by ID. Ratelimit: 30 reqs/min.

## Path parameters

- `id` integer, required

## Response `200`

A single store item

- StoreItem
  - `id` integer
  - `name` string
  - `description` string
  - `old_prices` unknown[]
    - unknown
  - `limited` boolean
  - `stock` integer
  - `type` string
  - `show_in_carousel` boolean
  - `accessory_tag` string
  - `agh_contents` string
  - `attached_shop_item_ids` unknown[]
    - unknown
  - `buyable_by_self` boolean
  - `long_description` string
  - `max_qty` integer
  - `one_per_person_ever` boolean
  - `sale_percentage` integer
  - `image_url` string
  - `enabled` RegionEnabled
    - `enabled_au` boolean
    - `enabled_ca` boolean
    - `enabled_eu` boolean
    - `enabled_in` boolean
    - `enabled_uk` boolean
    - `enabled_us` boolean
    - `enabled_xx` boolean
  - `ticket_cost` TicketCost
    - `base_cost` number
    - `au` number
    - `ca` number
    - `eu` number
    - `in` number
    - `uk` number
    - `us` number
    - `xx` number

## Other responses

- `401` — Missing or invalid API key
- `404` — Resource not found
- `429` — Rate limit exceeded

## Changes

> 5 revisions in range; 1 could not be searched.

- **2026-03-26** `5aa899f5a7d4` — 1 info
  - added the non-success response with the status `429`
- **2026-02-28** `cf6ee4e9eef4` — 1 info
  - removed the non-success response with the status `429`

[Change history](https://skmtc.dev/hackclub/apis/flavortown-api/changes/store/:id/get.md)

---

[API](https://skmtc.dev/hackclub/apis/flavortown-api.md) · [All operations](https://skmtc.dev/hackclub/apis/flavortown-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/hackclub/flavortown-api/revisions/30b9ad477190/schema)
