---
title: "List Valorant maps for all versions"
method: GET
path: "/valorant/versions/all/maps"
tags: ["Valorant maps"]
deprecated: true
---

# List Valorant maps for all versions

`GET /valorant/versions/all/maps`

> **Deprecated.**

Deprecated. Equivalent route: [/valorant/maps?filter[videogame_version]=all](/reference/get_valorant_maps)

## Query parameters

- `filter` FilterOverValorantMaps
  - `id` ValorantMapID[]
  - `name` ValorantMapName[]
  - `slug` ValorantMapSlug[]
  - `videogame_version` unknown
- `range` RangeOverValorantMaps
  - `id` ValorantMapID[]
  - `name` ValorantMapName[]
  - `slug` ValorantMapSlug[]
- `sort` string[]
- `search` SearchOverValorantMaps
  - `name` string — 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 Valorant maps

- ValorantMap[]
  - `id` integer, required — ID of the map
  - `image_url` string, uri, required — URL to an image of the map
  - `name` string, required — Name of the map
  - `slug` string, required — Human-readable identifier of the map
  - `videogame_versions` VideogameVersion[], required — Array of of video game versions (ie. patches) for this resource

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