No More Room in Hell
API für [CN]星雨-跑酷Bhop/Surf-QQ群:978077088
JSON für Programme, Websites und mehr
text
https://api.gamemonitoring.de/servers/7100927json
{
"response": {
"steam_id": 90284633310301200,
"domain": null,
"id": 7100927,
"ip": "124.223.198.48",
"port": 27070,
"query": 27070,
"color": 0,
"city": "Shanghai",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775746882,
"score": 0,
"last_online": 1776821448,
"icon": null,
"name": "[CN]星雨-跑酷Bhop/Surf-QQ群:978077088",
"connect": "124.223.198.48:27070",
"request": "124.223.198.48:27070",
"map": "surf_wicked",
"gamemode": "跑酷Bhop/Surf",
"version": "1.1.4.2",
"numplayers": 0,
"maxplayers": 9,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1735835679,
"last_update": 1776821448,
"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": 100,
"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": []
}
}Codebeispiele
php
<?php
$json = file_get_contents("https://api.gamemonitoring.de/servers/7100927");
$data = json_decode($json, true);
var_dump($data);