API для Duke of York - [EU] - Random Weapon - FFA - 2xDmg
JSON для программ, сайтов и прочего
text
json
{
"response": {
"steam_id": "90286225978710037",
"domain": null,
"id": 11587227,
"ip": "104.204.218.151",
"port": 7777,
"query": 27015,
"color": 0,
"city": "Herndon",
"description": null,
"game": 629760,
"owner": null,
"boosts": 1,
"last_offline": 1779487416,
"last_online": 1779789055,
"icon": null,
"name": "Duke of York - [EU] - Random Weapon - FFA - 2xDmg",
"connect": "104.204.218.151:7777",
"request": "104.204.218.151:27015",
"map": "Dolls",
"gamemode": "Mordhau",
"version": "702625635",
"numplayers": 0,
"maxplayers": 45,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1779357421,
"last_update": 1779789055,
"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": 89,
"language": "en",
"parked": false,
"app": {
"id": 51451,
"steam_id": 629760,
"name": "MORDHAU",
"url": "mordhau"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11587227");
$data = json_decode($json, true);
var_dump($data);