API for [PvE] Our New World Z | Season 2-2
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90286333630221338",
"domain": null,
"id": 11267013,
"ip": "88.99.95.39",
"port": 32675,
"query": 32675,
"color": 0,
"city": "Falkenstein",
"description": "May God watch over you all. Rules - discord.gg/Q5C7U4mnEH",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1779997423,
"last_online": 1780346429,
"icon": null,
"name": "[PvE] Our New World Z | Season 2-2",
"connect": "88.99.95.39:32675",
"request": "88.99.95.39:32675",
"map": "vehicle_interior;Basements;Muld",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555489,
"last_update": 1780346429,
"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": 1643,
"language": "de",
"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/11267013");
$data = json_decode($json, true);
var_dump($data);