JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11725609
json
{
  "response": {
    "fps": 97,
    "fps_avg": 102,
    "entities_count": 96556,
    "world_seed": 20260123,
    "world_size": 4250,
    "steam_id": "90286569377517595",
    "domain": null,
    "id": 11725609,
    "ip": "67.58.250.79",
    "port": 28045,
    "query": 28047,
    "color": 0,
    "city": "Charleston",
    "description": "![J2 Servers Pure Vanilla](https://j2-servers.com/header.png)\nWelcome to J2 Servers Pure Vanilla\r\n\r\nThe definitive vanilla Rust experience on dedicated enterprise hardware.\r\n\r\nSCHEDULE:\r\n� Wipes Bi-Weekly on Thursdays @ 3:00 PM CST\r\n� First Thursday: Full Wipe (Map + BPs)\r\n� Third Thursday: Map Wipe Only\r\n\r\nRULES:\r\n� Pure Vanilla Experience (No Mods)\r\n� No Racism, Homophobia, or Toxicity\r\n� No Hacking, Scripting, or Exploits\r\n\r\nJOIN US:\r\n� Website: j2-servers.com\r\n� Discord: discord.gg/Hjmruw7p5D",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780517657,
    "last_online": 1780553435,
    "icon": null,
    "name": "J2 Servers Pure Vanilla",
    "connect": "67.58.250.79:28045",
    "request": "67.58.250.79:28047",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2621",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780388552,
    "last_update": 1780553435,
    "banned": false,
    "wipe": 1780517876,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6088,
    "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/11725609");
$data = json_decode($json, true);
var_dump($data);