JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7287026
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 167543,
    "world_seed": 1027223772,
    "world_size": 4500,
    "steam_id": "90286583259943961",
    "domain": null,
    "id": 7287026,
    "ip": "57.128.5.43",
    "port": 20003,
    "query": 20002,
    "color": 0,
    "city": "Roubaix",
    "description": "Plugin list:Raidable Base fully custom for hards,rest incomming |SuperMarket and AirfieldEvent|AirdropPrecison|Clan|AutoAuth|Panel and WelcomePanel|JStack|Kits(No P2W, Nothing busted)|Upkeep time increased by 25%|Crafting time reduced by 50%|AmmoHUD|AutoAuth|Remover Tool (have a hammer in hand /remove) All server in X2 | Map Size 4000\r\n\r\nYou can join the discord by pressing the view website button! Need help? A question? Come Discord!\r\nFrench in chat is accepted but English is the main language!\r\n\r\nVous pouvez joindre le Discord en appuyant sur le boutton voir le site web! Besoin d aide? Une Question? Venez Discord!\r\nLe francais dans le chat est accepte mais la langue principal est l anglais si vous pouvez pour le comfort de la majorite!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780459450,
    "last_online": 1780573234,
    "icon": null,
    "name": "#1 OuTPlay | X2 | Raidable Bases | Bi-Weekly | Full WIPED 08/05",
    "connect": "57.128.5.43:20003",
    "request": "57.128.5.43:20002",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1736704000,
    "last_update": 1780573234,
    "banned": false,
    "wipe": 1778246537,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2900,
    "language": "fr",
    "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/7287026");
$data = json_decode($json, true);
var_dump($data);