Podcast API: Endpoints
Our podcast API endpoints are lightweight RESTful calls that are very easily built and called. Once you have your free API key you can access the Quick Start for each.
find_podcasts
Provide any combination of: (1) keyword search term; (2) an iTunes genre code (e.g., 1310 for Music); and (3) 2-char ISO 639-1 language code (e.g., en for English) {optionally with the 2-char ISO 3166-1 alpha-2 country code (e.g., en-us for English, United States) appended} and we'll return a list of podcasts matching all parameters. Documentation
podcast_by_itunesid
Provide the numeric iTunes ID for any podcast, and we'll return complete data about that podcast. Documentation
account_info
Returns information about your account including how many calls you have remaining. Documentation