{ "operationId": "youtube.i18nRegions.list", "method": "GET", "path": "/i18nRegions", "summary": "Youtube List I18n Regions", "requestExamples": [], "responseExamples": [ { "status": "200", "contentType": "application/json", "name": "YoutubeI18nregionsList200Example", "example": { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "items": [ { "kind": "youtube#video", "etag": "XI7nbFXulYBIpL0ayR_gDh3eu1k", "id": "abc123def456", "snippet": { "gl": "example_value", "name": "Example Title" } } ] } } ] }