API для Berlin Connection
JSON для программ, сайтов и прочего
text
json
{
"response": {
"dedicated": true,
"gametype": "5;1024233;1;0;1;0;0;0;0",
"os": "l",
"product": "Enshrouded",
"region": -1,
"steam_id": "90287429153886232",
"domain": null,
"id": 11988502,
"ip": "176.116.18.48",
"port": 15637,
"query": 15637,
"project_id": null,
"color": 0,
"city": "Offenbach",
"description": null,
"game": 1203620,
"owner": null,
"boosts": 1,
"last_offline": 1784087505,
"last_online": 1783846381,
"icon": null,
"name": "Berlin Connection",
"connect": "176.116.18.48:15637",
"request": "176.116.18.48:15637",
"map": null,
"gamemode": null,
"version": "0.0.15.0",
"numplayers": 0,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": null,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1783799522,
"last_update": 1784087505,
"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": 12863,
"language": "de",
"parked": false,
"app": {
"id": 1611384,
"steam_id": 1203620,
"name": "Enshrouded",
"url": "enshrouded"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/11988502");
$data = json_decode($json, true);
var_dump($data);