Skip to content

Public API Documentation

API Root URL : https://public-api.lotusau.top/api/v1
Section titled “API Root URL : https://public-api.lotusau.top/api/v1”

There are currently 3 Routes available for our Public API
Section titled “There are currently 3 Routes available for our Public API”

Full URL: 'https://public-api.lotusau.top/api/v1/lobbies'
Method(s): GET

This returns all public Project: Lotus lobbies, Automatically updated every 2 minutes. These are sorted in order of Player Count.

Example Response:

{
"1": {
"gameId": "-1923269480",
"gameCode": "IYHNFG",
"lobbyHost": "Theta",
"lobbyRegion": "North America",
"playerCount": 12,
"maxPlayerCount": 15,
"selectedMap": 2,
"status": "OPEN",
"sortOrder": 1
},
"2": {
"gameId": "-19236569480",
"gameCode": "EMBRWY",
"lobbyHost": "Lilypad",
"lobbyRegion": "Europe",
"playerCount": 4,
"maxPlayerCount": 15,
"selectedMap": 0,
"status": "IN-GAME",
"sortOrder": 2
}
}
Map NameMap ID
The Skeld0
Mira HQ1
Polus2
The Airship4
The Fungle5
Submerged*6
* We’ve listed Submerged here even though it isn’t in the Vanilla Game.

Full URL: 'https://public-api.lotusau.top/api/v1/status'
Method(s): GET

This returns a JSON format version of our statuses available at status.lotusau.top Example Responses:

All Online:

{
"Beta Website": "up",
"Main Website": "up",
"Lobby Backend": "up",
"Lilypad": "up",
"Bug Report API": "up",
"Public API": "up"
}

Some are Down:

{
"Beta Website": "up",
"Main Website": "up",
"Lobby Backend": "down",
"Lilypad": "down",
"Bug Report API": "maintenance",
"Public API": "up"
}
Types
up
down
maintenance

Full URL: 'https://public-api.lotusau.top/api/v1/privacy'
Method(s): GET

This returns a plain-text UNIX Timestamp of the last time our Privacy Policy was updated.

Example Response:

1730993994