API for Genesis Rust 5x | Shop | Spawn Mini
JSON for programs, websites and more
text
json
{
"response": {
"fps": 92,
"fps_avg": 91,
"entities_count": 83887,
"world_seed": 1337,
"world_size": 3750,
"steam_id": "90286555557717005",
"domain": null,
"id": 2311328,
"ip": "216.105.171.146",
"port": 28035,
"query": 28037,
"color": 0,
"city": "Chicago",
"description": "\nWelcome to Genesis! \r\n\r\nBuild a Boat Quick with the Boat Starter Kit\r\nWIPE CYCLE: Bi-Weekly on Thursdays @ 2PM EST\r\n\r\n- Merged Bandit / Outpost\r\n- Item Shop with Reward System\r\n- Teleportation\r\n- Instant Craft / Whole Base Workbench \r\n- No BP Wipe \r\n- Spawn Minicopters / Vehicles\r\n- Fast Smelt, Fast Recycling\r\n- Custom Loot Table / Most Junk Removed\r\n- Reduced Bag & Bed Timers\r\n- Trade\r\n- Kits\r\n- Raidable Bases \r\n- PVE Events \r\n- Roaming NPCs",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780122815,
"last_online": 1780563634,
"icon": null,
"name": "Genesis Rust 5x | Shop | Spawn Mini",
"connect": "216.105.171.146:28035",
"request": "216.105.171.146:28037",
"map": "Custom Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 30,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1703673984,
"last_update": 1780563634,
"banned": false,
"wipe": 1779386325,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 2385,
"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/2311328");
$data = json_decode($json, true);
var_dump($data);