---
title: "Get a list of video game storefronts."
method: GET
path: "/stores"
tags: ["stores"]
---

# Get a list of video game storefronts.

`GET /stores`

## Query parameters

- `ordering` string
- `page` integer
- `page_size` integer

## Response `200`

OK

- object
  - `count` integer, required
  - `next` string, uri, nullable
  - `previous` string, uri, nullable
  - `results` Store[], required
    - `id` integer
    - `name` string, required
    - `domain` string, nullable
    - `slug` string, slug
    - `games_count` integer
    - `image_background` string, uri

---

[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)
