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

text
https://api.gamemonitoring.in/servers/11607420
json
{
  "response": {
    "fps": 5,
    "fps_avg": 5,
    "entities_count": 106732,
    "world_seed": 1518168255,
    "world_size": 4250,
    "steam_id": "90286590966380555",
    "domain": null,
    "id": 11607420,
    "ip": "156.47.128.202",
    "port": 28018,
    "query": 28019,
    "color": 0,
    "city": "Montgomery",
    "description": "![OGG TexasRegulators SOLO/DUO/TRIO | Monthly Vanilla](https://i.ibb.co/7J8j8c63/OGG-Channel-Header.png)\nOld Guy Gamers brings you the Vanilla RUST experience, with only minor tweaks and mods to improve QoL and gameplay that is geared towards the gamer who doesn't have hours to devote towards constant PvP and/or RAID defense. \r\n\r\n**Map & BP wipes occur on the FIRST THURSDAY of every month, ~1:00PM CST** \r\n\r\n1.) SOLO/DUO/TRIO ONLY! \r\n2.)NO RACISM OR PREJUDICE OF ANY KIND - KEEP IT TO YOURSELF \r\n3.)Any HINT or APPEARANCE of cheating / hacking results in PERMABAN \r\n4.) Keep it civil; Any issus with other players please relay to admins in Discord \r\n5.) Anything else that needs to be reported you can use chat commands or F7 in-game menu",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780597470,
    "last_online": 1780587638,
    "icon": null,
    "name": "OGG TexasRegulators SOLO/DUO/TRIO | Monthly Vanilla",
    "connect": "156.47.128.202:28018",
    "request": "156.47.128.202:28019",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1779915505,
    "last_update": 1780597470,
    "banned": false,
    "wipe": 1778176908,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 12194,
    "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/11607420");
$data = json_decode($json, true);
var_dump($data);