API pentru JumpRust.com - 戦え! 5x|JP/SEA|PVP+PVE|Events|Shop|Kits|TP

JSON pentru programe, site-uri și altele

text
https://api.gamemonitoring.ro/servers/8663668
json
{
  "response": {
    "fps": 44,
    "fps_avg": 44,
    "entities_count": 197554,
    "world_seed": 1337,
    "world_size": 4200,
    "steam_id": "90284793391393818",
    "domain": null,
    "id": 8663668,
    "ip": "162.222.17.246",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Shinagawa",
    "description": "![JumpRust.com - 戦え! 5x|JP/SEA|PVP+PVE|Events|Shop|Kits|TP](https://files.catbox.moe/tl451u.png)\nようこそ[TATAKAE]へ!\r\n本サーバーは万全の「チート対策」と「安定した回線」を備えています\r\n特別な時間を楽しもう!多彩なモードとカスタムマップを完備!\r\nオフライン襲撃を制限!午前2時~正午12時の間、他プレイヤーの拠点への襲撃は禁止!(for PVP mode)\r\n▼▼▼モード / 設定 / イベント | Modes / Settings / Events :▼▼▼\r\n━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━\r\n●PVP+PVE ●Light RPG\r\n●5x 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": 1776034934,
    "score": 0,
    "last_online": 1776853218,
    "icon": null,
    "name": "JumpRust.com - 戦え! 5x|JP/SEA|PVP+PVE|Events|Shop|Kits|TP",
    "connect": "162.222.17.246:28015",
    "request": "162.222.17.246:28016",
    "map": "✿ JumpRust.com日本™ FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 24,
    "maxplayers": 120,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 71,
    "add_date": 1745482532,
    "last_update": 1776853218,
    "banned": false,
    "wipe": 1776411032,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 531,
    "language": "ja",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Exemple de cod

php
<?php
$json = file_get_contents("https://api.gamemonitoring.ro/servers/8663668");
$data = json_decode($json, true);
var_dump($data);