Youtube · Example Payload

Youtube Youtubei18Nlanguageslist Example

GoogleMediaSocialStreamingVideoVideos

Youtube Youtubei18Nlanguageslist 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.i18nLanguages.list",
  "method": "GET",
  "path": "/i18nLanguages",
  "summary": "Youtube List I18n Languages",
  "requestExamples": [],
  "responseExamples": [
    {
      "status": "200",
      "contentType": "application/json",
      "name": "YoutubeI18nlanguagesList200Example",
      "example": {
        "kind": "youtube#video",
        "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
        "items": [
          {
            "kind": "youtube#video",
            "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k",
            "id": "abc123def456",
            "snippet": {
              "hl": "example_value",
              "name": "Example Title"
            }
          }
        ]
      }
    }
  ]
}