API for Stormworks: Build and Rescue Server
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286871703531551",
"domain": null,
"id": 11724588,
"ip": "85.14.217.9",
"port": 27100,
"query": 27101,
"project_id": null,
"color": 0,
"city": "Düsseldorf",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1780570408,
"last_online": 1781232740,
"icon": null,
"name": "Stormworks: Build and Rescue Server",
"connect": "85.14.217.9:27100",
"request": "85.14.217.9:27101",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780325402,
"last_update": 1781232740,
"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": 79,
"language": "de",
"parked": false,
"app": {
"id": 13818,
"steam_id": 573090,
"name": "Stormworks: Build and Rescue",
"url": "stormworks-build-and-rescue"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11724588");
$data = json_decode($json, true);
var_dump($data);