प्रोग्राम, वेबसाइट और अन्य के लिए JSON

text
https://api.gamemonitoring.in/servers/10571474
json
{
  "response": {
    "fps": 59,
    "fps_avg": 59,
    "entities_count": 109890,
    "world_seed": 1095649200,
    "world_size": 4250,
    "steam_id": "90285634723726364",
    "domain": null,
    "id": 10571474,
    "ip": "93.118.41.31",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Shibuya City",
    "description": "![RustGalaxy Nexus Japan](https://rustne.ws/wp-content/uploads/2025/06/rust-server-header-512x256-1.jpg)\nRustGalaxy: The Original Nexus Network! Dial any of our 17 global servers via the Outpost telephone and seamlessly transfer with your inventory. Facepunch promised it, we delivered. No lag, no cheaters. Just pure survival across continents.\r\n\r\nMonthly map and blueprint wipes.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778531612,
    "score": 0,
    "last_online": 1778587815,
    "icon": null,
    "name": "RustGalaxy Nexus Japan",
    "connect": "93.118.41.31:28015",
    "request": "93.118.41.31:28017",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 12,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 70,
    "add_date": 1762847085,
    "last_update": 1778587815,
    "banned": false,
    "wipe": 1778176529,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 707,
    "language": "ja",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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