{ "operationId": "youtube.channels.list", "method": "GET", "path": "/channels", "summary": "Youtube List Channels", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "YoutubeChannelsList200Example", "example": { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "nextPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9", "prevPageToken": "eyJhbGciOiJSUzI1NiIsInR5cCI6IkpXVCJ9", "pageInfo": { "totalResults": 42, "resultsPerPage": 10 }, "items": [ { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "id": "abc123def456", "contentDetails": { "relatedPlaylists": {} }, "brandingSettings": { "channel": {}, "image": {} } } ] } } ] }