|KAB| GunGame2 Alt_Wpn Rotate No Hook के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286772318033926",
"domain": null,
"id": 13537,
"ip": "74.91.113.82",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Greenville",
"description": "",
"game": 80,
"owner": null,
"boosts": 1,
"last_offline": 1779408465,
"last_online": 1780960838,
"icon": null,
"name": "|KAB| GunGame2 Alt_Wpn Rotate No Hook",
"connect": "74.91.113.82:27015",
"request": "74.91.113.82:27015",
"map": "fy_iceworld_2020",
"gamemode": "|KAB| GunGame",
"version": "1.0.0.3/Stdio",
"numplayers": 5,
"maxplayers": 32,
"bots": 6,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 48,
"add_date": 1501541366,
"last_update": 1780960838,
"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": 26,
"language": "en",
"parked": false,
"app": {
"id": 10,
"steam_id": 80,
"name": "Counter-Strike: Condition Zero",
"url": "counter-strike-condition-zero"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/13537");
$data = json_decode($json, true);
var_dump($data);