API for Stormbreaker Crew
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286657597199364",
"domain": null,
"id": 11638199,
"ip": "23.111.190.138",
"port": 52501,
"query": 52502,
"project_id": null,
"color": 0,
"city": "Atlanta",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1781248383,
"last_online": 1780725077,
"icon": null,
"name": "Stormbreaker Crew",
"connect": "23.111.190.138:52501",
"request": "23.111.190.138:52502",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": false,
"private": true,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917211,
"last_update": 1781248383,
"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": 93,
"language": "en",
"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/11638199");
$data = json_decode($json, true);
var_dump($data);