稳定21通 焦土 3C10X10F 无风暴龙1994 85 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": 90278275181539330,
"domain": null,
"id": 6887478,
"ip": "123.129.230.79",
"port": 4233,
"query": 4267,
"project_id": null,
"color": 0,
"city": "Beijing",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1781273578,
"last_online": 1781176881,
"icon": null,
"name": "稳定21通 焦土 3C10X10F 无风暴龙1994 85",
"connect": "123.129.230.79:4233",
"request": "123.129.230.79:4267",
"map": "ScorchedEarth",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 70,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1734087888,
"last_update": 1781273578,
"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": 13230,
"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/6887478");
$data = json_decode($json, true);
var_dump($data);