API для XIA PZWorld
JSON для программ, сайтов и прочего
text
json
{
"response": {
"add_date": 1785725487,
"app": {
"id": 71,
"name": "Project Zomboid",
"steam_id": 108600,
"url": "project-zomboid"
},
"color": 0,
"connect": "114.66.43.18:26483",
"country": "CN",
"domain": null,
"game": 108600,
"hide_address": false,
"hide_query": false,
"icon": null,
"id": 13252366,
"ip": "114.66.43.18",
"language": "zh",
"last_update": 1790490388,
"map": "AnruisiTown;Atlanta;Atlanta Exp",
"maxplayers": 30,
"name": "XIA PZWorld",
"numplayers": 0,
"official": null,
"points": 0,
"port": 26483,
"private": true,
"project_id": null,
"pve": null,
"pvp": 1,
"query": 26483,
"request": "114.66.43.18:26483",
"secured": true,
"status": false,
"steam_id": "90292924876917779",
"version": "42.20",
"votes": 0,
"wipe": null,
"ban_reason": null,
"banned": false,
"boosts": 1,
"bots": 0,
"city": "Пекин",
"description": null,
"disabled_modules": [],
"gamemode": "Project Zomboid",
"hidden": false,
"last_offline": 1790490388,
"last_online": 1789660901,
"list_hidden": false,
"map_url": null,
"mods": [],
"next_wipe": null,
"parked": false,
"position_game": 7943,
"wipe_period": null,
"open": "1",
"public": "1",
"modCount": "148",
"listentype": "d",
"environment": "l",
"a2s_protocol": 17
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13252366");
$data = json_decode($json, true);
var_dump($data);