DayZ Experimental
API для 3536 | EUROPE - DE | 1st Person Only
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/560921json
{
"response": {
"steam_id": "90285143814572061",
"domain": null,
"id": 560921,
"ip": "195.82.158.109",
"port": 11400,
"query": 11401,
"color": 0,
"city": "Frankfurt am Main",
"description": "",
"game": 1024020,
"owner": null,
"boosts": 1,
"last_offline": 1777278803,
"score": null,
"last_online": 1777519233,
"icon": null,
"name": "3536 | EUROPE - DE | 1st Person Only",
"connect": "195.82.158.109:11400",
"request": "195.82.158.109:11401",
"map": "chernarusplus",
"gamemode": "Official DayZ Experimental game server",
"version": "1.29.162270",
"numplayers": 2,
"maxplayers": 60,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 37,
"add_date": 1666644252,
"last_update": 1777519233,
"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": 7,
"language": "de",
"parked": false,
"app": {
"id": 54695,
"steam_id": 1024020,
"name": "DayZ Experimental",
"url": "dayz-experimental"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/560921");
$data = json_decode($json, true);
var_dump($data);