Skip to content

Instantly share code, notes, and snippets.

@anthonyeden
Created April 12, 2022 06:54
Show Gist options
  • Save anthonyeden/07669e3c1537f109d514fd9fcce61132 to your computer and use it in GitHub Desktop.
Save anthonyeden/07669e3c1537f109d514fd9fcce61132 to your computer and use it in GitHub Desktop.
MetaRadio: Station Guide API Endpoint Example
{
"generated": "Tue, 12 Apr 2022 06:37:18 GMT",
"guide": [
{
"programId": "1",
"name": "Anthony's Music",
"presenter": "Mr Eden",
"image_600": "https://amrap-pages-image.s3.amazonaws.com/profile/8773.jpg?cacbeb=3703307",
"image_post_featured": null,
"image_post_featured_square": null,
"url": "",
"page_excerpt": "",
"day": "Monday",
"startTime": "12am",
"endTime": "12pm",
"startDateTime": "2022-04-18 00:00:00",
"endDateTime": "2022-04-18 12:00:00",
"startDateTime_unix": 1650204000,
"endDateTime_unix": 1650247200
}
],
"station": {
"name": "Test Station",
"shortName": "test-station",
"playerUrl": "https://example-com-10.mediarealm.dev/radioplayer/test-station/",
"programguideUrl": "https://example-com-10.mediarealm.dev/guide/",
"streams": [
{
"url": "https://stream1.hopemedia.com.au/hope-mp3",
"format": "audio/mp3",
"bitrate": "96"
},
{
"url": "https://stream1.hopemedia.com.au/hope",
"format": "audio/aacp",
"bitrate": "64"
}
]
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment