---
title: "List rune paths"
method: GET
path: "/lol/runes-reforged-paths"
tags: ["LoL runes"]
---

# List rune paths

`GET /lol/runes-reforged-paths`

List the latest version of League of Legends (reforged) rune paths
> ℹ️  
> 
> This endpoint is available to all customers

## Query parameters

- `filter` FilterOverLoLRunePaths
  - `id` integer[]
  - `name` string[]
  - `videogame_version` unknown
- `range` RangeOverLoLRunePaths
  - `id` integer[]
  - `name` string[]
- `sort` string[]
- `search` SearchOverLoLRunePaths
  - `name` string — Name of the rune
- `page` union
  - integer
  - object
    - `number` integer
    - `size` integer
- `per_page` integer

## Response `200`

A list of League-of-Legends runes paths

- object[]
  - `id` integer, required — ID of the rune path
  - `image_url` string, uri, required — URL to an image of the rune path
  - `name` string, required — Name of the rune
  - `runes` object, required
    - `keystones` integer[], required — IDs of the keystone runes available for this path
    - `slot1` integer[], required — IDs of the slot 1 runes available for this path
    - `slot2` integer[], required — IDs of the slot 2 runes available for this path
    - `slot3` integer[], required — IDs of the slot 3 runes available for this path
  - `videogame_versions` string[], 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/all-videogames.md) · [All operations](https://skmtc.net/pandascore/apis/all-videogames/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pandascore/all-videogames/revisions/3bf456812994/schema)
