Endpoint

GET https://hypeauditor.com/api/method/auditor.taxonomy

Returns the list of all available thematics/categories grouped by a social network.

❗️

Changelog

Starting 02 November 2023, please note the following changes:

result.ig:

  • categories - List used for influencer category search. Please, refer to category filter in Discovery API.
  • labels - List used for influencer labels. Please, refer to Instagram Report, er_benchmarks.
  • thematics - Old list used for audience thematics. Deprecated since November 2023.
  • interests - List used for audience thematics in Instagram Report - (audience_interests); and interests filter in Discovery API.

result.yt:

  • categories - List used for Influencer category is deprecated since October 2023.
  • thematics - List used for Influencer category in YouTube Report - (blogger_thematics); and thematics filter in Discovery API.

Response

{
    "result": {
        "ig": {
            "categories": [
                {
                    "id": 1000,
                    "title": "Accessories & Jewellery"
                },
                {
                    "id": 1048,
                    "title": "Adult content"
                },
                {
                    "id": 1001,
                    "title": "Alcohol"
                },
                {
                    "id": 1026,
                    "title": "Animals"
                },
                {
                    "id": 1003,
                    "title": "Architecture & Urban Design"
                },
                {
                    "id": 1002,
                    "title": "Art/Artists"
                },
                {
                    "id": 1020,
                    "title": "Beauty"
                },
                {
                    "id": 1005,
                    "title": "Business & Careers"
                },
                {
                    "id": 1018,
                    "title": "Cars & Motorbikes"
                },
                {
                    "id": 1032,
                    "title": "Cinema & Actors/actresses"
                },
                {
                    "id": 1007,
                    "title": "Clothing & Outfits"
                },
                {
                    "id": 1016,
                    "title": "Comics & sketches"
                },
                {
                    "id": 1034,
                    "title": "Computers & Gadgets"
                },
                {
                    "id": 1050,
                    "title": "Crypto"
                },
                {
                    "id": 1037,
                    "title": "DIY & Design"
                },
                {
                    "id": 1033,
                    "title": "Education"
                },
                {
                    "id": 1014,
                    "title": "Extreme Sports & Outdoor activity"
                },
                {
                    "id": 1042,
                    "title": "Family"
                },
                {
                    "id": 1021,
                    "title": "Fashion"
                },
                {
                    "id": 1006,
                    "title": "Finance & Economics"
                },
                {
                    "id": 1023,
                    "title": "Fitness & Gym"
                },
                {
                    "id": 1035,
                    "title": "Food & Cooking"
                },
                {
                    "id": 1049,
                    "title": "Gaming"
                },
                {
                    "id": 1022,
                    "title": "Health & Medicine"
                },
                {
                    "id": 1036,
                    "title": "Humor & Fun & Happiness"
                },
                {
                    "id": 1046,
                    "title": "Kids & Toys"
                },
                {
                    "id": 1041,
                    "title": "Lifestyle"
                },
                {
                    "id": 1004,
                    "title": "Literature & Journalism"
                },
                {
                    "id": 1043,
                    "title": "Luxury"
                },
                {
                    "id": 1030,
                    "title": "Machinery & Technologies"
                },
                {
                    "id": 1044,
                    "title": "Management & Marketing"
                },
                {
                    "id": 1010,
                    "title": "Mobile related"
                },
                {
                    "id": 1039,
                    "title": "Modeling"
                },
                {
                    "id": 1027,
                    "title": "Music"
                },
                {
                    "id": 1051,
                    "title": "NFT"
                },
                {
                    "id": 1025,
                    "title": "Nature & landscapes"
                },
                {
                    "id": 1038,
                    "title": "Photography"
                },
                {
                    "id": 1052,
                    "title": "Politics"
                },
                {
                    "id": 1015,
                    "title": "Racing Sports"
                },
                {
                    "id": 1029,
                    "title": "Science"
                },
                {
                    "id": 1028,
                    "title": "Shopping & Retail"
                },
                {
                    "id": 1017,
                    "title": "Shows"
                },
                {
                    "id": 1013,
                    "title": "Sports with a ball"
                },
                {
                    "id": 1019,
                    "title": "Sweets & Bakery"
                },
                {
                    "id": 1047,
                    "title": "Tobacco & Smoking"
                },
                {
                    "id": 1031,
                    "title": "Trainers & Coaches"
                },
                {
                    "id": 1009,
                    "title": "Travel"
                },
                {
                    "id": 1011,
                    "title": "Water sports"
                },
                {
                    "id": 1012,
                    "title": "Winter sports"
                }
            ],
            "thematics": [
                {
                    "id": 1000,
                    "title": "Accessories & Jewellery"
                },
                {
                    "id": 1048,
                    "title": "Adult content"
                },
                {
                    "id": 1001,
                    "title": "Alcohol"
                },
                {
                    "id": 1026,
                    "title": "Animals"
                },
                {
                    "id": 1003,
                    "title": "Architecture & Urban Design"
                },
                {
                    "id": 1002,
                    "title": "Art/Artists"
                },
                {
                    "id": 1020,
                    "title": "Beauty"
                },
                {
                    "id": 1005,
                    "title": "Business & Careers"
                },
                {
                    "id": 1018,
                    "title": "Cars & Motorbikes"
                },
                {
                    "id": 1032,
                    "title": "Cinema & Actors/actresses"
                },
                {
                    "id": 1007,
                    "title": "Clothing & Outfits"
                },
                {
                    "id": 1016,
                    "title": "Comics & sketches"
                },
                {
                    "id": 1034,
                    "title": "Computers & Gadgets"
                },
                {
                    "id": 1050,
                    "title": "Crypto"
                },
                {
                    "id": 1037,
                    "title": "DIY & Design"
                },
                {
                    "id": 1033,
                    "title": "Education"
                },
                {
                    "id": 1014,
                    "title": "Extreme Sports & Outdoor activity"
                },
                {
                    "id": 1042,
                    "title": "Family"
                },
                {
                    "id": 1021,
                    "title": "Fashion"
                },
                {
                    "id": 1006,
                    "title": "Finance & Economics"
                },
                {
                    "id": 1023,
                    "title": "Fitness & Gym"
                },
                {
                    "id": 1035,
                    "title": "Food & Cooking"
                },
                {
                    "id": 1049,
                    "title": "Gaming"
                },
                {
                    "id": 1022,
                    "title": "Health & Medicine"
                },
                {
                    "id": 1036,
                    "title": "Humor & Fun & Happiness"
                },
                {
                    "id": 1046,
                    "title": "Kids & Toys"
                },
                {
                    "id": 1041,
                    "title": "Lifestyle"
                },
                {
                    "id": 1004,
                    "title": "Literature & Journalism"
                },
                {
                    "id": 1043,
                    "title": "Luxury"
                },
                {
                    "id": 1030,
                    "title": "Machinery & Technologies"
                },
                {
                    "id": 1044,
                    "title": "Management & Marketing"
                },
                {
                    "id": 1010,
                    "title": "Mobile related"
                },
                {
                    "id": 1039,
                    "title": "Modeling"
                },
                {
                    "id": 1027,
                    "title": "Music"
                },
                {
                    "id": 1051,
                    "title": "NFT"
                },
                {
                    "id": 1025,
                    "title": "Nature & landscapes"
                },
                {
                    "id": 1038,
                    "title": "Photography"
                },
                {
                    "id": 1052,
                    "title": "Politics"
                },
                {
                    "id": 1015,
                    "title": "Racing Sports"
                },
                {
                    "id": 1029,
                    "title": "Science"
                },
                {
                    "id": 1028,
                    "title": "Shopping & Retail"
                },
                {
                    "id": 1017,
                    "title": "Shows"
                },
                {
                    "id": 1013,
                    "title": "Sports with a ball"
                },
                {
                    "id": 1019,
                    "title": "Sweets & Bakery"
                },
                {
                    "id": 1047,
                    "title": "Tobacco & Smoking"
                },
                {
                    "id": 1031,
                    "title": "Trainers & Coaches"
                },
                {
                    "id": 1009,
                    "title": "Travel"
                },
                {
                    "id": 1011,
                    "title": "Water sports"
                },
                {
                    "id": 1012,
                    "title": "Winter sports"
                }
            ],
            "interests": [
                {
                    "id": 1,
                    "title": "Beauty"
                },
                {
                    "id": 2,
                    "title": "Makeup"
                },
                {
                    "id": 3,
                    "title": "Skincare"
                },
                {
                    "id": 4,
                    "title": "Haircare"
                },
                {
                    "id": 5,
                    "title": "Nail Care"
                },
                {
                    "id": 6,
                    "title": "Modeling"
                },
                {
                    "id": 7,
                    "title": "Cosplay"
                },
                {
                    "id": 8,
                    "title": "Traveling"
                },
                {
                    "id": 9,
                    "title": "Hiking & Trekking"
                },
                {
                    "id": 10,
                    "title": "Outdoor Camping"
                },
                {
                    "id": 11,
                    "title": "Gastronomy"
                },
                {
                    "id": 12,
                    "title": "Beers"
                },
                {
                    "id": 13,
                    "title": "Dining & Nightlife"
                },
                {
                    "id": 14,
                    "title": "Cooking"
                },
                {
                    "id": 15,
                    "title": "Nutritious Foods"
                },
                {
                    "id": 16,
                    "title": "Coffee Culture"
                },
                {
                    "id": 17,
                    "title": "Tea"
                },
                {
                    "id": 18,
                    "title": "Wine"
                },
                {
                    "id": 19,
                    "title": "Grilling & BBQ"
                },
                {
                    "id": 20,
                    "title": "Football & Soccer"
                },
                {
                    "id": 21,
                    "title": "Basketball"
                },
                {
                    "id": 22,
                    "title": "Baseball"
                },
                {
                    "id": 23,
                    "title": "Volleyball"
                },
                {
                    "id": 24,
                    "title": "American Football"
                },
                {
                    "id": 25,
                    "title": "Ice Hockey"
                },
                {
                    "id": 26,
                    "title": "Tennis"
                },
                {
                    "id": 27,
                    "title": "Boxing"
                },
                {
                    "id": 28,
                    "title": "Wrestling"
                },
                {
                    "id": 29,
                    "title": "Fitness & Bodybuilding"
                },
                {
                    "id": 30,
                    "title": "Yoga"
                },
                {
                    "id": 31,
                    "title": "Running & Athletics"
                },
                {
                    "id": 32,
                    "title": "Surfing"
                },
                {
                    "id": 33,
                    "title": "Skateboarding"
                },
                {
                    "id": 34,
                    "title": "Snowboarding"
                },
                {
                    "id": 35,
                    "title": "Ecology"
                },
                {
                    "id": 36,
                    "title": "Space & Astronomy"
                },
                {
                    "id": 37,
                    "title": "Pet Care"
                },
                {
                    "id": 38,
                    "title": "Automobiles"
                },
                {
                    "id": 39,
                    "title": "Motorcycles"
                },
                {
                    "id": 40,
                    "title": "Aviation"
                },
                {
                    "id": 41,
                    "title": "DIY Projects"
                },
                {
                    "id": 42,
                    "title": "Handicrafts"
                },
                {
                    "id": 43,
                    "title": "Gardening"
                },
                {
                    "id": 44,
                    "title": "Children's Games & Toys"
                },
                {
                    "id": 45,
                    "title": "Parenting & Relationships"
                },
                {
                    "id": 46,
                    "title": "Entertainment"
                },
                {
                    "id": 47,
                    "title": "Anime, Manga & Comics"
                },
                {
                    "id": 48,
                    "title": "Literature"
                },
                {
                    "id": 49,
                    "title": "Film & Television"
                },
                {
                    "id": 50,
                    "title": "Video Gaming"
                },
                {
                    "id": 51,
                    "title": "Dance"
                },
                {
                    "id": 52,
                    "title": "Theater"
                },
                {
                    "id": 53,
                    "title": "Unboxings"
                },
                {
                    "id": 54,
                    "title": "Stand-up Comedy"
                },
                {
                    "id": 55,
                    "title": "Educational"
                },
                {
                    "id": 56,
                    "title": "Politics"
                },
                {
                    "id": 57,
                    "title": "Social Issues"
                },
                {
                    "id": 58,
                    "title": "Science"
                },
                {
                    "id": 59,
                    "title": "Space Exploration"
                },
                {
                    "id": 60,
                    "title": "Biology"
                },
                {
                    "id": 61,
                    "title": "Physics"
                },
                {
                    "id": 62,
                    "title": "Chemistry"
                },
                {
                    "id": 63,
                    "title": "AI & Machine Learning"
                },
                {
                    "id": 64,
                    "title": "Technology & Gadgets"
                },
                {
                    "id": 65,
                    "title": "Meditative Practices"
                },
                {
                    "id": 66,
                    "title": "Astrology"
                },
                {
                    "id": 67,
                    "title": "History"
                },
                {
                    "id": 68,
                    "title": "Health & Medicine"
                },
                {
                    "id": 69,
                    "title": "Property & Real Estate"
                },
                {
                    "id": 70,
                    "title": "Architecture & Design"
                },
                {
                    "id": 71,
                    "title": "Business and Careers"
                },
                {
                    "id": 72,
                    "title": "Philanthropy & Charity"
                },
                {
                    "id": 73,
                    "title": "Finance & Accounting"
                },
                {
                    "id": 74,
                    "title": "Sustainability"
                },
                {
                    "id": 75,
                    "title": "Fashion"
                },
                {
                    "id": 76,
                    "title": "Interior Design"
                },
                {
                    "id": 77,
                    "title": "Religion"
                },
                {
                    "id": 78,
                    "title": "Luxury"
                },
                {
                    "id": 79,
                    "title": "Music"
                },
                {
                    "id": 80,
                    "title": "Photography"
                },
                {
                    "id": 81,
                    "title": "Motorsports"
                },
                {
                    "id": 82,
                    "title": "Yachting & Sailing"
                }
            ],
            "labels": [
                {
                    "id": 1,
                    "title": "Fashion"
                },
                {
                    "id": 2,
                    "title": "Food & Beverages"
                },
                {
                    "id": 3,
                    "title": "Beauty"
                },
                {
                    "id": 4,
                    "title": "Modelling"
                },
                {
                    "id": 5,
                    "title": "Travel"
                },
                {
                    "id": 6,
                    "title": "Sports"
                },
                {
                    "id": 7,
                    "title": "Pets"
                },
                {
                    "id": 8,
                    "title": "Wildlife & Nature"
                },
                {
                    "id": 9,
                    "title": "Science"
                },
                {
                    "id": 10,
                    "title": "Industry"
                },
                {
                    "id": 11,
                    "title": "Outdoor Activities"
                },
                {
                    "id": 12,
                    "title": "Vehicles"
                },
                {
                    "id": 13,
                    "title": "Hobbies"
                },
                {
                    "id": 14,
                    "title": "Handmade & DIY"
                },
                {
                    "id": 15,
                    "title": "Familly & Parenting"
                },
                {
                    "id": 16,
                    "title": "Kids"
                },
                {
                    "id": 17,
                    "title": "Social Organisations"
                },
                {
                    "id": 18,
                    "title": "Entertainment"
                },
                {
                    "id": 19,
                    "title": "Education"
                },
                {
                    "id": 20,
                    "title": "Music"
                },
                {
                    "id": 21,
                    "title": "Religion & Spirituality"
                },
                {
                    "id": 22,
                    "title": "Politics"
                },
                {
                    "id": 23,
                    "title": "Tech"
                },
                {
                    "id": 24,
                    "title": "History"
                },
                {
                    "id": 25,
                    "title": "Gym & Fitness"
                },
                {
                    "id": 26,
                    "title": "Health & Medicine"
                },
                {
                    "id": 27,
                    "title": "Business"
                },
                {
                    "id": 28,
                    "title": "Art"
                },
                {
                    "id": 29,
                    "title": "Cinema"
                },
                {
                    "id": 31,
                    "title": "Beer"
                },
                {
                    "id": 32,
                    "title": "Makeup"
                },
                {
                    "id": 33,
                    "title": "Supermodels"
                },
                {
                    "id": 34,
                    "title": "Football & Soccer"
                },
                {
                    "id": 35,
                    "title": "Gogs"
                },
                {
                    "id": 36,
                    "title": "Wildlife"
                },
                {
                    "id": 37,
                    "title": "Ecology"
                },
                {
                    "id": 38,
                    "title": "Agriculture & Farming"
                },
                {
                    "id": 39,
                    "title": "Outdoor Lifestyle"
                },
                {
                    "id": 40,
                    "title": "Cars"
                },
                {
                    "id": 41,
                    "title": "Crafts"
                },
                {
                    "id": 42,
                    "title": "Motherhood"
                },
                {
                    "id": 43,
                    "title": "Toys & Games"
                },
                {
                    "id": 44,
                    "title": "LGBTQ+"
                },
                {
                    "id": 45,
                    "title": "Anime"
                },
                {
                    "id": 46,
                    "title": "Math & Engineering Education"
                },
                {
                    "id": 47,
                    "title": "Christianity"
                },
                {
                    "id": 48,
                    "title": "Smartphones"
                },
                {
                    "id": 50,
                    "title": "Nutrition"
                },
                {
                    "id": 51,
                    "title": "Real Estate"
                },
                {
                    "id": 52,
                    "title": "Architecture"
                },
                {
                    "id": 53,
                    "title": "Actors or Actress"
                },
                {
                    "id": 54,
                    "title": "TV Show"
                },
                {
                    "id": 55,
                    "title": "Luxury Fashion"
                },
                {
                    "id": 56,
                    "title": "Restaurants & Bars"
                },
                {
                    "id": 57,
                    "title": "Skincare"
                },
                {
                    "id": 58,
                    "title": "Cosplay"
                },
                {
                    "id": 59,
                    "title": "Hiking & Trekking"
                },
                {
                    "id": 60,
                    "title": "Basketball"
                },
                {
                    "id": 61,
                    "title": "Cats"
                },
                {
                    "id": 62,
                    "title": "Beautiful Nature"
                },
                {
                    "id": 63,
                    "title": "Astronomy & Space"
                },
                {
                    "id": 64,
                    "title": "Furniture Stores"
                },
                {
                    "id": 65,
                    "title": "Fishing"
                },
                {
                    "id": 66,
                    "title": "Motorbikes"
                },
                {
                    "id": 67,
                    "title": "Woodworking"
                },
                {
                    "id": 68,
                    "title": "Baby Food & Nutrition"
                },
                {
                    "id": 69,
                    "title": "Kids Education"
                },
                {
                    "id": 70,
                    "title": "Comics"
                },
                {
                    "id": 71,
                    "title": "Language Learning"
                },
                {
                    "id": 73,
                    "title": "Government"
                },
                {
                    "id": 74,
                    "title": "VR Devices"
                },
                {
                    "id": 75,
                    "title": "Bodybuilding"
                },
                {
                    "id": 76,
                    "title": "Mental Health"
                },
                {
                    "id": 77,
                    "title": "Entrepreneurship"
                },
                {
                    "id": 78,
                    "title": "Street Art"
                },
                {
                    "id": 79,
                    "title": "Singer"
                },
                {
                    "id": 80,
                    "title": "TV Series"
                },
                {
                    "id": 81,
                    "title": "Recipes"
                },
                {
                    "id": 82,
                    "title": "Haircare"
                },
                {
                    "id": 83,
                    "title": "Adult Modelling"
                },
                {
                    "id": 84,
                    "title": "Camping"
                },
                {
                    "id": 85,
                    "title": "Baseball"
                },
                {
                    "id": 86,
                    "title": "Birds"
                },
                {
                    "id": 87,
                    "title": "Birdwatching"
                },
                {
                    "id": 88,
                    "title": "Weather & Climate"
                },
                {
                    "id": 89,
                    "title": "Vintage & Antique"
                },
                {
                    "id": 90,
                    "title": "Hunting"
                },
                {
                    "id": 91,
                    "title": "Boats"
                },
                {
                    "id": 92,
                    "title": "Gardening"
                },
                {
                    "id": 93,
                    "title": "Parenting Hacks & Tips"
                },
                {
                    "id": 94,
                    "title": "Kids Food"
                },
                {
                    "id": 95,
                    "title": "Global Warming"
                },
                {
                    "id": 96,
                    "title": "Books"
                },
                {
                    "id": 97,
                    "title": "Career"
                },
                {
                    "id": 98,
                    "title": "Social Issues"
                },
                {
                    "id": 99,
                    "title": "Internet of Things"
                },
                {
                    "id": 100,
                    "title": "Gym Good"
                },
                {
                    "id": 101,
                    "title": "Beauty Health"
                },
                {
                    "id": 103,
                    "title": "Sculpture"
                },
                {
                    "id": 104,
                    "title": "Movies"
                },
                {
                    "id": 105,
                    "title": "Cooking"
                },
                {
                    "id": 106,
                    "title": "Nails"
                },
                {
                    "id": 107,
                    "title": "Cultural & Historical Travel"
                },
                {
                    "id": 108,
                    "title": "Volleyball"
                },
                {
                    "id": 109,
                    "title": "Fish"
                },
                {
                    "id": 110,
                    "title": "Marine Life"
                },
                {
                    "id": 111,
                    "title": "Natural Disasters"
                },
                {
                    "id": 112,
                    "title": "Home Renovation"
                },
                {
                    "id": 113,
                    "title": "Rock Climbing"
                },
                {
                    "id": 114,
                    "title": "Airplanes"
                },
                {
                    "id": 115,
                    "title": "Sewing"
                },
                {
                    "id": 116,
                    "title": "Baby Fashion"
                },
                {
                    "id": 117,
                    "title": "Kids Books"
                },
                {
                    "id": 118,
                    "title": "Nonprofit Organizations"
                },
                {
                    "id": 119,
                    "title": "Collectibles"
                },
                {
                    "id": 120,
                    "title": "Art & Design"
                },
                {
                    "id": 121,
                    "title": "Political Leaders"
                },
                {
                    "id": 122,
                    "title": "Drones"
                },
                {
                    "id": 123,
                    "title": "Yoga"
                },
                {
                    "id": 124,
                    "title": "Women Health"
                },
                {
                    "id": 125,
                    "title": "Leadership & Motivation"
                },
                {
                    "id": 126,
                    "title": "Digital Art"
                },
                {
                    "id": 127,
                    "title": "Outdoor Wear"
                },
                {
                    "id": 128,
                    "title": "Baking"
                },
                {
                    "id": 129,
                    "title": "Beauty Tips & Hacks"
                },
                {
                    "id": 130,
                    "title": "Shopping & Fashion Travel"
                },
                {
                    "id": 131,
                    "title": "American Football"
                },
                {
                    "id": 132,
                    "title": "Exotic Pets"
                },
                {
                    "id": 133,
                    "title": "Forests"
                },
                {
                    "id": 134,
                    "title": "Space Exploration"
                },
                {
                    "id": 135,
                    "title": "Weapon"
                },
                {
                    "id": 136,
                    "title": "Trail Running"
                },
                {
                    "id": 137,
                    "title": "Bicycles"
                },
                {
                    "id": 138,
                    "title": "Decoration"
                },
                {
                    "id": 139,
                    "title": "Child Health"
                },
                {
                    "id": 140,
                    "title": "Kids Sports"
                },
                {
                    "id": 141,
                    "title": "Professional Associations"
                },
                {
                    "id": 142,
                    "title": "Magic & Illusions"
                },
                {
                    "id": 143,
                    "title": "Financial Education"
                },
                {
                    "id": 144,
                    "title": "Politic Shows"
                },
                {
                    "id": 145,
                    "title": "Gaming Consoles"
                },
                {
                    "id": 146,
                    "title": "Weightlifting"
                },
                {
                    "id": 147,
                    "title": "Men Health"
                },
                {
                    "id": 148,
                    "title": "Sales & Marketing"
                },
                {
                    "id": 149,
                    "title": "Pop Art"
                },
                {
                    "id": 150,
                    "title": "Children Wear"
                },
                {
                    "id": 151,
                    "title": "Healthy Food"
                },
                {
                    "id": 152,
                    "title": "Fragrance"
                },
                {
                    "id": 153,
                    "title": "Travel Agencies"
                },
                {
                    "id": 154,
                    "title": "Rugby"
                },
                {
                    "id": 155,
                    "title": "Pet Accessories"
                },
                {
                    "id": 156,
                    "title": "Mountains"
                },
                {
                    "id": 157,
                    "title": "Technology"
                },
                {
                    "id": 158,
                    "title": "Gambling"
                },
                {
                    "id": 159,
                    "title": "Mountain Biking"
                },
                {
                    "id": 160,
                    "title": "Electric Cars"
                },
                {
                    "id": 161,
                    "title": "Home Decor"
                },
                {
                    "id": 162,
                    "title": "Friendship"
                },
                {
                    "id": 163,
                    "title": "Social Clubs"
                },
                {
                    "id": 164,
                    "title": "Movies & TV Shows"
                },
                {
                    "id": 165,
                    "title": "Social Studies Education"
                },
                {
                    "id": 166,
                    "title": "Church"
                },
                {
                    "id": 167,
                    "title": "Smart Home"
                },
                {
                    "id": 168,
                    "title": "Alternative Medicine"
                },
                {
                    "id": 169,
                    "title": "Personal Development"
                },
                {
                    "id": 170,
                    "title": "Photography"
                },
                {
                    "id": 171,
                    "title": "Swimwear"
                },
                {
                    "id": 172,
                    "title": "Vegan Food"
                },
                {
                    "id": 173,
                    "title": "Beauty Tutorials"
                },
                {
                    "id": 174,
                    "title": "Relocation"
                },
                {
                    "id": 175,
                    "title": "Hockey"
                },
                {
                    "id": 176,
                    "title": "Pet Training"
                },
                {
                    "id": 177,
                    "title": "National Parks"
                },
                {
                    "id": 178,
                    "title": "Robotics"
                },
                {
                    "id": 179,
                    "title": "Casino"
                },
                {
                    "id": 180,
                    "title": "Kayaking"
                },
                {
                    "id": 181,
                    "title": "Luxury Cars"
                },
                {
                    "id": 182,
                    "title": "Home DIY"
                },
                {
                    "id": 183,
                    "title": "Romantic Relationships & Dating"
                },
                {
                    "id": 184,
                    "title": "Charity"
                },
                {
                    "id": 185,
                    "title": "Gaming"
                },
                {
                    "id": 186,
                    "title": "Medical Education"
                },
                {
                    "id": 187,
                    "title": "Pastor"
                },
                {
                    "id": 188,
                    "title": "Headphones"
                },
                {
                    "id": 189,
                    "title": "Sleep Health"
                },
                {
                    "id": 190,
                    "title": "Green Business"
                },
                {
                    "id": 191,
                    "title": "Tattoo Art"
                },
                {
                    "id": 192,
                    "title": "Lingerie & Intimates"
                },
                {
                    "id": 193,
                    "title": "Desserts"
                },
                {
                    "id": 194,
                    "title": "Organic Beauty"
                },
                {
                    "id": 195,
                    "title": "Pet Nutrition"
                },
                {
                    "id": 196,
                    "title": "Underwater Photography"
                },
                {
                    "id": 197,
                    "title": "Biology"
                },
                {
                    "id": 198,
                    "title": "Surfing"
                },
                {
                    "id": 199,
                    "title": "Painting"
                },
                {
                    "id": 200,
                    "title": "Wedding"
                },
                {
                    "id": 201,
                    "title": "Dance"
                },
                {
                    "id": 202,
                    "title": "Online Education"
                },
                {
                    "id": 203,
                    "title": "Tarot Cards"
                },
                {
                    "id": 204,
                    "title": "Personal Computers"
                },
                {
                    "id": 205,
                    "title": "Addiction & Recovery"
                },
                {
                    "id": 206,
                    "title": "Startups"
                },
                {
                    "id": 207,
                    "title": "Shoes"
                },
                {
                    "id": 208,
                    "title": "Coffee"
                },
                {
                    "id": 209,
                    "title": "Barbershops"
                },
                {
                    "id": 210,
                    "title": "Hotels"
                },
                {
                    "id": 211,
                    "title": "Wrestling"
                },
                {
                    "id": 212,
                    "title": "Pet Health"
                },
                {
                    "id": 213,
                    "title": "Paddleboarding"
                },
                {
                    "id": 214,
                    "title": "Calligraphy"
                },
                {
                    "id": 215,
                    "title": "Love & Intimacy"
                },
                {
                    "id": 216,
                    "title": "Theater"
                },
                {
                    "id": 217,
                    "title": "Meditation"
                },
                {
                    "id": 218,
                    "title": "Calisthenics"
                },
                {
                    "id": 219,
                    "title": "Dentistry"
                },
                {
                    "id": 220,
                    "title": "Consulting"
                },
                {
                    "id": 221,
                    "title": "Accessories"
                },
                {
                    "id": 222,
                    "title": "Wine"
                },
                {
                    "id": 223,
                    "title": "Self-Care"
                },
                {
                    "id": 224,
                    "title": "Luxury"
                },
                {
                    "id": 225,
                    "title": "Physics"
                },
                {
                    "id": 226,
                    "title": "Wildlife Photography"
                },
                {
                    "id": 227,
                    "title": "Pottery"
                },
                {
                    "id": 228,
                    "title": "Sex & Sexuality"
                },
                {
                    "id": 229,
                    "title": "Music Tour"
                },
                {
                    "id": 230,
                    "title": "Rune Stones"
                },
                {
                    "id": 231,
                    "title": "3D Printing"
                },
                {
                    "id": 232,
                    "title": "Cardio Training"
                },
                {
                    "id": 233,
                    "title": "Medicine"
                },
                {
                    "id": 234,
                    "title": "Jewelery"
                },
                {
                    "id": 235,
                    "title": "Meat & Barbecue"
                },
                {
                    "id": 236,
                    "title": "Climate Change"
                },
                {
                    "id": 237,
                    "title": "Sailing"
                },
                {
                    "id": 238,
                    "title": "Knitting"
                },
                {
                    "id": 239,
                    "title": "Newborn Care"
                },
                {
                    "id": 240,
                    "title": "Electronic"
                },
                {
                    "id": 241,
                    "title": "Magical Crystals"
                },
                {
                    "id": 242,
                    "title": "Software Development"
                },
                {
                    "id": 243,
                    "title": "Powerlifting"
                },
                {
                    "id": 244,
                    "title": "Eye Health"
                },
                {
                    "id": 245,
                    "title": "Fashion Trends"
                },
                {
                    "id": 246,
                    "title": "Organic Food"
                },
                {
                    "id": 248,
                    "title": "Chemistry"
                },
                {
                    "id": 249,
                    "title": "Skydiving"
                },
                {
                    "id": 250,
                    "title": "Jewellery Making"
                },
                {
                    "id": 251,
                    "title": "Toddler Activities"
                },
                {
                    "id": 252,
                    "title": "Standup"
                },
                {
                    "id": 253,
                    "title": "Astrology"
                },
                {
                    "id": 254,
                    "title": "Tech Reviews"
                },
                {
                    "id": 255,
                    "title": "Stretching"
                },
                {
                    "id": 256,
                    "title": "Hair Health"
                },
                {
                    "id": 257,
                    "title": "Health Issues"
                },
                {
                    "id": 258,
                    "title": "Watches"
                },
                {
                    "id": 259,
                    "title": "Food"
                },
                {
                    "id": 260,
                    "title": "Chess"
                },
                {
                    "id": 261,
                    "title": "Nanotechnology"
                },
                {
                    "id": 262,
                    "title": "Candle Making"
                },
                {
                    "id": 263,
                    "title": "Single Parenting"
                },
                {
                    "id": 264,
                    "title": "Cycling"
                },
                {
                    "id": 265,
                    "title": "Psychology"
                },
                {
                    "id": 266,
                    "title": "Men's Suites"
                },
                {
                    "id": 267,
                    "title": "Beverages"
                },
                {
                    "id": 268,
                    "title": "Running"
                },
                {
                    "id": 269,
                    "title": "Soap Making"
                },
                {
                    "id": 270,
                    "title": "Blended Families"
                },
                {
                    "id": 271,
                    "title": "Parody & Sketches"
                },
                {
                    "id": 272,
                    "title": "Religious Organizations"
                },
                {
                    "id": 273,
                    "title": "Artificial Intelligence"
                },
                {
                    "id": 274,
                    "title": "Martial Arts"
                },
                {
                    "id": 275,
                    "title": "Handbags"
                },
                {
                    "id": 276,
                    "title": "Alcohol"
                },
                {
                    "id": 277,
                    "title": "Wwimming"
                },
                {
                    "id": 278,
                    "title": "Neuroscience"
                },
                {
                    "id": 279,
                    "title": "Ceramic Art"
                },
                {
                    "id": 280,
                    "title": "Memes"
                },
                {
                    "id": 281,
                    "title": "Shamanism"
                },
                {
                    "id": 282,
                    "title": "Functional Training"
                },
                {
                    "id": 283,
                    "title": "Streetwear"
                },
                {
                    "id": 284,
                    "title": "Smoothies"
                },
                {
                    "id": 285,
                    "title": "Skateboarding"
                },
                {
                    "id": 286,
                    "title": "Leatherworking"
                },
                {
                    "id": 287,
                    "title": "Funny Videos"
                },
                {
                    "id": 288,
                    "title": "Activewear"
                },
                {
                    "id": 289,
                    "title": "Gluten-free Food"
                },
                {
                    "id": 290,
                    "title": "Snowboarding"
                },
                {
                    "id": 291,
                    "title": "Medical Research"
                },
                {
                    "id": 292,
                    "title": "Collage"
                },
                {
                    "id": 293,
                    "title": "Boxing"
                },
                {
                    "id": 294,
                    "title": "Women's Fashion"
                },
                {
                    "id": 295,
                    "title": "Golf"
                },
                {
                    "id": 296,
                    "title": "Geology"
                },
                {
                    "id": 297,
                    "title": "Vintage Fashion"
                },
                {
                    "id": 298,
                    "title": "Tea"
                },
                {
                    "id": 299,
                    "title": "Solar Power"
                },
                {
                    "id": 300,
                    "title": "Workwear"
                },
                {
                    "id": 301,
                    "title": "Cocktails"
                },
                {
                    "id": 302,
                    "title": "Handball"
                },
                {
                    "id": 303,
                    "title": "Nuclear Power"
                },
                {
                    "id": 304,
                    "title": "Kids Fashion"
                },
                {
                    "id": 305,
                    "title": "Healthy Eating"
                },
                {
                    "id": 306,
                    "title": "Cricket"
                },
                {
                    "id": 307,
                    "title": "Formal Wear"
                },
                {
                    "id": 308,
                    "title": "Food Reviews"
                },
                {
                    "id": 309,
                    "title": "Gymnastics"
                },
                {
                    "id": 310,
                    "title": "Tennis"
                },
                {
                    "id": 311,
                    "title": "Maternity Fashion"
                },
                {
                    "id": 312,
                    "title": "Men's Fashion"
                },
                {
                    "id": 313,
                    "title": "Rock Music"
                },
                {
                    "id": 314,
                    "title": "Rap Music"
                },
                {
                    "id": 315,
                    "title": "Hiphop Music"
                },
                {
                    "id": 316,
                    "title": "Classic Music"
                },
                {
                    "id": 317,
                    "title": "Blues Music"
                },
                {
                    "id": 318,
                    "title": "Alternative Music"
                },
                {
                    "id": 319,
                    "title": "Punk Music"
                },
                {
                    "id": 320,
                    "title": "Pop Music"
                },
                {
                    "id": 321,
                    "title": "R&B Music"
                },
                {
                    "id": 322,
                    "title": "Country Music"
                },
                {
                    "id": 323,
                    "title": "Jazz Music"
                },
                {
                    "id": 324,
                    "title": "Indie Music"
                },
                {
                    "id": 325,
                    "title": "Folk Music"
                },
                {
                    "id": 326,
                    "title": "Reggae Music"
                },
                {
                    "id": 327,
                    "title": "Metal Music"
                },
                {
                    "id": 328,
                    "title": "Crossfit"
                },
                {
                    "id": 329,
                    "title": "Numerology"
                },
                {
                    "id": 330,
                    "title": "Prank"
                },
                {
                    "id": 332,
                    "title": "TRX"
                },
                {
                    "id": 333,
                    "title": "Unboxing"
                }
            ]
        },
        "yt": {
            "categories": [
                {
                    "id": 3,
                    "title": "Cars & Motorbikes"
                },
                {
                    "id": 4,
                    "title": "Education"
                },
                {
                    "id": 5,
                    "title": "Entertainment"
                },
                {
                    "id": 37,
                    "title": "How-to & Style"
                },
                {
                    "id": 23,
                    "title": "Movies and TV"
                },
                {
                    "id": 13,
                    "title": "Music"
                },
                {
                    "id": 36,
                    "title": "News & Politics"
                },
                {
                    "id": 38,
                    "title": "Nonprofits & Activism"
                },
                {
                    "id": 44,
                    "title": "People & Blogs"
                },
                {
                    "id": 14,
                    "title": "Pets"
                },
                {
                    "id": 17,
                    "title": "Sports"
                },
                {
                    "id": 18,
                    "title": "Technology & Science"
                },
                {
                    "id": 19,
                    "title": "Travel & Tourism"
                },
                {
                    "id": 35,
                    "title": "Video Games"
                }
            ],
            "thematics": [
                {
                    "id": 1,
                    "title": "Animals & Pets"
                },
                {
                    "id": 2,
                    "title": "Animation"
                },
                {
                    "id": 3,
                    "title": "ASMR"
                },
                {
                    "id": 4,
                    "title": "Autos & Vehicles"
                },
                {
                    "id": 5,
                    "title": "Beauty"
                },
                {
                    "id": 6,
                    "title": "Daily vlogs"
                },
                {
                    "id": 7,
                    "title": "Design/art"
                },
                {
                    "id": 8,
                    "title": "DIY & Life Hacks"
                },
                {
                    "id": 9,
                    "title": "Education"
                },
                {
                    "id": 10,
                    "title": "Family & Parenting"
                },
                {
                    "id": 11,
                    "title": "Fashion"
                },
                {
                    "id": 12,
                    "title": "Fitness"
                },
                {
                    "id": 13,
                    "title": "Food & Drinks"
                },
                {
                    "id": 14,
                    "title": "Health & Self Help"
                },
                {
                    "id": 15,
                    "title": "Humor"
                },
                {
                    "id": 16,
                    "title": "Movies"
                },
                {
                    "id": 17,
                    "title": "Music & Dance"
                },
                {
                    "id": 18,
                    "title": "Mystery"
                },
                {
                    "id": 19,
                    "title": "News & Politics"
                },
                {
                    "id": 20,
                    "title": "Show"
                },
                {
                    "id": 21,
                    "title": "Science & Technology"
                },
                {
                    "id": 22,
                    "title": "Sports"
                },
                {
                    "id": 23,
                    "title": "Toys"
                },
                {
                    "id": 24,
                    "title": "Travel"
                },
                {
                    "id": 25,
                    "title": "Video games"
                }
            ]
        },
        "tt": {
            "categories": [
                {
                    "id": 1,
                    "title": "Animals"
                },
                {
                    "id": 3,
                    "title": "Art"
                },
                {
                    "id": 4,
                    "title": "Auto"
                },
                {
                    "id": 5,
                    "title": "Beauty"
                },
                {
                    "id": 6,
                    "title": "Comedy"
                },
                {
                    "id": 7,
                    "title": "DIY & Life Hacks"
                },
                {
                    "id": 8,
                    "title": "Daily Life"
                },
                {
                    "id": 9,
                    "title": "Dance"
                },
                {
                    "id": 10,
                    "title": "Family & Parenting"
                },
                {
                    "id": 11,
                    "title": "Fashion"
                },
                {
                    "id": 12,
                    "title": "Fitness"
                },
                {
                    "id": 13,
                    "title": "Food & Beverage"
                },
                {
                    "id": 14,
                    "title": "Gaming"
                },
                {
                    "id": 15,
                    "title": "Health"
                },
                {
                    "id": 16,
                    "title": "Home & Garden"
                },
                {
                    "id": 17,
                    "title": "Love & Dating"
                },
                {
                    "id": 19,
                    "title": "Outdoor Activities"
                },
                {
                    "id": 24,
                    "title": "Science & Education"
                },
                {
                    "id": 25,
                    "title": "Sport"
                },
                {
                    "id": 26,
                    "title": "Travel"
                }
            ]
        }
    }
}