JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1296972
json
{
  "response": {
    "steam_id": "90284394837476357",
    "domain": null,
    "id": 1296972,
    "ip": "92.38.151.86",
    "port": 29000,
    "query": 29015,
    "color": 0,
    "city": "Santana de Parnaíba",
    "description": "",
    "game": 1691480,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773783079,
    "score": null,
    "last_online": 1776241879,
    "icon": null,
    "name": "WTW Official Latam PVP by g-portal.com",
    "connect": "92.38.151.86:29000",
    "request": "92.38.151.86:29015",
    "map": null,
    "gamemode": "WTW",
    "version": "1.0.0.0",
    "numplayers": 0,
    "maxplayers": 40,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 30,
    "add_date": 1692539543,
    "last_update": 1776241879,
    "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": 1,
    "language": "pt",
    "parked": false,
    "app": {
      "id": 1532512,
      "steam_id": 1691480,
      "name": "World Titans War",
      "url": "world-titans-war"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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