API für 女大学生自建服 全2倍 5月8号 18点新档

JSON für Programme, Websites und mehr

text
https://api.gamemonitoring.de/servers/11305573
json
{
  "response": {
    "fps": 80,
    "fps_avg": 79,
    "entities_count": 116523,
    "world_seed": 1337,
    "world_size": 4250,
    "steam_id": "90285724275959834",
    "domain": null,
    "id": 11305573,
    "ip": "202.189.23.226",
    "port": 28015,
    "query": 28016,
    "color": 0,
    "city": "Beijing",
    "description": "![女大学生自建服 全2倍 5月8号 18点新档](https://cdn.rustxz.com/server/bg/ND2-BG.png)\n安全区售货机无限库存秒补货!全民种植、养马实现财务自由!\r\n服务器正常情况每月清档一次,但为了迎接五一,特此新增4月30-5月8日特殊周目\r\n不限制组队人数\r\n服务器每天18:00-00:00可以抄家,其余时间均不可以抄家\r\n每月的第一个周五18:00清档(官清日)\r\n服务器Q群: 850141599",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778717580,
    "score": 0,
    "last_online": 1778793621,
    "icon": null,
    "name": "女大学生自建服 全2倍 5月8号 18点新档",
    "connect": "202.189.23.226:28015",
    "request": "202.189.23.226:28016",
    "map": "Custom Map",
    "gamemode": "Survival",
    "version": "2625",
    "numplayers": 1,
    "maxplayers": 100,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CN",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1774592891,
    "last_update": 1778793621,
    "banned": false,
    "wipe": 1778234827,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 4566,
    "language": "zh",
    "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/11305573");
$data = json_decode($json, true);
var_dump($data);