JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/10412622
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10412622,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![gm.link/u85868 Bastion - Vanilla | EU | Friday](https://gspics.org/images/2025/10/09/IElrZZ.jpg)\nРазмер карты - 4000\r\nГрафик вайпов:\r\nЕженедельно по пятницам с 14:00 по МСК\r\nBPs - Раз в две недели\r\n\r\nПодать репорт - F7\r\nНаписать в чат:/report\r\nLink: bastion-rust.com",
    "game": 252490,
    "owner": 85868,
    "boosts": 1,
    "last_offline": 1763099454,
    "last_online": 1762203611,
    "icon": null,
    "name": "Bastion - Vanilla | EU | Friday",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1759823750,
    "last_update": 1763099454,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13212,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "thegrinch",
      "avatar": "ce09017c-73e7-4272-aa26-f917888fc0dd.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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