JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11671053
json
{
  "response": {
    "fps": 55,
    "fps_avg": 53,
    "entities_count": 70064,
    "world_seed": 1,
    "world_size": 3759,
    "steam_id": "90286604623276053",
    "domain": null,
    "id": 11671053,
    "ip": "157.85.90.56",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Docklands",
    "description": "![WildLord.gg | Solo • Duo | Vanilla | Beginner Friendly](https://imgur.com/Ng7phVv.png)\nWildLord.gg – Solo/Duo Vanilla Rust (1x) | New Player Friendly\r\nMonthly Map Wipes\r\n・Next Map Wipe 6/4/26\r\n\r\n・Solo/Duo ONLY\r\n・Maximum of 2 players per team\r\n・No rotating teammates including offline\r\n・No alliances\r\n・No cheating or exploiting\r\n\r\nFair & stable vanilla experience\r\nNo gameplay changes. Active admin",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780180912,
    "last_online": 1780603238,
    "icon": null,
    "name": "WildLord.gg | Solo • Duo | Vanilla | Beginner Friendly",
    "connect": "157.85.90.56:28015",
    "request": "157.85.90.56:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 1,
    "maxplayers": 90,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780180912,
    "last_update": 1780603238,
    "banned": false,
    "wipe": 1780597703,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5375,
    "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/11671053");
$data = json_decode($json, true);
var_dump($data);