JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11759719
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 68589,
    "world_seed": 1000,
    "world_size": 3500,
    "steam_id": "90286495303208978",
    "domain": null,
    "id": 11759719,
    "ip": "104.143.2.47",
    "port": 29015,
    "query": 29016,
    "project_id": null,
    "color": 0,
    "city": "Toronto",
    "description": "![RWTH|PVP(Solo,Duo,Trio,Quads)|x2/SkillTree/Shop](https://i.ibb.co/grcct8B/rustinhomies-1.png)\n\r\n◈--Solo, Duo, Trio, Quads --\r\n◈--Admins do not play this server--\r\n◈--x2 Loot & Resources--\r\n◈--SkillTree--\r\n◈--Shop--\r\n◈--No BluePrint Wipe(Unless Forced)--\r\n◈--Events: Convoy, Dangerous Treasures, RaidableBases--\r\n◈--Backpacks (48 Slots, 1 Page Default!) & Kits--\r\n◈--Custom Vehicles spawn naturally, /mymini for custom minicopter on demand with unlimited fuel--\r\n◈--Stack Sizes x10 Vanilla--\r\n◈--50% UpKeep--\r\n◈--Increased Recycler speed, and smelting speed--\r\n◈--2 Hour Days and 15 Minute Nights with Vote Night Skip--\r\n◈--BGrade & Remove Tool--",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780931732,
    "last_online": 1781048428,
    "icon": null,
    "name": "RWTH|PVP(Solo,Duo,Trio,Quads)|x2/SkillTree/Shop",
    "connect": "104.143.2.47:29015",
    "request": "104.143.2.47:29016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780931732,
    "last_update": 1781048428,
    "banned": false,
    "wipe": 1778193786,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6068,
    "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/11759719");
$data = json_decode($json, true);
var_dump($data);