Radio & Music Services
  1. Radio
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
    • Popular Episodes & Clips
    • Radio programmes
    • Available radio programme by Pid
  • Radio
    • Favourite Episodes and Clips
      GET
    • Favourite Episodes and Clips
      POST
    • Favourite Episodes and Clips
      PUT
    • Favourite Episodes and Clips by Type
      GET
    • Favourite Episode or Clip
      DELETE
    • Favourite Episode or Clip
      GET
    • Favourite Episode or Clip
      POST
    • Favourite Episode or Clip
      PUT
    • Followed Brands and Series
      GET
    • Followed Brands and Series
      POST
    • Followed Brands and Series
      PUT
    • Followed Brands or Series by Type
      GET
    • Followed Brand or Series
      DELETE
    • Followed Brand or Series
      GET
    • Followed Brand or Series
      POST
    • Followed Brand or Series
      PUT
    • Played Episode or Clip
      GET
  • Podcasts
    • All Podcasts
    • Featured Podcasts
    • Podcast
    • Podcast Episodes
  • Networks
    • Networks
  1. Radio

Followed Brands and Series

GET
/my/radio/follows
List of favourited brands and series for a given user for iPlayer Radio.
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 data as a 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

Query 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//my/radio/follows' \
--header 'Authorization;' \
--header 'X-Authentication-Provider;' \
--header 'X-API-Key;'
Response Response Example
200 - Example 1
{
    "$schema": "string",
    "limit": 0,
    "method": "string",
    "offset": 0,
    "replied_at": "string",
    "results": [
        {
            "action": "string",
            "activity": "string",
            "added_at": "string",
            "data": {
                "pid": "string",
                "type": "brand_summary"
            },
            "domain": "string",
            "id": "string",
            "metadata": {
                "miscellaneous": {
                    "title": "string"
                },
                "origin": {
                    "type": "string"
                },
                "programme_type": "string",
                "type": "string"
            },
            "type": "string",
            "uas_type": "string",
            "urn": "string"
        }
    ],
    "total": 0
}
Modified at 2023-08-15 06:27:11
Previous
Favourite Episode or Clip
Next
Followed Brands and Series
Built with