JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/10825022
json
{
  "response": {
    "steam_id": "90286263722317824",
    "domain": "jail.centralka.ru",
    "id": 10825022,
    "ip": "45.95.31.55",
    "port": 27015,
    "query": 27015,
    "color": 0,
    "city": "Moscow",
    "description": "[{\"id\":\"7fLWPkFyPZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"Центральная Тюрьма :)\"}},{\"id\":\"5SrF0PQD-a\",\"type\":\"paragraph\",\"data\":{\"text\":\"Перезапустили сервер и продолжаем развивать. Впереди много новых фишек и клёвых обнов. Заходи играть!\"}}]",
    "game": 240,
    "owner": 196643,
    "boosts": 1,
    "last_offline": 1779596005,
    "last_online": 1779862812,
    "icon": null,
    "name": "Центральная Тюрьма [centralka.ru] Classic",
    "connect": "jail.centralka.ru:27015",
    "request": "45.95.31.55:27015",
    "map": "jb_prison_architect_v2",
    "gamemode": "Counter-Strike: Source",
    "version": "9540945",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": true,
    "votes": 1,
    "points": 91,
    "add_date": 1767906006,
    "last_update": 1779862812,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 46,
    "language": "ru",
    "parked": false,
    "app": {
      "id": 5,
      "steam_id": 240,
      "name": "Counter-Strike: Source",
      "url": "counter-strike-source"
    },
    "server_owner": {
      "username": "kitexplosion",
      "avatar": "2b19518d-3a26-45af-b92c-ab3cd0214b22.webp"
    },
    "mods": [
      {
        "id": 1632,
        "name": "SourceMod"
      }
    ],
    "disabled_modules": []
  }
}

Codebeispiele

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