JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8643967
json
{
  "response": {
    "fps": 50,
    "fps_avg": 47,
    "entities_count": 130251,
    "world_seed": 163039240,
    "world_size": 4500,
    "steam_id": "90286583303584775",
    "domain": null,
    "id": 8643967,
    "ip": "191.101.233.112",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Phoenix",
    "description": "![The Crucible |US|PvE](https://git.io/JYdmK)\nSolo | Teams | Build | Learn\r\n\r\n Rules\r\n 1. Don't be a dick.\r\n 2. Don't touch what's not yours without permission. (Bases, Boxes, Bodies, Backpacks)\r\n 3. Call the Monument when you arrive to it. This includes the Patrol Heli  & the Brad Tank. (Excluded: Gas Stations, Supermarkets, Mining Outposts, and Safe Zones)\r\n 4. Decayed bases are fair game. (Keep all your property locked and your Tool Cupboard fed.)\r\n 5. Refer to rule 1.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553072,
    "last_online": 1780554027,
    "icon": null,
    "name": "The Crucible |US|PvE",
    "connect": "191.101.233.112:28015",
    "request": "191.101.233.112:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1745253930,
    "last_update": 1780554027,
    "banned": false,
    "wipe": 1778180131,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2951,
    "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/8643967");
$data = json_decode($json, true);
var_dump($data);