JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1400217
json
{
  "response": {
    "fps": 86,
    "fps_avg": 85,
    "entities_count": 88275,
    "world_seed": 2069670682,
    "world_size": 3800,
    "steam_id": "90286565239925767",
    "domain": null,
    "id": 1400217,
    "ip": "108.61.227.166",
    "port": 28016,
    "query": 28017,
    "color": 0,
    "city": "Alexandria",
    "description": "![[AU] Rusty Rivets | Monthly](https://i.supaimg.com/d2c30a0f-d299-4151-8ba6-2df62c2d856e/49d1045d-9350-4c37-9cd6-0c1bd7a36e22.png)\nWelcome to Rusty Rivets. Quiet server for the casual player or someone wanting to learn the game. Low Up Keep 50%. Solo or teams. We have a monthly map wipe schedule. No in game admins. Server restarts daily 4:00am",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780506240,
    "last_online": 1780563628,
    "icon": null,
    "name": "[AU] Rusty Rivets | Monthly",
    "connect": "108.61.227.166:28016",
    "request": "108.61.227.166:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1696082586,
    "last_update": 1780563628,
    "banned": false,
    "wipe": 1778178495,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1361,
    "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/1400217");
$data = json_decode($json, true);
var_dump($data);