API for [ESP] Fallout: Vegas Online | BETA 0.4.8.5 |

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7834651
json
{
  "response": {
    "steam_id": "85568392933408784",
    "domain": null,
    "id": 7834651,
    "ip": "164.152.123.226",
    "port": 27045,
    "query": 27045,
    "color": 0,
    "city": "Amsterdam",
    "description": null,
    "game": 4000,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776319312,
    "score": 0,
    "last_online": 1776814231,
    "icon": null,
    "name": "[ESP] Fallout: Vegas Online | BETA 0.4.8.5 |",
    "connect": "164.152.123.226:27045",
    "request": "164.152.123.226:27045",
    "map": "rp_fnb_wasteland4c",
    "gamemode": "Fallout: Vegas Online",
    "version": "2025.03.26",
    "numplayers": 7,
    "maxplayers": 64,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "NL",
    "status": true,
    "votes": 0,
    "points": 38,
    "add_date": 1740132627,
    "last_update": 1776814231,
    "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": 207,
    "language": "nl",
    "parked": false,
    "app": {
      "id": 30,
      "steam_id": 4000,
      "name": "Garry's Mod",
      "url": "garrys-mod"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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