Stormworks: Build and Rescue
API for [US] SunRise Server | DC: https://discord.gg/9MsneHn89Y
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11181475json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11181475,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "Secaucus",
"description": null,
"game": 573090,
"owner": 176867,
"boosts": 1,
"last_offline": 1774331477,
"score": 0,
"last_online": 1773388218,
"icon": null,
"name": "[US] SunRise Server | DC: https://discord.gg/9MsneHn89Y",
"connect": null,
"request": null,
"map": "Career",
"gamemode": "Stormworks",
"version": null,
"numplayers": 0,
"maxplayers": 14,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1772229737,
"last_update": 1774331477,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 64,
"language": "en",
"parked": true,
"app": {
"id": 13818,
"steam_id": 573090,
"name": "Stormworks: Build and Rescue",
"url": "stormworks-build-and-rescue"
},
"server_owner": {
"username": "hotdogs5693",
"avatar": "no.jpg",
"last_online": 1773706071
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11181475");
$data = json_decode($json, true);
var_dump($data);