JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1832346
json
{
  "response": {
    "fps": 40,
    "fps_avg": 40,
    "entities_count": 44833,
    "world_seed": 1337,
    "world_size": 3000,
    "steam_id": "90286583323663378",
    "domain": null,
    "id": 1832346,
    "ip": "168.100.161.70",
    "port": 28010,
    "query": 28015,
    "color": 0,
    "city": "London",
    "description": "![rusthurts.com - 2x Max8 (Wipe <1h)](https://rusthurts.com/images/browser_may_2026.jpg)\nWelcome to rusthurts!\nModded Rust servers, built from the ground up.\n\n⚠ We're a brand new community, come check us out!\n\nSome features of our 2x Max8 server:\n- Team limit: 8\n- Dynamic server slots up to 175\n- Custom maps, rotating every wipe\n- Shorter nights, longer days\n- Full base workbench\n- Cars spawn ready to drive\n- 50% Upkeep\n- Fast Travel NPC\n- Crafting, smelting, researching, recycling, cooking, and mixing times cut in half\n- And many more exclusive features and QoL improvements",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780553072,
    "last_online": 1780593633,
    "icon": null,
    "name": "rusthurts.com - 2x Max8 (Wipe <1h)",
    "connect": "168.100.161.70:28010",
    "request": "168.100.161.70:28015",
    "map": "rusthurts.com/discord",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 75,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1700086830,
    "last_update": 1780593633,
    "banned": false,
    "wipe": 1780498643,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2571,
    "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/1832346");
$data = json_decode($json, true);
var_dump($data);