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

text
https://api.gamemonitoring.in/servers/6045841
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 6045841,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": null,
    "description": "[{\"id\":\"LA4cxgmKgP\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to Tip0fmyJoyStick’s | PvE | PvP | server. Experience an interesting a new server opening with us as a community Exclusive Content Provider.\"}},{\"id\":\"9BLAMw6Goo\",\"type\":\"paragraph\",\"data\":{\"text\":\"-10 Slot👥 (temporary)\"}},{\"id\":\"qJOYE727YV\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Playstation🎮\"}},{\"id\":\"ggTSJKsMHV\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Infinite Stamina Weight Carry🏃‍♂️\"}},{\"id\":\"gMvP6aYzvK\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Boosted loot meaningful Areas🎁\"}},{\"id\":\"fvXCjBK9YF\",\"type\":\"paragraph\",\"data\":{\"text\":\"-PvE Hunters & Survivor Areas♻️\"}},{\"id\":\"le-wQAgtPT\",\"type\":\"paragraph\",\"data\":{\"text\":\"-PvP Military Bonus Areas💢\"}},{\"id\":\"N-MgM-0i3G\",\"type\":\"paragraph\",\"data\":{\"text\":\"-NWAF Fully Modded Exclusive✅\"}},{\"id\":\"zPM6APM4Os\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Capture the Flag NWAF EVENT🟦\"}},{\"id\":\"4PfJ6WPFV8\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Blackmarket Items💯\"}},{\"id\":\"PBNiR7-7HR\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Ocean platform Supplies🎂\"}},{\"id\":\"PZcm6UPiSm\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Fully Generated Vehicles🚗\"}},{\"id\":\"JPkUsqGHbS\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Military Factions🏛️\"}},{\"id\":\"G7KzqYsxLg\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Hunter Factions🤠\"}},{\"id\":\"ph3v3ilC_7\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Custom bases with Factions⚜️\"}},{\"id\":\"LmEPaW7hrj\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Raid only Weekends 🙌\"}},{\"id\":\"U-x45jaNMA\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Leaderboard〽️ \"}},{\"id\":\"dojctu0s1e\",\"type\":\"paragraph\",\"data\":{\"text\":\"-SafeZones🚸\"}},{\"id\":\"HSxijuFEUO\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Jailhouse⛓️\"}},{\"id\":\"yF5uPcv1jM\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Bounty👺\"}},{\"id\":\"rRBvL-Yeqq\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Dead or Alive Bounties☠️\"}},{\"id\":\"qz0sp-0Ksa\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Discord AI Economy Bot Commands🤖\"}},{\"id\":\"a4DHNUAHl7\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Discord AI Mini Bot Games🎰\"}},{\"id\":\"T1hGw9SyPT\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Dont forget to check out the #rules\"}},{\"id\":\"zye1NCCHUl\",\"type\":\"paragraph\",\"data\":{\"text\":\"-This Discord & DayZ Community runs on SS9-DayZ Bot Economy System it offers a moderation shop to purchase your loot.\"}},{\"id\":\"CfXco8oTN_\",\"type\":\"paragraph\",\"data\":{\"text\":\"-We are developing a growing community constantly working to improving your gaming experience.\"}},{\"id\":\"HRz_rXUdfJ\",\"type\":\"paragraph\",\"data\":{\"text\":\"-Discord https://discord.gg/Nnvb7TdHuP\"}}]",
    "game": 221100,
    "owner": 85767,
    "boosts": 1,
    "last_offline": 1750457066,
    "score": 5,
    "last_online": 1745305822,
    "icon": null,
    "name": "@dayz",
    "connect": null,
    "request": null,
    "map": "dayzOffline.chernarusplus",
    "gamemode": null,
    "version": null,
    "numplayers": 0,
    "maxplayers": 10,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1727569883,
    "last_update": 1750457066,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4341,
    "language": "en",
    "parked": true,
    "app": {
      "id": 63,
      "steam_id": 221100,
      "name": "DayZ",
      "url": "dayz"
    },
    "server_owner": {
      "username": "tip0fmyjoystick",
      "avatar": "82ceb876-c72f-4947-9f6c-be6be3a13792.jpg",
      "last_online": 1733399498
    },
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

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