Skip to main content
GET
List video IDs from a YouTube channel

Authorizations

Authorization
string
header
default:your-api-key
required

API key as Bearer token (e.g. Bearer mp_abc123_secret)

Query Parameters

id
string
required

Channel ID

type
enum<string>
default:video

Video type filter

Available options:
all,
video,
short,
live
limit
integer

Max results (1-1000)

Required range: 1 <= x <= 1000

Response

200 - application/json

Video ID listing

videoIds
string[]
shortIds
string[]
liveIds
string[]