Radio & Music Services
  1. Music
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
  • Experience
    • Homepage Experience
  • 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
    • 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. Music

Favourite Track or Clip

GET
/my/music/favourites/{type}/{id}
Check to see if a single track or clip entity is in a users favourites - determines UX of add button.

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//my/music/favourites//' \
--header 'Authorization;' \
--header 'X-Authentication-Provider;' \
--header 'X-API-Key;'
Response Response Example
200 - Example 1
{
    "limit": 0,
    "method": "string",
    "offset": 0,
    "replied_at": "string",
    "results": [
        {
            "action": "string",
            "activity": "string",
            "added_at": "string",
            "data": [
                {
                    "artist": {
                        "id": "string",
                        "images": [
                            {
                                "format": "string",
                                "id": "string",
                                "type": "string"
                            }
                        ],
                        "name": "string",
                        "role": "string"
                    },
                    "clip": {
                        "contributors": [
                            "string"
                        ],
                        "endDate": "string",
                        "entityType": "string",
                        "imageUrl": "string",
                        "masterbrandMid": "string",
                        "mediaType": "string",
                        "parentProgramme": {
                            "entityType": "string",
                            "pid": "string",
                            "title": "string"
                        },
                        "pid": "string",
                        "startDate": "string",
                        "synopsis": "string",
                        "title": "string",
                        "version": {
                            "classical": true,
                            "duration": "string",
                            "radio": true,
                            "vpid": "string"
                        }
                    },
                    "genre": {
                        "id": "string",
                        "key": "string",
                        "title": "string",
                        "type": "string"
                    },
                    "playlist": {
                        "description": "string",
                        "images": [
                            {
                                "format": "string",
                                "id": "string",
                                "type": "string"
                            }
                        ],
                        "playback_type": "string",
                        "service_id": "string",
                        "title": "string",
                        "tracks": {
                            "contributions": [
                                {
                                    "id": "string",
                                    "images": [
                                        {
                                            "format": "string",
                                            "id": "string",
                                            "type": "string"
                                        }
                                    ],
                                    "name": "string",
                                    "role": "string"
                                }
                            ],
                            "id": "string",
                            "images": [
                                {
                                    "format": "string",
                                    "id": "string",
                                    "type": "string"
                                }
                            ],
                            "media": [
                                {
                                    "duration": 0,
                                    "format": "string",
                                    "id": "string",
                                    "scope": "string",
                                    "source": "string",
                                    "type": "string"
                                }
                            ],
                            "title": "string",
                            "type": "string",
                            "version": {
                                "classical": true,
                                "duration": "string",
                                "radio": true,
                                "vpid": "string"
                            }
                        },
                        "type": "string",
                        "updated_at": "string",
                        "version": {
                            "duration": "string",
                            "expires_at": "string",
                            "id": "string",
                            "starts_at": "string",
                            "warnings": [
                                "string"
                            ]
                        }
                    },
                    "service": {
                        "id": "string",
                        "key": "string",
                        "title": "string",
                        "type": "string"
                    },
                    "track": {
                        "contributions": [
                            {
                                "id": "string",
                                "images": [
                                    {
                                        "format": "string",
                                        "id": "string",
                                        "type": "string"
                                    }
                                ],
                                "name": "string",
                                "role": "string"
                            }
                        ],
                        "id": "string",
                        "images": [
                            {
                                "format": "string",
                                "id": "string",
                                "type": "string"
                            }
                        ],
                        "media": [
                            {
                                "duration": 0,
                                "format": "string",
                                "id": "string",
                                "scope": "string",
                                "source": "string",
                                "type": "string"
                            }
                        ],
                        "title": "string",
                        "type": "string",
                        "version": {
                            "classical": true,
                            "duration": "string",
                            "radio": true,
                            "vpid": "string"
                        }
                    }
                }
            ],
            "domain": "string",
            "id": "string",
            "meta_data": {
                "key": "string"
            },
            "type": "string",
            "urn": "string"
        }
    ],
    "schema": "string",
    "total": 0
}
Modified at 2023-08-15 06:27:11
Previous
Favourite Track or Clip
Next
Favourite Track or Clip
Built with