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.
| Endpoint | GET /api/v2/dossier/festival/{slug} |
| Auth | key |
| Returns | FestivalDossierContract |
| Retryable | yes |
| Idempotent | yes |
Example
Section titled “Example”const d = await crate.dossier.festival('dekmantel');