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.
| Endpoint | GET /api/v2/tastemakers |
| Auth | key |
| Returns | TastemakersResponse |
| Retryable | yes |
| Idempotent | yes |
Example
Section titled “Example”const t = await crate.tastemakers();t.leaderboard.forEach((x) => console.log(x.rank, x.name, x.ownTier));