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

text
https://api.gamemonitoring.in/servers/10412563
json
{
  "response": {
    "fps": 30,
    "fps_avg": 30,
    "entities_count": 102093,
    "world_seed": 1025366794,
    "world_size": 4250,
    "steam_id": "90286605226183702",
    "domain": null,
    "id": 10412563,
    "ip": "185.36.205.105",
    "port": 28115,
    "query": 28116,
    "color": 0,
    "city": "City of London",
    "description": "![[EU] [PVE] The Outpost | Vanilla | Monthly | QoL changes |](https://i.gyazo.com/914b828d5343f3ce835507e7d5b29f9f.jpg)\nWelcome to THE OUTPOST! \r\n we’re a friendly, starter-friendly Rust community where everyone is welcome — from new players learning the game to veterans just looking to chill. \r\n •Active admins •  Helpful players •  No toxicity • \r\n \r\n Come build, explore, and survive with us! \r\n \r\n GAME // VANILLA: \r\n • Low upkeep/decay: 50% \r\n • Map: 3500 \r\n • Raidable bases \r\n • Admin-Shop \r\n • Community events \r\n • Commands: !commands \r\n \r\n  SERVER // SETTINGS: \r\n • Wipe: 1st Thursday of the month (Facepunch) \r\n • Next Full Wipe: 06.11.2025 Blueprint & Map \r\n • DDoS protection \r\n • Language: English \r\n  \r\n RULES: \r\n • No Killing, stealing, trolling, hacking or scripting! \r\n • No racist, sexist, religious, homophobic, and transphobic behaviours! \r\n \r\n DISCORD: discord.gg/Y8qtq85v",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780599268,
    "last_online": 1780606828,
    "icon": null,
    "name": "[EU] [PVE] The Outpost | Vanilla | Monthly | QoL changes |",
    "connect": "185.36.205.105:28115",
    "request": "185.36.205.105:28116",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2627",
    "numplayers": 2,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "GB",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1759823744,
    "last_update": 1780606828,
    "banned": false,
    "wipe": 1780599295,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1889,
    "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/10412563");
$data = json_decode($json, true);
var_dump($data);