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

text
https://api.gamemonitoring.in/servers/759560
json
{
  "response": {
    "fps": 75,
    "fps_avg": 74,
    "entities_count": 66962,
    "world_seed": 242662,
    "world_size": 3500,
    "steam_id": "90286158786042909",
    "domain": null,
    "id": 759560,
    "ip": "147.135.93.106",
    "port": 28016,
    "query": 28015,
    "color": 0,
    "city": "Oakton",
    "description": "![ExiledServers.net - 5x Weekly | 3/31](https://i.imgur.com/RBgUQfk.png)\nWelcome to ExiledServers.net 5x Weekly! \r\n \r\nMap Wipes: Mondays & Fridays (or when forced) \r\nBlueprints wipe monthly (first Thursday) \r\n \r\nRATES: \r\n  ✓ 5x Resources, 5x Components & 5x Scrap \r\n  ✓ 5x Stacks \r\n  ✓ 5x Excavator/Quarry \r\n  ✓ 5x Junkyard Shredder \r\n  ✓ 5x Fish Gutting \r\n \r\nMODIFICATIONS: \r\n  ✓ Recyclers at Fishing Villages, Ranch and Large Barn \r\n  ✓ Minicopters spawn at Airfield, Dome, Junkyard and Train Yard \r\n  ✓ Fast Craft \r\n  ✓ Quick Smelt \r\n  ✓ Furnace Splitter \r\n  ✓ Fast Recycler \r\n \r\nRULES: \r\n • No cheating or exploiting the game \r\n • No racism or discrimination against others \r\n • No spamming chat or advertising \r\n \r\nRESTRICTIONS: \r\n • Players with a recent ban (180 days or less) will be automatically kicked \r\n • Players with 2 or more bans on their steam account will be automatically kicked \r\n • Players with a steam community ban will be automatically kicked \r\n \r\nEarn free airdrops by linking your Discord with Exiled Servers! \r\n \r\nLink: exiledservers.net/link \r\nDiscord: exiledservers.net/discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1779282181,
    "last_online": 1779688824,
    "icon": null,
    "name": "ExiledServers.net - 5x Weekly",
    "connect": "147.135.93.106:28016",
    "request": "147.135.93.106:28015",
    "map": "Exiled Servers FPS+ Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 150,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1680784624,
    "last_update": 1779688824,
    "banned": false,
    "wipe": 1779473479,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2451,
    "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/759560");
$data = json_decode($json, true);
var_dump($data);