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

text
https://api.gamemonitoring.in/servers/11698851
json
{
  "response": {
    "fps": 202,
    "fps_avg": 192,
    "entities_count": 90146,
    "world_seed": 1838565031,
    "world_size": 4000,
    "steam_id": "90286752980920331",
    "domain": null,
    "id": 11698851,
    "ip": "45.45.238.184",
    "port": 28080,
    "query": 28015,
    "project_id": null,
    "color": 0,
    "city": "Chicago",
    "description": "![Blood Moon | PVE/PVP | Monthly | Noob Friendly | No Decay](https://static01.nyt.com/images/2015/05/13/multimedia/madmax-anatomy/madmax-anatomy-superJumbo.jpg)\nWelcome to my Rust server!\r\n\r\nNo Hacking or Third party software\r\n\r\n Server wipes 1st of month\r\n\r\n No KOS\r\n\r\n PVP and raiding the day before wipe\r\n\r\n PVP events\r\n\r\n https://discord.gg/fjwRhH9m7F",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780805652,
    "last_online": 1780929637,
    "icon": null,
    "name": "Blood Moon | PVE/PVP | Monthly | Noob Friendly | No Decay",
    "connect": "45.45.238.184:28080",
    "request": "45.45.238.184:28015",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1780227275,
    "last_update": 1780929637,
    "banned": false,
    "wipe": 1780692069,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5807,
    "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/11698851");
$data = json_decode($json, true);
var_dump($data);