JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/1444407
json
{
  "response": {
    "fps": 71,
    "fps_avg": 79,
    "entities_count": 88219,
    "world_seed": 89182532,
    "world_size": 4000,
    "steam_id": "90286376590239753",
    "domain": null,
    "id": 1444407,
    "ip": "185.207.214.243",
    "port": 35100,
    "query": 35110,
    "color": 0,
    "city": "Moscow",
    "description": "![(PVE) ALSTA[R]UST - BLUE max3/x2[Wiped: 08-05]](https://gspics.org/images/2021/09/26/0c7sQh.png)\nИнформация о сервере \r\n Вайп в пятницу в 00:00 по мск \r\n • Добыча ресурсов: х2 \r\n • Карта: Procedural  4500 \r\n • Стаки ресурсов: 25000 \r\n • Кол-во игроков в одной команде: 3 \r\n • Стартовые киты \r\n • Киты с доп привелегиями \r\n • Система торговли /trade \r\n • Моментальный крафт \r\n • Ремув построек  \r\n • Телепортация домой \r\n • Внутриигровой магазин\r\n • Большое количество уникальных предметов\r\n • Подробней в чат /info \r\n\r\n\r\n alstarust.gamestores.app/\r\n https://vk.com/alstarust \r\n discord.gg/ZrGBVW2ryg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780088616,
    "last_online": 1780599032,
    "icon": null,
    "name": "(PVE) ALSTA[R]UST - BLUE max3/x2[Wiped: 08-05]",
    "connect": "185.207.214.243:35100",
    "request": "185.207.214.243:35110",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1697303117,
    "last_update": 1780599032,
    "banned": false,
    "wipe": 1778188988,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2449,
    "language": "ru",
    "parked": false,
    "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/1444407");
$data = json_decode($json, true);
var_dump($data);