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

text
https://api.gamemonitoring.in/servers/10310793
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 31466,
    "world_seed": 221317464,
    "world_size": 2500,
    "steam_id": "90286376711553035",
    "domain": null,
    "id": 10310793,
    "ip": "83.223.206.229",
    "port": 28400,
    "query": 28415,
    "color": 0,
    "city": "Washington",
    "description": "![1MindRusted | Monthly](https://i.imgur.com/dM7KTxJ.png?1)\nUS EAST \r\n Vanilla+\r\n No TechTree!!!\r\n\r\n Full server wipe on monthly Forced \r\n Map Test Server \r\n Server restarts nightly 2a PST/9a GMT\r\n No end wipe Jets/Bradleys, No DynamicPricing. NPCShop vendor at Fishing Village C \r\n FishingTreasures, StaticLootables, PreferredEnvironment(Set your own preferrences),\r\n 2x plant tick, 1/4 upkeep\r\n May have: combined Outpost/Bandit, Build on roads enabled, Custom Map, ProcGen5K, or Map by DooMtheKlown for testing \r\n One of several Hapis maps through out the year promoting the Hapis community, Hapis Hype!\r\n Chat commands: !pop !discord !admin /env\r\n\r\n Report cheaters in game with F7\r\n Bugs, issues, map issues please report in Rust channel in Discord\r\n Have fun, and remember it is a game after all\r\n\r\n Server affiliated with 1Mind Gaming Society\r\n use link for Discord invite",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1780629206,
    "last_online": 1780178436,
    "icon": null,
    "name": "Rust by g-portal.com",
    "connect": "83.223.206.229:28400",
    "request": "83.223.206.229:28415",
    "map": "Procedural Map",
    "gamemode": "Vanilla",
    "version": "2625",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1758288410,
    "last_update": 1780629206,
    "banned": false,
    "wipe": 1779923323,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 9883,
    "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/10310793");
$data = json_decode($json, true);
var_dump($data);