Documentation

Tutorials

Showing all my stations

A listener builds their own collection by listening to Pandora music, which is known as a catalog. This tutorial will focus on how to get a listener’s collected stations.  Have a look at the Collections to see the other types available.

The API exposes a query to retrieve the information. Head over to the API Explorer to get familiar with the Collection query. The Collections reference documentation can get you started with some initial queries to try out.

Let’s look at the Sample Web App to see how the GraphQL API was used to display the collected stations of the listener.

See the following (also linked on sidebar):

The Query & the Provider
The Component