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

text
https://api.gamemonitoring.in/servers/8663818
json
{
  "response": {
    "fps": 40,
    "fps_avg": 39,
    "entities_count": 195958,
    "world_seed": 1337,
    "world_size": 4200,
    "steam_id": "90284793391390746",
    "domain": null,
    "id": 8663818,
    "ip": "162.222.17.246",
    "port": 28888,
    "query": 28889,
    "color": 0,
    "city": "Shinagawa",
    "description": "![Jumprust.com - RustyIron 3x|JP/SEA|Full PVP|Shop|Kits|Long](https://files.catbox.moe/p2ugw7.png)\nようこそ[RUSTYIRON]へ!\r\n本サーバーは万全の「チート対策」と「安定した回線」を備えています\r\n特別な時間を楽しもう!多彩なモードとカスタムマップを完備!\r\nオフライン襲撃を制限!午前2時~正午12時の間、他プレイヤーの拠点への襲撃は禁止!\r\n▼▼▼モード / 設定 / イベント | Modes / Settings / Events :▼▼▼\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n●Full PvP ●Light RPG\r\n●3x Gather ●5x Scraps ●Better Loots ●8x Smelting ●Instant Crafting\r\n●NPC Bases ●Boss Monster ●Convoy ●Special Buildable Sites\r\n●Skills ●TP ●Clan ●Kits ●Currency ●Shop ●Autopilot ●Fewer Offline\r\n●Low Ping ●Anti-Cheat ●Active Admin (Non-Play)\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\nコミュニティに参加しよう! Join our Discord! \r\nhttps://discord.gg/QqEjCejxVG\r\n↓↓↓↓今すぐ参加!最高のゲーム体験を楽しもう!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776739997,
    "score": 0,
    "last_online": 1776852016,
    "icon": null,
    "name": "Jumprust.com - RustyIron 3x|JP/SEA|Full PVP|Shop|Kits|Long",
    "connect": "162.222.17.246:28888",
    "request": "162.222.17.246:28889",
    "map": "✿ JumpRust.com日本™ FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 20,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 69,
    "add_date": 1745482545,
    "last_update": 1776852016,
    "banned": false,
    "wipe": 1775147703,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 614,
    "language": "ja",
    "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/8663818");
$data = json_decode($json, true);
var_dump($data);