DICE website screenshot

DICE

DICE is a live music and events ticketing platform (dice.fm) connecting fans to gigs, club nights, festivals, and experiences, with a fan-facing mobile app and a partner platform (MIO) for promoters, venues, and festivals. For partners, DICE exposes a documented but access-gated GraphQL API - the Ticket Holders API at partners-endpoint.dice.fm/graphql - that lets downstream systems query events, tickets and ticket holders, orders and sales, returns and transfers, fans, and venues. API tokens are generated inside MIO and passed as a Bearer authorization header; the API is available to DICE partners rather than as an open self-service developer program.

DICE publishes 5 APIs on the APIs.io network. Tagged areas include Ticketing, Live Music, Events, Tickets, and GraphQL.

DICE’s developer surface includes documentation, developer portal, signup flow, and 8 more developer resources.

24.1/100 emerging ▬ flat Agent 3/100 human only Full breakdown ↓
scored 2026-08-05 · rubric v0.9.1
5 APIs
TicketingLive MusicEventsTicketsGraphQLEntertainmentPartner API

Kin Score

Kin Score Kin Score How this is scored →
scored 2026-08-05 · rubric v0.9.1
Composite quality — 24.1/100 · emerging
Contract Quality 0.0 / 25
Developer Ergonomics 3.5 / 20
Commercial Clarity 8.4 / 20
Operational Transparency 4.8 / 13
Governance 0.0 / 12
Discoverability 7.4 / 10
Agent readiness — 3/100 · human only
Machine-Readable Contract 0 / 18
Agentic Access Contract 0 / 10
MCP Server 0 / 12
Machine-Readable Auth 0 / 10
Idempotency 0 / 9
Stable Error Semantics 0 / 8
Request/Response Examples 0 / 7
Rate-Limit Signaling 7 / 7
Typed Event Surface 0 / 6
Agent Skills 0 / 5
Well-Known Catalog 0 / 4
Consent & Bot Identity 0 / 3
A2A Agent Card 0 / 8
Dry-Run / Simulate Mode 0 / 4
Improve this rating by publishing the missing artifacts — every area above can be raised, and the full rubric is at apis.io/rating/. This rating is computed from github.com/api-evangelist/dice-fm: open an issue to ask a question, or submit a pull request to add artifacts. Want it done for you? Prioritized profiling — $2,500 →

APIs 5

Individual APIs this provider publishes, each with its own machine-readable definition.

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 tot...

DICE Tickets and Ticket Holders API

Retrieve who currently holds a ticket for an event for access management and attendance tracking - ticket code, ticket type, seat, full price, fees, commission and DICE commissi...

DICE Orders and Sales API

Query orders and sales to understand event finances and feed sales into business intelligence - purchase timestamp, quantity, sales channel, full price, commission and DICE comm...

DICE Returns and Transfers API

Track ticket returns and transfers - a Return links a ticket and order with a returned-at timestamp and reason, and a TicketTransfer records tickets and orders moved between fan...

DICE Venues API

Read venue details attached to events - venue name, type, age limit, address fields, coordinates, and timezone. Venues are resolved through the events they host on the Ticket Ho...

Pricing Plans 1

Published pricing tiers and plan structures.

Dice Fm Plans Pricing

2 plans

PLANS

Rate Limits 1

Documented rate limits and quota policies.

Dice Fm Rate Limits

3 limits

RATE LIMITS

FinOps 1

Cost, billing, and metering signals for API financial operations.

Security Posture 2

Authentication, domain security, vulnerability disclosure, and trust-center signals.

Dice Fm Domain Security

TLSv1.3 · HSTS · DNSSEC · DMARC

SECURITY

Dice Fm Vulnerability Disclosure

security.txt · contact published

SECURITY

Resources

Get Started 2

Portal, sign-up, and the first successful call

Documentation 1

Reference material describing how the API behaves

Build 1

SDKs, sample code, and the tooling you integrate with

Access & Security 2

Authentication, authorization, and security posture

Operate 1

Status, limits, changes, and where to get help

Commercial 2

Pricing, plans, and the legal terms of use

Company 2

The organization behind the API

Source (apis.yml)

apis.yml Raw ↑
aid: dice-fm
url: https://raw.githubusercontent.com/api-evangelist/dice-fm/refs/heads/main/apis.yml
name: DICE
kind: company
description: DICE is a live music and events ticketing platform (dice.fm) connecting fans to gigs, club nights, festivals,
  and experiences, with a fan-facing mobile app and a partner platform (MIO) for promoters, venues, and festivals. For partners,
  DICE exposes a documented but access-gated GraphQL API - the Ticket Holders API at partners-endpoint.dice.fm/graphql - that
  lets downstream systems query events, tickets and ticket holders, orders and sales, returns and transfers, fans, and venues.
  API tokens are generated inside MIO and passed as a Bearer authorization header; the API is available to DICE partners rather
  than as an open self-service developer program.
accessModel:
  pricing: unknown
  onboarding: unknown
  trial: false
  try_now: false
  public: false
  label: Unknown
  confidence: low
  source:
  - plans
  generated: '2026-07-22'
  method: derived
image: https://kinlane-images.s3.amazonaws.com/shared/apis-json/icons/dice-fm.png
tags:
- Ticketing
- Live Music
- Events
- Tickets
- GraphQL
- Entertainment
- Partner API
created: '2026-07-05'
modified: '2026-07-05'
specificationVersion: '0.19'
apis:
- 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.
- aid: dice-fm:dice-fm-tickets-api
  name: DICE Tickets and Ticket Holders API
  tags:
  - Tickets
  - Ticket Holders
  - Access Control
  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: Retrieve who currently holds a ticket for an event for access management and attendance tracking - ticket code,
    ticket type, seat, full price, fees, commission and DICE commission, the holder (fan), claim timestamp, and any extras
    with separate access barcodes. Exposed as the tickets connection on an event with cursor pagination and filters (for example
    ticketTypeId). Endpoints are modeled from the published GraphQL schema; access is partner-gated.
- aid: dice-fm:dice-fm-orders-sales-api
  name: DICE Orders and Sales API
  tags:
  - Orders
  - Sales
  - Finance
  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 orders and sales to understand event finances and feed sales into business intelligence - purchase timestamp,
    quantity, sales channel, full price, commission and DICE commission, fee breakdown, the purchasing fan, and the tickets
    on each order. Orders support date-range filters (for example purchasedAt gte) and cursor pagination. Endpoints are modeled
    from the published GraphQL schema; access is partner-gated via a MIO token.
- aid: dice-fm:dice-fm-returns-transfers-api
  name: DICE Returns and Transfers API
  tags:
  - Returns
  - Transfers
  - Refunds
  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: Track ticket returns and transfers - a Return links a ticket and order with a returned-at timestamp and reason,
    and a TicketTransfer records tickets and orders moved between fans with a transferred-at timestamp. Both support date-range
    filtering (for example returnedAt gte) and cursor pagination. Endpoints are modeled from the published GraphQL schema;
    access is partner-gated.
- aid: dice-fm:dice-fm-venues-api
  name: DICE Venues API
  tags:
  - Venues
  - Locations
  - 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: Read venue details attached to events - venue name, type, age limit, address fields, coordinates, and timezone.
    Venues are resolved through the events they host on the Ticket Holders GraphQL schema. Endpoints are modeled from the
    published schema documentation; live access requires a partner token.
common:
- type: VulnerabilityDisclosure
  url: security/dice-fm-vulnerability-disclosure.yml
- type: DomainSecurity
  url: security/dice-fm-domain-security.yml
- type: GitHubOrganization
  url: https://github.com/dicefm
- type: LinkedIn
  url: https://www.linkedin.com/company/dice-fm
- type: Website
  url: https://dice.fm
- type: Documentation
  url: https://partners-endpoint.dice.fm/graphql/docs/index.html
- type: Portal
  url: https://mio.dice.fm/
- type: SignUp
  url: https://dice.fm/partners
- type: Plans
  url: plans/dice-fm-plans-pricing.yml
- type: RateLimits
  url: rate-limits/dice-fm-rate-limits.yml
- type: FinOps
  url: finops/dice-fm-finops.yml
maintainers:
- FN: Kin Lane
  email: kin@apievangelist.com