JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10824714
json
{
  "response": {
    "fps": 72,
    "fps_avg": 67,
    "entities_count": 100200,
    "world_seed": 1960836653,
    "world_size": 4250,
    "steam_id": "90281103625982996",
    "domain": null,
    "id": 10824714,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "![VULCAN RUST [X5|MAX10|EVENTS|FARM ISLAND|KIT] WIPE 02.01](https://i.postimg.cc/QCV8LX8x/banner.jpg)\nСервер по RUST с уникальными кастомными ивентами и нестандартными механиками для более интересной игры.",
    "game": 252490,
    "owner": 96612,
    "boosts": 1,
    "last_offline": 1770385893,
    "last_online": 1770397812,
    "icon": null,
    "name": "[RU] LARAMBE | 2x | Max 8 | No kits",
    "connect": null,
    "request": null,
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2621",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 0,
    "points": 0,
    "add_date": 1767250617,
    "last_update": 1770397812,
    "banned": false,
    "wipe": 1770379704,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 13111,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "Rewayzze",
      "avatar": "07c0209e-a7c2-46d9-a271-bb4301303bd7.jpg"
    },
    "mods": [
      {
        "id": 379,
        "name": "VIP"
      },
      {
        "id": 926,
        "name": "IQChat"
      },
      {
        "id": 1653,
        "name": "Code Lock"
      },
      {
        "id": 947,
        "name": "IQRates"
      },
      {
        "id": 1552,
        "name": "XDStatistics"
      },
      {
        "id": 1279,
        "name": "RustApp"
      },
      {
        "id": 954,
        "name": "IQWipeBlock"
      }
    ],
    "disabled_modules": []
  }
}

Codebeispiele

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