[EU] RustLords sanctuary PvE - Vanilla - No BP wipe - Raidbases के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"steam_id": "90286435357253642",
"domain": null,
"id": 11668653,
"ip": "37.187.133.205",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Roubaix",
"description": "![[EU] RustLords sanctuary PvE - Vanilla - No BP wipe - Raidbases](https://i.ibb.co/ynn1tQbD/VYGLPm-Y.png)\nRUSTLORDS SANCTUARY\r\nMonthly Vanilla PvE | Optional PvP | Consent-Based Raiding\r\n\r\nWelcome to RustLords Sanctuary — a relaxed Rust experience focused on long-term progression, building, creativity, and community without constant PvP pressure.\r\n\r\nBuild massive bases, farms, industrial systems, shops, hotels, and entire player towns in a protected PvE environment designed for stress-free survival.\r\n\r\nSERVER FEATURES\r\n• Monthly Map Wipes\r\n• No Forced BP Wipes\r\n• Vanilla Gameplay\r\n• 50% Decay Rate\r\n• Minicopters Spawn on Roads\r\n• Raidable Bases\r\n• Deep Sea PvP Zones\r\n• Consent-Based Duel System\r\n• Chat Trivia, Rewards & Leaderboards\r\n• Lord AI Chat Assistant\r\n• Active Staff & Moderation\r\n• Friendly & Noob-Friendly Community\r\n\r\nOPTIONAL PvP & RAIDING\r\nPvP and raiding are only allowed through:\r\n• Player Duels (full PvP & raiding between participants)\r\n• Deep Sea PvP Zones\r\n• Purge Events (23 hours before wipe)\r\n• Raid Bases\r\n\r\nBLUEPRINT SYSTEM\r\nYour blueprints stay across wipes unless you voluntarily reset them for rewards through the website.\r\n\r\nQUICK RULES\r\n• No Unauthorized Raiding or Stealing\r\n• No Griefing or Toxicity\r\n• No Cheating or Exploiting\r\n• Respect Players & Staff\r\n• PvP Only Through Consent or PvP Activities\r\n\r\nWebsite: rustlords.com\r\nDiscord: discord.gg/EvXGbx4FCz",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780180333,
"last_online": 1780258229,
"icon": null,
"name": "[EU] RustLords sanctuary PvE - Vanilla - No BP wipe - Raidbases",
"connect": "37.187.133.205:28015",
"request": "37.187.133.205:28017",
"map": "Procedural Map",
"gamemode": "Rust",
"version": "2625",
"numplayers": 6,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "FR",
"status": true,
"votes": 0,
"points": 65,
"add_date": 1780180333,
"last_update": 1780258229,
"banned": false,
"wipe": 1780177566,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1076,
"language": "fr",
"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/11668653");
$data = json_decode($json, true);
var_dump($data);