DICE Events API

Query a partner's events through the DICE Ticket Holders GraphQL API - event name, state, start/end datetimes, currency, URL, artists, genres, ticket types, price tiers, and total ticket allocation. Events are read via the authenticated viewer.events cursor-paginated connection or fetched individually by node(id). Endpoints are modeled from the published GraphQL schema documentation; live access requires a partner token generated in MIO.

API entry from apis.yml

apis.yml Raw ↑
aid: dice-fm:dice-fm-events-api
name: DICE Events API
tags:
- Events
- Shows
- GraphQL
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/apis-json-logo.jpg
humanURL: https://partners-endpoint.dice.fm/graphql/docs/index.html
baseURL: https://partners-endpoint.dice.fm/graphql
properties:
- url: https://partners-endpoint.dice.fm/graphql/docs/index.html
  type: Documentation
- url: https://partners-endpoint.dice.fm/graphql/docs/index.html
  type: APIReference
- url: https://partners-endpoint.dice.fm/graphql
  type: GraphQL
description: Query a partner's events through the DICE Ticket Holders GraphQL API - event name, state,
  start/end datetimes, currency, URL, artists, genres, ticket types, price tiers, and total ticket allocation.
  Events are read via the authenticated viewer.events cursor-paginated connection or fetched individually
  by node(id). Endpoints are modeled from the published GraphQL schema documentation; live access requires
  a partner token generated in MIO.