API for Rusty Relax PvE | 2x | EU | Events | Shop
JSON for programs, websites and more
text
json
{
"response": {
"fps": 60,
"fps_avg": 56,
"entities_count": 118268,
"world_seed": 463230260,
"world_size": 4500,
"steam_id": "90286581536417796",
"domain": null,
"id": 8605046,
"ip": "148.251.177.248",
"port": 28060,
"query": 28061,
"color": 0,
"city": "Falkenstein",
"description": "\nWelcome to RustyRelax 2X. We are giving you a fun time on PvE. We got events: GasStation, Convoy, Raidablebases, BossMonster, Harbor, TrainHeist and GuessNumber. We got a special shop and special places for you to loot, so look around. You can stack your boxes, buy a heli or bradley, share your blueprints, get points to the skilltree, do some trades and try out our Virtual pumpjack and quarry. Admins are: ScottishGoliath, DaddyD, Soul, S0faKingAwes0me and ChellaDK89. Have fun and welcome!",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780545869,
"last_online": 1780597236,
"icon": null,
"name": "Rusty Relax PvE | 2x | EU | Events | Shop",
"connect": "148.251.177.248:28060",
"request": "148.251.177.248:28061",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1744927424,
"last_update": 1780597236,
"banned": false,
"wipe": 1779428958,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2439,
"language": "de",
"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/8605046");
$data = json_decode($json, true);
var_dump($data);