HomeGamesServers

Live events

All in-game events right when they happen!
Rust

A history of events

All in-game events are saved for you to pick them up whenever you need them.
Rust

Supported games

These are all the supported games that you can interact with.
Rust

TBD

TBD

TBD

TBD

TBD

Next generation interactions

Interacting with in-game events is as easy as installing a library.
import { NatsAsyncApiClient } from '@eventgamingapi/rust';

const client = new NatsAsyncApiClient();
await client.connect();
await client.subscribeToRustServerStarted((message) => {
  console.log(`Server have started`)
});
EventStack