DayZ
API для DOWNBAD | REDUX | DUOS | ANASTARA | Discord.gg/downbaddayz
JSON для программ, сайтов и прочего
text
https://api.gamemonitoring.ru/servers/11109893json
{
"response": {
"steam_id": "90284744605000718",
"domain": null,
"id": 11109893,
"ip": "195.60.166.234",
"port": 2602,
"query": 27019,
"color": 0,
"city": "City of London",
"description": null,
"game": 221100,
"owner": null,
"boosts": 1,
"last_offline": 1776421368,
"score": 0,
"last_online": 1776797419,
"icon": null,
"name": "DOWNBAD | REDUX | DUOS | ANASTARA | Discord.gg/downbaddayz",
"connect": "195.60.166.234:2602",
"request": "195.60.166.234:27019",
"map": "Anastara",
"gamemode": null,
"version": "1.29.162510",
"numplayers": 54,
"maxplayers": 90,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 67,
"add_date": 1770050681,
"last_update": 1776797419,
"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": 903,
"language": "en",
"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/11109893");
$data = json_decode($json, true);
var_dump($data);