radiOrakel API

GET

/v1/schedule/{year}-{month}-{day}.json

The schedule for a given day

Parameters

year

* number (path)
The year of the desired date

month

* number (path)
The month of the desired date

day

* number (path)
The day of the desired date
Try it out

Inputs

Result

URL
Status
Body
Response
GET

/v1/schedule/today.json

The schedule for today

Parameters

daysFromToday

number (query)
Request the schedule for a given amount of days from today (default: 0)
Try it out

Inputs

Result

URL
Status
Body
Response
GET

/v1/schedule/list.json

Lists the schedule for yesterday, today, and the next six days

Parameters

Try it out

Inputs

Result

URL
Status
Body
Response
GET

/v1/schedule/upcoming.json

List of upcomming shows

Parameters

count

number (query)
Number of shows to include in the list (default: 3)
Try it out

Inputs

Result

URL
Status
Body
Response
GET

/v1/schedule/current.json

The current ongoing show

Parameters

Try it out

Inputs

Result

URL
Status
Body
Response
GET

/v1/shows/all.json

Lists all shows

Parameters

Try it out

Inputs

Result

URL
Status
Body
Response
GET

/v1/shows/featured.json

Lists featured shows shows

Parameters

Try it out

Inputs

Result

URL
Status
Body
Response
GET

/v1/shows/{id}.json

The show with the given ID

Parameters

id

* string (path)
The ID of a show
Try it out

Inputs

Result

URL
Status
Body
Response