Project Zomboid
API для PZ - EL TRIPAS
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/8840956json
{
"response": {
"steam_id": null,
"domain": null,
"id": 8840956,
"ip": null,
"port": null,
"query": null,
"color": 0,
"city": null,
"description": "Zomboides!",
"game": 108600,
"owner": 117986,
"boosts": 1,
"last_offline": 1750457066,
"score": 0,
"last_online": 1746765034,
"icon": null,
"name": "PZ - EL TRIPAS",
"connect": null,
"request": null,
"map": "vehicle_interior;VehicleSpawnZo",
"gamemode": "Project Zomboid",
"version": null,
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1746234308,
"last_update": 1750457066,
"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": 5819,
"language": "en",
"parked": true,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": {
"username": "ZetaReticuli",
"avatar": "64ebcafd-e447-41ec-a58e-f9611e94f0a8.jpg",
"last_online": 1746237059
},
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/8840956");
$data = json_decode($json, true);
var_dump($data);