AzosRust.Net | 1000000x (BATTLEFIELD|MYMINI|SHOP|KITS|PVP|AIMTR 的 API

面向程序、网站等的 JSON

text
https://api.gamemonitoring.cn/servers/11260852
json
{
  "response": {
    "fps": 81,
    "fps_avg": 86,
    "entities_count": 107447,
    "world_seed": 1189906285,
    "world_size": 4250,
    "steam_id": "90284273092814873",
    "domain": null,
    "id": 11260852,
    "ip": "70.26.255.62",
    "port": 28015,
    "query": 28017,
    "color": 0,
    "city": "Saint-Lin-Laurentides",
    "description": "![AzosRust.Net | 1000000x (BATTLEFIELD|MYMINI|SHOP|KITS|PVP|AIMTR](https://i.imgur.com/aZg8nyY.jpeg)\n▼SERVER WIPE TIMES▼\r\n ★ Monday at 3:00 PM Eastern\r\n ★ Friday at 3:00 PM Eastern\r\n\r\n▼ SERVER FEATURES ▼\r\n> Million X Gather Rates, Fast Recycle AND Smelting Speeds!\r\n> Free Bgrade, Skinbox, Sign Artist, MyMini For Everyone!\r\n> Advanced Loot With Removed Junk, Enhanced Stack Sizes!\r\n> Clans, Teams, Kits, Homes, Teleporting, Bounties, Bgrade, Remove\r\n> Vehicles Spawn With Full Health AND Parts!\r\n> Player Shops, Skinbox AND Discord - Steam Linking!\r\n> Merged Outpost And Bandit With Recyclers At Monuments\r\n> Hand Selected Maps: All Major Monuments, Always!\r\n> Custom Anticheat!\r\n\r\n▼ SERVER INFORMATION ▼\r\n✦ Website: AZOSRUST.NET | Discord: discord.gg/azos\r\n\r\n▼ SERVER WIPE TIMES ▼\r\n★ Monday at 3:00 PM Eastern\r\n★ Friday at 3:00 PM Eastern\r\n\r\n▼ SERVER RULES ▼\r\n★ Hacking, scripting, glitching, or bug abuse will not be tolerated under any circumstances.",
    "game": 252490,
    "owner": null,
    "boosts": 1,
    "last_offline": 1777663348,
    "score": 0,
    "last_online": 1777273220,
    "icon": null,
    "name": "AzosRust.Net | 1000000x (BATTLEFIELD|MYMINI|SHOP|KITS|PVP|AIMTR",
    "connect": "70.26.255.62:28015",
    "request": "70.26.255.62:28017",
    "map": "UNLIMITED PVP",
    "gamemode": "Survival",
    "version": "2623",
    "numplayers": 0,
    "maxplayers": 200,
    "bots": 0,
    "secured": true,
    "private": false,
    "country": "CA",
    "status": false,
    "votes": 0,
    "points": 0,
    "add_date": 1774555209,
    "last_update": 1777663348,
    "banned": false,
    "wipe": 1775903345,
    "official": null,
    "wipe_period": null,
    "next_wipe": null,
    "pve": 0,
    "pvp": null,
    "list_hidden": false,
    "hide_address": false,
    "hide_query": false,
    "position_game": 8154,
    "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/11260852");
$data = json_decode($json, true);
var_dump($data);