No More Room in Hell
API for M4x's Laboratory US |Custom Maps|Lightly Modded|
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/6870491json
{
"response": {
"steam_id": "90284369747579929",
"domain": null,
"id": 6870491,
"ip": "160.202.167.17",
"port": 29015,
"query": 29015,
"color": 0,
"city": "New York",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1776021134,
"score": 0,
"last_online": 1776203409,
"icon": null,
"name": "M4x's Laboratory US |Custom Maps|Lightly Modded|",
"connect": "160.202.167.17:29015",
"request": "160.202.167.17:29015",
"map": "nmo_arcana_heart_v6",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 7,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 130,
"add_date": 1734010462,
"last_update": 1776203409,
"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": 2,
"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/6870491");
$data = json_decode($json, true);
var_dump($data);