TЮPЯГA CTPOГOГO PEЖИMA ⛓️ SGaming.RU के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": null,
"domain": null,
"id": 11713137,
"ip": "194.156.103.122",
"port": 10178,
"query": 10178,
"color": 0,
"city": "Gavar Municipality",
"description": null,
"game": 240,
"owner": null,
"boosts": 1,
"last_offline": 1780386791,
"last_online": 1780341194,
"icon": null,
"name": "TЮPЯГA CTPOГOГO PEЖИMA ⛓️ SGaming.RU",
"connect": "194.156.103.122:10178",
"request": "194.156.103.122:10178",
"map": "ba_jail_electric_vip_v3_sg",
"gamemode": "▀▀██▀▀ ███ ██▀██",
"version": "9540945",
"numplayers": 0,
"maxplayers": 255,
"bots": 0,
"secured": true,
"private": false,
"country": "AM",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780301135,
"last_update": 1780386791,
"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": 3930,
"language": "hy",
"parked": false,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11713137");
$data = json_decode($json, true);
var_dump($data);