👮👮👮 TЮPЯГA 👮 ПEPEДOBOЙ 👮 JAIL SGaming.RU के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11715247,
"ip": "86.107.100.178",
"port": 11607,
"query": 11607,
"color": 0,
"city": "Mumbai",
"description": null,
"game": 4465480,
"owner": null,
"boosts": 1,
"last_offline": 1780434262,
"last_online": 1780431198,
"icon": null,
"name": "👮👮👮 TЮPЯГA 👮 ПEPEДOBOЙ 👮 JAIL SGaming.RU",
"connect": "86.107.100.178:11607",
"request": "86.107.100.178:11607",
"map": "jb_minecraftparty_jail_sgaming_v1",
"gamemode": "Counter-Strike: Global Offensive",
"version": "1.38.8.1",
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": true,
"private": false,
"country": "IN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780301578,
"last_update": 1780434262,
"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": 2160,
"language": "hi",
"parked": false,
"app": {
"id": 1629104,
"steam_id": 4465480,
"name": "Counter-Strike: Global Offensive",
"url": "counter-strike-global-offensive"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11715247");
$data = json_decode($json, true);
var_dump($data);