No More Room in Hell
API für No more room in MZRY
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/11486950json
{
"response": {
"steam_id": "90284337863888913",
"domain": null,
"id": 11486950,
"ip": "98.165.192.62",
"port": 27015,
"query": 27015,
"color": 0,
"city": "Phoenix",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775521925,
"score": 0,
"last_online": 1776787264,
"icon": null,
"name": "No more room in MZRY",
"connect": "98.165.192.62:27015",
"request": "98.165.192.62:27015",
"map": "nms_ransack",
"gamemode": "No More Room in Hell",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 8,
"bots": 0,
"secured": true,
"private": true,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1774979607,
"last_update": 1776787264,
"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": 249,
"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": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/11486950");
$data = json_decode($json, true);
var_dump($data);