Project Zomboid
API for [RU] PZRC [B42.17.0] [PVP] Exp.x3 [WIPE 21.04]
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/10733779json
{
"response": {
"steam_id": "90284736593414147",
"domain": null,
"id": 10733779,
"ip": "136.243.33.183",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Falkenstein",
"description": "tg:t.me/ProjectZomboidRussia",
"game": 108600,
"owner": 159806,
"boosts": 1,
"last_offline": 1776771201,
"score": 5,
"last_online": 1776775213,
"icon": null,
"name": "[RU] PZRC [B42.17.0] [PVP] Exp.x3 [WIPE 21.04]",
"connect": "136.243.33.183:16261",
"request": "136.243.33.183:16261",
"map": "Constown, KY;Hartburg, KY;DawnT",
"gamemode": "Project Zomboid",
"version": "42.17",
"numplayers": 0,
"maxplayers": 36,
"bots": 0,
"secured": true,
"private": true,
"country": "DE",
"status": true,
"votes": 0,
"points": 90,
"add_date": 1765647657,
"last_update": 1776775213,
"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": 9,
"language": "de",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": {
"username": "user7314",
"avatar": "1f5ee18d-8c7e-49f8-aaf0-f1bf184e3f30.jpg",
"last_online": 1772651197
},
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10733779");
$data = json_decode($json, true);
var_dump($data);