JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11004985
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 56870,
    "world_seed": 92764226,
    "world_size": 3500,
    "steam_id": "90286589769700352",
    "domain": null,
    "id": 11004985,
    "ip": "209.205.225.2",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Ashburn",
    "description": "![Uranus.gg US 10x Weekly | Modded | 5/28](https://friendly.mymc.io/UranusHeader2.jpg)\nUranus.gg US 10x Weekly | Modded |\r\nWIPE SCHEDULE Weekly at Thursday\r\n\r\n-GATHER RATES 10x\r\n-Team LIMIT MAX 8\r\n-Random Gen\r\n-Free /kit with placeable recycler and Powerless Electronics for your base, and a FREE startup kit, reduced HV PVP damage.\r\n-Faster and Improved Loot No Trash, BPs Unlocked, Instant Craft Speed, No Turret limit, Food wont spoil, Day only, No Rads, No cold, Safezones have Airwolf, Auto Pickup Loot From Destroyed Barrels.\r\n-Other free plugins: skinbox, Sort button, Auto furnace splitter, Custom Events, Sign artist, Remove Tool, Building Grades and BGrade, Trade, Team TC-Turret-lock Auth, more with /ccui.\r\n-Customizable kits with /ckit.\r\n-Free Full kit with tommy every 30 min.\r\n-Place down your own quarries and pumpjacks (You can craft survey charges).\r\n-Vehicles Work Without Parts & Fuel, boats don’t drift to shore.\r\n-Buy vehicles from your base, craft cars using car lifts,TC Marketplace.\r\n\r\n-client.connect 10x.uranus.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780394654,
    "last_online": 1780594235,
    "icon": null,
    "name": "Uranus.gg US 10x Weekly | Modded | 5/28",
    "connect": "209.205.225.2:28015",
    "request": "209.205.225.2:28016",
    "map": "uranus.gg/discord",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769939049,
    "last_update": 1780594235,
    "banned": false,
    "wipe": 1779998381,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3813,
    "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/11004985");
$data = json_decode($json, true);
var_dump($data);