API for Vanadium | PvP Base Protection |3x|EU/PL

JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10740330
json
{
  "response": {
    "fps": 211,
    "fps_avg": 211,
    "entities_count": 167271,
    "world_seed": 1337,
    "world_size": 4800,
    "steam_id": "90284791480820743",
    "domain": null,
    "id": 10740330,
    "ip": "57.128.211.130",
    "port": 27070,
    "query": 27072,
    "color": 0,
    "city": "Warsaw",
    "description": "![Vanadium | PvP Base Protection |3x|EU/PL](https://i.imgur.com/2dyZtA1.png)\nVanadium Rust server:\r\n- PvP\r\n- Base 30% online 100 offline raid protection\r\n- Duel Arena\r\n- 3x gather\r\n- guarded crate events\r\n- bradley drops\r\n- AI raidable base events\r\n- teleport\r\n- remover tool\r\n- bigger stacks\r\n- your SAM's can attack NPC helis\r\n- better bot drops\r\n- better drones\r\n- bigger stack size\r\n- ocean tide\r\n- treehouses and houses",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775991716,
    "score": 0,
    "last_online": 1776825623,
    "icon": null,
    "name": "Vanadium | PvP Base Protection |3x|EU/PL",
    "connect": "57.128.211.130:27070",
    "request": "57.128.211.130:27072",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766250683,
    "last_update": 1776825623,
    "banned": false,
    "wipe": 1775154725,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3947,
    "language": "pl",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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