Skip to content

v2.site.spotlights.list

cyperdark edited this page May 23, 2023 · 3 revisions

Return list of spotlights

Authentication

const { auth } = require('osu-api-extended');
await auth.login(client_id, client_secret);

Function

await v2.site.spotlights.list()

Response

export interface response {
  end_date: string;
  id: number;
  mode_specific: boolean;
  name: string;
  start_date: string;
  type: string;
}

[v3.x.x] Documentation


[v2.x.x] Documentation

Clone this wiki locally