---
title: "Check if a show is voted for"
method: GET
path: "/user/votes/shows/{show_id}"
tags: ["voted shows"]
---

# Check if a show is voted for

`GET /user/votes/shows/{show_id}`

## Response `200`

The show vote

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

## Other responses

- `404` — This show is not voted for

---

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