API для Bencenotosaurus
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "groupId0 version1209024 datahashAl+Vw12dQcnq5OsCaC27Ty9dhoI= mods0 gamemodeS3-1-3-3 view3000 modsTotalSize0",
"os": "w",
"product": "Space Engineers",
"region": -1,
"steam_id": "90289343798060049",
"domain": null,
"id": 12392736,
"ip": "84.1.168.64",
"port": 27062,
"query": 27062,
"project_id": null,
"color": 0,
"city": "Bicske",
"description": null,
"game": 244850,
"owner": null,
"boosts": 1,
"last_offline": 1784663686,
"last_online": 1784661682,
"icon": null,
"name": "Bencenotosaurus",
"connect": "84.1.168.64:27062",
"request": "84.1.168.64:27062",
"map": "Alien Planet",
"gamemode": null,
"version": "1209024",
"numplayers": 0,
"maxplayers": 4,
"bots": 0,
"secured": true,
"private": null,
"country": "HU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1784526687,
"last_update": 1784663686,
"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": 6800,
"language": "hu",
"parked": false,
"app": {
"id": 97,
"steam_id": 244850,
"name": "Space Engineers",
"url": "space-engineers"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/12392736");
$data = json_decode($json, true);
var_dump($data);