Stormworks: Build and Rescue
API for StormCore | Auto Auth | Official Game Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11394107json
{
"response": {
"steam_id": "90285011015211017",
"domain": null,
"id": 11394107,
"ip": "208.115.206.90",
"port": 52501,
"query": 52502,
"color": 0,
"city": "Frankfurt am Main",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1776657799,
"score": 0,
"last_online": 1777243232,
"icon": null,
"name": "StormCore | Auto Auth | Official Game Server",
"connect": "208.115.206.90:52501",
"request": "208.115.206.90:52502",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 1,
"maxplayers": 16,
"bots": 1,
"secured": false,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 46,
"add_date": 1774596903,
"last_update": 1777243232,
"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": 6,
"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/11394107");
$data = json_decode($json, true);
var_dump($data);