---
title: "Get Server Shop Items"
method: GET
path: "/api/v1/servers/{id}/shop"
tags: ["Servers"]
---

# Get Server Shop Items

`GET /api/v1/servers/{id}/shop`

Gets *all* items in a server's shop, regardless of whether or not economy/shop is enabled.

## Path parameters

- `id` string, int64, required

## Response `200`

A list of shop items.

- Shop[]
  - `serverId` string, int64
  - `id` string, uuid
  - `name` string, nullable
  - `price` integer
  - `description` string, nullable
  - `reward` string, nullable
  - `imageUrl` string, nullable
  - `bgUrl` string, nullable

## Other responses

- `403` — If you do not have access to this server.
- `404` — If the server does not exist.

---

[API](https://skmtc.dev/engau/apis/engauge-web.md) · [All operations](https://skmtc.dev/engau/apis/engauge-web/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/engau/engauge-web/revisions/b1389098761a/schema)
