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 video metadata & captions API Playground

Returns title, description, stats, and captions for a YouTube video ID.

GETapiKey3 credits/requestyoutube.videoResponseDocYouTube

Endpoint

Choose one catalog endpoint for this request.

13 shown
GETapiKey3 credits/requestyoutube.videoResponseDocYouTube
GET /youtube/video/{id}

Retrieve video metadata & captions

Returns title, description, stats, and captions for a YouTube video ID.

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": {
    "title": "Sam Altman on AGI, GPT-5, and what’s next — the OpenAI Podcast Ep. 1",
    "description": "On the first episode of the OpenAI Podcast, Sam Altman joins host Andrew Mayne to talk about the future of AI: from GPT-5 and AGI to Proj...",
    "duration": 2423,
    "published_at": "2025-06-18T07:59:20-07:00",
    "author": "OpenAI",
    "author_channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A"
  }
}

Endpoint details

Returns title, description, stats, and captions for a YouTube video ID.

Method
GET
Path
/youtube/video/{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.channel_iddata.channel_titledata.comments_countdata.descriptiondata.dislikes_countdata.duration_secondsdata.iddata.likes_countdata.published_atdata.title

Sample response summary

{
  "code": 200,
  "msg": "OK",
  "data": {
    "title": "Sam Altman on AGI, GPT-5, and what’s next — the OpenAI Podcast Ep. 1",
    "description": "On the first episode of the OpenAI Podcast, Sam Altman joins host Andrew Mayne to talk about the future of AI: from GPT-5 and AGI to Proj...",
    "duration": 2423,
    "published_at": "2025-06-18T07:59:20-07:00",
    "author": "OpenAI",
    "author_channel_id": "UCXZCJLdBC09xxGZ6gcdrc6A"
  }
}

cURL example

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