v3

latestOpenAPI 3.0.02026-07-31201304298.9 KB
Festival

Get festivals (premium)

post/api/v2/top/festivals

Query parameters

offsetinteger

Get results starting from position

limitinteger

Number of results (max. 100)

cursorstring

Cursor

Request body

Example request

{
  "sort": {
    "platform": "x",
    "metricType": "followers",
    "period": "month",
    "sortBy": "total",
    "order": "desc"
  },
  "filters": [
    {
      "type": "metric",
      "data": {
        "platform": "x",
        "metricType": "followers"
      }
    }
  ]
}

Response

Top festival collection response