JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/3703055
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 3703055,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "![Corporate RUST | 2x | NoLim | Beta](https://i.postimg.cc/1tPHH8qr/bgN.png)\nТестовый запуск сервера Corporate RUST\r\nу нас:\r\n-рейты 2х\r\n-отсутвует лимит игроков в комманде\r\n-множество вспомогательных плагинов\r\n-отзывчивая администация\r\n-и многое другое\r\nмы ждем каждого!\r\n \r\nссылка на дискорд сервер: https://discord.gg/7Fm4vGFkbm",
    "game": 252490,
    "owner": 93835,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 0,
    "last_online": 1746327028,
    "icon": null,
    "name": "RUST IN MOSCOW [SEMI-CLASSIC|MAX3|TP|CLAN|04.04]",
    "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": 1712234056,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1743742025,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8630,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "BOMP",
      "avatar": "86d5fdf8-890d-4b93-ae8b-3f1be1bfd39f.jpg",
      "last_online": 1733479255
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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