API for P_Z Server In GameWorld
JSON for programs, websites and more
text
json
{
"response": {
"steam_id": "90285866177021955",
"domain": null,
"id": 11669275,
"ip": "103.37.44.147",
"port": 20356,
"query": 20356,
"color": 0,
"city": "Wuxi",
"description": "P_Z Server In GameWorld",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1780180383,
"last_online": 1780348230,
"icon": null,
"name": "P_Z Server In GameWorld",
"connect": "103.37.44.147:20356",
"request": "103.37.44.147:20356",
"map": "Louisville, KY;Grapeseed;Chinat",
"gamemode": "Project Zomboid",
"version": "41.78.19",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": false,
"country": "CN",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780180383,
"last_update": 1780348230,
"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": 3095,
"language": "zh",
"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/11669275");
$data = json_decode($json, true);
var_dump($data);