---
title: "List store items"
method: GET
path: "/store"
tags: ["Store"]
---

# List store items

`GET /store`

Fetch a list of store items. Ratelimit: 5 reqs/min.

## Response `200`

A list of store items

- 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
- `429` — Rate limit exceeded

## Changes

- **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/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)
