JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10922360
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 76023,
    "world_seed": 2033210958,
    "world_size": 3500,
    "steam_id": "90286576642332675",
    "domain": null,
    "id": 10922360,
    "ip": "194.69.160.25",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "City of London",
    "description": "![RustBenders | 2x Vanilla+ | Max 4 | Giveaways & Events](https://i.ibb.co/p6jLB46y/63400c84-f900-4122-9c72-b7fa1b69b7d0.png)\nRustBenders - Vanilla 2x Slightly Modded Experience \r\n Made by Team Frequency \r\n Plugins: \r\n * 2x Gathering \r\n * Custom LootTable (Removed Junk) \r\n * Weekly Server Events & Giveaways \r\n * Short Nights \r\n * Merged Outpost & Bandit Camp \r\n * 2x Crafting & Smelting \r\n * No P2W & NO KITS! \r\n * BP Sharing \r\n * T1 Unlocked \r\n * Workbench Range Extended \r\n * Furnace Splitter \r\n ! SOON: Skinbox & Building Skins \r\n  \r\n Join our Discord for updates, wipes, map votes and events: \r\n [https://discord.gg/xCAMCsvdPB](https://discord.gg/xCAMCsvdPB)",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780450396,
    "last_online": 1780601435,
    "icon": null,
    "name": "RustBenders | 2x Vanilla+ | Max 4 | Giveaways & Events",
    "connect": "194.69.160.25:28015",
    "request": "194.69.160.25:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1768476932,
    "last_update": 1780601435,
    "banned": false,
    "wipe": 1779999176,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3712,
    "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/10922360");
$data = json_decode($json, true);
var_dump($data);