JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/8529053
json
{
  "response": {
    "fps": 93,
    "fps_avg": 92,
    "entities_count": 120125,
    "world_seed": 178632475,
    "world_size": 4568,
    "steam_id": "90286570129939474",
    "domain": null,
    "id": 8529053,
    "ip": "192.169.82.146",
    "port": 28215,
    "query": 28216,
    "color": 0,
    "city": "Dallas",
    "description": "![Rust Beginner - PVE - 2.0](https://www.dropbox.com/scl/fi/2yzly2rtfo9hxlc4qp2kq/BEGINNER_RUST-NO_DATE.jpg?rlkey=npldremk2yi6kkzx4r4xngex2&st=9s68hevp&dl=1)\nWelcome to Rust Beginner - PvE Modded!\r\n\r\nIn coming! Mortars in Rust!\r\n\r\nNext Wipe - 6.4.2026\r\n\r\nPurge will be on TBA @ 1pm Central time.\r\n\r\n[Rules]\r\n-No hacking, cheating, or abuse of exploits.\r\n-No racism, griefing, or trolling.\r\n-Turrets must be on peacekeeper until purge.\r\n-Derogatory statements toward ANY player - WILL not be tollerated on the server.\r\n-Nazi stuff/racism is insta ban!\r\n(Rule violators may be removed from the server for 24hrs or longer!)\r\n\r\n[Server Information]\r\n+No Rads.\r\n+Vehicle License.\r\n+Skins.\r\n+10% Decay.\r\n+Remove Tool.\r\n+Dangerous Treasures.\r\n+Monthly Wipe.\r\n+BP wipe (Available Per Player).\r\n+Purge 24hrs prior to forced wipe!\r\n+Zombie Hordes.\r\n+Friendly Staff.\r\n+Family Friendly Server.\r\nClick on 'View Webpage' to join our Discord!\r\n(Important: Be sure to lock your base, TC,..\r\nand Boxes before you log out!)\r\nAlso be sure to upgrade your base to minimum of wood, stone is advisable.\r\n-Thank you!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780578278,
    "last_online": 1780560633,
    "icon": null,
    "name": "Rust Beginner - PVE - 2.0",
    "connect": "192.169.82.146:28215",
    "request": "192.169.82.146:28216",
    "map": "Rust-Beginner",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1744458216,
    "last_update": 1780578278,
    "banned": false,
    "wipe": 1778284997,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10406,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "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/8529053");
$data = json_decode($json, true);
var_dump($data);