---
title: "Get details of the store."
method: GET
path: "/stores/{id}"
tags: ["stores"]
---

# Get details of the store.

`GET /stores/{id}`

## Response `200`

OK

- StoreSingle
  - `id` integer
  - `name` string, required
  - `domain` string, nullable
  - `slug` string, slug
  - `games_count` integer
  - `image_background` string, uri
  - `description` string

---

[API](https://skmtc.net/rawg/apis/rawg-video-games-database-api.md) · [All operations](https://skmtc.net/rawg/apis/rawg-video-games-database-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/rawg/rawg-video-games-database-api/versions/a2efd7688148/schema)
