[CN-UN]GOC 3225 SPECIAL FORCE SQUAD 4(Raid Outpost) के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286278827695131",
"domain": null,
"id": 11588087,
"ip": "202.189.9.244",
"port": 30010,
"query": 30011,
"color": 0,
"city": "Beijing",
"description": null,
"game": 872670,
"owner": null,
"boosts": 1,
"last_offline": 1780664012,
"last_online": 1779983459,
"icon": null,
"name": "[CN-UN]GOC 3225 SPECIAL FORCE SQUAD 4(Raid Outpost)",
"connect": "202.189.9.244:30010",
"request": "202.189.9.244:30011",
"map": "M_HuntSweden",
"gamemode": "Hunt",
"version": "0.4.1.0",
"numplayers": 0,
"maxplayers": 5,
"bots": 0,
"secured": false,
"private": false,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779357541,
"last_update": 1780664012,
"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": 43,
"language": "zh",
"parked": false,
"app": {
"id": 51883,
"steam_id": 872670,
"name": "SCP: 5K (Alpha Testing)",
"url": "scp-5k-alpha-testing"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11588087");
$data = json_decode($json, true);
var_dump($data);