v1

latestOpenAPI 3.1.02026-07-2295105298.6 KB
Metrics

Mention Rate Over Time

Returns daily mention rate breakdown over the specified date range. Each entry contains the date and, per brand/competitor, the absolute mention_rate (share of all responses that day) and relative_mention_rate (share of that day's responses mentioning at least one tracked brand).

post/api/v1/metrics/mention-rate/time-series

Request body

website_idstring uuid required

The ID of the website to query mention rates for

Example request

{
  "website_id": "123e4567-e89b-12d3-a456-426614174000",
  "filters": {
    "start_date": "2024-01-01T00:00:00.000Z",
    "end_date": "2024-01-31T23:59:59.999Z",
    "location_ids": [
      "123e4567-e89b-12d3-a456-426614174111"
    ]
  }
}

Response

Successful response with time series data

Example response

{
  "data": [
    {
      "date": "2024-06-15"
    }
  ]
}