JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/446897
json
{
  "response": {
    "fps": 45,
    "fps_avg": 43,
    "entities_count": 78759,
    "world_seed": 1864431301,
    "world_size": 3750,
    "steam_id": "90286604141517852",
    "domain": null,
    "id": 446897,
    "ip": "176.57.174.158",
    "port": 29115,
    "query": 29116,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": "![4Trust](https://www.g-portal.com/css/customer/img/logo.jpg)\nWillkommen auf 4Trust, ein offener PvE-only Server von DrDart und 4T.\r\nWelcome to 4Trust, an open PvE-only server from DrDart and 4T.\r\nDE/EN only\r\n\r\nRULES: DONT KILL OR ROB OTHER PLAYERS OR THEIR BASES\r\n\r\nIf you need stuff, ask DrDart,4T or Sheen",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780596270,
    "last_online": 1780599633,
    "icon": null,
    "name": "4Trust",
    "connect": "176.57.174.158:29115",
    "request": "176.57.174.158:29116",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1630779766,
    "last_update": 1780599633,
    "banned": false,
    "wipe": 1780596258,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2540,
    "language": "de",
    "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/446897");
$data = json_decode($json, true);
var_dump($data);