API for Vandy's 3x Monthly No Offlines | Clans | Kits | Shared BPs |
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 59,
"entities_count": 55422,
"world_seed": 1337,
"world_size": 2750,
"steam_id": "90286627773895702",
"domain": null,
"id": 11502436,
"ip": "66.51.96.63",
"port": 28020,
"query": 28021,
"project_id": null,
"color": 0,
"city": "Ashburn",
"description": "\nVandy’s 6 Man | 3x | Fast PvP\r\n\r\nNo grind. No downtime. Just fights.\r\n\r\nThis server is built for constant action — fast progression, stacked loot, and nonstop PvP from the second you spawn in.\r\n\r\nWhat to Expect:\r\n• 6 Man Max Teams\r\n• 3x Gather | 2x Sulfur\r\n• Spawnable Minis = instant roams\r\n• Paid Kits built for PvP (skip the boring start)\r\n• Buffed EVERYTHING – Locked Crates, Oil, Bradley, Heli\r\n• Excavator Event for big fights\r\n• Clean, optimized loot (no useless junk)\r\n\r\nYou’re not here to farm for 5 hours.\r\nYou’re here to snowball, fight, raid, repeat.\r\n\r\nRun oil → get loaded → fight on the way back\r\nHeli → contested\r\nTake Bradley → defend it\r\nRoam → get into fights immediately\r\n\r\nEvery system is tuned for one thing:\r\n👉 more PvP, faster progression, better fights\r\n\r\nIf your team can’t keep up, you’ll get rolled.\r\nIf you can — you’ll dominate the wipe.\r\n\r\nGear up. Get moving. Stay fighting.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780049620,
"last_online": 1780676434,
"icon": null,
"name": "Vandy's 3x Monthly No Offlines | Clans | Kits | Shared BPs |",
"connect": "66.51.96.63:28020",
"request": "66.51.96.63:28021",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 1,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1779207200,
"last_update": 1780676434,
"banned": false,
"wipe": 1780596297,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 4946,
"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/11502436");
$data = json_decode($json, true);
var_dump($data);