JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11587327
json
{
  "response": {
    "steam_id": "90285632073581595",
    "domain": null,
    "id": 11587327,
    "ip": "109.248.250.152",
    "port": 4001,
    "query": 4000,
    "color": 0,
    "city": "Novosibirsk",
    "description": null,
    "game": 324080,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779357441,
    "last_online": 1779708748,
    "icon": null,
    "name": "[RU] RWS-1 (public, PvPvE) [vk.com/rwgameru] [rw-game.ru]",
    "connect": "109.248.250.152:4001",
    "request": "109.248.250.152:4000",
    "map": "Exoplanet x7835",
    "gamemode": "Rising World (New Version)",
    "version": "202605101",
    "numplayers": 0,
    "maxplayers": 64,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1779357441,
    "last_update": 1779708748,
    "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": 70,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 4472,
      "steam_id": 324080,
      "name": "Rising World",
      "url": "rising-world"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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