Skip to main content
GET
/
games
/
running
Get running games
curl --request GET \
  --url https://api.readmin.app/games/running \
  --header 'loader-id: <api-key>'
{
  "success": true,
  "runningGames": [
    {
      "_id": "<string>",
      "version": "<string>",
      "groupId": "<string>",
      "internalGameId": "<string>",
      "gameId": 123,
      "placeId": 123,
      "jobId": "<string>",
      "privateServerId": "<string>",
      "privateServerOwnerId": 123,
      "placeVersion": "<string>",
      "players": [
        "<string>"
      ],
      "lastPing": "2023-11-07T05:31:56Z",
      "created": "2023-11-07T05:31:56Z"
    }
  ]
}

Authorizations

loader-id
string
header
required

Response

Successful operation

success
boolean
runningGames
object[]