osu-api-v2-js
    Preparing search index...
    • Get all the events about a lazer realtime room!

      Parameters

      Returns Promise<
          {
              beatmaps: Beatmap[];
              beatmapsets: WithHype[];
              current_playlist_item_id: number;
              events: Multiplayer.Room.Event[];
              first_event_id: number;
              last_event_id: number;
              playlist_items: WithDetailsScores[];
              room: Multiplayer.Room;
              users: WithCountry[];
          },
      >

      It WILL error (422) if the provided room is not realtime, and may return empty arrays on rooms from roughly April 2025 or older