JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11606856
json
{
  "response": {
    "fps": 21,
    "fps_avg": 19,
    "entities_count": 150988,
    "world_seed": 481981,
    "world_size": 4700,
    "steam_id": "90286573869990926",
    "domain": null,
    "id": 11606856,
    "ip": "198.96.88.251",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Secaucus",
    "description": "![Skunk City PvE The Future Starts Today SkunkNet Online! Drugs-R](https://www.dropbox.com/scl/fi/q61qlcp6baa86b524e4qw/unnamed-7.jpg?rlkey=xriqvgbulouljagb97ewzazc8&st=gbvfp2to&dl=1)\nJoin us on discord or Facebook and receive 25k in game currency to spend in-store!\r\n\r\nJoin us on discord at https://www.discord.ggcVygwYJUYy/  or find us on Facebook at Skunk City Server or visit us at www.skunkcitypve.com\r\n\r\nWelcome to Skunk City!\r\n\r\nGrow Your Empire!\r\n\r\nLoaded with Premium mods to enhance your experience with us Fight, Farm and Sell your way to the top!\r\n\r\n Now Loaded with War-Mode letting you choose and toggle between PvE and PvP. On first connection you'll be given a choice PvE or PvP? You must pick one. Dont worry if you change your mind this can later be toggled on or off with chat commands.\r\n\r\n  Growable and Consumable Drugs\r\n Cooking\r\n Raidable Bases\r\n Sputnik\r\n Caravan\r\n Gas Station Event\r\n Space\r\n Armored Convoy\r\n Armored Train\r\n Shipwreck\r\n Ferry Terminal\\ Virtual Quarrires\\ TC Upgrades\\ Personal Farm Bot\r\n Planter Upgrades\\ NPC Raiders\r\n Boss Monster\r\n Kits\r\n Custom Skins\r\n Vehicle License's\r\n Turret Upgrades\r\n Extensive player and Base Upgrades\r\n  F15 Air Support\r\n Extensive Shop featuring Jetpack, Para-plane and much much more\r\n Legendary Weapons\r\n Economy\r\n Skills\r\n Battlepass\r\n Levels\r\n Friendly Admins\r\n 24 Hour Support Via Discord and more\r\n Join Us now on Discord https://www.discord.gg/ayGzKx8zrx\r\n Hope To See You In The City Soon Have fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780524864,
    "last_online": 1780564827,
    "icon": null,
    "name": "Skunk City PvE The Future Starts Today SkunkNet Online! Drugs-R",
    "connect": "198.96.88.251:28080",
    "request": "198.96.88.251:28015",
    "map": "Metropolis",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779915486,
    "last_update": 1780564827,
    "banned": false,
    "wipe": 1779282282,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1265,
    "language": "en",
    "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/11606856");
$data = json_decode($json, true);
var_dump($data);