---
title: "Get edition details"
method: GET
path: "/api/v2/festival/edition/{uuid}"
tags: ["Festival"]
---

# Get edition details

`GET /api/v2/festival/edition/{uuid}`

## Path parameters

- `uuid` string, required

## Response `200`

An event response

- EditionResponse
  - `type` string
  - `object` Edition
    - `uuid` string
    - `name` string
    - `type` string
    - `status` string
    - `venue` VenueLight
      - `uuid` string
      - `name` string
      - `type` string
      - `cityName` string
      - `countryCode` string
      - `countryName` string
      - `region` string
      - `imageUrl` string
    - `price` Price
      - `currency` string
      - `min` number
      - `max` number
    - `startedAt` string, date-time
    - `endedAt` string, date-time
    - `festival` FestivalLight
      - `uuid` string
      - `name` string
      - `type` string
      - `cityName` string
      - `countryCode` string
      - `countryName` string
      - `region` string
      - `imageUrl` string
    - `artists` Artist3[]
      - `name` string
      - `artist` ArtistLight
        - `uuid` string
        - `slug` string
        - `name` string
        - `appUrl` string
        - `imageUrl` string
    - `identifiers` PlatformIdentifier2[]
      - `platformName` string
      - `platformCode` string
      - `identifier` string
      - `url` string
    - `ticketUrls` string[]
  - `errors` Error[]
    - `key` string — Error key
    - `code` integer — Error code
    - `message` string — Error message

## Other responses

- `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.
- `404` — Edition not found

---

[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)
