BrainBread 2
API for Jim's BB2 Server #2 (L)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/11181756json
{
"response": {
"steam_id": "90284886155108361",
"domain": null,
"id": 11181756,
"ip": "83.105.30.225",
"port": 27019,
"query": 27019,
"color": 0,
"city": "Cardiff",
"description": null,
"game": 346330,
"owner": null,
"boosts": 1,
"last_offline": 1777009948,
"score": 0,
"last_online": 1777500063,
"icon": null,
"name": "Jim's BB2 Server #2 (L)",
"connect": "83.105.30.225:27019",
"request": "83.105.30.225:27019",
"map": "bba_island",
"gamemode": "BrainBread 2",
"version": "1.0.5.0",
"numplayers": 0,
"maxplayers": 12,
"bots": 0,
"secured": true,
"private": false,
"country": "GB",
"status": true,
"votes": 0,
"points": 30,
"add_date": 1772229844,
"last_update": 1777500063,
"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": 12,
"language": "en",
"parked": false,
"app": {
"id": 141,
"steam_id": 346330,
"name": "BrainBread 2",
"url": "brainbread-2"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11181756");
$data = json_decode($json, true);
var_dump($data);