DayZ
API для FOG OF WAR| DEER ISLE [RU] | PVP | WIPE 27.03
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/7713343json
{
"response": {
"steam_id": "90284749271613451",
"domain": null,
"id": 7713343,
"ip": "185.207.214.149",
"port": 2302,
"query": 2702,
"color": 0,
"city": "Moscow",
"description": null,
"game": 221100,
"owner": 83463,
"boosts": 1,
"last_offline": 1775801524,
"score": 0,
"last_online": 1776796217,
"icon": null,
"name": "FOG OF WAR| DEER ISLE [RU] | PVP | WIPE 27.03",
"connect": "185.207.214.149:2302",
"request": "185.207.214.149:2702",
"map": "deerisle",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 5,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "RU",
"status": true,
"votes": 0,
"points": 68,
"add_date": 1739740543,
"last_update": 1776796217,
"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": 873,
"language": "ru",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": {
"username": "PashaZip",
"avatar": "dc949048-6676-47f6-bd53-624165901db2.jpg",
"last_online": 1756584462
},
"mods": [],
"disabled_modules": [
"chat"
]
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/7713343");
$data = json_decode($json, true);
var_dump($data);