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

text
https://api.gamemonitoring.in/servers/11671044
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 66547,
    "world_seed": 1940755931,
    "world_size": 3500,
    "steam_id": "90286615248245761",
    "domain": null,
    "id": 11671044,
    "ip": "66.51.99.79",
    "port": 28035,
    "query": 28036,
    "color": 0,
    "city": "Dallas",
    "description": "![(US) Lazy Nomads | PVE | Mod's | Kit's | and more!](https://www.image2url.com/r2/default/images/1778191713742-28eb1d83-80cd-4ba3-959d-c142b666eeff.jpg)\nA simple modded server for an \"at your pace\" gameplay. We all enjoy just playing a game with no rushing to be had, so come on in and relax.\r\nWe offer many simple plugins to Not make the game feel like an easy run thru but not turn it into a Job either. Tired of all of them bones not being useful? well, try the /bonemarket and sell them for scrap! We have a discord so any and all questions/requests will be reviewed there when we are not able to hop on to admin the server (still need my job lol). Come on in, say hi, have fun!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780618455,
    "last_online": 1780631425,
    "icon": null,
    "name": "(US) Lazy Nomads | PVE | Mod's | Kit's | and more!",
    "connect": "66.51.99.79:28035",
    "request": "66.51.99.79:28036",
    "map": "Procedural Map",
    "gamemode": "Survival",
    "version": "2627",
    "numplayers": 3,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 62,
    "add_date": 1780180912,
    "last_update": 1780631425,
    "banned": false,
    "wipe": 1780599480,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1277,
    "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/11671044");
$data = json_decode($json, true);
var_dump($data);