Trending and All
Trending and All have additional parameters, as the feed type is continually modified and iterated.
In order to request either feed, you should supply the isTrendingTopics
parameter, set to true
.
You should also supply trendingTopics
, which takes a string array.
All
When requesting All
, pass an empty array in trendingTopics
.
GET: https://api.scored.co/api/v2/post/hotv2.json?community=win&isTrendingTopics=true&trendingTopics=%5B%5D
Trending
When requesting Trending
, pass an array containing the string Politics
.
By passing Politics
in the trendingTopics
, we are excluding most communities which are tagged with the topic of Politics
.
GET: https://api.scored.co/api/v2/post/hotv2.json?community=win&isTrendingTopics=true&trendingTopics=%5B%22Politics%22%5D