JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10317875
json
{
  "response": {
    "steam_id": "90286253188294675",
    "domain": null,
    "id": 10317875,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Moscow",
    "description": null,
    "game": 232090,
    "owner": 144339,
    "boosts": 1,
    "last_offline": 1780984420,
    "last_online": 1780071625,
    "icon": null,
    "name": "Ch3rryPie | ZedternalU (Roguelike custom 10GB!)",
    "connect": null,
    "request": null,
    "map": "KF-CATACOMBS",
    "gamemode": "Killing Floor 2",
    "version": "1150",
    "numplayers": 0,
    "maxplayers": 12,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1758290801,
    "last_update": 1780984420,
    "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": 1339,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 51,
      "steam_id": 232090,
      "name": "Killing Floor 2",
      "url": "killing-floor-2"
    },
    "server_owner": {
      "username": "Anton_Sychev",
      "avatar": "4e0c36a7-43da-4086-ad16-18dc5e04ff0e.jpg"
    },
    "mods": [],
    "disabled_modules": [
      "chat"
    ]
  }
}

Code examples

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