API для [EU]Daredevil-SoloDuoTrio[PVE][Kit/Shop]BPWipe/Monthly
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 29,
"fps_avg": 29,
"entities_count": 107839,
"world_seed": 1,
"world_size": 4096,
"steam_id": "90286590987042823",
"domain": null,
"id": 10605481,
"ip": "64.40.9.139",
"port": 28029,
"query": 28026,
"color": 0,
"city": "London",
"description": "![[EU]Daredevil-SoloDuoTrio[PVE][Kit/Shop]BPWipe/Monthly](https://i.ibb.co/zY572Ym/Dare-Devil-Profile-Sever.png)\nLast Wipe: 07/05/2026\r\nNext Wipe: 04/06/2026\r\n-----\r\nServer is fully wiped\r\n BP Wipe Monthly\r\n\r\nEVENTS\r\n* [Airfield Event]\r\n* [Sputnik Event]\r\n* [ConvoyEvent]\r\n* [Armored Train Event]\r\n* [Bradley Drops]\r\n* [Tugboat Pirates Event]\r\n* [Gas Station Event]\r\n* [SuperMarket Event]\r\n* [Harbour Event]\r\n\r\nSERVER DETAILS\r\n\r\n* Map = Oregon: Land of Dead\r\n* Map Size: 4096\r\n* Gain RUSTNote to Spend in Shop & Place into BankAccount\r\n* type in chat: /shop\r\n* ATM at (Outpost) & (BanditCamp)\r\n* Extended WorkBench Range\r\n* Custom Improved Loots\r\n* Auto Pickup Barrel & Roads signs Loot's\r\n* Raidabelbase's Available\r\n* Teleportation Available",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780311854,
"last_online": 1780596036,
"icon": null,
"name": "[EU]Daredevil-SoloDuoTrio[PVE][Kit/Shop]BPWipe/Monthly",
"connect": "64.40.9.139:28029",
"request": "64.40.9.139:28026",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 200,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1763321608,
"last_update": 1780596036,
"banned": false,
"wipe": 1778180443,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2938,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/10605481");
$data = json_decode($json, true);
var_dump($data);