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

text
https://api.gamemonitoring.in/servers/11435686
json
{
  "response": {
    "fps": 86,
    "fps_avg": 81,
    "entities_count": 71051,
    "world_seed": 3957436348,
    "world_size": 3500,
    "steam_id": "90284839076402202",
    "domain": null,
    "id": 11435686,
    "ip": "198.73.57.151",
    "port": 28025,
    "query": 28027,
    "color": 0,
    "city": "Clifton",
    "description": "![Crazy Rust 2x Vanilla+ | Solo/Duo | JUST WIPED](https://www.dropbox.com/scl/fi/fydmky9rl0jw7yks40jft/crazy-rust.png?rlkey=a1npyk25fn891xsrxoh0mhdfe&st=dys1a8m5&dl=0)\nWelcome to Crazy Rust where the ideal dream of Rust Comes true \r\n \r\n \r\nWhether you're a seasoned Rust veteran or a wide-eyed newcomer, Crazy Rust welcomes you with open arms. So gather your tools, sharpen your spears, and prepare to dive headfirst into a world where anything is possible. \r\n \r\n \r\nWe offer custom loot tables and plugins like Furnace Splitter, Quick Sort, Sign Artist, Skinbox, and Fast Smelt  \r\n \r\n Join the discord to learn more by clicking the View Webpage page!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776447802,
    "score": 0,
    "last_online": 1776969623,
    "icon": null,
    "name": "Crazy Rust 2x Vanilla+ | Solo/Duo | JUST WIPED",
    "connect": "198.73.57.151:28025",
    "request": "198.73.57.151:28027",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 30,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1774977201,
    "last_update": 1776969623,
    "banned": false,
    "wipe": 1776447964,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2557,
    "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/11435686");
$data = json_decode($json, true);
var_dump($data);