JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/7746132
json
{
  "response": {
    "steam_id": "90281196493142016",
    "domain": null,
    "id": 7746132,
    "ip": "37.27.108.215",
    "port": 7018,
    "query": 7019,
    "color": 0,
    "city": "Helsinki",
    "description": null,
    "game": 736220,
    "owner": null,
    "boosts": 1,
    "last_offline": 1772053298,
    "score": 0,
    "last_online": 1776418298,
    "icon": null,
    "name": "The sigma server",
    "connect": "37.27.108.215:7018",
    "request": "37.27.108.215:7019",
    "map": "L_ProvingGround_GuP_Sandbox",
    "gamemode": "PS BASE GAMEMODE",
    "version": "v2.6.0.560155",
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "FI",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1739811427,
    "last_update": 1776418298,
    "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": 18,
    "language": "fi",
    "parked": false,
    "app": {
      "id": 19973,
      "steam_id": 736220,
      "name": "Squad 44",
      "url": "squad-44"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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