API for JSL Game Night - Murder Cruise!
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": 90286294857144350,
"domain": null,
"id": 11632380,
"ip": "192.227.150.12",
"port": 27018,
"query": 27018,
"color": 0,
"city": "Buffalo",
"description": null,
"game": 70,
"owner": null,
"boosts": 1,
"last_offline": 1780356800,
"last_online": 1779990054,
"icon": null,
"name": "JSL Game Night - Murder Cruise!",
"connect": "192.227.150.12:27018",
"request": "192.227.150.12:27018",
"map": "Aurora",
"gamemode": "The Ship (v52)",
"version": "1.1.2.2",
"numplayers": 0,
"maxplayers": 24,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779916786,
"last_update": 1780356800,
"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": 454,
"language": "en",
"parked": false,
"app": {
"id": 9,
"steam_id": 70,
"name": "Half-Life",
"url": "half-life"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11632380");
$data = json_decode($json, true);
var_dump($data);