No More Room in Hell
[IceBox]动态难度|特感|拾荒|武器库 群:254341338 için API
Programlar, siteler ve diğerleri için JSON
text
https://api.gamemonitoring.tr/servers/10961530json
{
"response": {
"steam_id": "85568392932623039",
"domain": null,
"id": 10961530,
"ip": "112.17.187.18",
"port": 11324,
"query": 11324,
"color": 0,
"city": "Wenzhou",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775928724,
"score": 0,
"last_online": 1776226832,
"icon": null,
"name": "[IceBox]动态难度|特感|拾荒|武器库 群:254341338",
"connect": "112.17.187.18:11324",
"request": "112.17.187.18:11324",
"map": "nmo_highrise_v1",
"gamemode": "IceBox NMRiH",
"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": 1768751576,
"last_update": 1776226832,
"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": 170,
"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": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/10961530");
$data = json_decode($json, true);
var_dump($data);