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

text
https://api.gamemonitoring.in/servers/6509739
json
{
  "response": {
    "fps": 20,
    "fps_avg": 20,
    "entities_count": 98729,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90286559071556609",
    "domain": null,
    "id": 6509739,
    "ip": "45.45.239.174",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Chicago",
    "description": "![RustLands - 2x Monthly | 5 5/7](https://github.com/RustLands/branding/blob/main/RustLands/Banner/1920x1080.png?raw=true)\nWipe: Thursday Monthly (force wipe)\r\nBlueprints never wipe.\r\n\r\nActive (non playing) staff members & a new player (noob) friendly environment\r\n\r\nMap Size: 3500 \r\n(Maps hand-chosen & optimized for the best PVP experience)\r\n\r\nMany Quality of Life features including (but not limited to)\r\n - Reduced upkeep cost (50% upkeep)\r\n - Trash removed from loot-tables \r\n - Reduced tech-tree taxes\r\n - Mini/Scrap helicopter spawns on roads\r\n - Increased Limits (on team UI, bag limit, map marker etc)\r\n - Faster Spawns (bradley, hackable crate)\r\n - 2X Faster Smelting & Recycling\r\n - Better SafeZones (recycler/drone shops added)\r\n - RUST Clan System/Leaderboard is ENABLED\r\n\r\nServer Rules:\r\n - Don't cheat, script or use 3rd party software (unless allowed by FP)\r\n - Don't evade any EAC (within 90d) or RustLands placed bans\r\n - Don't abuse any glitches or bugs, please report them\r\n - Don't be a dick. No racism, homophobia or antisemitism.\r\n\r\nAdmins reserve the right to refuse service for anything not listed here\r\nComplete list of rules can be found in our Discord (rustlands.net/invite)\r\n\r\nJoin our Discord! rustlands.net/invite\r\nWanting to support the server? Check out our store @ store.rustlands.net\r\nWe are looking for staff! If you're interested in applying, apply in discord!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779894803,
    "last_online": 1780554633,
    "icon": null,
    "name": "RustLands - 2x Monthly | 5 5/7",
    "connect": "45.45.239.174:28015",
    "request": "45.45.239.174:28017",
    "map": "Visit Rustlands.net",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1730396232,
    "last_update": 1780554633,
    "banned": false,
    "wipe": 1778177024,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2532,
    "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/6509739");
$data = json_decode($json, true);
var_dump($data);