JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502228
json
{
  "response": {
    "fps": 46,
    "fps_avg": 41,
    "entities_count": 114819,
    "world_seed": 65133794,
    "world_size": 4500,
    "steam_id": "90286421190968345",
    "domain": null,
    "id": 11502228,
    "ip": "74.67.96.223",
    "port": 21091,
    "query": 21092,
    "color": 0,
    "city": "Saratoga Springs",
    "description": "![Mayhem Survival Network](https://i.ibb.co/n4c59D1/file-00000000550871f8aa4e3c79ea81c102.png)\nMAYHEM SURVIVAL NETWORK \r\n \r\n \r\n A Mayhem Industries Gaming Network Server. \r\n Offline Raid Protection to protect your base when you log off \r\n Raidable Bases and Airfield Events for constant action and loot \r\n Quad Max teams for fair fights and no zerg domination \r\n Building Skins and Visual Cupboard for better base customization \r\n Running strong for over 2 years with active development \r\n Balanced Rust focused on progression, PvP, and long term survival",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780235051,
    "last_online": 1780627231,
    "icon": null,
    "name": "Mayhem Survival Network",
    "connect": "74.67.96.223:21091",
    "request": "74.67.96.223:21092",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207194,
    "last_update": 1780627231,
    "banned": false,
    "wipe": 1778363561,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4638,
    "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/11502228");
$data = json_decode($json, true);
var_dump($data);