JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/4851233
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 4851233,
    "ip": "194.169.211.192",
    "port": 10400,
    "query": 10402,
    "color": 0,
    "city": "Frankfurt am Main",
    "description": null,
    "game": 290080,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776211914,
    "score": 0,
    "last_online": 1776211235,
    "icon": null,
    "name": null,
    "connect": null,
    "request": "194.169.211.192:10402",
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 4,
    "bots": 0,
    "secured": null,
    "private": true,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1719048379,
    "last_update": 1776211914,
    "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": 124,
    "language": "de",
    "parked": false,
    "app": {
      "id": 85,
      "steam_id": 290080,
      "name": "Life is Feudal: Your Own",
      "url": "life-is-feudal-your-own"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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