/podcast-categories

Apple Podcasts categories in JSON and YAML.

MIT LicenseMIT

Podcast Categories

Apple Podcasts categories in JSON and YAML. Makes it easy to build a podcast category selector.

Download

👉 Download json

👉 Download yaml

Where to use these categories?

The itunes:category tag in a podcast rss feed. From Apple's A Podcaster’s Guide to RSS:

The show category information. For a complete list of categories and subcategories, see Apple Podcast categories.

Select the category that best reflects the content of your show. If available, you can also define a subcategory.

Although you can specify more than one category and subcategory in your RSS feed, Apple Podcasts only recognizes the first category and subcategory.

When specifying categories and subcategories, be sure to properly escape ampersands. For example:

Single category:

  <itunes:category text="History" />
Category with ampersand:

  <itunes:category text="Kids &amp; Family" />
Category with subcategory:

  <itunes:category text="Society &amp; Culture">
    <itunes:category text="Documentary" />
  </itunes:category>
Multiple categories:

  <itunes:category text="Society &amp; Culture">
    <itunes:category text="Documentary" />
  </itunes:category>
  <itunes:category text="Health">
    <itunes:category text="Mental Health" />
  </itunes:category>

👉 Example:

Screenshot 2022-11-20 at 8 56 37 PM

Where to find podcast rss feeds?

The best podcast search engine: Listen Notes

btw - try PodcastAPI.com