DayZ
API для Band of Brothers PVE/PVP 26.04Wipe Airdrops|HackedCrate|Drugs|M
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11491662json
{
"response": {
"steam_id": "90285116800319503",
"domain": null,
"id": 11491662,
"ip": "45.138.48.209",
"port": 2402,
"query": 2403,
"color": 3,
"city": "Frankfurt am Main",
"description": null,
"game": 221100,
"owner": null,
"boosts": 4,
"last_offline": 1777443714,
"score": 0,
"last_online": 1777481408,
"icon": null,
"name": "Band of Brothers PVE/PVP 26.04Wipe Airdrops|HackedCrate|Drugs|M",
"connect": "45.138.48.209:2402",
"request": "45.138.48.209:2403",
"map": "deerisle",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 7,
"maxplayers": 80,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 940,
"add_date": 1777443714,
"last_update": 1777481408,
"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": 6,
"language": "de",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11491662");
$data = json_decode($json, true);
var_dump($data);