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

text
https://api.gamemonitoring.in/servers/11435965
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 11435965,
    "ip": "15.235.132.85",
    "port": 29832,
    "query": 29833,
    "color": 0,
    "city": "Singapore",
    "description": "![MORVANE Wasteland  2x|Solo/Duo/Trio/Max8](https://i.ibb.co/vCXVrqNS/bgimg1.jpg)\nWelcome to MORVANE Wasteland™! \r\nOne of the most intense & rewarding rust experience.\r\nMORVANE Wasteland™ or MRVN™ Wasteland in other word is a modded rust server project started by the MORVANE™.\r\nIt designed for both season veterans and newcomers alike.\r\nOur Dedicated team work tirelessly to deliver a balanced  fair and thrilling gameplay.\r\n\r\nServer Features:\r\n- 2X Gather Rates.\r\n- Solo / Duo / Trio / 8 max group Size.\r\n- Monthly Wipes.\r\n- 90% Up Keep.\r\n- Active Admins & Server Moderation.\r\n- Better FPS.\r\n- DDoS Protection.\r\n\r\n- Join: https://discord.gg/hcuuJGYSdd",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776853360,
    "score": 0,
    "last_online": 1776142817,
    "icon": null,
    "name": null,
    "connect": null,
    "request": "15.235.132.85:29833",
    "map": null,
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": null,
    "private": false,
    "country": "SG",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774977214,
    "last_update": 1776853360,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9516,
    "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/11435965");
$data = json_decode($json, true);
var_dump($data);