JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502156
json
{
  "response": {
    "fps": 222,
    "fps_avg": 196,
    "entities_count": 88532,
    "world_seed": 43695708,
    "world_size": 4000,
    "steam_id": "90286584269025298",
    "domain": null,
    "id": 11502156,
    "ip": "51.79.46.143",
    "port": 26007,
    "query": 26008,
    "color": 0,
    "city": "Montreal",
    "description": "![Rat's Paradise|noob friendly|10% upkeep|2x gather rate|no bp wi](https://i.imgur.com/CtE0YOM.jpeg)\nWelcome to Rat's Paradise\r\nDaily restarts at 3 and 9 pm and am\r\nwhat we offer:\r\n2x gather rate\r\nMore nodes \r\nminicopters on roads\r\nshort nights\r\n2x componets from chests\r\nmerged bandit and outpost\r\nNo BP wipes",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780535067,
    "last_online": 1780575036,
    "icon": null,
    "name": "Rat's Paradise|noob friendly|10% upkeep|2x gather rate|no bp wi",
    "connect": "51.79.46.143:26007",
    "request": "51.79.46.143:26008",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207192,
    "last_update": 1780575036,
    "banned": false,
    "wipe": 1780535360,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4906,
    "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/11502156");
$data = json_decode($json, true);
var_dump($data);