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

text
https://api.gamemonitoring.in/servers/11725635
json
{
  "response": {
    "fps": 216,
    "fps_avg": 216,
    "entities_count": 83478,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90286603919387669",
    "domain": null,
    "id": 11725635,
    "ip": "66.51.99.131",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Dallas",
    "description": "![Thermite.gg Softcore](https://i.ibb.co/mC7DJhc8/image512.png)\nWelcome to Thermite.gg Softcore | Bi-Weekly | Vanilla\r\n\r\nThermite.gg is a no-nonsense softcore Rust experience. Vanilla gameplay, fair rules, and a community that actually wants to play the game. No pay-to-win, no admin abuse -- just Rust the way it should be.\r\n\r\nServer Info\r\n- Wipe: Bi-Weekly\r\n- Team Limit: None\r\n- Vanilla\r\n\r\nRules\r\n- No racism, hate speech, or slurs\r\n- No hacking, cheating, or exploiting -- permanent ban\r\n- No building inside rocks, mesh, or blocking monuments\r\n- No harassment or targeted griefing\r\n- Staff decisions are final -- no begging for items or teleports\r\n- Report rulebreakers with evidence\r\n\r\nRaiding, PvP, and offline raiding are all fair game -- this is Rust. Play smart, play hard, and good luck out there.\r\n\r\nthermite.gg",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780388555,
    "last_online": 1780603833,
    "icon": null,
    "name": "Thermite.gg Softcore",
    "connect": "66.51.99.131:28035",
    "request": "66.51.99.131:28036",
    "map": "Custom Map",
    "gamemode": "Softcore",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780388555,
    "last_update": 1780603833,
    "banned": false,
    "wipe": 1780595997,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5533,
    "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/11725635");
$data = json_decode($json, true);
var_dump($data);