[EU] RustNRelax 3x Solo | Loot+ | No BP Wipes | Wiped 07/05 के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 302486,
"world_seed": 1,
"world_size": 4000,
"steam_id": "90285941274287119",
"domain": null,
"id": 969295,
"ip": "168.100.161.35",
"port": 28015,
"query": 28018,
"color": 0,
"city": "London",
"description": "![[EU] RustNRelax 3x Solo | Loot+ | No BP Wipes | Wiped 07/05](https://i.postimg.cc/ry0HHbK1/ingame.png)\nThe ORIGINAL slightly more relaxed Rust experience!\r\nMax Team Size is 1! No Alliances, and no Truces\r\nNo BP Wipes, Map Wipes 1st Thursday of each month @ 7 PM GMT\r\n\r\nSERVER FEATURES:\r\n• No P2W - QoL Plugins Only\r\n• 25% Less TC Upkeep\r\n• Increased Turret Limit\r\n• Extended Workbench Range\r\n• Automatic SAM Site Auth\r\n• Backpacks, Vehicles, Base Recyclers and RaidAlarm\r\n• 3X Gather, Stacks, Comps & Smelting\r\n• 2X Scrap, 1.5X Sulfur\r\n• 2X Crafting, 3X Recycling\r\n• Longer Days (55 mins) & Shorter Nights (5 mins)\r\n• Drone Marketplaces at Ranch & Fishing Villages\r\n• Recyclers at Dome, Cargo Ship, Oil Rigs & Fishing Villages",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778419385,
"last_online": 1779256213,
"icon": null,
"name": "[EU] RustNRelax 3x Solo | Loot+ | No BP Wipes | Wiped 07/05",
"connect": "168.100.161.35:28015",
"request": "168.100.161.35:28018",
"map": "discord.gg/RustNRelax",
"gamemode": "Survival",
"version": "2625",
"numplayers": 13,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1684939412,
"last_update": 1779256213,
"banned": false,
"wipe": 1778176724,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 589,
"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.in/servers/969295");
$data = json_decode($json, true);
var_dump($data);