---
title: "List the shows voted for"
method: GET
path: "/user/votes/shows"
tags: ["voted shows"]
---

# List the shows voted for

`GET /user/votes/shows`

## Query parameters

- `embed` 'show'

## Response `200`

An array of show votes

- ShowVote[]
  - `show_id` integer
  - `voted_at` integer — Epoch timestamp for when the user voted for the episode
  - `vote` integer — The vote number

---

[API](https://skmtc.net/tvmaze/apis/tvmaze-user-api.md) · [All operations](https://skmtc.net/tvmaze/apis/tvmaze-user-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/tvmaze/tvmaze-user-api/versions/4a251a7b3226/schema)
