Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11511133
json
{
  "response": {
    "steam_id": "90286621503635468",
    "domain": null,
    "id": 11511133,
    "ip": "72.62.25.24",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Paris",
    "description": "![PVE/PVP[ESP]FUGADEAMONIACONH3](https://www.dropbox.com/scl/fi/o6f3e04l2qffwrgs5e46n/fugaamonio.jpg?rlkey=fm2wjue4qrt8qqwl2o70hl11g&st=1ciyfunj&dl=1)\nServidor Tranquilo PvE y zonas PvP para Aprende a jugar eventos bases raidiables etc. Normas de Convivencia y Chat  Respeto absoluto Prohibido cualquier tipo de lenguaje racista homofobo o acoso personal.  Uso del chat Prohibido el spam o hacer publicidad de otros servidores.  Griefing Prohibido bloquear permanentemente el acceso a la base de otro jugador poner cerraduras propias en sus puertas o muros tras un raideo.  Zonas restringidas No se permite construir bloqueando el acceso a monumentos cuevas o carreteras principales.  Despawn de loot Prohibido tirar el botin al suelo para que desaparezca durante un raideo con el fin de que nadie se lo quede.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780640600,
    "last_online": 1780647028,
    "icon": null,
    "name": "PVE/PVP[ESP]FUGADEAMONIACONH3",
    "connect": "72.62.25.24:28015",
    "request": "72.62.25.24:28017",
    "map": "Procedural Map",
    "gamemode": "Rust",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353838,
    "last_update": 1780647028,
    "banned": false,
    "wipe": 1780606537,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4852,
    "language": "fr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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