LastMan/2倍物资/萌新养老/纯净生存/Qqun716115924 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"build": 114625,
"extraFlags": 0,
"nameHeaderRaw": "10fc1b010302",
"statusFlags": 0,
"type": 0,
"unknownStatusFlags": 0,
"steam_id": null,
"domain": null,
"id": 11753424,
"ip": "119.98.102.74",
"port": 56752,
"query": 56752,
"color": 0,
"city": "Shizishan",
"description": null,
"game": 513710,
"owner": null,
"boosts": 1,
"last_offline": 1780519379,
"last_online": 1780570878,
"icon": null,
"name": "LastMan/2倍物资/萌新养老/纯净生存/Qqun716115924",
"connect": "119.98.102.74:56752",
"request": "119.98.102.74:56752",
"map": null,
"gamemode": "community-direct",
"version": "1.2.3.1.114625",
"numplayers": 0,
"maxplayers": 15,
"bots": 0,
"secured": null,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1780519379,
"last_update": 1780570878,
"banned": false,
"wipe": null,
"official": false,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4807,
"language": "zh",
"parked": false,
"app": {
"id": 11540,
"steam_id": 513710,
"name": "SCUM",
"url": "scum"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11753424");
$data = json_decode($json, true);
var_dump($data);