Radio & Music Services
  1. Podcasts
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
    • 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
      GET
    • Featured Podcasts
      GET
    • Podcast
      GET
    • Podcast Episodes
      GET
  • Networks
    • Networks
  1. Podcasts

All Podcasts

GET
/podcasts
Retrieve all Podcasts

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//podcasts' \
--header 'X-API-Key;'
Response Response Example
200 - Example 1
{
    "$schema": "string",
    "limit": 0,
    "offset": 0,
    "results": [
        {
            "category_summaries": [
                {
                    "category_type": "string",
                    "id": "string",
                    "key": "string",
                    "title": "string",
                    "type": "string"
                }
            ],
            "days_available": 0,
            "entity_type": "string",
            "first_published_date": "string",
            "frequency": "string",
            "images": [
                {
                    "id": "string",
                    "image_type": "string",
                    "template_url": "string",
                    "type": "string"
                }
            ],
            "latest_available_episodes": [
                {
                    "asset_url": "string",
                    "available_versions": [
                        {
                            "available": "string",
                            "available_from_date": "string",
                            "available_to_date": "string",
                            "duration": "string",
                            "has_guidance": true,
                            "media_set": "string",
                            "type": "string",
                            "version_pid": "string",
                            "version_type": "string"
                        }
                    ],
                    "images": [
                        {
                            "id": "string",
                            "image_type": "string",
                            "template_url": "string",
                            "type": "string"
                        }
                    ],
                    "media_type": "string",
                    "network_summary": {
                        "active": true,
                        "group": "string",
                        "id": "string",
                        "key": "string",
                        "titles": {
                            "long_title": "string",
                            "short_title": "string",
                            "type": "string"
                        },
                        "type": "string"
                    },
                    "pid": "string",
                    "release_date": "string",
                    "short_synopsis": "string",
                    "titles": {
                        "display_title": "string",
                        "entity_title": "string",
                        "primary_title": "string",
                        "secondary_title": "string",
                        "type": "string"
                    },
                    "type": "string"
                }
            ],
            "network_summary": {
                "active": true,
                "group": "string",
                "id": "string",
                "key": "string",
                "titles": {
                    "long_title": "string",
                    "short_title": "string",
                    "type": "string"
                },
                "type": "string"
            },
            "pid": "string",
            "rss_url": "string",
            "synopses": {
                "long": "string",
                "medium": "string",
                "short": "string",
                "type": "string"
            },
            "territory": "string",
            "titles": {
                "display_title": "string",
                "entity_title": "string",
                "primary_title": "string",
                "secondary_title": "string",
                "type": "string"
            },
            "total_available_episodes": 0,
            "type": "string",
            "updated_at": "string"
        }
    ],
    "total": 0
}
Modified at 2023-08-15 06:27:11
Previous
Played Episode or Clip
Next
Featured Podcasts
Built with