Rust
API for [AU] Perth Rust Spot | PVP | Vanilla + QoL | Fortnightly
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10896436json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 152511,
"world_seed": 1337,
"world_size": 4500,
"steam_id": "90284531638486038",
"domain": null,
"id": 10896436,
"ip": "103.107.196.38",
"port": 28015,
"query": 28016,
"color": 0,
"city": "Perth",
"description": "![[AU] Perth Rust Spot | PVP | Vanilla + QoL | Fortnightly](https://i.imgur.com/KzIK7dp.png)\n[AU] Perth Rust Spot | PVP | Vanilla + QoL | Fortnightly\r\n\r\nCome join us on the Perth Rust Spot Community Server, a Perth based chill and friendly PVP server for all Aussies. Vanilla drop tables, drone bays & recyclers at Fishing Village, Rust+ enabled, and a few minor QoL mods. No griefing. New players welcome.\r\n\r\nTeam Size Maximum: 8\r\n\r\nSchedule:\r\n- Map + BP wipes 0300 AWST Fortnightly after first Friday of each month.\r\n- Restarts daily 0300 AWST\r\n\r\nDiscord: https://discord.gg/4CaaC3eQwq\r\nDirect Connect: 103.107.196.38:28015\r\n\r\nBe excellent to each other!\r\n\r\n\r\nrs00r^iaozJ^0rAi42NAZ0",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776366221,
"score": 0,
"last_online": 1776399619,
"icon": null,
"name": "[AU] Perth Rust Spot | PVP | Vanilla + QoL | Fortnightly",
"connect": "103.107.196.38:28015",
"request": "103.107.196.38:28016",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1768383827,
"last_update": 1776399619,
"banned": false,
"wipe": 1776366417,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1076,
"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/10896436");
$data = json_decode($json, true);
var_dump($data);