JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9939139
json
{
  "response": {
    "fps": 54,
    "fps_avg": 53,
    "entities_count": 136556,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286603581531156",
    "domain": null,
    "id": 9939139,
    "ip": "147.93.161.238",
    "port": 28515,
    "query": 28516,
    "color": 0,
    "city": "Lauterbourg",
    "description": "![[GER/CH] Rust Berry PVE | No BP Wipe| PVP Zonen| uvm](https://www.dropbox.com/scl/fi/bpmsybdtzmalgwol5cb8g/1024_512_RB_3.png?rlkey=alkltgxbsi747ti1cw442tetb&dl=1)\n-No BP-Wipe\r\n-PVP-Zonen\r\n-Backpack\r\n-Eigener Mini\r\n-Remove-Tool\r\n-RaidBasen\r\n-NPC´s\r\n-Event´s\r\nund viele weitere Plugins :)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780595060,
    "last_online": 1780607426,
    "icon": null,
    "name": "[GER/CH] Rust Berry PVE | No BP Wipe| PVP Zonen| uvm",
    "connect": "147.93.161.238:28515",
    "request": "147.93.161.238:28516",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 6,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 66,
    "add_date": 1754150435,
    "last_update": 1780607426,
    "banned": false,
    "wipe": 1780595242,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1123,
    "language": "fr",
    "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/9939139");
$data = json_decode($json, true);
var_dump($data);