---
title: "Get a map"
method: GET
path: "/csgo/maps/{csgo_map_id}"
tags: ["Counter-Strike maps"]
---

# Get a map

`GET /csgo/maps/{csgo_map_id}`

Get a single map by ID or by slug

## Path parameters

- `csgo_map_id` integer, required — The ID of the map.

## Response `200`

A Counter-Strike map

- 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.dev/pandascore/apis/pandascore-rest-api.md) · [All operations](https://skmtc.dev/pandascore/apis/pandascore-rest-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/pandascore/pandascore-rest-api/revisions/b3c347821e98/schema)
