Sirius XM · Schema
Pandora Station
A music or podcast station in Pandora, serving as a personalized radio channel.
AudioStreamingRadioMusicPodcastAdvertisingEntertainment
Properties
| Name | Type | Description |
|---|---|---|
| stationId | string | Unique station identifier |
| stationName | string | Display name of the station |
| stationDescription | string | Description of the station content and format |
| artUrl | string | URL for the station artwork image |
| isShared | boolean | Whether this station is publicly shared by the creator |
| allowDelete | boolean | Whether the current user can delete this station |
| allowRename | boolean | Whether the current user can rename this station |
| isGenre | boolean | Whether this is a curated Pandora genre station |
| dateCreated | object | Station creation date details |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://developer.pandora.com/schemas/station",
"title": "Pandora Station",
"description": "A music or podcast station in Pandora, serving as a personalized radio channel.",
"type": "object",
"properties": {
"stationId": {
"type": "string",
"description": "Unique station identifier"
},
"stationName": {
"type": "string",
"description": "Display name of the station"
},
"stationDescription": {
"type": "string",
"description": "Description of the station content and format"
},
"artUrl": {
"type": "string",
"format": "uri",
"description": "URL for the station artwork image"
},
"isShared": {
"type": "boolean",
"description": "Whether this station is publicly shared by the creator"
},
"allowDelete": {
"type": "boolean",
"description": "Whether the current user can delete this station"
},
"allowRename": {
"type": "boolean",
"description": "Whether the current user can rename this station"
},
"isGenre": {
"type": "boolean",
"description": "Whether this is a curated Pandora genre station"
},
"dateCreated": {
"type": "object",
"description": "Station creation date details"
}
},
"required": ["stationId", "stationName"]
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/sirius-xm-station"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.