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

text
https://api.gamemonitoring.in/servers/1206123
json
{
  "response": {
    "fps": 32,
    "fps_avg": 31,
    "entities_count": 95477,
    "world_seed": 1781002803,
    "world_size": 4000,
    "steam_id": "90284642157583383",
    "domain": null,
    "id": 1206123,
    "ip": "185.192.124.39",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "São Paulo",
    "description": "![RUSTWORLD.CC [BR] Sao Paulo - Main | Monthly/PvP | Wiped: 04/02](http://www.hostedinc.net/rustworldlogo.jpg)\n================= RUST WORLD FOUNDATION =================\r\nsao1.rustworld.cc - RustWorld Server in Sao Paulo BR\r\nThis server offers traditional game play.  ** PVP is Allowed **.\r\n\r\nThis server is wiped monthly on the 1st Thursday of the month.\r\n\r\nMap size is 4000 using seed 1781002803.\r\nLast wipe was at 04/02/2026, Next wipe is at 05/07/2026\r\nServer has 74 hours uptime, running at 31.97 fps with 0/50 players online.\r\n\r\nDiscord: https://discord.gg/8t6aQyBq\r\nRules: http://www.rustworld.cc/rules.php\r\nSupport: http://www.rustworld.cc/support.php\r\nDonate: http://www.rustworld.cc/donate.php\r\n\r\nServer provided by: Rust World Foundation Inc.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776582199,
    "score": null,
    "last_online": 1776850221,
    "icon": null,
    "name": "RUSTWORLD.CC [BR] Sao Paulo - Main | Monthly/PvP | Wiped: 04/02",
    "connect": "185.192.124.39:28015",
    "request": "185.192.124.39:28017",
    "map": "RustWorld SAO",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "BR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1691955201,
    "last_update": 1776850221,
    "banned": false,
    "wipe": 1775156978,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2567,
    "language": "pt",
    "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/1206123");
$data = json_decode($json, true);
var_dump($data);