Youtube · Example Payload

Youtube Youtubecaptionslist Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubecaptionslist Example is an example object payload from Youtube, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

operationIdmethodpathsummaryrequestExamplesresponseExamples

Example Payload

Raw ↑
{
  "operationId": "youtube.captions.list",
  "method": "GET",
  "path": "/captions",
  "summary": "Youtube List Caption Tracks",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubeCaptionsList200Example",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "items": [
          {
            "kind": "youtube#video",
            "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
            "id": "abc123def456",
            "snippet": {
              "videoId": "500123",
              "lastUpdated": "2026-01-15T10:30:00Z",
              "trackKind": "asr",
              "language": "en",
              "name": "Example Title",
              "audioTrackType": "commentary",
              "isCC": true,
              "isLarge": true,
              "isEasyReader": true,
              "isDraft": true,
              "isAutoSynced": true,
              "status": "failed"
            }
          }
        ]
      }
    }
  ]
}