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

text
https://api.gamemonitoring.in/servers/10764217
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 30230,
    "world_seed": 1337,
    "world_size": 2850,
    "steam_id": "90285197973148677",
    "domain": null,
    "id": 10764217,
    "ip": "176.9.112.88",
    "port": 28020,
    "query": 28019,
    "color": 0,
    "city": "Falkenstein",
    "description": "![ENJOY | BATTLEFIELD | PVP | KITS | TP | FAST/BOOM | CLANS](https://enjoyrust.com/u/6c513ec3-f257-4550-8e9d-db7a3b36521b/ENJOY_BATTLEFIELD_PVP_KITS_TP_FASTBOOM_CLANS_3.png)\nENJOY PVP | BATTLEFIELD - Wipe. Build. Raid. Repeat.\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n WIPE SCHEDULE\r\n\\t Sundays & Tuesday & Thursdays @ 4:00PM BST\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n FEATURES\r\n\\t ・ Shoot To Farm | Instant Craft | No BPs\r\n\\t ・ Loot++ | QuickSmelt | Kits\r\n\\t ・ Clans | Auth Share | TP | Homes\r\n\\t ・ BGrade | SkinBox | Auto Doors\r\n\\t ・ Furnace Splitter | Box Sorter | Remove\r\n\\t ・ Explosives in Loot Boxes | Instant Raid Ready\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n RULES\r\n\\t 1. No hacking, glitching or exploits\r\n\\t 2. No group limit - play with anyone\r\n\\t 3. Max 5 External Walls/Gates\r\n\\t 4. No racism or excessive toxicity\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\n Discord: discord.gg/47yFfajBzb\r\n WebSite: enjoyrust.com\r\n\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n\r\nDrop in. Gear up. Start raiding.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775649687,
    "score": 0,
    "last_online": 1777662024,
    "icon": null,
    "name": "ENJOY | BATTLEFIELD | PVP | KITS | TP | FAST/BOOM | CLANS",
    "connect": "176.9.112.88:28020",
    "request": "176.9.112.88:28019",
    "map": "EnjoyRust.com",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1766261034,
    "last_update": 1777662024,
    "banned": false,
    "wipe": 1777561003,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4124,
    "language": "de",
    "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/10764217");
$data = json_decode($json, true);
var_dump($data);