JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8543056
json
{
  "response": {
    "fps": 92,
    "fps_avg": 90,
    "entities_count": 106546,
    "world_seed": 1583952840,
    "world_size": 4350,
    "steam_id": "90286621432918025",
    "domain": null,
    "id": 8543056,
    "ip": "95.78.238.32",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Orenburg",
    "description": "![S.T.A.L.K.E.R #1 team of 3 people|X3-X4|kits|remove|trade|setho](https://gspics.org/images/2020/06/17/jsuMT.png)\nДобро пожаловать на наш сервер S.T.A.L.K.E.R #1.\r\n* Вы попали на проект OrennGames серверов игры RUST. Информацию о наших серверах, а так же связь с администрацией, вы можете найти в нашей группе VK.com/orenngames \r\n* Стаки увеличены до 100К.\r\n* Стартовые киты.\r\n* Ночные рейты Х3-X4.\r\n* СетХоум.\r\n* Телепортация к игроку.\r\n* Трейд.\r\n* Пропуск ночи.\r\n* Рейд базы.\r\n* Команда(ТИМА) до 3-х человек.\r\n* Ежедневная перезагрузка сервера в 03:00 и 15:00 МСК.\r\n* Приятной игры.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780636458,
    "last_online": 1780644628,
    "icon": null,
    "name": "S.T.A.L.K.E.R #1 team of 3 people|X3-X4|kits|remove|trade|setho",
    "connect": "95.78.238.32:28015",
    "request": "95.78.238.32:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1744755818,
    "last_update": 1780644628,
    "banned": false,
    "wipe": 1780599710,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3214,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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