Rust
API for Zombie Land Premium 3x PVE | Raids | Skills | Events | Custom M
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/8821515json
{
"response": {
"fps": 20,
"fps_avg": 19,
"entities_count": 77444,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90285226725940229",
"domain": null,
"id": 8821515,
"ip": "185.199.95.46",
"port": 28025,
"query": 28027,
"color": 0,
"city": "Toronto",
"description": "\nThis server has restricted access. \r\n\r\nTime to nut up or shut up - ZombieLand.io - discord.gg/ZombieLand\r\nWARNING: This is not an easy mode PVE server, you will face challenges\r\nOur NPCs are difficult and our zombies are brutal, this is not an easy server.\r\nThis server is for the fear and thrill of PVP rust, without the toxicity.\r\nIf you easily rage quit when challenged, this is not the server for you.\r\nWell established community, extremely active admin team, completely unique custom maps, fully hand crafted raid bases, and custom plugins.\r\n\r\n- 3x Resources / 9-12 Day Map Wipes\r\n- Custom Monuments, Maps, Bradley Tiers\r\n- Personal Heli | Personal Vehicles \r\n- Zombie Hordes and Custom NPCs map wide\r\n- FREE playtime ranks and perks\r\n- Quests | Auto Sort | Marketplace | Trade\r\n- Clans | Base Recycler | Remove Tool \r\n- TP | Home | Warp and other QoL plugins - rs01KJcaozJ/0%nMa4HK0P",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1777474997,
"score": 0,
"last_online": 1777689017,
"icon": null,
"name": "Zombie Land Premium 3x PVE | Raids | Skills | Events | Custom M",
"connect": "185.199.95.46:28025",
"request": "185.199.95.46:28027",
"map": "discord.gg/ZombieLand",
"gamemode": "Survival",
"version": "2623",
"numplayers": 4,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "CA",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1746097099,
"last_update": 1777689017,
"banned": false,
"wipe": 1777453381,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 1018,
"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/8821515");
$data = json_decode($json, true);
var_dump($data);