JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10533885
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 256159,
    "world_seed": 1690885405,
    "world_size": 4800,
    "steam_id": "90286588093155359",
    "domain": null,
    "id": 10533885,
    "ip": "45.143.197.103",
    "port": 28014,
    "query": 28015,
    "color": 0,
    "city": "Solihull",
    "description": "![Theswingingturtle PvE 3x [ Boss | Skills | Raids | Custom ]](https://i.postimg.cc/g06BHFhX/theswingingturtle-rust-server.png)\nHard PvE with real progression.\r\n12-Star rarity system with powerful custom items.\r\nCustom guns, tools & armor that actually change how you play.\r\nMonster bosses, heli & bradley variants across the map.\r\nEasy start — brutal endgame.\r\nRaids from casual to extreme.\r\nDaily, weekly & monthly quests in /town.\r\nClimb wipe & lifetime raid ladders.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780175012,
    "last_online": 1780573829,
    "icon": null,
    "name": "Theswingingturtle PvE 3x [ Boss | Skills | Raids | Custom ]",
    "connect": "45.143.197.103:28014",
    "request": "45.143.197.103:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1762518617,
    "last_update": 1780573829,
    "banned": false,
    "wipe": 1778176258,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3586,
    "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/10533885");
$data = json_decode($json, true);
var_dump($data);