Playground

Retrieve channel profile API playground

Returns full profile details for a YouTube channel.

GETapiKey3 credits/requestyoutube.profileResponseDoc

Selected endpoint

GET /youtube/profile/{id}

Returns full profile details for a YouTube channel.

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

Retrieve channel profile

Returns full profile details for a YouTube channel.

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": {
    "id": "fe03dcedad8ab90c5f81eb4a405a464b",
    "created_at": "2025-07-12T08:46:11.740932549Z",
    "updated_at": "2025-07-12T08:46:11.740932749Z",
    "channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A",
    "channel_name": "OpenAI",
    "channel_url": "http://www.youtube.com/@OpenAI"
  }
}