[EU] FUEL | VANILLA WEEKLY | THURSDAY WIPES | ARAB 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 420,
"fps_avg": 430,
"entities_count": 47698,
"world_seed": 1868910976,
"world_size": 3000,
"steam_id": "90286595701586975",
"domain": null,
"id": 11501381,
"ip": "203.16.163.235",
"port": 29326,
"query": 29327,
"color": 0,
"city": "Frankfurt am Main",
"description": "![[EU] FUEL | VANILLA WEEKLY | THURSDAY WIPES | ARAB](https://wallpapers.com/images/hd/beaten-rust-player-art-gmf85pir8wxc3mx2.jpg)\nHosted by AMG\r\nBetter loot no trash\r\nTeam size 3\r\nDiscord: @am999\r\nActive admins\r\nGIVE AWAYS | DLC & SKINS\r\nCASH EVENTS STARTS 20 POP +",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780647199,
"last_online": 1780620631,
"icon": null,
"name": "[EU] FUEL | VANILLA WEEKLY | THURSDAY WIPES | ARAB",
"connect": "203.16.163.235:29326",
"request": "203.16.163.235:29327",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 75,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1779207171,
"last_update": 1780647199,
"banned": false,
"wipe": 1780581772,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 10665,
"language": "de",
"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/11501381");
$data = json_decode($json, true);
var_dump($data);