No More Room in Hell
API for [Senser.tw]NMRIH Server (Taiwan)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/7482004json
{
"response": {
"steam_id": "90284158732326923",
"domain": null,
"id": 7482004,
"ip": "220.130.108.125",
"port": 27060,
"query": 27060,
"color": 0,
"city": "Kaohsiung",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775787724,
"score": 0,
"last_online": 1776280277,
"icon": null,
"name": "[Senser.tw]NMRIH Server (Taiwan)",
"connect": "220.130.108.125:27060",
"request": "220.130.108.125:27060",
"map": "nmo_breakpoint_v2",
"gamemode": "全參數自訂,簡單、困難、爽殺隨您喜好",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "TW",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1739269391,
"last_update": 1776280277,
"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": 115,
"language": "zh",
"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/7482004");
$data = json_decode($json, true);
var_dump($data);