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

text
https://api.gamemonitoring.in/servers/443929
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 58939,
    "world_seed": 1253597339,
    "world_size": 3750,
    "steam_id": "90284235982343188",
    "domain": null,
    "id": 443929,
    "ip": "208.52.152.94",
    "port": 28015,
    "query": 28025,
    "color": 0,
    "city": "Dallas",
    "description": "![US|AndysolAM 20x No BPs |PVP|Shop|Loot+|Kits|Raid+|MyMini|Skinb](https://i.imgur.com/3gYp5QW.png)\nWelcome to AndysolAM 20X NO BPS\r\n\r\nNeed support or want to engage with our community? Go to https://andysolam.com/discord\r\n\r\nServer wipe schedule:\r\nThis server follows a twice a week map wipe schedule. This will take place every Saturday & Tuesday @ 3PM ET.\r\nOn force wipe (the forced update that Facepunch does on the first Thursday @ 2PM ET of every month), this server will also wipe.\r\n\r\nServer feature list:\r\n- 8 player team limit\r\n- 20x gather rate (includes pickups & excavator)\r\n- Access to /mini\r\n- Highly active admin team\r\n- All BPs unlocked by default\r\n- Heavily improved loot tables (junk removed & 20x)\r\n- Clans & Automatic TC/Codelock sharing\r\n- PVP Leaderboards\r\n- Heavily optimised maps for increased performance (merged outpost/bandit & no swamps)\r\n- Base Upgrade, Base Repair and BGrade free for all users\r\n- Amazing server performance (12900k OC'd hardware)\r\n\r\nSome of our server rules include:\r\n- No cheating or associating with cheaters\r\n- No racism/homophobic chat/VC\r\n- No exploit abuse \r\n- No chat spam/excessive caps use\r\n- See https://andysolam.com/discord for a full breakdown of our rules\r\n\r\nWe hope you enjoy your stay on AndysolAM Rust servers!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775194330,
    "score": null,
    "last_online": 1776168015,
    "icon": null,
    "name": "US|AndysolAM 20x No BPs |PVP|Shop|Loot+|Kits|Raid+|MyMini|Skinb",
    "connect": "208.52.152.94:28015",
    "request": "208.52.152.94:28025",
    "map": "20x AndysolAM",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 4,
    "maxplayers": 200,
    "bots": 0,
    "secured": false,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 61,
    "add_date": 1630779674,
    "last_update": 1776168015,
    "banned": false,
    "wipe": 1775926689,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 1957,
    "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/443929");
$data = json_decode($json, true);
var_dump($data);