API для My PZ Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "hidden;hosted;modded;VERSION:42.20",
"os": "w",
"product": "zomboid",
"region": -1,
"steam_id": "90290311856972831",
"domain": null,
"id": 13388751,
"ip": "183.197.162.251",
"port": 16261,
"query": 16261,
"project_id": null,
"color": 0,
"city": "Shijiazhuang",
"description": null,
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1786045618,
"last_online": 1786017000,
"icon": null,
"name": "My PZ Server",
"connect": "183.197.162.251:16261",
"request": "183.197.162.251:16261",
"map": "AnruisiTown;Riverside, KY;Begon",
"gamemode": null,
"version": "1.0.0.0",
"numplayers": 0,
"maxplayers": 32,
"bots": 0,
"secured": true,
"private": null,
"country": "CN",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1785910278,
"last_update": 1786045618,
"ban_reason": null,
"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": 63125,
"language": "zh",
"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/13388751");
$data = json_decode($json, true);
var_dump($data);