Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/7467901
json
{
  "response": {
    "fps": 30,
    "fps_avg": 29,
    "entities_count": 88134,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284792500637709",
    "domain": null,
    "id": 7467901,
    "ip": "185.36.205.224",
    "port": 28245,
    "query": 28246,
    "color": 0,
    "city": "City of London",
    "description": "![EU Observer Island](https://files.eugamehost.com/storage/uploads/eugamehost-rust.png)\nNo Racist Chat Pls\r\nModded Server \r\nBring you freinds and get Gifts from Admin \r\nNew Players are very Welcome \r\nObserver Island is a freindly server \r\nNext Wipe 05/02/2026",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1773889317,
    "score": 0,
    "last_online": 1776838820,
    "icon": null,
    "name": "EU Observer Island",
    "connect": "185.36.205.224:28245",
    "request": "185.36.205.224:28246",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2622",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1739234778,
    "last_update": 1776838820,
    "banned": false,
    "wipe": 1772901874,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2984,
    "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/7467901");
$data = json_decode($json, true);
var_dump($data);