Teddys Aimtrain FFA GunGame Scrims Battle Royale 1v1 1.0 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/10290796
json
{
  "response": {
    "steam_id": "90285451653177361",
    "domain": null,
    "id": 10290796,
    "ip": "64.40.8.245",
    "port": 32015,
    "query": 32016,
    "color": 0,
    "city": "Dallas",
    "description": "![Teddys Aimtrain FFA GunGame Scrims Battle Royale 1v1 1.0](https://i.ibb.co/S4fvgRqv/Arena-Banner.png)\nWelcome! We’re excited to finally introduce **Teddy's Arenas**!\r\n A completely free server for everyone to enjoy. After months of testing other arena servers, we weren’t satisfied — so we built our own project from the ground up.\r\n Here you’ll find a variety of unique game modes, with more still in development:\r\n \r\n - GunGame\r\n - Free For All\r\n - Battle Royale (Survival)\r\n - One in the Chamber\r\n - Car Racing\r\n - NPC Survival\r\n - Zombie Survival\r\n - BedWars\r\n - Raid Simulator\r\n \r\n …and this is only the beginning. More game modes are on the way!",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1778181787,
    "score": 0,
    "last_online": 1778181027,
    "icon": null,
    "name": "Teddys Aimtrain FFA GunGame Scrims Battle Royale 1v1 1.0",
    "connect": "64.40.8.245:32015",
    "request": "64.40.8.245:32016",
    "map": "GUNGAME/FFA/ARENAS/",
    "gamemode": "Rust",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 50,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "US",
    "status": false,
    "votes": 0,
    "points": 60,
    "add_date": 1757407157,
    "last_update": 1778181787,
    "banned": false,
    "wipe": 1775152877,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 3200,
    "language": "en",
    "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/10290796");
$data = json_decode($json, true);
var_dump($data);