API für YukkuriRUST [JP/EN] | English OK! | PvE/PvP | 2x

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11435964
json
{
  "response": {
    "fps": 56,
    "fps_avg": 55,
    "entities_count": 93529,
    "world_seed": 74270835,
    "world_size": 4000,
    "steam_id": "90284753477471233",
    "domain": null,
    "id": 11435964,
    "ip": "222.11.205.194",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Narita",
    "description": "![YukkuriRUST [JP/EN] | English OK! | PvE/PvP | 2x](https://ykgame.duckdns.org:8889/rust/server_header.png)\nゆっくりRust PvPvE AI-RPG\r\n\r\nPvPゾーン: 採集x2 / XPx2 / 維持費x0.5\r\nPvEゾーン: ダメージ無効 / 安全プレイ\r\n\r\nSkillTree搭載(ワイプ後も引き継ぎ)\r\nガチャ / 宝探し / デイリーミッション\r\n/menu で全コマンドをワンクリック実行\r\n\r\nEnglish speakers welcome! Type /infoe for English info\r\n\r\n初心者大歓迎!ゆっくりしていってね!!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776283312,
    "score": 0,
    "last_online": 1776859222,
    "icon": null,
    "name": "YukkuriRUST [JP/EN] | English OK! | PvE/PvP | 2x",
    "connect": "222.11.205.194:28015",
    "request": "222.11.205.194:28017",
    "map": "RPG PvPvE x2",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "JP",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774977214,
    "last_update": 1776859222,
    "banned": false,
    "wipe": 1775264428,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 5370,
    "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/11435964");
$data = json_decode($json, true);
var_dump($data);