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

# Check if a show is followed

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

## Response `200`

The followed show

- ShowFollow
  - `show_id` integer
  - `_embedded` object
    - `show` Show

## Other responses

- `404` — This show is not followed

---

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