Active Games
| Game | Status | Progress | Actions |
|---|---|---|---|
| NBA Game 20913 | STOPPED | Snapshot 273 | View API Start |
| NBA Game 20913 | STOPPED | Snapshot 273 | View API Start |
Available Games
| Game ID | Snapshots | Actions |
|---|---|---|
| 20913 | 273 (2024-05-04-03-04 to 2024-05-04-23-59) |
| Game | Status | Progress | Actions |
|---|---|---|---|
| NBA Game 20913 | STOPPED | Snapshot 273 | View API Start |
| NBA Game 20913 | STOPPED | Snapshot 273 | View API Start |
| Game ID | Snapshots | Actions |
|---|---|---|
| 20913 | 273 (2024-05-04-03-04 to 2024-05-04-23-59) |
The following API endpoints can be accessed directly via hyperlinks to get the current live status of games:
Returns the status of all active games in a single API call.
Returns detailed status of a specific game, including recent plays and scores.
The following endpoints can be used to control games:
/api/games/<game_id>/start - Start a game simulation/api/games/<game_id>/start?speed_factor=5.0 - Start at 5x speed/api/games/<game_id>/stop - Stop a game simulation/api/games/<game_id>/set?index=10 - Jump to a specific snapshot/api/games/<game_id>/delete - Delete a game (POST request)/api/games/create - Create a new game (POST request with game_id and display_name parameters)Interactive API Documentation - OpenAPI-based interactive documentation
/api/swagger.json - Raw OpenAPI schema