百通/盖亚/神秘学院/AG/群895340824-维京-6513 - (v358. के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": 90280324238005260,
"domain": null,
"id": 11685693,
"ip": "47.108.113.82",
"port": 11538,
"query": 21538,
"color": 0,
"city": "Chengdu",
"description": null,
"game": 346110,
"owner": null,
"boosts": 1,
"last_offline": 1780224596,
"last_online": 1780602655,
"icon": null,
"name": "百通/盖亚/神秘学院/AG/群895340824-维京-6513 - (v358.",
"connect": "47.108.113.82:11538",
"request": "47.108.113.82:21538",
"map": "TheIsIand",
"gamemode": "TestGameMode_C",
"version": "1.0.0.0",
"numplayers": 8,
"maxplayers": 225,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 34,
"add_date": 1780224596,
"last_update": 1780602655,
"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": 2151,
"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/11685693");
$data = json_decode($json, true);
var_dump($data);