API for [AU] OzRust.com PvE | Jetpacks | Kits | Events
JSON for programs, websites and more
text
json
{
"response": {
"fps": 50,
"fps_avg": 48,
"entities_count": 136526,
"world_seed": 1917792318,
"world_size": 5000,
"steam_id": "90286608975709185",
"domain": null,
"id": 8463378,
"ip": "45.125.247.47",
"port": 28014,
"query": 28015,
"color": 0,
"city": "Sydney",
"description": "![[AU] OzRust.com PvE | Jetpacks | Kits | Events](https://i.imgur.com/0QxeW7I.png)\nWelcome to OzRust PVE! \r\nWiped 5th June | Next Purge: 18th June 6pm AEST | Next Wipe: 19th June \r\n\r\nRaiding and PVP have been disabled. \r\n\r\nDuring purge, raiding and are PVP enabled.\r\n\r\nRaidable bases automatically spawn in. You can purchase a base with RP to spawn on the map in the /s store\r\n\r\nFor a full list of commands, visit www.ozrust.com/commands",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780604059,
"last_online": 1780606237,
"icon": null,
"name": "[AU] OzRust.com PvE | Jetpacks | Kits | Events",
"connect": "45.125.247.47:28014",
"request": "45.125.247.47:28015",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2627",
"numplayers": 2,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743888267,
"last_update": 1780606237,
"banned": false,
"wipe": 1780602383,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5713,
"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/8463378");
$data = json_decode($json, true);
var_dump($data);