JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11501158
json
{
  "response": {
    "fps": 210,
    "fps_avg": 210,
    "entities_count": 68919,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286594825693189",
    "domain": null,
    "id": 11501158,
    "ip": "57.128.211.192",
    "port": 28065,
    "query": 28067,
    "color": 0,
    "city": "Warsaw",
    "description": "![RustFront EU Trio | Vanilla | Max 3 | JUST WIPED 15.30](https://rustfront.com/brand/rustfront-server-header.jpg)\nRustFront EU Trio is a vanilla weekly Rust server focused on performance, fair play, and active admins.\r\n\r\nWipe schedule:\r\nWeekly map wipe: Thursdays 15:00 CEST\r\nForce wipe (BP wipe): 1st Thursday of each month, 20:00 CEST\r\nThis server does NOT wipe randomly outside the posted schedule while it has active players or bases.\r\nVanilla proc map with merged outpost and bandit camp\r\nMAX 3 players in a team, teaming with other players WILL result in a ban\r\n\r\nWebsite:\r\nhttps://rustfront.com\r\nDiscord:\r\nhttps://discord.gg/dVBACDcqM",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780297449,
    "last_online": 1780581634,
    "icon": null,
    "name": "RustFront EU Trio | Vanilla | Max 3 | JUST WIPED 15.30",
    "connect": "57.128.211.192:28065",
    "request": "57.128.211.192:28067",
    "map": "Merged Outpost + Bandit",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779207168,
    "last_update": 1780581634,
    "banned": false,
    "wipe": 1780579860,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4750,
    "language": "pl",
    "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/11501158");
$data = json_decode($json, true);
var_dump($data);