action bbc_get_popular_episodes_clips { label: "Popular Episodes & Clips" description: "Retrieve Popular Episodes & Clips\n" provider: bbc method: GET path: "/radio/popular" encoding: json input: { type: "object" properties: { "X-API-Key": { type: "string" } category: { type: "string" } container: { type: "string" } distinct: { type: "string" } format: { type: "string" } group: { type: "string" } media_set: { type: "string" } media_type: { type: "string" } network: { type: "string" } network_url_key: { type: "string" } q: { type: "string" } type: { type: "string" } } required: ["X-API-Key"] additionalProperties: false } output: { type: "object" additionalProperties: true } }