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

text
https://api.gamemonitoring.in/servers/10533254
json
{
  "response": {
    "fps": 10,
    "fps_avg": 9,
    "entities_count": 162070,
    "world_seed": 1337,
    "world_size": 4096,
    "steam_id": "90286166263955486",
    "domain": null,
    "id": 10533254,
    "ip": "136.243.74.233",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Falkenstein",
    "description": "Join THE BEST PVE SERVER with 5X Vanilla Rates \r\nKilling others is not allowed or possible outside of PVP base\r\nFriendly admins and community! Come visit us at /Town\r\nBuild your base, test the puzzles and much more.\r\nBest EVENTS in the game! Space, Harbor, Power Plant, Sat Dish, Arctic,\r\nGas Station, Junk Yard, Water, & Air Events! \r\nYou want more? Water Patrol, World Bosses, Sputnik, Convoy, Armored Train!\r\nHighly optimized server Ryzen 7950X 128 GB RAM with GEN4 NVME\r\nBackpacks, Raidable Bases, Teleport to Home, Outpost, Bandit, or to Corpse!!\r\nBradley Tiers - Dont want to go to Launch, Bradley will come to you!!\r\nHeli tiers - 3 difficulties - Call Heli to you!\r\nAbandoned bases - player is offline for 3 days, base becomes raidable base!\r\nSlower Decay, Furnace Splitter, Stack Size, Build Grades & Auto Upgrade\r\nFaster crafting or opt in for Instant Craft - no more waiting! \r\nBuilding Skins & Symmetry Building!\r\n5 minute nights! Ability to respawn Bradley at Launch!\r\nSkinbox - choose any skin you want!\r\nUnlimited MLRS, Excavator Lock so no one can loot it you run it!\r\nSpawn Raidable Bases or Have Zombies Raid Your Base\r\nChest stack, Autosort, JETPACKS! Water Pump Anywhere!\r\nKits - Starter Kit, Top stat winners from last wipe will get free kits!\r\nSPAWN All VEHICLES - Chinook, Scrap Heli, Mini, All Cars even Sedan!\r\n\r\nJoin now!\r\nWIPED 2nd May 2024",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776415420,
    "last_online": 1780593033,
    "icon": null,
    "name": "TEST",
    "connect": "136.243.74.233:28035",
    "request": "136.243.74.233:28036",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2547",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1762518568,
    "last_update": 1780593033,
    "banned": false,
    "wipe": 1714673478,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3614,
    "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/10533254");
$data = json_decode($json, true);
var_dump($data);