JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/2748359
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 2748359,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Greenville",
    "description": "",
    "game": 219640,
    "owner": 113635,
    "boosts": 1,
    "last_offline": 1768642921,
    "score": null,
    "last_online": 1767772816,
    "icon": null,
    "name": "Fixedback Christmas",
    "connect": null,
    "request": null,
    "map": "aocffa-arena3_p",
    "gamemode": "Chivalry: Medieval Warfare",
    "version": null,
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1706291189,
    "last_update": 1768642921,
    "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": "en",
    "parked": true,
    "app": {
      "id": 79,
      "steam_id": 219640,
      "name": "Chivalry: Medieval Warfare",
      "url": "chivalry-medieval-warfare"
    },
    "server_owner": {
      "username": "fixedback",
      "avatar": "no.jpg",
      "last_online": 1744082363
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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