JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11502444
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 63203,
    "world_seed": 418972318,
    "world_size": 3500,
    "steam_id": "90286602069456926",
    "domain": null,
    "id": 11502444,
    "ip": "66.51.96.71",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Ashburn",
    "description": "![RustingAway Solo/Duo 2x - Monthly Vanilla](https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcS-hywq_qYuEkINpO89a8hT_S2egMLZYcx3og&s)\nRustingAway Solo/Duo 2x - Monthly Vanilla \r\n50% Upkeep\r\nIf you are caught circumventing this rule, your entire group will be WARNED/BANNED. \r\nMax. 2 (team members) authorized on TC, doors etc. over the course of a wipe. If a player leaves and a new members joins. Max. 2 (team) basing together \r\nMax. 2 (team) raiding/roaming together. This includes  oil rigs and cargo ship.\r\nNO ALLIANCES!!\r\nQOL plugins free for everyone.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780595436,
    "icon": null,
    "name": "RustingAway Solo/Duo 2x - Monthly Vanilla",
    "connect": "66.51.96.71:28015",
    "request": "66.51.96.71:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 60,
    "add_date": 1779207200,
    "last_update": 1780596270,
    "banned": false,
    "wipe": 1780591637,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3961,
    "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/11502444");
$data = json_decode($json, true);
var_dump($data);