---
title: "Get all available levels for a map section"
method: GET
path: "/api/v1/map/levels"
tags: ["map"]
---

# Get all available levels for a map section

`GET /api/v1/map/levels`

## Query parameters

- `min` string, required
- `max` string, required

## Response `200`

array of available levels

- number[]

## Other responses

- `400` — Bad Request
- `404` — Not Found
- `422` — Unprocessable Entity
- `500` — Internal Server Error

---

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