Playground

Retrieve the shorts tab for a YouTube channel API playground

Returns normalized short-form video entries from a channel's Shorts tab.

GETapiKey3 credits/requestyoutube.channelShortsResponseDoc

Selected endpoint

GET /youtube/channel/{id}/shorts

Returns normalized short-form video entries from a channel's Shorts tab.

Group
YouTube
Authentication
apiKey
Credit cost
3 credits/request
Path parameters
1
Query parameters
0
Body parameters
0
GETapiKey3 credits/requestchannelShortsResponseDoc

Retrieve the shorts tab for a YouTube channel

Returns normalized short-form video entries from a channel's Shorts tab.

API key required. Paste a full key or rotate one from the API Keys page.

Set up API key

Path parameters

Request URL will appear here.

Request headers will appear here.

Request body preview will appear here when applicable.

Status, latency, response headers, and response body will appear after a request.

{
  "code": 200,
  "msg": "OK",
  "data": {
    "channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A",
    "channel_title": "OpenAI",
    "handle": "@OpenAI",
    "shorts": [
      {
        "position": 1,
        "video_id": "abc123xyz89",
        "title": "OpenAI demo clip",
        "url": "https://www.youtube.com/shorts/abc123xyz89",
        "view_count": "1.2M views"
      }
    ]
  }
}