API for B&G PvE (PvP on Agreement with Faction)

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10315030
json
{
  "response": {
    "steam_id": "90284743985373185",
    "domain": null,
    "id": 10315030,
    "ip": "31.201.219.140",
    "port": 27017,
    "query": 27017,
    "color": 0,
    "city": "Utrecht",
    "description": null,
    "game": 244850,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776785599,
    "score": 0,
    "last_online": 1776823940,
    "icon": null,
    "name": "B&G PvE (PvP on Agreement with Faction)",
    "connect": "31.201.219.140:27017",
    "request": "31.201.219.140:27017",
    "map": "World",
    "gamemode": "Space Engineers",
    "version": "1208015",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1758289789,
    "last_update": 1776823940,
    "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": 686,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 97,
      "steam_id": 244850,
      "name": "Space Engineers",
      "url": "space-engineers"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/10315030");
$data = json_decode($json, true);
var_dump($data);