JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10733743
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10733743,
    "ip": null,
    "port": null,
    "query": null,
    "project_id": null,
    "color": 0,
    "city": "Veliky Novgorod",
    "description": "![[MSK]NexusRust |WEEKLY| 1X VANILLA+](https://pic.survivalhost.org/images/2025/12/12/1.png)\nДобро пожаловать на сервер: [MSK]NexusRust\r\nКлассический сервер который идеально подходит для новичков\r\n\r\nРазмер карты 3500\r\nВайп раз в неделю\r\nНет ограничений по количеству игроков в команде\r\nРазрешены кланы и союзы\r\nДобавлены переработчики в рыбацких деревнях, ранчо\r\nАдминистрация доступна 24/7, готовая помочь в любых вопросах\r\nСерверный античит, поддержка Rust+\r\n\r\nНаш сайт: https://nexusrust1.gamestores.app/\r\nГруппа ВКонтакте: https://vk.com/rus.nexusrust\r\nТелеграм канал: https://t.me/nexusrust1\r\nНаш сервер в Discord: https://discord.com/invite/Zv6frfCa",
    "game": 252490,
    "owner": 151695,
    "boosts": 1,
    "last_offline": 1768974677,
    "last_online": 1768078810,
    "icon": null,
    "name": "[MSK]NexusRust |WEEKLY| 1X VANILLA+",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": null,
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1765576559,
    "last_update": 1768974677,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12652,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "ex_clown",
      "avatar": "no.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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