JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11500915
json
{
  "response": {
    "fps": 97,
    "fps_avg": 95,
    "entities_count": 101051,
    "world_seed": 916076095,
    "world_size": 4250,
    "steam_id": 90286489649947650,
    "domain": null,
    "id": 11500915,
    "ip": "178.104.136.95",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Nuremberg",
    "description": "![The Rusty Knob | Solo | Chill | 2x | EU | JUST WIPED](http://178.104.136.95:8080/header.png)\nThe Rusty Knob - EU/English Solo\r\n\r\nRelaxed solo Rust with light quality-of-life changes and near-vanilla progression.\r\n\r\nSolo rules: no clans, no Rust teams and no shared bases. Temporary cooperation at monuments, raids or counters is allowed; permanent alliances and co-living are not.\r\n\r\nRates: 2x gather, 1.5x smelt, 1.5x charcoal, 2x stacks. Recycler speed is 3.5s. Crafting is vanilla.\r\n\r\nWipes: weekly map wipes, blueprints on monthly force wipe. Fresh random seed every wipe.\r\n\r\nCustom Outpost: Bandit vendors, Air Wolf, gambling wheel, fertilizer buyer and extra vending options.\r\n\r\nEvents: normal Launch Site Bradley for most of wipe. Roaming Bradley runs during the final 2 days before wipe. Easter Egg Hunt and Santa gift drops alternate around in-game midday.\r\n\r\nDiscord: https://discord.gg/7BukZQUnvG\r\n\r\nConduct: don't be a dick.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780335858,
    "last_online": 1780570234,
    "icon": null,
    "name": "The Rusty Knob | Solo | Chill | 2x | EU | JUST WIPED",
    "connect": "178.104.136.95:28015",
    "request": "178.104.136.95:28017",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207165,
    "last_update": 1780570234,
    "banned": false,
    "wipe": 1780336166,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4649,
    "language": "de",
    "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/11500915");
$data = json_decode($json, true);
var_dump($data);