---
title: "Check if an episode is voted for"
method: GET
path: "/user/votes/episodes/{episode_id}"
tags: ["voted episodes"]
---

# Check if an episode is voted for

`GET /user/votes/episodes/{episode_id}`

## Response `200`

The episode vote

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

## Other responses

- `404` — This episode 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/revisions/4a251a7b3226/schema)
