API für Japan Tokyo - Mondays|4/06|JP/KR/SEA|2週間|JumpRust.com

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/8663613
json
{
  "response": {
    "fps": 23,
    "fps_avg": 22,
    "entities_count": 264687,
    "world_seed": 1337,
    "world_size": 4000,
    "steam_id": "90284793391777818",
    "domain": null,
    "id": 8663613,
    "ip": "162.222.17.246",
    "port": 27777,
    "query": 27778,
    "color": 0,
    "city": "Shinagawa",
    "description": "![Japan Tokyo - Mondays|4/06|JP/KR/SEA|2週間|JumpRust.com](https://files.catbox.moe/zswj5i.png)\nVIP特典:サーバー人数が上限を超えても待ち時間無しの参加、ゲーム内での特別なゴールドネーム。\r\nVIPを購入する : jumpvanilla.tebex.io\r\nマップワイプ : 隔週の月曜日、日本時間午後6時\r\nBPワイプ : 毎月のフォースワイプ\r\nマップサイズ : 3800\r\nチーム制限 : 8 - 同盟は許可されています\r\n\r\nMap wipe : Biweekly/2 weeks on Mondays @6PM-JST/UTC+9\r\nBPs wipe : Monthly Force Wipe\r\nMap size :  3800\r\nTeam limit : 8 - Alliance are allowed\r\nVIP/Skip the line/Gold username/No P2W : jumpvanilla.tebex.io",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776674599,
    "score": 0,
    "last_online": 1776853810,
    "icon": null,
    "name": "Japan Tokyo - Mondays|4/06|JP/KR/SEA|2週間|JumpRust.com",
    "connect": "162.222.17.246:27777",
    "request": "162.222.17.246:27778",
    "map": "✿ JumpRust.com日本™ FPS+",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 184,
    "maxplayers": 215,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 111,
    "add_date": 1745482528,
    "last_update": 1776853810,
    "banned": false,
    "wipe": 1776671061,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 69,
    "language": "ja",
    "parked": false,
    "app": {
      "id": 12,
      "steam_id": 252490,
      "name": "Rust",
      "url": "rust"
    },
    "server_owner": null,
    "mods": [],
    "disabled_modules": []
  }
}

Codebeispiele

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