Project Zomboid
API for Another GameServers.com PZ Server
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/4883579json
{
"response": {
"steam_id": "90284396994546709",
"domain": null,
"id": 4883579,
"ip": "216.238.117.114",
"port": 56861,
"query": 56861,
"color": 0,
"city": "Osasco",
"description": "Another GameServers.com PZ Server",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1776244915,
"score": 0,
"last_online": 1777607423,
"icon": null,
"name": "Another GameServers.com PZ Server",
"connect": "216.238.117.114:56861",
"request": "216.238.117.114:56861",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "41.78.7",
"numplayers": 0,
"maxplayers": 20,
"bots": 0,
"secured": true,
"private": false,
"country": "BR",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1719414729,
"last_update": 1777607423,
"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": 161,
"language": "pt",
"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/4883579");
$data = json_decode($json, true);
var_dump($data);