No More Room in Hell
API for [好时光服务器]8人纯净(微改)服
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10431295json
{
"response": {
"steam_id": "90284374212893706",
"domain": null,
"id": 10431295,
"ip": "49.234.22.146",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1768642752,
"score": 0,
"last_online": 1776205255,
"icon": null,
"name": "[好时光服务器]8人纯净(微改)服",
"connect": "49.234.22.146:27015",
"request": "49.234.22.146:27015",
"map": "nmo_broadway",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1759829125,
"last_update": 1776205255,
"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": 135,
"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/10431295");
$data = json_decode($json, true);
var_dump($data);