Skip to content

PodcastAPI/podcast-categories

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Apple Podcasts categories in JSON and YAML.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published