API для dayz.ee | Badlands Prep | TakistanPlus | Desert Survival EU
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90290999347552286",
"domain": null,
"id": 11724709,
"ip": "90.190.177.29",
"port": 2502,
"query": 29016,
"project_id": null,
"color": 0,
"city": "Rakvere",
"description": "dayz.ee experimental desert survival server preparing for DayZ Badl",
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1786827630,
"last_online": 1786843805,
"icon": null,
"name": "dayz.ee | Badlands Prep | TakistanPlus | Desert Survival EU",
"connect": "90.190.177.29:2502",
"request": "90.190.177.29:29016",
"map": "takistanplus",
"gamemode": null,
"version": "1.29.163709",
"numplayers": 0,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "EE",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780329196,
"last_update": 1786843805,
"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": 806,
"language": "et",
"parked": false,
"app": {
"id": 63,
"steam_id": 221100,
"name": "DayZ",
"url": "dayz"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11724709");
$data = json_decode($json, true);
var_dump($data);