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

text
https://api.gamemonitoring.in/servers/739954
json
{
  "response": {
    "fps": 29,
    "fps_avg": 29,
    "entities_count": 120264,
    "world_seed": 1877911820,
    "world_size": 4500,
    "steam_id": "90286560811253784",
    "domain": null,
    "id": 739954,
    "ip": "135.148.136.211",
    "port": 28003,
    "query": 28004,
    "color": 0,
    "city": "Watson",
    "description": "![[US]BUMFUZZLERBUILD 20x|PVE|BUILD|SUPERSKINS|FULL WIPE 5/7 3PM ](https://bumfuzzler.net/rust/images/buildheader1.jpg)\nIf you like to BUILD you've come to the right place, but it's so much more! UNIQUE experience! CUSTOM FEATURES found no where else, FRIENDLY community & ACTIVE Admins!\r\n\r\n♕ 20x Loot | ♠ 20x Gather | ☮️ PVE | ☀ Bi-Weekly wipes: 1st Thursday, 2nd Sunday\r\n✪ ADMIN INTEGRITY, admins & moderators don't play, only manage the server\r\n\r\nNEW PLAYER EASY STARTUP\r\n--------------------------------\r\n➀ 50% damage & radiation reduction until LVL 7 ➁ Require 50% less food & water until LVL 7 ➂ Medicine 50% more effective until LVL 7 ➃ Undetected by all AI until LVL 7 unless aggressive\r\n\r\nCUSTOM FEATURES ONLY FOUND HERE\r\n--------------------------------\r\n✩ 30 Prestige Levels unlock features with time played\r\n✩ Prestige loyalty points sync across all Bumfuzzler servers\r\n✩ Personal NPC raids test your base designs\r\n✩ Weapon Evolution allows weapon upgrades to more powerful versions\r\n✩ Firework displays at night drop loot\r\n✩ Super Skins give dodge, more damage and gathering power\r\n✩ Floating foundations allow building water bases\r\n✩ Craft drones for stealthy recon missions\r\n✩ Jason Voorhees & Freddy Krueger bosses, hockey mask, claws, nuff said\r\n✩ Leaderboards unlock special kits when you top the list\r\n✩ Wandering zombies drop special loot required for quests\r\n✩ Super Heli & Super Bradley provide more loot with new challenging behaviors\r\n✩ and so many more!\r\n\r\nVisit www.bumfuzzler.net for more info & the subscribe kit!\r\nJoin our Discord at https://discord.gg/37uNKRX",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780122219,
    "last_online": 1780554633,
    "icon": null,
    "name": "[US]BUMFUZZLERBUILD 20x|PVE|BUILD|SUPERSKINS|FULL WIPE 5/7 3PM",
    "connect": "135.148.136.211:28003",
    "request": "135.148.136.211:28004",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1675099906,
    "last_update": 1780554633,
    "banned": false,
    "wipe": 1778194560,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1972,
    "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/739954");
$data = json_decode($json, true);
var_dump($data);