JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11606774
json
{
  "response": {
    "fps": 151,
    "fps_avg": 150,
    "entities_count": 115514,
    "world_seed": 244449761,
    "world_size": 4500,
    "steam_id": "90286545238237184",
    "domain": null,
    "id": 11606774,
    "ip": "217.155.242.217",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Milton Keynes",
    "description": "Monthly Solo/Duo Server\r\nNo blueprint wipe\r\nType /kit in chat for kits\r\nx3 Gather on everything except Sulphur\r\nMax team size 2\r\nRecycle at fishing villages and monuments\r\nVote to skip nights\r\nRust+ Enabled",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780604600,
    "last_online": 1780548631,
    "icon": null,
    "name": "Ozzy's x3 Solo/Duo",
    "connect": "217.155.242.217:28015",
    "request": "217.155.242.217:28016",
    "map": "Procedural Map",
    "gamemode": "Softcore",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915481,
    "last_update": 1780604600,
    "banned": false,
    "wipe": 1778179812,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11912,
    "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/11606774");
$data = json_decode($json, true);
var_dump($data);