JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11015796
json
{
  "response": {
    "steam_id": 90284506837510160,
    "domain": null,
    "id": 11015796,
    "ip": "71.81.241.173",
    "port": 7960,
    "query": 7961,
    "color": 0,
    "city": "Hickory",
    "description": null,
    "game": 541300,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775844127,
    "score": 0,
    "last_online": 1776323491,
    "icon": null,
    "name": "Lexi PVP Port: 7960",
    "connect": "71.81.241.173:7960",
    "request": "71.81.241.173:7961",
    "map": "Black_Island",
    "gamemode": "Survive The Nights",
    "version": "1.3.0.0",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1769943229,
    "last_update": 1776323491,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 28,
    "language": "en",
    "parked": false,
    "app": {
      "id": 12556,
      "steam_id": 541300,
      "name": "Survive the Nights",
      "url": "survive-the-nights"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

php
<?php
$json = file_get_contents("https://api.gamemonitoring.net/servers/11015796");
$data = json_decode($json, true);
var_dump($data);