Skip to main content

Guides and Examples

Using Our API in Your Project

Since our API is a GraphQL API, you will need to structure your POST request with the query slightly differently than you would with a REST API. Luckily, most languages have a client library to make it as easy as adding your query as a string and getting responses. Check out our Using Our API in Your Project guide.

Your First Podchaser Query

Looking to get your authorization token and perform your first query? Check out our getting started guide.

Searching or Browsing Podcasts

Need to browse the podcasts or search for podcasts? Check out our Filtering, Sorting, and Searching Podcasts guide.

Retrieving Podcast and Episode Sponsors

Need to see what brands sponsor a podcast or episode? Or, want to look up a brand to find the podcasts it sponsors? Check out our sponsors guide.

Getting Charts for an Individual Podcast

Need to get Apple Podcast and Spotify charts for a podcast? Check out our Getting Charts for an Individual Podcast guide.

Getting Transcripts for an Individual Episode

Need to get an episode's transcripts? Check out our Getting Transcripts for an Individual Episode guide.

Using User OAuth To Get The Access Token

Need to make changes on Podchaser on behalf of users? Want to allow users to leave Podchaser ratings and reviews or edit their lists? Check out our User Oauth guide.

Using Cursor Pagination To Retrieve More Results

If cursor pagination is included in your API contract, you can use it to gain deeper access to the Podchaser API. More information in our Cursor Pagination guide

Retrieving and Filtering By Podcast and Episode Brand Safety

Make informed ad buying decisions! You can filter by more than a dozen brand safety categories for the top 5000+ podcasts, to find podcasts and episodes that align with your own content standards. Check out our Filtering By Brand Safety guide.