JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/9745847
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 128349,
    "world_seed": 943389,
    "world_size": 4500,
    "steam_id": "90284748373260303",
    "domain": null,
    "id": 9745847,
    "ip": "43.225.196.106",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Los Angeles",
    "description": "![Orange](https://i.postimg.cc/4xFy1Vq0/Untitled-design-2025-08-05-T092523-597.png)\nSurvive and Thrive in Rust, with an Orange Twist.\r\n- Two Islands: Orange (PvP) and Mandarin (PvE).\r\n- Prize Money Every Wipe!\r\n- Monthly Wipe and Update.\r\n- Random Map, Procedurally Generated.\r\n- Vanilla Gameplay, Quality of life mods.\r\nThe Orange Island is competitive,\r\nif you're learning to survive, check out Mandarin.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775188330,
    "score": 0,
    "last_online": 1776859217,
    "icon": null,
    "name": "Orange",
    "connect": "43.225.196.106:28015",
    "request": "43.225.196.106:28017",
    "map": "Wipe in: 15d 6h",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 5,
    "maxplayers": 21,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1752325054,
    "last_update": 1776859217,
    "banned": false,
    "wipe": 1775153071,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 620,
    "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/9745847");
$data = json_decode($json, true);
var_dump($data);