Project Zomboid
API для Balkan Party 2026
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11266662json
{
"response": {
"steam_id": "90284123367945239",
"domain": null,
"id": 11266662,
"ip": "89.216.121.133",
"port": 16261,
"query": 16261,
"color": 0,
"city": "Novi Sad",
"description": "From Türkiye to Slovenia, this is a closed LGBT+ comunity for friends invite only.",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1776226912,
"score": 0,
"last_online": 1776353428,
"icon": null,
"name": "Balkan Party 2026",
"connect": "89.216.121.133:16261",
"request": "89.216.121.133:16261",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "41.78.16",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": true,
"country": "RS",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1774555477,
"last_update": 1776353428,
"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": 2529,
"language": "sr",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11266662");
$data = json_decode($json, true);
var_dump($data);