Skip to content

crate.tastemakers()

crate.tastemakers(opts?: RequestOptions): Promise<TastemakersResponse>

The tastemaker leaderboard — early-moving curators/DJs ranked, with ones-to-watch and early-spinner slices. Leading indicators, not vanity counts.

EndpointGET /api/v2/tastemakers
Authkey
ReturnsTastemakersResponse
Retryableyes
Idempotentyes
const t = await crate.tastemakers();
t.leaderboard.forEach((x) => console.log(x.rank, x.name, x.ownTier));