GROUND BRANCH
API for [BlueFangSolutions.com GB Official] Los Angeles (PvP)
JSON for programs, websites and more
text
https://api.gamemonitoring.net/servers/3918772json
{
"response": {
"steam_id": "90283843158444047",
"domain": null,
"id": 3918772,
"ip": "104.238.220.88",
"port": 15544,
"query": 15554,
"color": 0,
"city": "Los Angeles",
"description": "",
"game": 16900,
"owner": null,
"boosts": 1,
"last_offline": 1771105302,
"score": 0,
"last_online": 1777498218,
"icon": null,
"name": "[BlueFangSolutions.com GB Official] Los Angeles (PvP)",
"connect": "104.238.220.88:15544",
"request": "104.238.220.88:15554",
"map": "nv103518891",
"gamemode": "Ground Branch",
"version": "1.0.0.0",
"numplayers": 4,
"maxplayers": 16,
"bots": 0,
"secured": false,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 70,
"add_date": 1713651996,
"last_update": 1777498218,
"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": 6,
"language": "en",
"parked": false,
"app": {
"id": 49744,
"steam_id": 16900,
"name": "GROUND BRANCH",
"url": "ground-branch"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Code examples
php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/3918772");
$data = json_decode($json, true);
var_dump($data);