JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11792023
json
{
  "response": {
    "steam_id": "90286876632070170",
    "domain": null,
    "id": 11792023,
    "ip": "43.248.3.131",
    "port": 21208,
    "query": 21207,
    "project_id": null,
    "color": 0,
    "city": "Shiyan",
    "description": null,
    "game": 1604030,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781426049,
    "last_online": 1781422257,
    "icon": null,
    "name": "良子味真足pve",
    "connect": "43.248.3.131:21208",
    "request": "43.248.3.131:21207",
    "map": "VRisingWorld",
    "gamemode": "b600b651-2b49-4c48-9379-4d27b8aa0950",
    "version": "0.0.0.1",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1781377333,
    "last_update": 1781426049,
    "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": 4588,
    "language": "zh",
    "parked": false,
    "app": {
      "id": 55075,
      "steam_id": 1604030,
      "name": "V Rising",
      "url": "v-rising"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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