Rust
API for Wasteland Nomads [PvE | VAN] - No Raiding | No Killing
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5844154json
{
"response": {
"fps": 115,
"fps_avg": 111,
"entities_count": 169777,
"world_seed": 1162800386,
"world_size": 5000,
"steam_id": "90284727205564427",
"domain": null,
"id": 5844154,
"ip": "87.206.249.113",
"port": 28015,
"query": 26001,
"color": 0,
"city": "Częstochowa",
"description": "![Wasteland Nomads [PvE | VAN] - No Raiding | No Killing](https://i.imgur.com/VdDuNru.png)\nWelcome to the Wasteland Nomads server, where you will experience pure vanilla Rust, perfectly balanced, as all things should be.\r\n\r\nInfo:\r\n- No Raiding! No Killing! No Looting! No Trespassing!\r\n- Noob friendly!\r\n- Decay and upkeep disabled\r\n- The Purge during the last 24h\r\n- The preferred language for communication with admins is English.\r\n- Please read the server rules which can be found on our website and discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776674600,
"score": 0,
"last_online": 1776825617,
"icon": null,
"name": "Wasteland Nomads [PvE | VAN] - No Raiding | No Killing",
"connect": "87.206.249.113:28015",
"request": "87.206.249.113:26001",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "PL",
"status": true,
"votes": 0,
"points": 63,
"add_date": 1725264209,
"last_update": 1776825617,
"banned": false,
"wipe": 1775153478,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1080,
"language": "pl",
"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/5844154");
$data = json_decode($json, true);
var_dump($data);