API for EU RENEGADE 3x MONTHLY MAIN | Shop | 50% Upkeep | No BP Wipe |
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286545788071951",
"domain": null,
"id": 807656,
"ip": "45.88.230.169",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Poplar",
"description": "\n===Welcome to RENEGADERUST.COM===\r\n\r\nWipes on the first Thursday of each month @ 2 PM EST (No BP Wipe)\r\n\r\nVIP PERKS - Renegaderust.com\r\nDISCORD - discord.gg/Renegaderust\r\n\r\n===FEATURES===\r\n>/playtowin - Earn points for playtime to purchase FREE VIP\r\n>RAID ALARM - Alerts you via Rust+ when your base is damaged\r\n>50% UPKEEP - For easy upkeep and big bases\r\n>CONVOY EVENT - Armored NPC convoy you can fight for loot\r\n>PREMIUM LOOT TABLES - 3x with junk removed\r\n>SHORT NIGHTS - 5 Minutes\r\n>MORE MINIs AND BOATS SPAWN\r\n>EXTRA - recyclers/repair/research bench at dome, oilrig, fishing, ranch, and cargo\r\n>AUTO AUTH - Auto auth teammates on TC/locks/turrets\r\n>FURNACE FILLER - Easily load/unload furnaces\r\n>FREE SKINNER\r\n>SHOP - Extra points for linking @ renegaderust.link\r\n\r\n===VIP and VIP+ FEATURES===\r\nNO P2W\r\n\r\n===RULES===\r\n>No VAC or Steam game bans within 90 days\r\n>No EAC bans within 180 days\r\n>No more than 2 total bans\r\n>No racism or homophobia\r\n\r\nComplete rules can be found at our website, discord, and /rules in game\r\n[RS-f346f4e1]",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1779963825,
"last_online": 1780549828,
"icon": null,
"name": "EU RENEGADE 3x MONTHLY MAIN | Shop | 50% Upkeep | No BP Wipe |",
"connect": "45.88.230.169:28015",
"request": "45.88.230.169:28017",
"map": "discord.gg/RenegadeRust",
"gamemode": "Rust",
"version": "2625",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1684355000,
"last_update": 1780549828,
"banned": false,
"wipe": 1779976498,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1684,
"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/807656");
$data = json_decode($json, true);
var_dump($data);