API for [EU] ZE-Gaming #1 | Vanilla PvP | BP Never Wipe | Monthly Map W
JSON for programs, websites and more
text
json
{
"response": {
"fps": 30,
"fps_avg": 29,
"entities_count": 120396,
"world_seed": 296827114,
"world_size": 4500,
"steam_id": "90286589815524365",
"domain": null,
"id": 7467970,
"ip": "185.36.205.224",
"port": 28105,
"query": 28106,
"color": 0,
"city": "City of London",
"description": "![[EU] ZE-Gaming #1 | Vanilla PvP | BP Never Wipe | Monthly Map W](https://imgur.com/evmpRs4.png)\nZE-Gaming Vanilla PvP — The True Rust Experience.\r\n\r\nNo mods. No perks. No pay-to-win. Just pure survival, raiding, and competition.\r\n\r\n• Active and Mature Admin Team\r\n• Fairplay, Zero Tolerance for Cheaters\r\n• Blueprints never wipe unless Facepunch enforces it\r\n• Map wipes every forced wipe (monthly)\r\n\r\nJoin our Discord for updates, events, and community support:\r\nhttps://discord.gg/ze-gaming\r\n\r\nHelp us keep the server strong — donations go toward server growth and hosting.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1778267584,
"last_online": 1780576835,
"icon": null,
"name": "[EU] ZE-Gaming #1 | Vanilla PvP | BP Never Wipe | Monthly Map W",
"connect": "185.36.205.224:28105",
"request": "185.36.205.224:28106",
"map": "Procedural Map",
"gamemode": "Vanilla",
"version": "2625",
"numplayers": 0,
"maxplayers": 150,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1739234783,
"last_update": 1780576835,
"banned": false,
"wipe": 1778181397,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3003,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"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/7467970");
$data = json_decode($json, true);
var_dump($data);