JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11670970
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 78742,
    "world_seed": 789370014,
    "world_size": 3750,
    "steam_id": "90286604739365901",
    "domain": null,
    "id": 11670970,
    "ip": "104.129.132.55",
    "port": 28033,
    "query": 28037,
    "project_id": null,
    "color": 0,
    "city": "Dallas",
    "description": "![[US] Eternal Rust 2x Main Monthly | No BP wipe | Noob Friendly](https://i.ibb.co/sRQfqy9/Eternal-Rust-Banner.png)\nWelcome to Eternal Rust, a 2x gather server with monthly wipes on force. Enjoy faster progression with 2x resources, components, and smelting while keeping a balanced, competitive environment for both solo players and teams. Kits are available, and the server is actively admined for fair gameplay.\r\n\r\nKey Features:\r\n\r\nMonthly Wipe on force 11:00am (PST).\r\n2x Gather\r\n4000 Map size\r\nExtended Workbench\r\nAdditional Recyclers\r\nMarketplace in fishing villages\r\nActive Admins\r\nKits available\r\n\r\nRules:\r\n\r\n1. No cheating or hacking.\r\n2. No harassment or toxic behavior.\r\n3. No excessive griefing.\r\n4. Respect admins.\r\n5. Have Fun!\r\n\r\nJoin our community:\r\nDiscord: https://discord.gg/Yuadm977\r\nShop: https://eternal-rust.tebex.io",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597469,
    "last_online": 1780682430,
    "icon": null,
    "name": "[US] Eternal Rust 2x Main Monthly | No BP wipe | Noob Friendly",
    "connect": "104.129.132.55:28033",
    "request": "104.129.132.55:28037",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1780180910,
    "last_update": 1780682430,
    "banned": false,
    "wipe": 1780597707,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2998,
    "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/11670970");
$data = json_decode($json, true);
var_dump($data);