Skip to content

crate.aura(params)

crate.aura(params?: { limit?: number }, opts?: RequestOptions): Promise<AuraIndexResponse>

The aura index — artists whose signals are converging across several dimensions at once, strongest first. state: 'degraded' = a substrate read failed (items empty, still HTTP 200) — branch on it rather than assuming rows.

EndpointGET /api/v2/aura
Authkey
ReturnsAuraIndexResponse
Retryableyes
Idempotentyes
const a = await crate.aura({ limit: 100 });
a.items.forEach((x) => console.log(x.display, x.convergence_dim_count));