Project Zomboid
API for Shangri‑La | [PVE] Modded Zombie Survival | Build 42 Unstable
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10824704json
{
"response": {
"steam_id": null,
"domain": null,
"id": 10824704,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": "San Bernardino",
"description": "[{\"id\":\"PTfIe2Iu4r\",\"type\":\"paragraph\",\"data\":{\"text\":\"Shangri-La Server with friends and viewers. You can play with some mods added and if any others are wanted recommend them on Discord.\"}}]",
"game": 108600,
"owner": 155943,
"boosts": 1,
"last_offline": 1773381694,
"score": 0,
"last_online": 1772511012,
"icon": null,
"name": "Shangri‑La | [PVE] Modded Zombie Survival | Build 42 Unstable",
"connect": null,
"request": null,
"map": "map_distanciado;rvupdate;rv2;Mu",
"gamemode": "Project Zomboid",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1767184507,
"last_update": 1773381694,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 1,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 6024,
"language": "en",
"parked": true,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": {
"username": "mrkiba",
"avatar": "eb88bc1f-8644-4985-83ab-c03990135956.png",
"last_online": 1767397917
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10824704");
$data = json_decode($json, true);
var_dump($data);