JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/437775
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 437775,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "OLDRUST X1 MAX5 WIPE 17.03 ![Description](https://pic.survivalhost.org/images/2023/03/09/5cc7b5db4f4f6afd52e285fccfa1be9b.jpg)OLDRUST X1 MAX5 WIPE 17.03  Полуклассический сервер для вашей комфортной игры  система телепортации  Система друзей  Меню улу",
    "game": 252490,
    "owner": 34979,
    "boosts": 1,
    "last_offline": 1750457066,
    "last_online": 1747515639,
    "icon": null,
    "name": "Bigmak EU Long",
    "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": 1605192762,
    "last_update": 1750457066,
    "banned": false,
    "wipe": 1746624370,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12980,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "MrTementiy",
      "avatar": "2ad16b5f-fa3a-4cc9-aba8-e26eb70b719f.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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