No More Room in Hell
API for dr.N0s MYSTERIOUS sLAUGHTER HOUSE
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/384161json
{
"response": {
"steam_id": "90284002672245762",
"domain": null,
"id": 384161,
"ip": "192.223.31.114",
"port": 27015,
"query": 27015,
"color": 0,
"city": "New York",
"description": "",
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775449927,
"score": null,
"last_online": 1776202228,
"icon": null,
"name": "dr.N0s MYSTERIOUS sLAUGHTER HOUSE",
"connect": "192.223.31.114:27015",
"request": "192.223.31.114:27015",
"map": "nmo_boardwalk",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1597718331,
"last_update": 1776202228,
"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": 50,
"language": "en",
"parked": false,
"app": {
"id": 6,
"steam_id": 224260,
"name": "No More Room in Hell",
"url": "no-more-room-in-hell"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/384161");
$data = json_decode($json, true);
var_dump($data);