cURL
curl --request GET \ --url https://api.example.com/api/intelligence/v1/get-social-velocity
{ "posts": [ { "id": "<string>", "title": "<string>", "subreddit": "<string>", "url": "<string>", "score": 123, "upvoteRatio": 123, "numComments": 123, "velocityScore": 123, "createdAt": 123 } ], "fetchedAt": 123 }
GetSocialVelocity returns trending Reddit posts from r/worldnews and r/geopolitics ranked by velocity.
Successful response
Show child attributes
Warning: Values > 2^53 may lose precision in JavaScript
Was this page helpful?