Last active
October 2, 2015 23:51
-
-
Save elliotwms/4fbec43bcffd783060de to your computer and use it in GitHub Desktop.
iTunes Podcast Categories
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
[ | |
{ | |
"category": "Arts", | |
"subcategories": [ | |
"Design", | |
"Fashion & Beauty", | |
"Food", | |
"Literature", | |
"Performing Arts", | |
"Visual Arts" | |
] | |
}, | |
{ | |
"category": "Business", | |
"subcategories": [ | |
"Business News", | |
"Careers", | |
"Investing", | |
"Management & Marketing", | |
"Shopping" | |
] | |
}, | |
{ | |
"category": "Comedy", | |
"subcategories": [] | |
}, | |
{ | |
"category": "Education", | |
"subcategories": [ | |
"Educational Technology", | |
"Higher Education", | |
"K-12", | |
"Language Courses", | |
"Training" | |
] | |
}, | |
{ | |
"category": "Games & Hobbies", | |
"subcategories": [ | |
"Automotive", | |
"Aviation", | |
"Hobbies", | |
"Other Games", | |
"Video Games" | |
] | |
}, | |
{ | |
"category": "Government & Organizations", | |
"subcategories": [ | |
"Local", | |
"National", | |
"Non-Profit", | |
"Regional" | |
] | |
}, | |
{ | |
"category": "Health", | |
"subcategories": [ | |
"Alternative Health", | |
"Fitness & Nutrition", | |
"Self-Help", | |
"Sexuality" | |
] | |
}, | |
{ | |
"category": "Kids & Family", | |
"subcategories": [] | |
}, | |
{ | |
"category": "Music", | |
"subcategories": [] | |
}, | |
{ | |
"category": "News & Politics", | |
"subcategories": [] | |
}, | |
{ | |
"category": "Religion & Spirituality", | |
"subcategories": [ | |
"Buddhism", | |
"Christianity", | |
"Hinduism", | |
"Islam", | |
"Judaism", | |
"Other", | |
"Spirituality" | |
] | |
}, | |
{ | |
"category": "Science & Medicine", | |
"subcategories": [ | |
"Medicine", | |
"Natural Sciences", | |
"Social Sciences" | |
] | |
}, | |
{ | |
"category": "Society & Culture", | |
"subcategories": [ | |
"History", | |
"Personal Journals", | |
"Philosophy", | |
"Places & Travel" | |
] | |
}, | |
{ | |
"category": "Sports & Recreation", | |
"subcategories": [ | |
"Amateur", | |
"College & High School", | |
"Outdoor", | |
"Professional" | |
] | |
}, | |
{ | |
"category": "Technology", | |
"subcategories": [ | |
"Gadgets", | |
"Tech News", | |
"Podcasting", | |
"Software How-To" | |
] | |
}, | |
{ | |
"category": "TV & Film", | |
"subcategories": [] | |
} | |
] |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment