Rust
Untam3d Gasoline |5x|Monthly|Tug Bases|Underwater Domes|Water a 的 API
面向程序、网站等的 JSON
text
https://api.gamemonitoring.cn/servers/8267739json
{
"response": {
"fps": 67,
"fps_avg": 68,
"entities_count": 117471,
"world_seed": 1337,
"world_size": 4096,
"steam_id": "90284753808565278",
"domain": null,
"id": 8267739,
"ip": "67.222.139.50",
"port": 28115,
"query": 28117,
"color": 0,
"city": "Dallas",
"description": "\nWelcome to Untam3d Earth part of UZI Gaming! \n\nWe’re a server that wipes on the first Thursday of each month. \n\nInstalled Plugins: \n\nAbsoluteSorter, Archery, AutoCodeLock, AutoDoors, AutoFuel, AutomatedEvents, AutomatedSearchLights, AutoUpgrade, Backpacks, BetterAttachments, BetterElectricity, BetterLoot, BluePrintShare, BountyNET, BuildingGrades, BuildingHealth, BuildingWorkBench, BuriedTreasure, ChestStacks, Chute, Clans, CraftQueueSaver, DangerousTreasures, DeathMarker, DeathNotes, DynamicCupShare, Economics, FancyDrop, Friends, FurnaceSplitter, GatherRewards, Hacker, HeliVote, HomeRecycler, HomesGUI, InstantBuy, InstantCraft, InstantResearch, ItemPuller, Jpipes, Kits, LightsOn, LockOnRockets, NeonSkins, NoDecay, NoDurability, NoEscape, PerfectRepair, PlaneCrash, PlayerChallenges, PowerlessTurrets, PowerSmelt, PrivateMessages, RecycleBluePrints, RemoteTurrets, RemoverTool, RustNET, RustRewards, SamSiteAuth, ScrapHeliStorage, SecureChests, SecurityCameras, SecurityLights, SentryTurrets, ServerRewards, SharedDoors, SignArtist, Skills, SkinBox, StacksExtended, TCManager, TeleportGUI, TownTeleport, Trade, TrophySigns, TurretBox, Uplifted, VehicleLicense, WaterBases.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1776802401,
"score": 0,
"last_online": 1776843022,
"icon": null,
"name": "Untam3d Gasoline |5x|Monthly|Tug Bases|Underwater Domes|Water a",
"connect": "67.222.139.50:28115",
"request": "67.222.139.50:28117",
"map": "Gasoline",
"gamemode": "Survival",
"version": "2623",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1742497724,
"last_update": 1776843022,
"banned": false,
"wipe": 1775155748,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3176,
"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/8267739");
$data = json_decode($json, true);
var_dump($data);