[TR/EU] Oba Rust Vanilla Max4 Haftalık - Weekly 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11259952
json
{
  "response": {
    "fps": 60,
    "fps_avg": 60,
    "entities_count": 99334,
    "world_seed": 1337,
    "world_size": 3600,
    "steam_id": "90284725983185922",
    "domain": null,
    "id": 11259952,
    "ip": "46.203.182.42",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Istanbul",
    "description": "![[TR/EU] Oba Rust Vanilla Max4 Haftalık - Weekly](https://obarust.com/rust_ingame_imgs/obabanner.png)\nobarust.com/discord | (Scroll down for English)\r\n\r\n- Takım Limiti : 4 Kişi\r\n- %50 daha az bakım masrafı\r\n- Harita Boyutu : 3600\r\n- Yetkililer sunucuda oynayamaz, dahil olamaz.\r\n- 3. Parti yazılım kullanmak (hile, macro, script) yasaktır.\r\n- Küfür ve değerlere karşı söylemler, +18 içerik yasaktır.\r\n- Her Perşembe 19:00 Harite & BP Wipe, her ayın ilk Perşembe günü 22:00 Global Wipe.\r\n\r\nAyrıntılı bilgi için discord sunucumuza katılabilirsiniz.\r\n\r\nobarust.com/discord\r\n\r\n- Team Limit : 4 Player\r\n- %50 less TC cost\r\n- Map Size : 3600\r\n- Admins are not able to play in server or get involved.\r\n- 3. party software is forbidden (cheat, macro, script).\r\n- Curse words or 18+ contents are forbidden.\r\n- Every Thursday 19:00 GMT+3 Map & BP Wipe, first Thursday of every month 22:00 GMT+3 Global Wipe.\r\n\r\nFor details you can join our discord server.\n\n[RS-076b271b]",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1776353624,
    "score": 0,
    "last_online": 1776839421,
    "icon": null,
    "name": "[TR/EU] Oba Rust Vanilla Max4 Haftalık - Weekly",
    "connect": "46.203.182.42:28015",
    "request": "46.203.182.42:28017",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 20,
    "secured": true,
    "private": false,
    "country": "TR",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774555184,
    "last_update": 1776839421,
    "banned": false,
    "wipe": 1776354717,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4808,
    "language": "tr",
    "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.cn/servers/11259952");
$data = json_decode($json, true);
var_dump($data);