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

text
https://api.gamemonitoring.in/servers/2502788
json
{
  "response": {
    "fps": 115,
    "fps_avg": 115,
    "entities_count": 110054,
    "world_seed": 61477914,
    "world_size": 4000,
    "steam_id": "90284802801832984",
    "domain": null,
    "id": 2502788,
    "ip": "51.79.137.104",
    "port": 28080,
    "query": 28015,
    "color": 0,
    "city": "Singapore",
    "description": "![RnC PVE 3X | Wiped: 16/04 ](https://i.imgur.com/M5bzDSP.png)\n|||| Welcome to RnC PVE 3X ||||\r\nMap Size: 4000 | Seed: 61477914\r\nLast wipe: 16/04/2026 | Next Bi-Weekly wipe: 30/04/2026\r\nPurge[PVP] starts 1 day before wipes\r\nWe are beginner friendly and welcomes anyone looking for a place to stay.\r\nServer features:\r\n- Access to all Skins\r\n- Exclusive Premium PVE Events for all to enjoy\r\n- Leaderboard titles\r\n- Raidable NPC Bases\r\n- Refined Loots across boxes, reduced clutters\r\n- Quality of life plugins (eg. Skills, Shop & Backpacks)\r\nActive admins support avaliable on Discord!\r\nClick on VIEW WEBPAGE & Join our growing Server on Discord now and be a part of our community!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776848597,
    "score": null,
    "last_online": 1776849017,
    "icon": null,
    "name": "RnC PVE 3X | Wiped: 16/04",
    "connect": "51.79.137.104:28080",
    "request": "51.79.137.104:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "SG",
    "status": true,
    "votes": 0,
    "points": 64,
    "add_date": 1705488893,
    "last_update": 1776849017,
    "banned": false,
    "wipe": 1776338682,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 969,
    "language": "en",
    "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/2502788");
$data = json_decode($json, true);
var_dump($data);