JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10922366
json
{
  "response": {
    "fps": 57,
    "fps_avg": 57,
    "entities_count": 78032,
    "world_seed": 996419928,
    "world_size": 4000,
    "steam_id": "90286604132557826",
    "domain": null,
    "id": 10922366,
    "ip": "194.69.160.24",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![RustPoint | EU Biweekly](https://www.dropbox.com/scl/fi/6h28boen4b2epbxb97gqa/Rustpoint-logov2-finished-1024-1-edited.png?rlkey=3eomquxine73odsgbf0zrvhib&st=y76950ak&dl=1)\nRustPoint | EU Biweekly \r\n\r\nWipe Schedule: \r\n - Map: Biweekly \r\n - Blueprints: Monthly at force wipe \r\n\r\nRules: \r\n - No hacking and script \r\n - No recently banned accounts \r\n - No ban evading \r\n - No racism  \r\n\r\n\r\n Join our Discord! https://discord.gg/HkPQyRxV7T",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780428202,
    "last_online": 1780617028,
    "icon": null,
    "name": "RustPoint | EU Biweekly",
    "connect": "194.69.160.24:28015",
    "request": "194.69.160.24:28017",
    "map": "Your Map Name",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 5,
    "maxplayers": 300,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1768476932,
    "last_update": 1780617028,
    "banned": false,
    "wipe": 1780596417,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2406,
    "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/10922366");
$data = json_decode($json, true);
var_dump($data);