JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11500934
json
{
  "response": {
    "steam_id": "90286221905016845",
    "domain": null,
    "id": 11500934,
    "ip": "157.90.176.139",
    "port": 20540,
    "query": 20541,
    "color": 0,
    "city": "Falkenstein",
    "description": "![BUNKER RUST | X1000 | /kit | /up | Быстрые печки |](https://img.alkad.org/images/2016/09/07/52c.png)\nРейты сервера Х100000 \r\n  Быстрые печи  \r\n Быстрый грейд построек - /up  \r\n Киты для быстрого старта /kit  \r\n Автокит с оружием  \r\n Вайп сервера раз в 10дней   \r\n Последний вайп 26.03.2026",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780581829,
    "last_online": 1779836597,
    "icon": null,
    "name": "BUNKER RUST | X1000 | /kit | /up | Быстрые печки |",
    "connect": "157.90.176.139:20540",
    "request": "157.90.176.139:20541",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779207165,
    "last_update": 1780581829,
    "banned": false,
    "wipe": 1779639567,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11020,
    "language": "de",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Code examples

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