Programlar, siteler ve diğerleri için JSON

text
https://api.gamemonitoring.tr/servers/10780570
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 77140,
    "world_seed": 1767790508,
    "world_size": 3650,
    "steam_id": "90285896104467463",
    "domain": null,
    "id": 10780570,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Moscow",
    "description": "![GO RUST 3X|Solo/Duo/Trio/Quad|KITS|TP|EU](https://i.ibb.co/ZRK3GcSZ/Chat-GPT-Image-29-2025-00-02-26-1024.png)\nㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤㅤ>Best modded performance server<\r\n>Go Rust? 3x Quad EU\r\n\r\n•Max Group: 4 players\r\n\r\n•3x Gather Rates\r\n\r\n•High Performance Custom Maps\r\n\r\n•Active Staff 24/7|Anti-Cheat/Anti-Teaming\r\n\r\n•BP Clan Sharing\r\n\r\n•TP & Home /tp\r\n\r\n•Automatic Auth Share|TC|Code Lock|AutoTurret\r\n\r\n•FREE /SKINDROP. PLAY TO EARN SKINS!\r\n\r\n•/DAILY Rewards with free skins!\r\n\r\n•Increased stack size\r\n\r\n•Our store - gorust.shop\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\n\r\nrs02k=saozJ^0S&A8002N[\r\nTSARVAR152076\r\nWargmClaim114456",
    "game": 252490,
    "owner": 160856,
    "boosts": 1,
    "last_offline": 1780033978,
    "last_online": 1779130813,
    "icon": null,
    "name": "GO Rust - [3X | QUAD | 15.05]",
    "connect": null,
    "request": null,
    "map": "3X QUAD",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "RU",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1766872419,
    "last_update": 1780033978,
    "banned": false,
    "wipe": 1778842878,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 11616,
    "language": "ru",
    "parked": true,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": {
      "username": "kazzy",
      "avatar": "3a10942a-84d2-4c87-a9fc-05d334cf6a83.jpg"
    },
    "mods": [],
    "disabled_modules": []
  }
}

Kod örnekleri

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