JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/561103
json
{
  "response": {
    "fps": 41,
    "fps_avg": 41,
    "entities_count": 245926,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90286588613177349",
    "domain": null,
    "id": 561103,
    "ip": "168.100.163.249",
    "port": 29015,
    "query": 28015,
    "color": 0,
    "city": "Dallas",
    "description": "![Rustinction 2x, PVE/PVP zones, Roleplay friendly, No Raid, Mont](https://www.dropbox.com/scl/fi/01f7d8jfybr12t1ppifi9/Rustinction2x.png?rlkey=z2tz249wiew2zahlw60j1i0tn&st=ghx25mfk&dl=1)\nWelcome to Rustinction\r\n2x\r\nRoleplay friendlyNo Raiding.\r\nMonthly map wipe. Monthly BP, XP, currency wipe.\r\nPVE Raid Bases.\r\nPvP zones\r\nClans, Skilltree, Server Rewards, Quests, Factories \r\nNew players are welcome\r\nLooking for a chill place to enjoy Rust? Rustinction might be for you!\r\nincreased stack on most items.\r\nAsk about rules.\r\nJoin our Discord for updates.\r\nEnjoy yourself and Rust On.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779506615,
    "last_online": 1780578631,
    "icon": null,
    "name": "Rustinction 2x, PVE/PVP zones, Roleplay friendly, No Raid, Mont",
    "connect": "168.100.163.249:29015",
    "request": "168.100.163.249:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 2,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1666644683,
    "last_update": 1780578631,
    "banned": false,
    "wipe": 1778195831,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1506,
    "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/561103");
$data = json_decode($json, true);
var_dump($data);