---
title: "Follow a show"
method: PUT
path: "/user/follows/shows/{show_id}"
tags: ["followed shows"]
---

# Follow a show

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

## Response `200`

This show is now followed

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

## Other responses

- `404` — This show does not exist

---

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