No More Room in Hell
开服就找莱卡云 game.lcayun.com के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/10330862json
{
"response": {
"steam_id": "90284374739660810",
"domain": null,
"id": 10330862,
"ip": "110.42.101.23",
"port": 6127,
"query": 6127,
"color": 0,
"city": "Ningbo",
"description": null,
"game": 224260,
"owner": null,
"boosts": 1,
"last_offline": 1775221333,
"score": 0,
"last_online": 1776206453,
"icon": null,
"name": "开服就找莱卡云 game.lcayun.com",
"connect": "110.42.101.23:6127",
"request": "110.42.101.23:6127",
"map": "nms_northway",
"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": 1758303499,
"last_update": 1776206453,
"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": 136,
"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": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/10330862");
$data = json_decode($json, true);
var_dump($data);