This API returns hand-picked topic recommendations by the Right Relevance team. It’s a small but active subset of the over 50K structured topics in the platform. You can see it in action under the ‘Explore More Topics’ option at http://rightrelevance.com.
Resource URL
GET https://api.rightrelevance.com/v2/analytics/topics/staffpicked?access_token=<api_token>
Parameters
Example Request
GET https://api.rightrelevance.com/v2/analytics/topics/staffpicked?access_token=PLACE_ACCESS_TOKEN
Example Response
[ { category: "News & Politics", subTopics: [ { image_height: "675", image_url: "http://media.nbcbayarea.com/images/1200*675/fireworks-0702.jpg", image_width: "1200", feedName: "Breaking News" }, ... { image_height: "576", image_url: "https://gdb.voanews.com/BCD4F8E3-C24C-4735-A70C-1F36C266B6AB_cx0_cy3_cw0_mw1024_mh1024_r1_s.jpg", image_width: "1024", feedName: "Foreign Policy" } ] }, ... { category: "Outdoor Adventure & Extreme Sports", subTopics: [ { image_height: "350", image_url: "https://www.tetongravity.com/images/ci-images/53478/screen_shot_2017-06-25_at_11.34.22_pm__stream_hero.png", image_width: "620", feedName: "Snowboarding" }, ... { image_height: "360", image_url: "https://ph-files.imgix.net/17e7db0d-27b5-4229-942f-0b2974c179a1?auto=format&auto=compress&codec=mozjpeg&cs=strip&w=172&h=108&q=5&blur=5", image_width: "576", feedName: "Hunting" } ] } ]
Response Fields
Returns a list of the hand-picked topics by the Right Relevance team.’.
category | Category Name of the topics in this category |
subTopics | List of sub-topics for the given Category |