Rustasis Vanilla Monthly | Solos & Duos | Noob Friendly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 84758,
"world_seed": 1337,
"world_size": 4000,
"steam_id": "90286604197301251",
"domain": null,
"id": 3775652,
"ip": "51.81.48.180",
"port": 28018,
"query": 28019,
"color": 0,
"city": "Reston",
"description": "\n🌟 Official Rust Server of Rustasis.com 🌟 \r\n 🖥️ Server Name: Solo & Duos [US1] \r\n \r\n 🍦 Game Mode: Vanilla \r\n 🗺️ Map Size: 3000 (Small) \r\n 👥 Team Limit: Duos (2 players max team) \r\n \r\n 📅 Map Wipe Schedule: Monthly (Force Wipe – 1st Thurs of the Month) \r\n 🔄 BP Wipe Schedule: None (BP’s not wiped) \r\n \r\n 🔥 Features: \r\n • High Performance Servers, US East Coast based \r\n • All Players Welcome \r\n • Friendly & Active Discord Community \r\n • No Pay To Win \r\n \r\n • Multiple Layers of Custom Anti-Cheat \r\n • Logged Comms For Anti Abuse, Harassment, Cheating \r\n • Active Admin Staff Always Watching \r\n \r\n 📜 Rules: \r\n • No VAC bans in the last 3 years \r\n • No EAC game bans in the last 3 years \r\n • No game-banned alts \r\n • No VPN connections \r\n • Multiple bans across Rust server(s) may result in denied connection \r\n • Players with excessively high ping will be auto-kicked \r\n • No IRL threats including any sort of doxing \r\n \r\n ⚠️ Do not call out cheaters in game chat — use the F7 option in game, type /report, or submit a support ticket on our Discord for the fastest response time. \r\n \r\n 🚫 Do not associate with anyone you know to be ban-evading, cheating, or bug abusing. This could lead to an association ban. \r\n \r\n 📩 For general issues related to our Rust servers (like technical issues) we strongly suggest you submit a ticket in our Discord or use /report in game. This allows us to easily track, investigate, and follow up directly with you. \r\n \r\n 🌐 Visit our website @ Rustasis.com and join us on Discord.gg/Rustasis",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596270,
"last_online": 1780597836,
"icon": null,
"name": "Rustasis Vanilla Monthly | Solos & Duos | Noob Friendly",
"connect": "51.81.48.180:28018",
"request": "51.81.48.180:28019",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1712763589,
"last_update": 1780597836,
"banned": false,
"wipe": 1780596384,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4583,
"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/3775652");
$data = json_decode($json, true);
var_dump($data);