---
title: "List video channels"
method: GET
path: "/api/v1/video-channels"
tags: ["Video Channels"]
---

# List video channels

`GET /api/v1/video-channels`

## Query parameters

- `start` integer
- `count` integer
- `sort` string

## Response `200`

successful operation

- VideoChannelList
  - `data` object[]
    - `createdAt` string, date-time
    - `followersCount` integer — number of followers of this actor, as seen by this instance
    - `followingCount` integer — number of actors subscribed to by this actor, as seen by this instance
    - `host` string, hostname — server on which the actor is resident
    - `hostRedundancyAllowed` boolean — whether this actor's host allows redundancy of its videos
    - `id` integer
    - `name` string — immutable name of the actor, used to find or mention it
    - `updatedAt` string, date-time
    - `url` string, url
    - `banners` ActorImage[]
      - `createdAt` string, date-time
      - `path` string
      - `updatedAt` string, date-time
      - `width` integer
    - `description` string
    - `displayName` string — editable name of the channel, displayed in its representations
    - `isLocal` boolean
    - `ownerAccount` object, nullable
      - `id` integer
      - `uuid` string, uuid
    - `support` string — text shown by default on all videos of this channel, to tell the audience how to support it
  - `total` integer

---

[API](https://skmtc.net/cpy/apis/peertube.md) · [All operations](https://skmtc.net/cpy/apis/peertube/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/cpy/peertube/versions/efe11b159e43/schema)
