spinitron.com

Notes Tutorial demo using this API is at https://spinitron.com/v2-api-demo/. For web integration using iframes and/or JavaScript instead of an API, see https://spinitron.github.io/v2-web-integration/. *

🔑 apikey 9 endpoints media
📄 Docs 📋 OpenAPI spec 🔬 Try in Swagger UI

SDKs by language (1 total)

npm install wnyu-spinitron-sdk
curl examples
Returns scheduled shows optionally filtered by {start} and/or {end} datetimes
curl \
  # append ?access-token=$API_KEY to the URL \
  https://spinitron.com/api/shows
Returns spins optionally filtered by {start} and/or {end} datetimes
curl \
  # append ?access-token=$API_KEY to the URL \
  https://spinitron.com/api/spins
Get Personas
curl \
  # append ?access-token=$API_KEY to the URL \
  https://spinitron.com/api/personas
Endpoints (9 total)
GET
/shows
Returns scheduled shows optionally filtered by {start} and/or {end} datetimes
GET
/spins
Returns spins optionally filtered by {start} and/or {end} datetimes
GET
/personas
Get Personas
GET
/playlists
Returns playlists optionally filtered by {start} and/or {end} datetimes
GET
/shows/{id}
Get a Show by id
GET
/spins/{id}
Get a Spin by id
GET
/personas/{id}
Get Persona by id
GET
/playlists/{id}
Get a Playlist by id
POST
/spins
Log a Spin
Language coverage
TypeScript
1
At a glance
Total SDKs1
Languages1
Endpoints9
Authapikey
Categories1
https://spinitron.com/api