API для Summit Rust 2X Solo/Duo/Trio/Quad
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 412,
"fps_avg": 295,
"entities_count": 89700,
"world_seed": 1,
"world_size": 3750,
"steam_id": "90286584282303515",
"domain": null,
"id": 11607310,
"ip": "157.85.90.94",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Docklands",
"description": "\nWelcome to Summit Rust 2x Quad!\r\nOur Features:\r\n- 2x Gather\r\n- Shared BP's\r\n- 5 Minute Nights\r\n- 4 Max Group Size\r\n- No Junk Items in Loot Tables\r\n- Major QoL Improvements\r\n- Custom Server Events (Airfield Event / Convoy Event)\r\nActive and Friendly Staff (non-playing)\r\nJoin our Discord for more Info and Rules: https://discord.gg/ANCrtNy2mR,",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780166614,
"last_online": 1780567234,
"icon": null,
"name": "Summit Rust 2X Solo/Duo/Trio/Quad",
"connect": "157.85.90.94:28015",
"request": "157.85.90.94:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779915502,
"last_update": 1780567234,
"banned": false,
"wipe": 1779764880,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5523,
"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/11607310");
$data = json_decode($json, true);
var_dump($data);