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

text
https://api.gamemonitoring.in/servers/10978342
json
{
  "response": {
    "fps": 51,
    "fps_avg": 55,
    "entities_count": 108140,
    "world_seed": 571664512,
    "world_size": 4250,
    "steam_id": "90286265937247239",
    "domain": null,
    "id": 10978342,
    "ip": "144.76.173.155",
    "port": 27040,
    "query": 27041,
    "color": 0,
    "city": "Falkenstein",
    "description": "![Rust'N'Farm [PvE] for adventurers [Zombies|Quests|Convoy|...]](https://i.ibb.co/1GMKB4CY/Image-serveur.jpg)\nDo you want a great PvP-like experience, but in PvE?\r\nDo you like challenges and difficulty?\r\nYou've probably come to the right place.\r\n\r\nRaiders on the roads who want your loot, zombies who want your skin.\r\nMercenaries of different types in the industrial zones.\r\nDifferent types of military transport that you can attack, and much more.\r\n\r\nLast wipe: 7.05 (Monthly wipe \r\nNext wipe: 4.06 (Monthly wipe + BP wipe))\r\n \r\nPlugins:\r\nQuest - Kits - RaidableBases - Convoy - ArmoredTrain - BetterNpc - \r\nBackpacks -  PreventLooting - Zlevels and More.\r\n\r\nJoin Discord for more information, click View Webpage.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780604012,
    "last_online": 1779936626,
    "icon": null,
    "name": "Rust'N'Farm [PvE] for adventurers [Zombies|Quests|Convoy|...]",
    "connect": "144.76.173.155:27040",
    "request": "144.76.173.155:27041",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 20,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "DE",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1769900959,
    "last_update": 1780604012,
    "banned": false,
    "wipe": 1778188353,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 10286,
    "language": "de",
    "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/10978342");
$data = json_decode($json, true);
var_dump($data);