Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/4497065
json
{
  "response": {
    "fps": 183,
    "fps_avg": 180,
    "entities_count": 111818,
    "world_seed": 775202764,
    "world_size": 4500,
    "steam_id": "90286611931567127",
    "domain": null,
    "id": 4497065,
    "ip": "107.150.59.154",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Kansas City",
    "description": "![Defiance Empire|SHOP|2XPVE|NPCs|SKILLS|EPICL|CONVOY|HEIST](https://www.dropbox.com/scl/fi/bexxj151bg8r12fka1o5d/newlogo-for-Rust.jpg?rlkey=fdxn0ut1h35rb86wcgu06q4a3&st=87wfk6pj&dl=1)\n**Wiped 06/04/2026 \r\n Hello Summertime!! \r\n 2X Gather - 3X Drops!! \r\n -Custom Raidbases, Convoy Tiers, Heli Teirs, Zombies, NPC's, Boss Monsters, and much more! \r\n -Click the website button to join Discord!  \r\n -We are a lower pop friendly PvE community server! \r\n -Bi-Weekly Map Wipe and Monthly BP Wipe \r\n -Everyone is welcome, Toxicity is not! \r\n -Join Discord to be part of the community today!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780611205,
    "last_online": 1780614034,
    "icon": null,
    "name": "Defiance Empire|SHOP|2XPVE|NPCs|SKILLS|EPICL|CONVOY|HEIST",
    "connect": "107.150.59.154:28015",
    "request": "107.150.59.154:28016",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1716898912,
    "last_update": 1780614034,
    "banned": false,
    "wipe": 1780611595,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3067,
    "language": "en",
    "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/4497065");
$data = json_decode($json, true);
var_dump($data);