JSON dla programów, stron i innych

text
https://api.gamemonitoring.pl/servers/11510756
json
{
  "response": {
    "fps": 15,
    "fps_avg": 15,
    "entities_count": 63213,
    "world_seed": 55555,
    "world_size": 3500,
    "steam_id": "90286466674872321",
    "domain": null,
    "id": 11510756,
    "ip": "31.59.131.203",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Bursa",
    "description": "![[EU/TR] EMEK RUST - VANILLA MAX 4](https://i.ibb.co/S426RvN3/Chat-GPT-mage-5-Oca-2026-23-15-2.png)\nWelcome to the EMEK RUST Server. \r\n\r\n ❖ Server Features ❖ \r\n\r\n ❖ BP wipe: Monthly, \r\n ❖ Map wipe: Every Friday at 18:00 \r\n\r\n www.emekrust.com | discord.gg/sSnzBaGYQ7 \r\n\r\n EMEK RUST Sunucusuna Hoş Geldiniz. \r\n\r\n ❖Sunucu Özellikleri❖ \r\n\r\n ❖BP wipe aylık, Harita wipe her Cuma 18:00 \r\n\r\n www.emekrust.com | discord.gg/sSnzBaGYQ7",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780584276,
    "last_online": 1780591231,
    "icon": null,
    "name": "[EU/TR] EMEK RUST - VANILLA MAX 4",
    "connect": "31.59.131.203:28015",
    "request": "31.59.131.203:28017",
    "map": "The Value of Your Effort…",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353832,
    "last_update": 1780591231,
    "banned": false,
    "wipe": 1780066668,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4974,
    "language": "tr",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Przykłady kodu

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