Trending Data
Number of APIs: 10
- 
Twitter - Get closest GET https://api.twitter.com/1.1/trends/closest.json?lat=<ENTER LAT>&long=<ENTER LONG> 
- 
Twitter - Get trending GET https://api.twitter.com/1.1/trends/place.json?id=2282863 
- 
Slack - Sending message POST https://hooks.slack.com/services/{{webhookKey}} 
- 
Reddit - Get top post GET https://www.reddit.com/top.json?limit=5 
- 
Reddit - Search GET https://www.reddit.com/search.json?q={{searchKeyword}}&sort=top&limit=5 
- 
Twitter - Search GET https://api.twitter.com/1.1/search/tweets.json?q={{searchKeyword}}&result_type=popular&count=5&lang=en 
- 
Youtube - Get video info GET https://www.googleapis.com/youtube/v3/videos?id=z26zbiGJnd4&part=snippet,contentDetails 
- 
Youtube - Search GET https://www.googleapis.com/youtube/v3/search?maxResults=5&q={{searchKeyword}}&type=video&part=snippet 
- 
Qodex - Update environment PUT https://api.getpostman.com/environments/{{environmentId}} 
- 
Qodex - Get environment GET https://api.getpostman.com/environments/{{environmentId}}