---
title: "Check if a webchannel is followed"
method: GET
path: "/user/follows/webchannels/{webchannel_id}"
tags: ["followed webchannels"]
---

# Check if a webchannel is followed

`GET /user/follows/webchannels/{webchannel_id}`

## Response `200`

The followed webchannel

- WebchannelFollow
  - `webchannel_id` integer
  - `_embedded` object
    - `webchannel` Webchannel

## Other responses

- `404` — this webchannel 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)
