Trending and All

Trending and All feeds have additional parameters.

To request either feed, provide the isTrendingTopics parameter set to true.

Also provide trendingTopics as a string array.

All

For 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

For Trending, pass an array containing the string Politics.

Passing Politics in trendingTopics excludes communities tagged with the Politics topic.

GET https://api.scored.co/api/v2/post/hotv2.json?community=win&isTrendingTopics=true&trendingTopics=%5B%22Politics%22%5D