United States of Romania [PVP] 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10999039
json
{
  "response": {
    "steam_id": null,
    "domain": null,
    "id": 10999039,
    "ip": null,
    "port": null,
    "query": null,
    "color": 0,
    "city": "Bucharest",
    "description": "[{\"id\":\"TEfmsvOSgR\",\"type\":\"paragraph\",\"data\":{\"text\":\"Welcome to United States of Romania, enjoy your time! Keep things civil please.\"}},{\"id\":\"cidwUuWrj9\",\"type\":\"paragraph\",\"data\":{\"text\":\"Server settings:\"}},{\"id\":\"71Tft8S0Yh\",\"type\":\"paragraph\",\"data\":{\"text\":\"PVP Server -> Free for all, everything within the gameplay loop is allowed. Cheaters will be banned\"}},{\"id\":\"xWtaipFmAr\",\"type\":\"paragraph\",\"data\":{\"text\":\"- On death drop Backpack and weapon in hand\"}},{\"id\":\"OdHZSBaHYy\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Day 50 real time minutes / Night 10 real time minutes / Days per Season 7 in game days\"}},{\"id\":\"DFlcPKyeHM\",\"type\":\"paragraph\",\"data\":{\"text\":\"- In-game clock stops if 0 players online [this pauses all respawn timers and cycles, server is frozen]\"}},{\"id\":\"Fx-Um9UtnK\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Multiplayer sleep is on, all online players have to be sleeping at the same time\"}},{\"id\":\"FHP-5u7S1J\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Loot drops Default / Loot respawn 5 hrs\"}},{\"id\":\"siYOskk8vW\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Air Drop interval 3 hrs\"}},{\"id\":\"d5Dj3qK4Mt\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Zombies: quantity x5 / dog quantity x2/ damage & speed Default / HP Easy\"}},{\"id\":\"iQtMepZFB9\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Zombie respawn time 4 hrs\"}},{\"id\":\"PiMYQcCGPg\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Humans: quantity x2 / damage & speed Default / HP Default\"}},{\"id\":\"2YjD7NVWOc\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Human respawn time 4 hrs\"}},{\"id\":\"EvgliP9HGE\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Animals: quantity x2 / respawn time 90 mins\"}},{\"id\":\"SbqznpRnkZ\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Max claimed cars/player 1\"}},{\"id\":\"achkKCcU4F\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Weapon breaking Disabled\"}},{\"id\":\"kqEjkWo6gb\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Vitals drain Slow/ Food Decay Half of Default / Generator Fuel Consumption Half of Default\"}},{\"id\":\"8bPsVSMg_Y\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Pickup clean-up 5 hrs/ Building blueprint clean-up 5 hrs\"}},{\"id\":\"YfrUGsKrYB\",\"type\":\"paragraph\",\"data\":{\"text\":\"- Building HP x2 /  Dismantling Allowed\"}}]",
    "game": 1766060,
    "owner": 167473,
    "boosts": 1,
    "last_offline": 1772949695,
    "score": 0,
    "last_online": 1772058611,
    "icon": null,
    "name": "United States of Romania [PVP]",
    "connect": null,
    "request": null,
    "map": "Main Map",
    "gamemode": "HumanitZ",
    "version": null,
    "numplayers": 0,
    "maxplayers": 32,
    "bots": 0,
    "secured": false,
    "private": null,
    "country": "RO",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1769906605,
    "last_update": 1772949695,
    "banned": false,
    "wipe": null,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": null,
    "pvp": 1,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 216,
    "language": "en",
    "parked": true,
    "app": {
      "id": 1531516,
      "steam_id": 1766060,
      "name": "HumanitZ",
      "url": "humanitz"
    },
    "server_owner": {
      "username": "quantum_doge",
      "avatar": "12e90134-ebfa-47d7-ac28-418b81d54881.jpg",
      "last_online": 1773046945
    },
    "mods": [],
    "disabled_modules": []
  }
}

代码示例

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