openapi-directory
Version:
Building & bundling https://github.com/APIs-guru/openapi-directory for easy use from JS
1 lines • 97.4 kB
JSON
{"openapi":"3.0.0","info":{"contact":{"email":"developer@channel4.co.uk","name":"Open C4 Project","url":"http://developer.channel4.com/"},"description":"This is the place to come for all the technical details you need to power your applications with Channel 4's deep programmes data.","license":{"name":"Channel 4 API license","url":"http://developer.channel4.com/page/read/API_Terms_of_Use"},"termsOfService":"http://developer.channel4.com/page/read/API_Terms_of_Use","title":"Channel 4 API","version":"1.0.0","x-apiClientRegistration":{"url":"http://developer.channel4.com/apps/register"},"x-apisguru-categories":["media"],"x-logo":{"backgroundColor":"#FFFFFF","url":"https://twitter.com/Channel4/profile_image?size=original"},"x-origin":[{"format":"swagger","url":"https://raw.githubusercontent.com/Mermade/openC4/master/c4Api/swagger.json","version":"2.0"}],"x-providerName":"channel4.com"},"externalDocs":{"description":"Programmes API Guide","url":"http://developer.channel4.com/docs/read/ProgrammesAPIGuide"},"security":[{"apikey":[]}],"tags":[{"description":"Channel 4 data feeds","name":"discoveryresources"},{"description":"Channel 4 metadata","name":"metadataresources"}],"paths":{"/4od/episode-list/date/{yyyy}/{mm}/{dd}.atom":{"get":{"description":"Information of daily broadcast content available on 4oD, according to \n broadcast date\n\n http://api.channel4.com/pmlsd/4od/episode-list/date/[yyyy]/[mm]/[dd].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/4od/episode-list/date/2010/11/28.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Browse_by_Date_Feed","parameters":[{"$ref":"#/components/parameters/platform"},{"description":"The date for which you wish to see programming information","in":"path","name":"yyyy","required":true,"schema":{"type":"string"}},{"description":"The date for which you wish to see programming information","in":"path","name":"mm","required":true,"schema":{"type":"string"}},{"description":"The date for which you wish to see programming information","in":"path","name":"dd","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Browse by Date Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Browse_by_Date_Feed"}},"/4od/episode-list/popular.atom":{"get":{"description":"Information of the most popular content available on 4oD, according to user \n data driven.\n\n http://api.channel4.com/pmlsd/4od/episode-list/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/4od/episode-list/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Most_Popular_Episodes_Feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Most Popular Episodes Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Most_Popular_Episodes_Feed"}},"/4od/recently-added/videos.atom":{"get":{"description":"A feed containing metadata about short-form content relating to 4oD Episodes \n recently added to 4oD based on linear transmission. The entries for the \n Clips Landing Feed contain references to each short-form asset. It will \n return up to 20 entries.\n\n http://api.channel4.com/pmlsd/4od/recently-added/videos.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/4od/episode-list/videos.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Clips_Catch_Up_Feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Clips Catch Up Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Clips_Catch_Up_Feed"}},"/atoz.atom":{"get":{"description":"Lists Channel 4 programmes alphabetically from A to Z, providing the same \n functionality and information as is available in the A to Z section of the \n Channel 4 Programmes page, http://www.channel4.com/programmes.\n\n http://api.channel4.com/pmlsd/atoz.atom\n\n http://api.channel4.com/pmlsd/atoz.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"A_to_Z_Landing_Feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"A to Z Landing Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/DiscoveryResources/A_to_Z_Landing_Feed"}},"/atoz/{start_letter}.atom":{"get":{"description":"Lists Channel 4 programmes whose names begin with the associated letter.\n\n http://api.channel4.com/pmlsd/atoz/start_letter.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/atoz/a.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"A_to_Z_Letter_Feed","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/start_letter"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"A to Z Letter Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/DiscoveryResources/A_to_Z_Letter_Feed"}},"/atoz/{start_letter}/page-{pageno}.atom":{"get":{"description":"Lists Channel 4 programmes whose names begin with the associated letter.\n\n http://api.channel4.com/pmlsd/atoz/start_letter/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/atoz/a.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"A_to_Z_Letter_Feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/start_letter"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"A to Z Letter Feed(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/DiscoveryResources/A_to_Z_Letter_Feed"}},"/brands/4od.atom":{"get":{"description":"Lists all Channel 4 programmes available on 4oD. By default, the programmes \n are listed by title in alphabetical order (case unsensitive).\n\n http://api.channel4.com/pmlsd/brands/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/brands/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Title_All_Brands_Feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Title All Brands Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Title_All_Brands_Feed"}},"/brands/4od/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes available on 4oD. By default, the programmes \n are listed by title in alphabetical order (case unsensitive).\n\n http://api.channel4.com/pmlsd/brands/4od/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/brands/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Title_All_Brands_Feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Title All Brands Feed(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Title_All_Brands_Feed"}},"/brands/4od/popular.atom":{"get":{"description":"Lists all Channel 4 programmes available on 4oD by popularity considering \n the data gathered within the last 7 days.\n\n http://api.channel4.com/pmlsd/brands/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/brands/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Popular_All_Brands_Feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Popular All Brands Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Popular_All_Brands_Feed"}},"/brands/4od/popular/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes available on 4oD by popularity considering \n the data gathered within the last 7 days.\n\n http://api.channel4.com/pmlsd/brands/4od/popular/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/brands/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Popular_All_Brands_Feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Popular All Brands Feed(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Popular_All_Brands_Feed"}},"/brands/popular.atom":{"get":{"description":"Lists all Channel 4 programmes by popularity considering the data gathered \n within the last 7 days.\n\n http://api.channel4.com/pmlsd/brands/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/brands/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Popular_Brands_Feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Popular Brands Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Popular_Brands_Feed"}},"/brands/popular/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes by popularity considering the data gathered \n within the last 7 days.\n\n http://api.channel4.com/pmlsd/brands/popular/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/brands/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Popular_Brands_Feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Popular Brands Feed(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Popular_Brands_Feed"}},"/categories.atom":{"get":{"description":"Lists Channel 4 programmes by category (/ tag).\n\n http://api.channel4.com/pmlsd/categories.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Categories_Landing_Feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Categories Landing Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Categories_Landing_Feed"}},"/categories/{category}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag). \n By default, the programmes are listed in order of Transmission (TX) Date, \n with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_TX_Date","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by TX Date","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_TX_Date"}},"/categories/{category}/4od.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag).By default, the programmes are listed in order of Transmission (TX) \n Date, with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals/4oD.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_TX_Date","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by TX Date","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_TX_Date"}},"/categories/{category}/4od/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag).By default, the programmes are listed in order of Transmission (TX) \n Date, with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/4od/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals/4oD.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_TX_Date(4)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by TX Date(4)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_TX_Date"}},"/categories/{category}/4od/popular.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/4od/popular/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/4od/popular/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed(5)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed(5)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/4od/title.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag), alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/4od/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/religion-and-belief/4oD/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_Title","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by Title","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_Title"}},"/categories/{category}/4od/title/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag), alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/4od/title/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/religion-and-belief/4oD/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_Title(4)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by Title(4)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_Title"}},"/categories/{category}/channel/{channel}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag). \n By default, the programmes are listed in order of Transmission (TX) Date, \n with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_TX_Date(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by TX Date(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_TX_Date"}},"/categories/{category}/channel/{channel}/4od.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag).By default, the programmes are listed in order of Transmission (TX) \n Date, with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals/4oD.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_TX_Date(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by TX Date(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_TX_Date"}},"/categories/{category}/channel/{channel}/4od/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag).By default, the programmes are listed in order of Transmission (TX) \n Date, with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/4od/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals/4oD.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_TX_Date(5)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by TX Date(5)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_TX_Date"}},"/categories/{category}/channel/{channel}/4od/popular.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed(3)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed(3)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/channel/{channel}/4od/popular/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/4od/popular/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed(7)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed(7)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/channel/{channel}/4od/title.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag), alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/4od/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/religion-and-belief/4oD/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_Title(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by Title(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_Title"}},"/categories/{category}/channel/{channel}/4od/title/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag), alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/4od/title/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/religion-and-belief/4oD/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_Title(5)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by Title(5)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_Title"}},"/categories/{category}/channel/{channel}/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag). \n By default, the programmes are listed in order of Transmission (TX) Date, \n with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_TX_Date(5)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by TX Date(5)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_TX_Date"}},"/categories/{category}/channel/{channel}/title.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag), \n alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/history/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_Title(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by Title(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_Title"}},"/categories/{category}/channel/{channel}/title/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag), \n alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/channel/[channel]/title/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/history/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_Title(5)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/channel"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by Title(5)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_Title"}},"/categories/{category}/derived/ad.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag). \n By default, the programmes are listed in order of Transmission (TX) Date, \n with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_TX_Date(3)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by TX Date(3)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_TX_Date"}},"/categories/{category}/derived/ad/4od.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag).By default, the programmes are listed in order of Transmission (TX) \n Date, with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals/4oD.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_TX_Date(3)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by TX Date(3)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_TX_Date"}},"/categories/{category}/derived/ad/4od/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag).By default, the programmes are listed in order of Transmission (TX) \n Date, with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/4od/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals/4oD.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_TX_Date(6)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by TX Date(6)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_TX_Date"}},"/categories/{category}/derived/ad/4od/popular.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed(4)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed(4)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/derived/ad/4od/popular/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/4od/popular/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed(8)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed(8)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/derived/ad/4od/title.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag), alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/4od/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/religion-and-belief/4oD/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_Title(3)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by Title(3)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_Title"}},"/categories/{category}/derived/ad/4od/title/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD programmes associated with the specified category \n (tag), alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/4od/title/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/religion-and-belief/4oD/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"4oD_Programmes_by_Title(6)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"4oD Programmes by Title(6)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/4oD_Programmes_by_Title"}},"/categories/{category}/derived/ad/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag). \n By default, the programmes are listed in order of Transmission (TX) Date, \n with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_TX_Date(6)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by TX Date(6)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_TX_Date"}},"/categories/{category}/derived/ad/title.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag), \n alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/history/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_Title(3)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by Title(3)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_Title"}},"/categories/{category}/derived/ad/title/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag), \n alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/derived/ad/title/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/history/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_Title(6)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by Title(6)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_Title"}},"/categories/{category}/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag). \n By default, the programmes are listed in order of Transmission (TX) Date, \n with the most-recently-transmitted programmes listed first.\n\n http://api.channel4.com/pmlsd/categories/category/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/animals.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_TX_Date(4)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by TX Date(4)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_TX_Date"}},"/categories/{category}/popular.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/popular/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4oD most popular brands for the given category within the \n last 7 days, in order of popularity.\n\n http://api.channel4.com/pmlsd/categories/category/popular/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/comedy/4od/popular.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Most_Popular_Brands_Feed(6)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Most Popular Brands Feed(6)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Most_Popular_Brands_Feed"}},"/categories/{category}/title.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag), \n alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/history/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_Title","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by Title","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_Title"}},"/categories/{category}/title/page-{pageno}.atom":{"get":{"description":"Lists all Channel 4 programmes associated with the specified category (tag), \n alphanumerically in order of Title.\n\n http://api.channel4.com/pmlsd/categories/category/title/page-{pageno}.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/categories/history/title.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"All_Programmes_by_Title(4)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/category"},{"$ref":"#/components/parameters/pageno"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"All Programmes by Title(4)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/All_Programmes_by_Title"}},"/collections/{collection_name}.atom":{"get":{"description":"Collections are editorially controlled groups of brands, series, episodes or \n other collections used for promotion and discovery of content. A SIMPLE \n collection can contain an assortment of Brands, Series, Episodes or Freeform \n items. A GROUP collection contains other collections.\n\n http://api.channel4.com/pmlsd/collections/collection_name.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/collections/4od-home-promo/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Collections_Feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/collection_name"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Collections Feed(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Collections_Feed"}},"/collections/{collection_name}/4od.atom":{"get":{"description":"Collections are editorially controlled groups of brands, series, episodes or \n other collections used for promotion and discovery of content. A SIMPLE \n collection can contain an assortment of Brands, Series, Episodes or Freeform \n items. A GROUP collection contains other collections.\n\n http://api.channel4.com/pmlsd/collections/collection_name/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/collections/4od-home-promo/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Collections_Feed","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/collection_name"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Collections Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Collections_Feed"}},"/collections/{collection_name}/flattened.atom":{"get":{"description":"The Flattened Collections Feed is only applicable for GROUP collections and \n its purpose is mainly return 3 items (BRAND, SERIES or EPSIODE) of each of \n the simple collections assigned to the GROUP.\n\n http://api.channel4.com/pmlsd/collections/collection_name/flattened.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/collections/4od-home-promo/flattened/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Flattened_Collection_Feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/collection_name"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Flattened Collection Feed(2)","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Flattened_Collection_Feed"}},"/collections/{collection_name}/flattened/4od.atom":{"get":{"description":"The Flattened Collections Feed is only applicable for GROUP collections and \n its purpose is mainly return 3 items (BRAND, SERIES or EPSIODE) of each of \n the simple collections assigned to the GROUP.\n\n http://api.channel4.com/pmlsd/collections/collection_name/flattened/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/collections/4od-home-promo/flattened/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Flattened_Collection_Feed","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/collection_name"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Flattened Collection Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/discoveryresources/Flattened_Collection_Feed"}},"/coming-soon.atom":{"get":{"description":"Coming Soon feed display a list of episodes coming soon to linear TV so that \n I can promote new Channel 4 content.\n\n http://api.channel4.com/pmlsd/coming-soon.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/coming-soon.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Coming_Soon_feed","parameters":[{"$ref":"#/components/parameters/platform"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Coming Soon feed","tags":["metadataresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/metadataresources/Coming_Soon_feed"}},"/coming-soon/{category}.atom":{"get":{"description":"Coming Soon feed display a list of episodes coming soon to linear TV so that \n I can promote new Channel 4 content.\n\n http://api.channel4.com/pmlsd/coming-soon/[category].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/coming-soon.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Coming_Soon_feed(2)","parameters":[{"$ref":"#/components/parameters/platform"},{"description":"The category websafe_title to filter the coming soon programmes on TV.","in":"path","name":"category","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Coming Soon feed(2)","tags":["metadataresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/metadataresources/Coming_Soon_feed"}},"/programme/{programme-id}.atom":{"get":{"description":"A feed containing all long-form content currently or previously available \n for a specified Programme Id. The entries for the Programme feed contain \n references to long-form assets for each platform.\n\n http://api.channel4.com/pmlsd/programme/[programme-id].atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx\n\n http://api.channel4.com/pmlsd/programme/33881-001/4od.atom?apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Programme_Feed","parameters":[{"$ref":"#/components/parameters/platform"},{"description":"The websafe programme identifier for the episode for which you seek on-demand content","in":"path","name":"programme-id","required":true,"schema":{"type":"string"}}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Programme Feed","tags":["metadataresources"],"x-documentation":"http://developer.channel4.com/docs/read/programmesapiguide/metadataresources/Programme_Feed"}},"/search.atom":{"get":{"description":"Lists all Channel 4 programmes where title (brand name) matching the search \n term. Matches are made from the beginning of individual words in the title.\n\n http://api.channel4.com/pmlsd/search.atom?q=search-term&apikey=xxx\n\n http://api.channel4.com/pmlsd/search.atom?q=the+it+crowd&apikey=xxxxxxxxxxxxxxxxxxxxxxxx","operationId":"Search_Feed","parameters":[{"$ref":"#/components/parameters/platform"},{"$ref":"#/components/parameters/q"}],"responses":{"200":{"description":"Default response","content":{"application/xml":{"schema":{"$ref":"#/components/schemas/atom"}}}}},"summary":"Search Feed","tags":["discoveryresources"],"x-documentation":"http://developer.channel4.com/docs/read/p