Rustasis 2x Vanilla+ | Monthly | Noob Friendly için API
Programlar, siteler ve diğerleri için JSON
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 113166,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286604143466524",
"domain": null,
"id": 11159746,
"ip": "135.148.137.87",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Warrenton",
"description": "\n🌟 Official 2x Vanilla+ Monthly Server of Rustasis.com 🌟\r\n\r\n 🖥️ Server Name: 2x Vanilla+ | Monthly \r\n ⚙️ Game Mode: Modded \r\n \r\n 🗺️ Map Type: Custom Map (with QoL updates) \r\n 🗺️ Map Size: 4500 (Medium) \r\n \r\n 👥 Team Limit: 4 (4 players max team) \r\n 📅 Map Wipe Schedule: Monthly (Force Wipe – 1st Thurs of the Month) \r\n 🔄 BP Wipe Schedule: Never \r\n \r\n 🔥 Features: \r\n • High Performance Servers, US East Coast based \r\n • All Players Welcome — noobs, veterans, and everyone in-between \r\n • Friendly & Active Discord Community \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 in 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), submit a ticket in our Discord or use /report in game. \r\n \r\n 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": 1780605037,
"icon": null,
"name": "Rustasis 2x Vanilla+ | Monthly | Noob Friendly",
"connect": "135.148.137.87:28015",
"request": "135.148.137.87:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 250,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1772228139,
"last_update": 1780605037,
"banned": false,
"wipe": 1780596481,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4171,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Kod örnekleri
php
<?php
$json = file_get_contents("https://api.gamemonitoring.tr/servers/11159746");
$data = json_decode($json, true);
var_dump($data);