Rusty Saloon | Custom Monuments + QoL Mods | Monthly के लिए API
प्रोग्राम, वेबसाइट और अन्य के लिए JSON
text
json
{
"response": {
"fps": 55,
"fps_avg": 55,
"entities_count": 117316,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90286629108494359",
"domain": null,
"id": 10922622,
"ip": "66.51.99.69",
"port": 28015,
"query": 28016,
"project_id": null,
"color": 0,
"city": "Dallas",
"description": "\nTPM & SECURE BOOT MUST BE ENABLED!!! /n /nUNDER CONSTRUCTION\r\nCustom Map with the Saloon and Quarterly Blueprint wipe coming June 4h!!/n\r\nRusty Saloon is a monthly vanilla drop rate server built around a custom 4500 map and a frontier town hub. Quality of Life improvements, no pay to win, and a focus on community driven gameplay./n\r\nThe wasteland is lawless except inside the Saloon, that's where you can come for community hang outs, entertainment, trading, map votes, bounty board and more (The Saloon's features are under construction)!\r\n\r\n BRAND NEW SERVER Established Feb 2026 \r\n /n UNDER CONSTRUCTION",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780637058,
"last_online": 1780673433,
"icon": null,
"name": "Rusty Saloon | Custom Monuments + QoL Mods | Monthly",
"connect": "66.51.99.69:28015",
"request": "66.51.99.69:28016",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1768476985,
"last_update": 1780673433,
"banned": false,
"wipe": 1780657889,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4239,
"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/10922622");
$data = json_decode($json, true);
var_dump($data);