JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11159216
json
{
  "response": {
    "fps": 59,
    "fps_avg": 58,
    "entities_count": 36126,
    "world_seed": 0,
    "world_size": 2600,
    "steam_id": "90286464359454733",
    "domain": null,
    "id": 11159216,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "![RUST WAY HARD X0.5 | TRIO | ONE GRID MAP | LOW RATE](https://i.postimg.cc/fySHqFbH/hard-wall.jpg)\nДобро пожаловать на хардовый сервер Hard Rust Way!\r\nНа нашем сервере вы встретите:\r\n• Урезанный лут с бочек и ящиков.\r\n• Уменьшено получение ресурсов с переработчика.\r\n• Уменьшенные рейты на ресурсы от 0.3-0.5x.\r\n• Подводный биом для облегчение игры новичкам.\r\n• Усиленные животные.\r\n• Изменённая погода, больше шторма и дождя.\r\n\r\n• Вайп карты: ПТ в 18:00 по МСК | Магазин: rust-way.ru | Discord: discord.gg/rustway",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780170215,
    "last_online": 1780347028,
    "icon": null,
    "name": "RUST WAY HARD X0.5 | TRIO | ONE GRID MAP | LOW RATE",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 0,
    "add_date": 1772228124,
    "last_update": 1780347028,
    "banned": false,
    "wipe": 1780063203,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10355,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "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/11159216");
$data = json_decode($json, true);
var_dump($data);