JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4811797
json
{
  "response": {
    "fps": 40,
    "fps_avg": 38,
    "entities_count": 86812,
    "world_seed": 1750411277,
    "world_size": 3800,
    "steam_id": "90284853450286085",
    "domain": null,
    "id": 4811797,
    "ip": "217.15.175.74",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Boston",
    "description": "![TIRust Chill 2X PVE](https://tirust.fun/img/ChillZone.png)\nSERVER RULES\r\nNo Raids Until Last Week of Wipe - No Limits for Final 48 Hour Purge\r\nNo isms, excessive toxicity, or stupidity will be tolerated.\r\n\r\n--- EVENTS ---\r\nPersonal Heli in /shop - Spawns Patrol Heli to Hunt You Down and Fight. Won't run away, can't be attacked or looted by other players.\r\nRaidable Bases - /buyraid Spawns in a Raidable Base with NPC defenders for you to raid.\r\nConvoy - NPC Convoys Randomly Transport High Value Loot Across Map\r\n\r\n--- WIPE SCHEDULE ---\r\nMap: Monthly (First Thursday - Force Wipe)\r\nBlueprints: NEVER\r\n\r\n--- QUALITY OF LIFE ---\r\n50% Reduced Upkeep - Build bigger, stress less\r\nSpawn Minicopters /mymini - Teleport /tp - Easy Transport\r\nHackable Crates: 10min (reduced from 15min)\r\nDay & Night: 51 Minute Days / 9 Minute Nights\r\nCombined Outpost - Recyclers at Monuments - Cams on Cargo\r\nRemove Tool - Playtime Rewards - RP Shop /shop\r\n\r\nSkill Tree - Team Share - BetterTC - GarageDoor2\r\n\r\n--- CHAT COMMANDS ---\r\n/info  /link  /remove  /wipe  /pop\r\n\r\n--- ABOUT TREASURE ISLAND ---\r\nTIRust Chill is for players who enjoy Rust without the sweat. Farm, build, and PVP at your own pace in a friendly, moderated community. Perfect for casual players, working adults, or anyone tired of mega-clans and 24/7 raids.\r\n\r\nWe expect basic respect. Active admins handle abuse fast.\r\n\r\nTired of toxic servers? This is your home.\r\n\r\nDiscord: https://discord.gg/83c2rsWpSK",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776945798,
    "score": 0,
    "last_online": 1776955220,
    "icon": null,
    "name": "TIRust Chill 2X PVE",
    "connect": "217.15.175.74:28015",
    "request": "217.15.175.74:28016",
    "map": "TiRust FPS+ Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 2,
    "maxplayers": 69,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1718907649,
    "last_update": 1776955220,
    "banned": false,
    "wipe": 1775160657,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2011,
    "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/4811797");
$data = json_decode($json, true);
var_dump($data);