JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7175167
json
{
  "response": {
    "fps": 57,
    "fps_avg": 58,
    "entities_count": 142644,
    "world_seed": 269712872,
    "world_size": 5000,
    "steam_id": "90286604481821697",
    "domain": null,
    "id": 7175167,
    "ip": "89.28.237.39",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Dallas",
    "description": "The Green\r\nGet rewarded for playtime!\r\n2x Gather Node spawns/Tree/Animal/Event SPAWNS\r\n1/4 upkeep\r\nNO BP WIPE\r\nMinicopters spawn on roads\r\nBags only need to be 25m apart\r\n16 turrets\r\n5 min crate timer.\r\nAre you Food or Fodder?\r\n4 man team limits with one alliance\r\n1/2 Decay rate on vehicles\r\nJoin our Discord. https://discord.gg/rAdhssmY4Y\r\nHello, and thanks for checking out The Green! We are trying to build a community of like minded active Rustonians on a server that offers all the features of an official server and more. Did you know there are hundreds of vanilla features in the game that official servers keep off to reduce lag and latency? At the green we explore these features and try to make this a unique experience.\r\nnrs0003m0rAi400003",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597469,
    "last_online": 1780638626,
    "icon": null,
    "name": "The Green 2.0x | 1/4 Upkeep | Minis on Road | Weather | Large M",
    "connect": "89.28.237.39:28015",
    "request": "89.28.237.39:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736279811,
    "last_update": 1780638626,
    "banned": false,
    "wipe": 1780597346,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2906,
    "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/7175167");
$data = json_decode($json, true);
var_dump($data);