---
title: "Get a rune"
method: GET
path: "/lol/runes/{lol_rune_id}"
tags: ["LoL runes"]
deprecated: true
---

# Get a rune

`GET /lol/runes/{lol_rune_id}`

> **Deprecated.**

Get a single rune by ID

## Path parameters

- `lol_rune_id` integer, required

## Response `200`

A League-of-Legends rune

- LoLRune
  - `id` integer, required
  - `name` string, required

## 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/revisions/b3c347821e98/schema)
