API for Rustko US Vanilla | Solo/Duo/Trio/Quad | Biweekly WIPE 06/04
JSON for programs, websites and more
text
json
{
"response": {
"fps": 128,
"fps_avg": 122,
"entities_count": 54785,
"world_seed": 1337,
"world_size": 3000,
"steam_id": "90286604320411667",
"domain": null,
"id": 11645219,
"ip": "198.136.48.167",
"port": 28016,
"query": 28015,
"color": 0,
"city": "Orlando",
"description": "Click View Webpage to join our Discord: rustko.xyz/discord \r\n \r\nVeterans and noobs are welcome. We strive to be noob friendly and help others to learn, so please be nice and considerate to others. \r\n \r\nServer Features \r\n✔ Custom Map, Minicopters on Road, Combined Outpost & Bandit, Reyclers at Fishing Village\r\n✔ NO LAG, High Performance Dedicated Box in US East\r\n✔ Vanilla Experience w/ Decreased Decay, Decreased Rain & Fog Chance \r\n✔ Active Admins & Mods, Reports In-Game and Discord Monitored 24/7\r\n✔ Biweekly Wipes on 1st and 3rd Thursday, 2PM EST (Last Wiped: 06/04) \r\n \r\nGlobal Rules \r\n- No cheating, exploits, scripting, and no game bans in the past year \r\n- No racism, homophobia or discrimination \r\n- Mature space, no trolls or excessively toxic players \r\n- VPNs permitted, but we may request you temporarily disable it \r\n- We discourage offline raiding, and griefing of bases, please online other players when possible to help everyone learn \r\n \r\nTeam Size Rules \r\n- Group Limit: 4\r\n- Teammates are not required to share a base, but anyone on your team may not exceed the group limit \r\n- Team swaps are for the wipe, removed players may not return to your team until the next wipe \r\n- Neutrality between teams is permitted, but no aid in PVP combat under any circumstances, including trading raiding materials \r\n- Trades with neighbors must be equal, like with any other player \r\n \r\nPLAYER RPEORTS: If you find a player breaking the rules, please use /report, F7 or open a ticket in Discord. Our Admins will receive reports through any of these methods. Do NOT call out players in chat.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780596862,
"last_online": 1780618226,
"icon": null,
"name": "Rustko US Vanilla | Solo/Duo/Trio/Quad | Biweekly WIPE 06/04",
"connect": "198.136.48.167:28016",
"request": "198.136.48.167:28015",
"map": "Rustko.xyz",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 61,
"add_date": 1780177453,
"last_update": 1780618226,
"banned": false,
"wipe": 1780596773,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2293,
"language": "en",
"parked": false,
"app": {
"id": 12,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11645219");
$data = json_decode($json, true);
var_dump($data);