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

text
https://api.gamemonitoring.in/servers/10605277
json
{
  "response": {
    "fps": 63,
    "fps_avg": 57,
    "entities_count": 111268,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286612336720899",
    "domain": null,
    "id": 10605277,
    "ip": "136.243.35.156",
    "port": 28025,
    "query": 28026,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Mob Wars PvE | Skill Tree | Events | Raids | Bots | Dungeons | ](https://i.ibb.co/Tj1m0v2/Header-Logo.png)\nMob Wars\r\n PvE Survival with Territory Control\r\n \r\n Four gangs rule the island—each deadlier than the last.\r\n Fight, build, and survive your way up the criminal food chain in a world where the Mobs control everything.\r\n \r\n Gangs & Difficulty\r\n Roadside Crew (Easy)\r\n Midtown Mob (Medium)\r\n Crimson Order (Hard)\r\n The Syndicate (Nightmare)\r\n \r\n Features\r\n • Fully custom PvE world with gang-controlled territories\r\n • Progressive difficulty with faction-driven events\r\n • Bi-weekly map wipes and monthly skill tree wipes\r\n • Magic planters (no light or water required)\r\n • Bradley Signals\r\n • Heli signals\r\n • Vehicle licensing system\r\n • Custom magazines\r\n • Better npc\r\n • Wide variety of custom events\r\n • Monument bots\r\n • Jetpacks\r\n • Item perks\r\n • Legendary weapons\r\n \r\n Claim your turf. Challenge the gangs.\r\n Survive the island.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780600465,
    "last_online": 1780621829,
    "icon": null,
    "name": "Mob Wars PvE | Skill Tree | Events | Raids | Bots | Dungeons |",
    "connect": "136.243.35.156:28025",
    "request": "136.243.35.156:28026",
    "map": "Procedural 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": 1763321574,
    "last_update": 1780621829,
    "banned": false,
    "wipe": 1780595412,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3639,
    "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/10605277");
$data = json_decode($json, true);
var_dump($data);