API для BrainBread 2 Dedicated Server
JSON для программ, сайтов и прочего
text
json
{
"response": {
"os": "w",
"region": 255,
"product": "brainbread2",
"gametype": "alltalk,savedata 2",
"dedicated": false,
"steam_id": "90291970083902473",
"domain": null,
"id": 14281847,
"ip": "188.0.175.253",
"port": 27015,
"query": 27015,
"project_id": null,
"color": 0,
"city": "Грозный",
"description": null,
"game": 346330,
"owner": null,
"boosts": 1,
"last_offline": 1788500030,
"last_online": 1788277015,
"icon": null,
"name": "BrainBread 2 Dedicated Server",
"connect": "188.0.175.253:27015",
"request": "188.0.175.253:27015",
"map": "bba_carnage",
"gamemode": null,
"version": "1.0.5.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": null,
"country": "RU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1788277016,
"last_update": 1788500030,
"ban_reason": null,
"banned": false,
"hidden": 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": 108,
"language": "ru",
"parked": false,
"app": {
"id": 141,
"steam_id": 346330,
"name": "BrainBread 2",
"url": "brainbread-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": [],
"map_url": null
}
}Примеры кода
php
<?php
$json = file_get_contents("https://api.gamemonitoring.ru/servers/14281847");
$data = json_decode($json, true);
var_dump($data);