Counter-Strike 2
ZE | UlTrA EsCaPe 128tick (VIP)<=== के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/11032008json
{
"response": {
"steam_id": "85568392926896444",
"domain": null,
"id": 11032008,
"ip": "193.168.198.34",
"port": 28004,
"query": 28004,
"color": 0,
"city": "Helsinki",
"description": null,
"game": 730,
"owner": null,
"boosts": 1,
"last_offline": 1775490084,
"score": 0,
"last_online": 1775952050,
"icon": null,
"name": "ZE | UlTrA EsCaPe 128tick (VIP)<===",
"connect": "193.168.198.34:28004",
"request": "193.168.198.34:28004",
"map": "ze_dangerous_waters_p_zm_",
"gamemode": "Counter-Strike 2",
"version": "1.44.4.4",
"numplayers": 0,
"maxplayers": 255,
"bots": 0,
"secured": true,
"private": false,
"country": "FI",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1769951637,
"last_update": 1775952050,
"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": 10884,
"language": "fi",
"parked": false,
"app": {
"id": 2,
"steam_id": 730,
"name": "Counter-Strike 2",
"url": "counter-strike-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11032008");
$data = json_decode($json, true);
var_dump($data);