Rust
DOPE 5X | SOLO/DUO | KITS | TP | EU | JUST WIPED 4h AGO 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/11305271json
{
"response": {
"modded": true,
"fps": 60,
"fps_avg": 59,
"entities_count": 133153,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284701767347208",
"domain": null,
"id": 11305271,
"ip": "185.29.166.237",
"port": 28010,
"query": 28015,
"color": 0,
"city": "Amsterdam",
"description": "\n5X with progression. Real competition. Structured gameplay.\n\nDOPE FLUX 5X is for players who want 5x speed without 5x chaos.\nRules are enforced. No exceptions.\n\nPlaytime builds permanent status across the network.\n\nCompete. Build. Raid.\nControlled 5x competition — backed by years of consistency.\n\n→ 2 Player Cap – strictly enforced\n→ Free SkinBox, Bgrade & kits\n→ Instant barrels & crafting\n→ Extended workbench range & short nights\n→ Ingame shop & real playtime rewards\n→ Bandit Camp & Outpost merged\n→ Extra recyclers & monument marketplaces\n→ Advanced Rust+ raid alarm\n→ Reduced HV-Rocket PvP Damage\n\nJoin the network:\nhttps://discord.gg/doperust",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1775491927,
"score": 0,
"last_online": 1776832216,
"icon": null,
"name": "DOPE 5X | SOLO/DUO | KITS | TP | EU | JUST WIPED 4h AGO",
"connect": "185.29.166.237:28010",
"request": "185.29.166.237:28015",
"map": "Active | JUST WIPED 1d ago",
"gamemode": "Survival",
"version": "2623",
"numplayers": 7,
"maxplayers": 120,
"bots": 0,
"secured": true,
"private": false,
"country": "NL",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1774592882,
"last_update": 1776832216,
"banned": false,
"wipe": 1776700793,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 927,
"language": "nl",
"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/11305271");
$data = json_decode($json, true);
var_dump($data);