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

text
https://api.gamemonitoring.in/servers/11510777
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 31361,
    "world_seed": 1947122195,
    "world_size": 2500,
    "steam_id": "90286105843844119",
    "domain": null,
    "id": 11510777,
    "ip": "185.239.238.114",
    "port": 27000,
    "query": 27002,
    "color": 0,
    "city": "Münster",
    "description": "![NATO | EU Vanilla Monthly | Max Zerg | Pure No Plugins](https://i.postimg.cc/q7BzS546/845b69b9-e674-4ec0-8f6b-ebe977d572ca.png)\nPure Vanilla Rust,Monthly Wipes,Europe,Active Owners Admins ,Admins not playing on server,No Group Size Limit (Max Zerg Allowed)  x1 Rates  4000 Map Size, Cheating, Hacking, Exploiting or Duping  Instant Permanent Ban , Advertising other servers  Permanent Ban , Stream Sniping  Ban,Racism, Toxicity, Offensive Names  Voice Spam  Allowed No Group Limit  Max Zerg Allowed",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780584275,
    "last_online": 1780599219,
    "icon": null,
    "name": "NATO | EU Vanilla Monthly | Max Zerg | Pure No Plugins",
    "connect": "185.239.238.114:27000",
    "request": "185.239.238.114:27002",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 79,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353833,
    "last_update": 1780599219,
    "banned": false,
    "wipe": 1778178827,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4073,
    "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/11510777");
$data = json_decode($json, true);
var_dump($data);