Radio & Music Services
  1. Programmes
Radio & Music Services
  • Broadcasts
    • Broadcasts
      GET
    • Latest Broadcasts
      GET
    • Broadcasts by PID
      GET
  • Categories
    • List of categories
      GET
    • Category by ID
      GET
  • Collections
    • Collection Members
      GET
  • Experience
    • Homepage Experience
      GET
  • Music
    • Popular Artists
      GET
    • Single Artist Popularity
      GET
    • Popular Playlists
      GET
    • Single Playlist Popularity
      GET
    • Popular Tracks
      GET
    • Single Track Popularity
      GET
    • Favourite Tracks or Clips
      GET
    • Favourite Tracks or Clips
      POST
    • Favourite Tracks or Clips
      PUT
    • Favourite Tracks or Clips by Type
      GET
    • Favourite Track or Clip
      DELETE
    • Favourite Track or Clip
      GET
    • Favourite Track or Clip
      POST
    • Favourite Track or Clip
      PUT
    • Followed Networks, Categories, Artists, Playlists and Genres
      GET
    • Followed Networks, Categories, Artists, Playlists and Genres
      POST
    • Followed Networks, Categories, Artists, Playlists and Genres
      PUT
    • Followed Networks, Categories, Artists, Playlists and Genres by Type
      GET
    • Followed Network, Category, Artist, Playlist and Genre
      DELETE
    • Followed Network, Category, Artist, Playlist and Genre
      GET
    • Followed Network, Category, Artist, Playlist and Genre
      POST
    • Followed Network, Category, Artist, Playlist and Genre
      PUT
  • Personalised Categories
    • Unfollow category
    • List of followed categories
    • Follow category
  • Music Export
    • Music Exports
    • Music Export Jobs
    • Music Export Jobs
    • Music Export Tracks
    • Music Export Preferences
    • Music Export Preferences
    • Music Export Preferences
    • Music Export Vendor Preferences
    • Music Export Vendor Preferences
    • Music Export Vendor Preferences
    • Music Export Vendor Preferences
  • Personalised Networks
    • Unfollow network
    • List of followed networks
    • Follow network
  • Personalised Plays
    • Write Play Event
  • Playspace
    • Suggested Playspace Container
    • Playspace Container by ID
  • Programmes
    • Recommended Programmes
      GET
    • Popular Episodes & Clips
      GET
    • Radio programmes
      GET
    • Available radio programme by Pid
      GET
  • Radio
    • Favourite Episodes and Clips
    • Favourite Episodes and Clips
    • Favourite Episodes and Clips
    • Favourite Episodes and Clips by Type
    • Favourite Episode or Clip
    • Favourite Episode or Clip
    • Favourite Episode or Clip
    • Favourite Episode or Clip
    • Followed Brands and Series
    • Followed Brands and Series
    • Followed Brands and Series
    • Followed Brands or Series by Type
    • Followed Brand or Series
    • Followed Brand or Series
    • Followed Brand or Series
    • Followed Brand or Series
    • Played Episode or Clip
  • Podcasts
    • All Podcasts
    • Featured Podcasts
    • Podcast
    • Podcast Episodes
  • Networks
    • Networks
  1. Programmes

Available radio programme by Pid

GET
/radio/programmes/{pid}
Find programmes by PID (brand, series, episode and clip)
N.B. Swagger schemas cannot currently handle multiple combinations of object in an array i.e. a mix of Episode
and Clip Summaries so we are defining results as an array of Programme Summary here. This will be resolved in V3 with full support for
anyOf https://www.openapis.org/blog/2017/01/24/a-new-year-a-new-specification

Request

Path Params

Header Params

Responses

🟢200OK
application/json
Body

🔴500Unexpected error
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://rms.api.bbc.co.uk//radio/programmes/' \
--header 'X-API-Key;'
Response Response Example
200 - Example 1
{
    "$schema": "string",
    "limit": 0,
    "offset": 0,
    "results": [
        {
            "pid": "string",
            "type": "brand_summary"
        }
    ],
    "total": 0
}
Modified at 2023-08-15 06:27:11
Previous
Radio programmes
Next
Favourite Episodes and Clips
Built with