crate.tastemakers.onesToWatch()
onesToWatch(opts?: RequestOptions): Promise<OnesToWatchResponse>Just the ‘ones to watch’ slice — rising names with emergence and momentum tiers.
| Endpoint | GET /api/v2/tastemakers/ones-to-watch |
| Auth | key |
| Returns | OnesToWatchResponse |
| Retryable | yes |
| Idempotent | yes |
Example
Section titled “Example”const w = await crate.tastemakers.onesToWatch();