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

text
https://api.gamemonitoring.in/servers/11510757
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 92213,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286604350635012",
    "domain": null,
    "id": 11510757,
    "ip": "148.251.177.248",
    "port": 28020,
    "query": 28021,
    "color": 0,
    "city": "Falkenstein",
    "description": "![[EU] OLYMP 2X - MONTHLY QUAD | BEGINNERS](https://i.postimg.cc/k5b75pN8/Header.png)\nOLYMP 2X | MONTHLY QUAD | BEGINNER FRIENDLY\r\nA balanced Rust experience for new and casual players.\r\n\r\nCore Features:\r\nDecay Upkeep 50% Cheaper\r\n2X gather & scrap – reduced grind, fair progression\r\nMonthly map wipes + BP vote – community decides\r\nNight raid protection – your base is safe while you sleep\r\nMax 4 per team – no zergs, fair play only\r\nNo beginner camping – new players get room to learn\r\nVending machines in safe zones or Barns have no kd on trading. Means you can trade all your resources. \r\nTrade Plugin Installed, write /trade (and the name of the player) to trade safely.\r\nAdmins are non-playing staff\r\n\r\nBuilding Rules:\r\nMax 4 players per base (villages allowed)\r\nDo not close (Outpost / Bandit Camp)\r\nCan build any other monuments.\r\n\r\nCommunity & Support:\r\nRespectful communication is required. Need help? Open a ticket on Discord.\r\nJoin OLYMP 2X today – the beginner-friendly 2X server that respects your time.\r\nDiscord server - https://discord.gg/ebwMHrj3jf",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780497839,
    "last_online": 1780606836,
    "icon": null,
    "name": "[EU] OLYMP 2X - MONTHLY QUAD | BEGINNERS",
    "connect": "148.251.177.248:28020",
    "request": "148.251.177.248:28021",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353832,
    "last_update": 1780606836,
    "banned": false,
    "wipe": 1780595922,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2913,
    "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/11510757");
$data = json_decode($json, true);
var_dump($data);