JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11596662
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 107365,
    "world_seed": 0,
    "world_size": 4250,
    "steam_id": "90286559899676696",
    "domain": null,
    "id": 11596662,
    "ip": "104.4.53.1",
    "port": 28018,
    "query": 28020,
    "color": 0,
    "city": "Jackson",
    "description": "![Depravity Hardcore PVE Monthly](https://maps.coriumhardcore.com/AMP%20Server%20Images/RUST%20LOGO.png)\nModified ProgressionnModified WeaponsnModified AmmonScarce ComponentnNPC RaidersnRaidable BasesnPlay for Survival and Build for DefensenAll of the surface water has been PoisonednMost of the animals are deadnPlayer dependent economynYou will not be at end game in three daysnIf you like the grind, this is the place.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780319053,
    "last_online": 1780551027,
    "icon": null,
    "name": "Depravity Hardcore PVE Monthly",
    "connect": "104.4.53.1:28018",
    "request": "104.4.53.1:28020",
    "map": "Depravity",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1779358595,
    "last_update": 1780551027,
    "banned": false,
    "wipe": 1778177122,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1467,
    "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/11596662");
$data = json_decode($json, true);
var_dump($data);