No More Room in Hell
API for NORDIC | Aeon Cu-Dohl | Map 26
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8420394json
{
"response": {
"steam_id": "90284574414063638",
"domain": null,
"id": 8420394,
"ip": "195.178.164.238",
"port": 34076,
"query": 34076,
"color": 0,
"city": "Stockholm",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1771254699,
"score": 0,
"last_online": 1776799234,
"icon": null,
"name": "NORDIC | Aeon Cu-Dohl | Map 26",
"connect": "195.178.164.238:34076",
"request": "195.178.164.238:34076",
"map": "nmo_brooklyn",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "SE",
"status": true,
"votes": 0,
"points": 42,
"add_date": 1743850596,
"last_update": 1776799234,
"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": 41,
"language": "sv",
"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/8420394");
$data = json_decode($json, true);
var_dump($data);