Public Playground

Preview the endpoint before sending a live request

Sample responses, schemas, request previews, and code snippets are visible before sign in. Create an account when you are ready to save an API key and run authenticated requests.

Playground

Retrieve channel profile API Playground

Returns full profile details for a YouTube channel.

GETapiKey3 credits/requestyoutube.profileResponseDocYouTube

Endpoint

Choose one catalog endpoint for this request.

13 shown
GETapiKey3 credits/requestyoutube.profileResponseDocYouTube
GET /youtube/profile/{id}

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
View docs

API key

API key required for live requests. Your key is only used to send requests from this Playground.

not configured

Active Playground key: not configured

Manage API keys in Console

Path parameters

Add an API key to send a live request.

If an active API key is configured, Copy cURL includes it. Share links never include API keys.

View docs
Sample responseGET

Shown before your first request. Add an API key and send a request to see the live response, status, latency, and headers.

{
  "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"
  }
}

Endpoint details

Returns full profile details for a YouTube channel.

Method
GET
Path
/youtube/profile/{id}
Authentication
apiKey
Credit cost
3 credits/request
Platform
YouTube
Parameters
2 documented fields

Request parameters

id:pathx-api-key:header

Response schema fields

codedatadata.biodata.channel_iddata.channel_namedata.channel_urldata.created_atdata.iddata.joined_datedata.linksdata.profile_picdata.region

Sample response summary

{
  "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"
  }
}

cURL example

curl "https://api.crawlora.net/api/v1/youtube/profile/<id>" \
  -H "x-api-key: <api-key>"