API for The Shattered Lands Project Zomboid Server
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286526537620509",
"domain": null,
"id": 8368221,
"ip": "208.75.182.215",
"port": 26965,
"query": 26965,
"color": 0,
"city": "Dallas",
"description": "Welcome to The Shattered Lands. Zombies have random HP, memories, vision. Watch your six! Fresh wipe on 5.28.26!",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1778888573,
"last_online": 1780431635,
"icon": null,
"name": "The Shattered Lands Project Zomboid Server",
"connect": "208.75.182.215:26965",
"request": "208.75.182.215:26965",
"map": "map_distanciado;RaccoonCity;Map",
"gamemode": "Project Zomboid",
"version": "42.19",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1743590483,
"last_update": 1780431635,
"banned": false,
"wipe": null,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": null,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 423,
"language": "en",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/8368221");
$data = json_decode($json, true);
var_dump($data);