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

text
https://api.gamemonitoring.in/servers/11607369
json
{
  "response": {
    "fps": 114,
    "fps_avg": 115,
    "entities_count": 113244,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286590887581698",
    "domain": null,
    "id": 11607369,
    "ip": "136.175.187.80",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Dallas",
    "description": "![Renegades PVE [Monthly] | 5X Gather | Clans | Skill Tree | Ques](https://images2.imgbox.com/38/6a/2VWNfCR9_o.png)\nRenegades PVE \r\n\r\nWipes Monthly @ 12PM MST (force wipe) \r\nbeginner friendly! \r\n\r\nServer Modifiers: \r\n| guarded monuments \r\n| bosses \r\n| backpacks \r\n| chest stacks \r\n| clans \r\n| dungeons \r\n| events \r\n| furnace splitter \r\n| kits \r\n| mini heli \r\n| perks shop \r\n| quests \r\n| raid bases \r\n| remover tool \r\n| item shop  \r\n| sign artist \r\n| skills \r\n| skinner \r\n| swimming horses \r\n| teleport \r\n| purge \r\nand more",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780571070,
    "last_online": 1780573837,
    "icon": null,
    "name": "Renegades PVE [Monthly] | 5X Gather | Clans | Skill Tree | Ques",
    "connect": "136.175.187.80:28025",
    "request": "136.175.187.80:28027",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 70,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779915503,
    "last_update": 1780573837,
    "banned": false,
    "wipe": 1778183275,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5623,
    "language": "en",
    "parked": false,
    "app": {
      "id": 252490,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

कोड उदाहरण

php
<?php
$json = file_get_contents("https://api.gamemonitoring.in/servers/11607369");
$data = json_decode($json, true);
var_dump($data);