JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11511431
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 68938,
    "world_seed": 1322445478,
    "world_size": 3500,
    "steam_id": "90286436357162005",
    "domain": null,
    "id": 11511431,
    "ip": "204.13.234.174",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Secaucus",
    "description": "![ARCNet | 2x | Solo/Duo/Trio | Vanilla+](https://i.ibb.co/GfLtLvSx/Rust-Server-Banned-1.png)\nARCNet 2x Solo/Duo/Trio is a balanced vanilla-style Rust server built for competitive and long-term gameplay.\r\n\r\nFeatures:\r\n- 2x Gather Rates\r\n- Solo/Duo/Trio Team Limit\r\n- Balanced Loot Tables\r\n- Active Administration\r\n- Optimized Server Performance\r\n- Faster Smelting and Recycling\r\n- Quality of Life Improvements\r\n- Fair and Competitive Environment\r\n- Regular Updates\r\n\r\nWhether you enjoy PvP, building, raiding, or grinding, ARCNet delivers a smooth and competitive Rust experience designed for all playstyles.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779353847,
    "last_online": 1780266634,
    "icon": null,
    "name": "ARCNet | 2x | Solo/Duo/Trio | Vanilla+",
    "connect": "204.13.234.174:28015",
    "request": "204.13.234.174:28016",
    "map": "Wiped 24 days ago",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353847,
    "last_update": 1780266634,
    "banned": false,
    "wipe": 1778177602,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5429,
    "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/11511431");
$data = json_decode($json, true);
var_dump($data);