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

text
https://api.gamemonitoring.in/servers/10671193
json
{
  "response": {
    "fps": 60,
    "fps_avg": 59,
    "entities_count": 8217,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90285453147419678",
    "domain": null,
    "id": 10671193,
    "ip": "5.161.209.49",
    "port": 28018,
    "query": 28020,
    "color": 0,
    "city": "Ashburn",
    "description": "![Ultimate Oxide US 5x PVE | 3 Day Purge | Biweekly](https://i.ibb.co/601S1T9x/New-Project-1.png)\nUltimate Oxide US 5x PVE | 3 Day Purge | Biweekly | x5 Gather • x5 Scrap • Better Loot • x8 Smelting • Instant Craft • NPC Bases • Bosses • Convoy • Build Zones • Skills • TP • Clans • Kits • Economy + /shop • Autopilot  \r\n  • Offline Protection 2:00–12:00 ET • Low Ping US • Anti-Cheat • Admins Non-Play \r\n Wipes: Biweekly map - Monthly BP",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776297712,
    "score": 0,
    "last_online": 1778177543,
    "icon": null,
    "name": "Ultimate Oxide US | AIMTRAIN",
    "connect": "5.161.209.49:28018",
    "request": "5.161.209.49:28020",
    "map": "Custom Map",
    "gamemode": "Vanilla",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1764579345,
    "last_update": 1778177543,
    "banned": false,
    "wipe": 1775160156,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2864,
    "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/10671193");
$data = json_decode($json, true);
var_dump($data);