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

text
https://api.gamemonitoring.in/servers/11435824
json
{
  "response": {
    "fps": 111,
    "fps_avg": 111,
    "entities_count": 90929,
    "world_seed": 1216670871,
    "world_size": 4000,
    "steam_id": "90285613791109127",
    "domain": null,
    "id": 11435824,
    "ip": "107.5.30.219",
    "port": 28045,
    "query": 28047,
    "color": 0,
    "city": "Grand Blanc",
    "description": "![5/8 Rust-A-Holics.com 1000x PVP NoBPs|TP|CLANS|SHOP|KITS|EVENTS](https://media.discordapp.net/attachments/725962203202584588/1105660938473971733/Ingame.png)\nRust-A-Holics is bringing back their original 1000x chaos world...are you ready for it? Experience fast-paced, high-activity PVP where nobody is safe from the beep-beep-boom! \r\n\r\nWipe Schedule: Every Thursday at 3PM EST\r\nMap Size: 4000\r\n\r\nOur 1000x is hand-crafted and player-decided when it comes to the plugins we use. Everything is carefully selected nad proctored to enhance your experience while providing a lag-free combat field. Some of our essential plugins include:\r\n- Homes and Teleports\r\n- Kits and Clans\r\n- Random Raidable NPC Bases\r\n- Perfected Loot Profiles\r\n- Loadouts and Skinbox\r\n- VIP Enhancements\r\n- Automated Moderation Tools\r\n- and Much More!\r\nWe do our absolute best to guarantee you a PVP experience you'll love...and if not, just ask! We love to build our servers based off of the community's desires.\r\n\r\nSee you in-game! Remember...Trust No Naked!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778253786,
    "score": 0,
    "last_online": 1778527221,
    "icon": null,
    "name": "5/8 Rust-A-Holics.com 1000x PVP NoBPs|TP|CLANS|SHOP|KITS|EVENTS",
    "connect": "107.5.30.219:28045",
    "request": "107.5.30.219:28047",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 500,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977205,
    "last_update": 1778527221,
    "banned": false,
    "wipe": 1778253853,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4763,
    "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/11435824");
$data = json_decode($json, true);
var_dump($data);