[LATAM] Sudamerica United | 16/04 Wipe 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/2502392
json
{
  "response": {
    "fps": 35,
    "fps_avg": 29,
    "entities_count": 111505,
    "world_seed": 1337,
    "world_size": 3500,
    "steam_id": "90284806511731736",
    "domain": null,
    "id": 2502392,
    "ip": "177.221.141.138",
    "port": 28037,
    "query": 28035,
    "color": 0,
    "city": "Santiago",
    "description": "![[LATAM] Sudamerica United | 16/04 Wipe](https://latamgameservers.com/imgs/sudamerica.png)\nBienvenid@ a Sudamerica United Vanilla \r\nFull wipe primer jueves del mes \r\nMap wipe todos los jueves \r\n \r\nMAX TEAM: Sin Limite \r\n \r\nPowered by LatamGameServers.com \r\nClick en visitar pagina web (boton azul) para unirte a nuestro discord",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1775753524,
    "score": null,
    "last_online": 1776853818,
    "icon": null,
    "name": "[LATAM] Sudamerica United | 16/04 Wipe",
    "connect": "177.221.141.138:28037",
    "request": "177.221.141.138:28035",
    "map": "FPS+ LatamGS.com",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 1,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CL",
    "status": true,
    "votes": 0,
    "points": 60,
    "add_date": 1705488763,
    "last_update": 1776853818,
    "banned": false,
    "wipe": 1776358358,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 2231,
    "language": "es",
    "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/2502392");
$data = json_decode($json, true);
var_dump($data);