API for Kraken's Lair II - Spawn All (No Laggy WS)[https://discord.gg/E
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286765419394048",
"domain": null,
"id": 11638194,
"ip": "173.234.137.176",
"port": 52501,
"query": 52502,
"project_id": null,
"color": 0,
"city": "Slough",
"description": null,
"game": 573090,
"owner": null,
"boosts": 1,
"last_offline": 1781256786,
"last_online": 1780961440,
"icon": null,
"name": "Kraken's Lair II - Spawn All (No Laggy WS)[https://discord.gg/E",
"connect": "173.234.137.176:52501",
"request": "173.234.137.176:52502",
"map": "Career",
"gamemode": "Stormworks",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "GB",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779917211,
"last_update": 1781256786,
"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": 91,
"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/11638194");
$data = json_decode($json, true);
var_dump($data);