JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10351082
json
{
  "response": {
    "steam_id": "90284527950093339",
    "domain": null,
    "id": 10351082,
    "ip": "136.243.53.173",
    "port": 10029,
    "query": 10039,
    "color": 0,
    "city": "Falkenstein",
    "description": null,
    "game": 736220,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776060070,
    "score": 0,
    "last_online": 1776378083,
    "icon": null,
    "name": "6th GA Training Server",
    "connect": "136.243.53.173:10029",
    "request": "136.243.53.173:10039",
    "map": "PSRM_Arnhem_Range",
    "gamemode": "Realism Scrim",
    "version": "v2.4.1.515256",
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1758529508,
    "last_update": 1776378083,
    "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": 23,
    "language": "de",
    "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/10351082");
$data = json_decode($json, true);
var_dump($data);