---
title: "Get festivals (premium)"
method: POST
path: "/api/v2/top/festivals"
tags: ["Festival"]
---

# Get festivals (premium)

`POST /api/v2/top/festivals`

## Query parameters

- `offset` integer
- `limit` integer
- `cursor` string

## Request body

- object
  - `sort` object
    - `platform` string
    - `metricType` string
    - `period` string
    - `sortBy` string
    - `order` string
  - `filters` object[]
    - `type` string
    - `data` object
      - `platform` string
      - `metricType` string
      - `min` number
      - `max` number

## Response `200`

Top festival collection response

- TopFestivalCollectionResponse
  - `related` TopRelated
    - `updatedAt` string, date-time
  - `items` MetricFestival[]
    - `festival` FestivalLight
      - `uuid` string
      - `name` string
      - `type` string
      - `cityName` string
      - `countryCode` string
      - `countryName` string
      - `region` string
      - `imageUrl` string
    - `social` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
    - `streaming` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
    - `popularity` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
    - `custom` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
    - `socialView` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
    - `socialLike` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
    - `socialPost` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
    - `socialFollowing` PlatformMetric[]
      - `platformCode` string
      - `metricType` string
      - `total` integer
      - `week` PeriodMetric
        - `volume` integer
        - `percent` number
      - `month` PeriodMetric
        - `volume` integer
        - `percent` number
      - `quarter` PeriodMetric
        - `volume` integer
        - `percent` number
  - `page` CursorPage
    - `offset` integer — The offset of the items returned (as set in the request or by default). Default is 0
    - `limit` integer — The maximum number of items in the response (as set in the request or by default).
    - `next` string — URL to the next page of items. (null if none)
    - `previous` string — URL to the previous page of items. (null if none)
    - `total` integer — The maximum number of items available to return.
    - `cursor` string — Cursor
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `400` — Invalid request
- `401` — You are not logged in
- `403` — This endpoint is not included in your current plan, reach out to help@soundcharts.com if you want access.

---

[API](https://skmtc.net/soundcharts/apis/soundcharts-api.md) · [All operations](https://skmtc.net/soundcharts/apis/soundcharts-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/soundcharts/soundcharts-api/revisions/3c3527dd7996/schema)
