新开 仿官 全地图 长久耐玩 A镜 C3X5F10 孤岛 搜369 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90285614008087574",
"domain": null,
"id": 11743201,
"ip": "140.250.144.252",
"port": 20541,
"query": 20545,
"color": 0,
"city": "Shenzhen",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780518546,
"last_online": 1780602095,
"icon": null,
"name": "新开 仿官 全地图 长久耐玩 A镜 C3X5F10 孤岛 搜369",
"connect": "140.250.144.252:20541",
"request": "140.250.144.252:20545",
"map": "TheIsland",
"gamemode": "TestGameMode_GenericMod_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780518546,
"last_update": 1780602095,
"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": 13444,
"language": "zh",
"parked": false,
"app": {
"id": 67,
"steam_id": 346110,
"name": "ARK: Survival Evolved",
"url": "ark-survival-evolved"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11743201");
$data = json_decode($json, true);
var_dump($data);