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

text
https://api.gamemonitoring.in/servers/11511137
json
{
  "response": {
    "fps": 138,
    "fps_avg": 150,
    "entities_count": 112858,
    "world_seed": 1337,
    "world_size": 4500,
    "steam_id": "90286390446297099",
    "domain": null,
    "id": 11511137,
    "ip": "45.43.163.69",
    "port": 28021,
    "query": 28022,
    "color": 0,
    "city": "Saint-Denis",
    "description": "![UK|Scrappys | Solo | 3x | Monthly | NoBPWipes | NoobFriendly](https://www.dropbox.com/scl/fi/lr56q3sj7sksfwxubo1lz/SCRAPPYSHEADERIMAGE.png?rlkey=0r1z9kkw24y2hgw2jtrmrna3z&st=ni5j7uq3&dl=1)\nWelcome To Scrappys! Monthly’s/Solos Please Read Our Rules! Please Link your discord Here https://discordlinker.com/SCRAPPYS Join Our Discord Here https://discord.gg/scrappys Free Skinbox /Skins -skin any item 3x gather rates on everything 3x scrap and components 3x craft and recycling items Increased stack sizes & smelting speed Starter kits /kit BLUE PRINTS DONT WIPE!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780004025,
    "last_online": 1780605035,
    "icon": null,
    "name": "UK|Scrappys | Solo | 3x | Monthly | NoBPWipes | NoobFriendly",
    "connect": "45.43.163.69:28021",
    "request": "45.43.163.69:28022",
    "map": "SCRAPPYSWORLD",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 80,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "FR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1779353838,
    "last_update": 1780605035,
    "banned": false,
    "wipe": 1778272795,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4877,
    "language": "fr",
    "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/11511137");
$data = json_decode($json, true);
var_dump($data);