Skip to main content
GET
/
api
/
intelligence
/
v1
/
get-social-velocity
GetSocialVelocity
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
}

Response

Successful response

posts
object[]
fetchedAt
integer<int64>

Warning: Values > 2^53 may lose precision in JavaScript