Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10605366
json
{
  "response": {
    "fps": 39,
    "fps_avg": 39,
    "entities_count": 157656,
    "world_seed": 481981,
    "world_size": 4800,
    "steam_id": "90285687270493202",
    "domain": null,
    "id": 10605366,
    "ip": "51.195.74.63",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Limburg an der Lahn",
    "description": "![[HUN] RustHaven [PVE]](https://www.dropbox.com/scl/fi/eqq9319cspmyzdafi7ze3/ChatGPT_Image_2025._okt._29._23_13_42-removebg-preview.png?rlkey=tr3k8lhrwu6f6elgf229ofmzx&st=r1r3l7mo&dl=1)\nA SERVER FOLYAMATOS FEJLESZTÉS ALATT ÁLL! A HÁTTÉRBEN FOLYAMATOSAN DOLGOZUNK, HOGY MINDEN HIBAMENTESEN MŰKÖDJÖN, AZONBAN ELŐFORDULHATNAK HIBÁK. KÉRJÜK EZEKET JELEZZÉTEK FELÉNK A DISCORDUNKON A BUG BEJELENTÉS CSATORNÁN.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778382182,
    "score": 0,
    "last_online": 1778709617,
    "icon": null,
    "name": "[HUN] RustHaven [PVE]",
    "connect": "51.195.74.63:28080",
    "request": "51.195.74.63:28015",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1763321588,
    "last_update": 1778709617,
    "banned": false,
    "wipe": 1778238786,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1696,
    "language": "de",
    "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/10605366");
$data = json_decode($json, true);
var_dump($data);