JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11004981
json
{
  "response": {
    "modded": true,
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 19075,
    "world_seed": 1337,
    "world_size": 2800,
    "steam_id": "90286604308106241",
    "domain": null,
    "id": 11004981,
    "ip": "209.205.225.3",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Ashburn",
    "description": "![Uranus.gg US 5x Weekly | small one grid | Modded | 6/4](https://friendly.mymc.io/UranusHeader2.jpg)\nUranus Servers (X5 Small - WIPES Every Thursday) \r\n\r\n-5x speed for Recycler, Crafting, Airdrops, Gather\r\n-Start with a free placable recycler and test generator for your base.\r\n-No Trash - Custom Loot\r\n-BPs Unlocked for Free\r\n-Free skinbox \r\n-Free water bases.\r\n-Free Supply Grenade every 30 min\r\n-No Turret limit\r\n-Team limit is 4 \r\n-Free Full kit with tommy every 30 min and other free kits. \r\n-Place down your own quarries and pumpjacks for free (You can craft survey charges). \r\n-Other free plugins including: Sort button, Auto furnace splitter, Sign artist, Building Grades, Trade, Team TC-Turret-lock Auth. \r\n-Other server features: Skip night, Custom Loot, Cars Spawn With Parts, Buy Cards at Safezones, boats dont drift to shore. \r\n-Safezones have: Airwolf \r\n\r\n-We Love What We do, come play and have fun.. for free! \r\n-client.connect 157.254.169.201:28015\r\n\r\n-- Read about rules with /rules chat command",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596862,
    "last_online": 1780599037,
    "icon": null,
    "name": "Uranus.gg US 5x Weekly | small one grid | Modded | 6/4",
    "connect": "209.205.225.3:28015",
    "request": "209.205.225.3:28016",
    "map": "uranus.gg/discord",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1769939049,
    "last_update": 1780599037,
    "banned": false,
    "wipe": 1780597051,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5099,
    "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/11004981");
$data = json_decode($json, true);
var_dump($data);