API для EU Renewal 2x Solo/Duo/Trio/Quad/Max5 | LOW POP | JUST WIPED |
JSON для программ, сайтов и прочего
text
json
{
"response": {
"fps": 91,
"fps_avg": 70,
"entities_count": 48596,
"world_seed": 1120490997,
"world_size": 3000,
"steam_id": "90286441657495564",
"domain": null,
"id": 11644643,
"ip": "87.121.85.193",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Budapest",
"description": "\nEU Renewal - 2x gather (JUST WIPED 05/30)\r\n\r\nNext wipe: 2026.06.06\r\n\r\nFeatures:\r\n- Maximum group size: 5\r\n- Stable 2x gather (2x wood/stone, 1.5x sulfur), with unique loot - less junk, better experience.\r\n- Merged Outpost & Bandit: Bandit shops in Outpost + airwolf integration.\r\n- Monument expansions: Recycler & Drone add-ons Fishing Village, Ranch, Barns.\r\n- Faster smelting/crafting/recycling, TimeOfDay: 55m day / 5m night.\r\n- Helispawn by road, RHIB along coast, 50//renewalrust.com/logo.png",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780653214,
"last_online": 1780239036,
"icon": null,
"name": "EU Renewal 2x Solo/Duo/Trio/Quad/Max5 | LOW POP | JUST WIPED |",
"connect": "87.121.85.193:28015",
"request": "87.121.85.193:28016",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "HU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780177432,
"last_update": 1780653214,
"banned": false,
"wipe": 1780231156,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12025,
"language": "hu",
"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/11644643");
$data = json_decode($json, true);
var_dump($data);