JSON for programs, websites and more

text
https://api.gamemonitoring.net/servers/11768963
json
{
  "response": {
    "oxide": true,
    "modded": true,
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 56849,
    "world_seed": 2147483647,
    "world_size": 3000,
    "steam_id": "90286748973664257",
    "domain": null,
    "id": 11768963,
    "ip": "51.38.150.34",
    "port": 10034,
    "query": 10035,
    "project_id": null,
    "color": 0,
    "city": "Wroclaw",
    "description": "Добро пожаловать на SABR RUST x2! \r\n Добыча ресурсов Х2 \r\n Плавка ускорена в 2 раза. \r\n крафт ресурсов 1 секунда \r\n изменен щёчек Create на 10мин \r\n Тип сервера: ванильный/модифицированный. \r\n На сервер есть RAID BLOCK. \r\n Сложность: средняя. \r\n у нас есть тп и home \r\n Количество слотов: 200. \r\n Где найти дополнительную информацию: \r\n Дискорд - https://discord.gg/pcHMTqtEdB \r\n Телеграмм - https://t.me/SABRRUST \r\n Магазин - http://sabrrust.gamestores.app/",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780934185,
    "last_online": 1780974630,
    "icon": null,
    "name": "SABR RUST №1 | X2 | NOLIMIT | KIT | HOME",
    "connect": "51.38.150.34:10034",
    "request": "51.38.150.34:10035",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2388",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "PL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780934185,
    "last_update": 1780974630,
    "banned": false,
    "wipe": 1780599668,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 6130,
    "language": "pl",
    "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/11768963");
$data = json_decode($json, true);
var_dump($data);