Counter-Strike: Source
NextWin | Zombie Escape | [Steam] [Rebuy Mode] के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
https://api.gamemonitoring.in/servers/5229432json
{
"response": {
"steam_id": null,
"domain": null,
"id": 5229432,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "[{\"id\":\"oshXfgWYAu\",\"type\":\"paragraph\",\"data\":{\"text\":\"Названия сервера: [CS2] XxLuckyxX AWP ONLY #1 | !KNIFE !SKINS\"}},{\"id\":\"zi2SxEshGK\",\"type\":\"paragraph\",\"data\":{\"text\":\"Сайт проекта: [https://xxluckyxx.ru](https://xxluckyxx.ru)\"}},{\"id\":\"-VadVzaoBq\",\"type\":\"paragraph\",\"data\":{\"text\":\"Дискорд: https://discord.gg/89tMKM5y\"}}]",
"game": 240,
"owner": 75548,
"boosts": 1,
"last_offline": 1758284167,
"score": 0,
"last_online": 1754150423,
"icon": null,
"name": "NextWin | Zombie Escape | [Steam] [Rebuy Mode]",
"connect": null,
"request": null,
"map": "ze_ffvii_mako_reactor_v5_3",
"gamemode": "Counter-Strike: Source",
"version": null,
"numplayers": 0,
"maxplayers": 64,
"bots": 0,
"secured": false,
"private": false,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1721171432,
"last_update": 1758284167,
"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": 1886,
"language": "ru",
"parked": true,
"app": {
"id": 5,
"steam_id": 240,
"name": "Counter-Strike: Source",
"url": "counter-strike-source"
},
"server_owner": {
"username": "xxlstrxx",
"avatar": "4191df21-7f9b-4b46-a1ff-ed0c58672961.jpg",
"last_online": 1726390700
},
"mods": [],
"disabled_modules": []
}
}कोड उदाहरण
php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/5229432");
$data = json_decode($json, true);
var_dump($data);