Rust
API for ServerZ Rust Monthly ZA
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/5239882json
{
"response": {
"fps": 166,
"fps_avg": 160,
"entities_count": 92737,
"world_seed": 2126383244,
"world_size": 4000,
"steam_id": "90285667437392927",
"domain": null,
"id": 5239882,
"ip": "165.255.244.254",
"port": 28015,
"query": 28017,
"color": 0,
"city": "Pretoria",
"description": "\nThis is a server for our playgroup and friends to join in have some fun from the normal rust crazyness. PLEASE lets try and NOT offline raid. We want to enjoy the game. However we would love people to join in! \r\n Admins do play however no 'unfair advantages' will be given. \r\n We are here to have fun! \r\n \r\n Monthly Wipe. \r\n Map and blueprint wipe on first Thursday of every month. \r\n \r\n Next Wipe: 5th March 2026 \r\n Join our discord: https://discord.gg/MxYDWx7Ns5",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778603644,
"score": 0,
"last_online": 1778778021,
"icon": null,
"name": "ServerZ Rust Monthly ZA",
"connect": "165.255.244.254:28015",
"request": "165.255.244.254:28017",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": true,
"votes": 0,
"points": 62,
"add_date": 1721239901,
"last_update": 1778778021,
"banned": false,
"wipe": 1778266404,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1725,
"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/5239882");
$data = json_decode($json, true);
var_dump($data);