---
title: "List maps"
method: GET
path: "/csgo/maps"
tags: ["Counter-Strike maps"]
---

# List maps

`GET /csgo/maps`

List maps

## Query parameters

- `filter` FilterOverCSGOMaps
  - `id` CSGOMapID[]
  - `name` CSGOMapName[]
  - `slug` CSGOMapSlug[]
- `range` RangeOverCSGOMaps
  - `id` CSGOMapID[]
  - `name` CSGOMapName[]
  - `slug` CSGOMapSlug[]
- `sort` string[]
- `search` SearchOverCSGOMaps
  - `name` string — The name of the map.
  - `slug` string — Human-readable identifier of the map
- `page` union
  - integer
  - object
    - `number` integer
    - `size` integer
- `per_page` integer

## Response `200`

A list of Counter-Strike maps

- CSGOMap[]
  - `id` integer, required — The ID of the map.
  - `image_url` string, uri, nullable, required — A URL to the image of the map.
  - `name` string, required — The name of the map.
  - `slug` string, required — Human-readable identifier of the map

## Other responses

- `400` — Bad request
- `401` — Unauthorized
- `403` — Forbidden
- `404` — Not found
- `422` — Unprocessable Entity

---

[API](https://skmtc.net/pandascore/apis/pandascore-rest-api.md) · [All operations](https://skmtc.net/pandascore/apis/pandascore-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandascore/pandascore-rest-api/versions/b3c347821e98/schema)
