JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11606641
json
{
  "response": {
    "fps": 29,
    "fps_avg": 29,
    "entities_count": 87647,
    "world_seed": 1234567890,
    "world_size": 4000,
    "steam_id": "90286277028807709",
    "domain": null,
    "id": 11606641,
    "ip": "51.89.195.13",
    "port": 26900,
    "query": 26904,
    "color": 0,
    "city": "London",
    "description": "![PEGZ Community PvE 4Netplayers Rust Server](https://www.youtube.com/@PureEpicGamingZone)\nWelcome to our PvE server, no stealing or being a douche - Cant follow these simple rules then Foxtrot Oscar!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780608211,
    "last_online": 1779951626,
    "icon": null,
    "name": "PEGZ Community PvE 4Netplayers Rust Server",
    "connect": "51.89.195.13:26900",
    "request": "51.89.195.13:26904",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 16,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915478,
    "last_update": 1780608211,
    "banned": false,
    "wipe": 1778724260,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 1,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11855,
    "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/11606641");
$data = json_decode($json, true);
var_dump($data);