Skip to content

Trying to get datas about the tracks played on a radio show #5

Description

@spiff-radio

Hi, maybe you'll be able to help me here.
I'm working on a little app, and I'm trying to get the tracks list from a radio show - even if it is no more playable on the BBC website.

Let's take this example : https://www.bbc.co.uk/programmes/m001g7x7

I found out this API endpoint
/nitro/api/items?programme=m001g7x7
I get the tracks title but not the track artists.

Using
/nitro/api/items?programme=m001g7x7&mixin=contributions
I can get the detailed artists data - but too detailed, I would need to parse them (multiple artists, featuring artists, ...) to get a single string. I'm sure they have something simpler.

Do you know a way to get the tracklist data as shown on https://www.bbc.co.uk/programmes/m001g7x7 ?

Thanks a lot!

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions