Created
April 25, 2017 17:18
-
-
Save teebu/c36b526f303d2b2ab837a12b63db9eb2 to your computer and use it in GitHub Desktop.
Apple genre id list
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
var genres_list = { | |
36: 'All', | |
6025: 'Stickers', | |
6018: 'Books', | |
6000: 'Business', | |
6022: 'Catalogs', | |
6017: 'Education', | |
6016: 'Entertainment', | |
6015: 'Finance', | |
6023: 'Food & Drink', | |
6014: 'Games', | |
6013: 'Health', | |
6012: 'Lifestyle', | |
6020: 'Medical', | |
6011: 'Music', | |
6010: 'Navigation', | |
6009: 'News', | |
6021: 'Newstand', | |
6008: 'Photos & Video', | |
6007: 'Productivity', | |
6006: 'Reffrence', | |
6005: 'Social Networking', | |
6004: 'Sports', | |
6003: 'Travel', | |
6002: 'Utilities', | |
6001: 'Weather', | |
7001: 'Action', | |
7002: 'Adventure', | |
7003: 'Arcade', | |
7004: 'Board', | |
7005: 'Card', | |
7006: 'Casino', | |
7007: 'Dice', | |
7008: 'Educational', | |
7009: 'Family', | |
7010: 'Kids', | |
7011: 'Music', | |
7012: 'Puzzle', | |
7013: 'Racing', | |
7014: 'Role Playing', | |
7015: 'Simulation', | |
7016: 'Sports', | |
7017: 'Strategy', | |
7018: 'Trivia', | |
7019: 'Word', | |
16003: 'Animals & Nature', | |
16005: 'Art', | |
16006: 'Celebrations', | |
16007: 'Celebrities', | |
16008: 'Comics & Cartoons', | |
16009: 'Eating & Drinking', | |
16001: 'Emoji & Expressions', | |
16026: 'Fashion', | |
16010: 'Gaming', | |
16025: 'Kids & Family', | |
16014: 'Movies & TV', | |
16015: 'Music', | |
16017: 'People', | |
16019: 'Places & Objects', | |
16021: 'Sports & Activities', | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment