Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/11759460
json
{
  "response": {
    "fps": 55,
    "fps_avg": 52,
    "entities_count": 92128,
    "world_seed": 886814491,
    "world_size": 4000,
    "steam_id": "90286912999982083",
    "domain": null,
    "id": 11759460,
    "ip": "93.170.73.48",
    "port": 28015,
    "query": 28017,
    "project_id": null,
    "color": 0,
    "city": "Almaty",
    "description": "![[KZ] Clean Hardware | Biweekly](https://rust-kz.pressure.zone/header.jpg)\nЕкі аптада бір вайп | Ванильді | Қауіпсіз сервер | Топ жабдық\nВайп: 1-ші бейсенбі 23:00 (толық), 3-ші бейсенбі 19:00 (карта)\n---\nВайп раз в 2 недели | Ванилла | Защищённый сервер | Топовое железо\nВайп: 1-й четверг 23:00 (полный), 3-й четверг 19:00 (карта)\n---\nBiweekly Wipe | Vanilla | Secure Server | Top Hardware\nWipe: 1st Thu 23:00 (full), 3rd Thu 19:00 (map)\nConnect: rust-kz.pressure.zone:28015",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1781331772,
    "last_online": 1781253025,
    "icon": null,
    "name": "[KZ] Clean Hardware | Biweekly",
    "connect": "93.170.73.48:28015",
    "request": "93.170.73.48:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "KZ",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1780931716,
    "last_update": 1781331772,
    "banned": false,
    "wipe": 1780597257,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12294,
    "language": "kk",
    "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/11759460");
$data = json_decode($json, true);
var_dump($data);