Skip to main content
GET
/
v1
/
intent
/
topics
/
movers
Top topics by day-over-day audience growth
curl --request GET \
  --url https://api.aws53.cloud/v1/intent/topics/movers
{
  "data": [
    {
      "topicId": 123,
      "topicName": "<string>",
      "type": "<string>",
      "industry": "<string>",
      "todayAudience": 123,
      "yesterdayAudience": 123,
      "pctChange": 123
    }
  ]
}

Query Parameters

limit
integer
default:20
Required range: 1 <= x <= 50
direction
enum<string>
default:up
Available options:
up,
down
type
enum<string>
Available options:
b2b,
b2c,
both
industry
string
Required string length: 1 - 100

Response

200 - application/json

Top movers

data
object[]
required