API for Malala Pipe ZA | 5x PvP | 8-Man Night Zombies
JSON for programs, websites and more
text
json
{
"response": {
"fps": 210,
"fps_avg": 210,
"entities_count": 71607,
"world_seed": 1310521,
"world_size": 3500,
"steam_id": "90286479094694926",
"domain": null,
"id": 11645150,
"ip": "102.182.149.133",
"port": 28015,
"query": 28017,
"project_id": null,
"color": 0,
"city": "Johannesburg",
"description": "\nMalala Pipe ZA | 5x PvP is a South African modded Rust server on a small-medium 3500 map built for fair high-pace roams, rebuilds and raids without going full chaos. 5x gather, 5x stacks, 8-man group limit, longer-lasting TCs, Rust+ enabled, EAC secure, PvP and raiding. Night zombies are a light threat with tiny loot and the occasional rude grenade. Simple starter/base kit choice only - no pay-to-win kits. Looking for mods: contact Shia0410 on Discord.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780177449,
"last_online": 1780682432,
"icon": null,
"name": "Malala Pipe ZA | 5x PvP | 8-Man Night Zombies",
"connect": "102.182.149.133:28015",
"request": "102.182.149.133:28017",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "ZA",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780177449,
"last_update": 1780682432,
"banned": false,
"wipe": 1779453122,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5585,
"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/11645150");
$data = json_decode($json, true);
var_dump($data);