API для [RU] HardcorePVP / WIPE 29.08 / POLITZOMBOID / Vanilla
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90292273138596893",
"domain": null,
"id": 13330585,
"ip": "185.207.214.39",
"port": 16260,
"query": 16260,
"project_id": null,
"color": 0,
"city": "Москва",
"description": "Welcome to XLGAMES.PRO PZ Game server",
"game": 108600,
"owner": null,
"boosts": 1,
"last_offline": 1788048385,
"last_online": 1788711932,
"icon": null,
"name": "[RU] HardcorePVP / WIPE 29.08 / POLITZOMBOID / Vanilla",
"connect": "185.207.214.39:16260",
"request": "185.207.214.39:16260",
"map": "Muldraugh, KY",
"gamemode": "Project Zomboid",
"version": "42.20",
"numplayers": 6,
"maxplayers": 228,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1785849696,
"last_update": 1788711932,
"ban_reason": null,
"banned": false,
"hidden": 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": 602,
"language": "ru",
"parked": false,
"app": {
"id": 71,
"steam_id": 108600,
"name": "Project Zomboid",
"url": "project-zomboid"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/13330585");
$data = json_decode($json, true);
var_dump($data);