JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11488179
json
{
  "response": {
    "steam_id": "90285102510401548",
    "domain": null,
    "id": 11488179,
    "ip": "187.127.10.46",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Campinas",
    "description": null,
    "game": 225840,
    "owner": 185577,
    "boosts": 1,
    "last_offline": 1775337896,
    "score": 0,
    "last_online": 1777527625,
    "icon": null,
    "name": "[BR] Mau Sven Co-op Server",
    "connect": "187.127.10.46:27015",
    "request": "187.127.10.46:27015",
    "map": "extended",
    "gamemode": "Sven Co-op 5.26",
    "version": "5.0.1.8",
    "numplayers": 0,
    "maxplayers": 6,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1775324882,
    "last_update": 1777527625,
    "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": 6,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 65,
      "steam_id": 225840,
      "name": "Sven Co-op",
      "url": "sven-co-op"
    },
    "server_owner": {
      "username": "mauricio_t",
      "avatar": "631f44ad-b171-4300-b7bf-b2c3ed890250.jpg",
      "last_online": 1777215674
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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