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

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