Rust
Fear the Brad x50 gather 10x loot - custom heli/brad + legendar 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/10488178json
{
"response": {
"fps": 38,
"fps_avg": 39,
"entities_count": 116397,
"world_seed": 1337,
"world_size": 3500,
"steam_id": "90284790540407821",
"domain": null,
"id": 10488178,
"ip": "138.201.251.196",
"port": 28047,
"query": 28048,
"color": 0,
"city": "Falkenstein",
"description": "\nFear the Brad x50 PVE \r\nStep into a world where peace is guarded by chaos! \r\nAI patrols roam the roads, armed helicopters circle above, and flying ships cast shadows over the land \r\nwhile deep underground, the Halloween train rumbles, echoing through the darkness with secrets of the past. \r\nEarn in-game money, build your trade empire, and claim your territory. \r\nFace countless challenges — from echoing bunkers to explosive rocket events. \r\nMeet new teammates, create safe havens, and conquer a world without PVP. \r\nWant more? Unlock extra perks for £ — gain special items, exclusive zones, and mystical adventures. \r\nPlugins \r\nAbandoned bases \r\nEnv,,, n\\ Custome guns n\\Armored train \r\nLarge backpack \r\nBradley Tiers. \r\nDaily rewards \r\nEconomics \r\nGanja. \r\nKits. Npc spawn My mini Player poop Quick Sorter Radiable Bases Shop.Traffic Driver Vehicle license \r\nand many more",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776816201,
"score": 0,
"last_online": 1776846616,
"icon": null,
"name": "Fear the Brad x50 gather 10x loot - custom heli/brad + legendar",
"connect": "138.201.251.196:28047",
"request": "138.201.251.196:28048",
"map": "Custom Map",
"gamemode": "Vanilla",
"version": "2623",
"numplayers": 3,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "DE",
"status": true,
"votes": 0,
"points": 64,
"add_date": 1761122006,
"last_update": 1776846616,
"banned": false,
"wipe": 1776349744,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 929,
"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/10488178");
$data = json_decode($json, true);
var_dump($data);