Skip to content

crate.dossier.festival(slug)

festival(slug: string, opts?: RequestOptions): Promise<FestivalDossierContract>

The festival-grain dossier by slug (identity + lineup signals) — useful for tying artists to the events that book them.

EndpointGET /api/v2/dossier/festival/{slug}
Authkey
ReturnsFestivalDossierContract
Retryableyes
Idempotentyes
const d = await crate.dossier.festival('dekmantel');