JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/545462
json
{
  "response": {
    "fps": 69,
    "fps_avg": 68,
    "entities_count": 189255,
    "world_seed": 1337,
    "world_size": 5500,
    "steam_id": "90286592616465435",
    "domain": null,
    "id": 545462,
    "ip": "144.48.104.165",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Chicago",
    "description": "Welcome to Relaxed Rust - 2x gather PvE modded. \r\nThis is a PVE server with half of normal decay. \r\n Bacpkack available. Personal recycler as well as craft recycler available. \r\n5k stack size on most everything. \r\nMust use removal tool for base adjustments. Furnace manager as well. \r\nCustom admin shop located on map. No Burnable meat. Auto-sort on Furnaces and Refineries. \r\nCommands can be used on the server by typing the following commands. \r\nmymini spawns a minicoptor. nomini will despawn the same minicoptor.\r\ncallheli username calls in your own personal attack heli on your base. \r\nbackpack will open a personal backpack space. \r\nrec will open a personal recycler \r\nrecycler.craft will allow you to craft a recycler for your base. \r\nfast smelting. \r\ntown, home and person TP available",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779883404,
    "last_online": 1780579835,
    "icon": null,
    "name": "Relaxed Rust - PVE - 2x gather/stack - Raidable Bases/Zombies/T",
    "connect": "144.48.104.165:28025",
    "request": "144.48.104.165:28027",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1644710388,
    "last_update": 1780579835,
    "banned": false,
    "wipe": 1778176678,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2387,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/545462");
$data = json_decode($json, true);
var_dump($data);