v1Resources/Reviews/getGet a topic's longer month-series

Get a topic's longer month-series

A longer month-by-month series for topics, beyond the standard trend window.

get/api/v1/reviews/topic-trends/series
reviews:read
Query parameters
locationIdstringrequired
clientIdstringrequired
monthsintegeroptional
Series length in months. Defaults to 12.
Response
dataobjectoptional
The full topic month-series payload.
Errors
400The request is missing a required parameter or is otherwise malformed.
401Missing, invalid, expired, or revoked API key.
403The key lacks the required scope, or isn't authorized for this client/location.
404The resource wasn't found, or doesn't belong to your agency.
429Too many requests. Retry after the number of seconds in the Retry-After header.
get/api/v1/reviews/topic-trends/series
Your API key
locationId *
clientId *
months
{
  "data": {
    "months": [
      "2026-01",
      "2026-02"
    ],
    "topics": [
      {
        "topic": "friendly staff",
        "origin": "auto",
        "total": 70,
        "monthly": [
          {
            "count": 28,
            "positive": 25,
            "neutral": 2,
            "negative": 1
          },
          {
            "count": 42,
            "positive": 38,
            "neutral": 3,
            "negative": 1
          }
        ]
      }
    ]
  }
}

Guides that use this resource