JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10567414
json
{
  "response": {
    "steam_id": "90282059053098007",
    "domain": null,
    "id": 10567414,
    "ip": "103.15.237.94",
    "port": 27081,
    "query": 27082,
    "color": 0,
    "city": "Мельбурн",
    "description": null,
    "game": 872670,
    "owner": null,
    "boosts": 1,
    "last_offline": 1771773696,
    "score": 0,
    "last_online": 1777564327,
    "icon": null,
    "name": "Official Waves AU-1",
    "connect": "103.15.237.94:27081",
    "request": "103.15.237.94:27082",
    "map": "M_ServerDefault",
    "gamemode": "PVP",
    "version": "0.4.1.0",
    "numplayers": 0,
    "maxplayers": 8,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "AU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1762537353,
    "last_update": 1777564327,
    "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": 12,
    "language": "en",
    "parked": false,
    "app": {
      "id": 51883,
      "steam_id": 872670,
      "name": "SCP: 5K (Alpha Testing)",
      "url": "scp-5k-alpha-testing"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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