[US] Noobs Playground 5x | NoBPs | Loot+ | Noob Friendly 的 API
面向程序、网站等的 JSON
text
json
{
"response": {
"fps": 60,
"fps_avg": 60,
"entities_count": 193579,
"world_seed": 1998048399,
"world_size": 4250,
"steam_id": "90286548882982943",
"domain": null,
"id": 10741157,
"ip": "91.229.114.137",
"port": 28051,
"query": 28053,
"color": 0,
"city": "Chicago",
"description": "![[US] Noobs Playground 5x | NoBPs | Loot+ | Noob Friendly](https://i.imgur.com/EnpPZeO.png)\nWelcome to Noobs Playground — a noob-friendly 5x Rust server built for new and casual players who want fast progression, exciting events, and a chill community.\\\r\nServer Features\\\r\n\\\r\n• Monthly Wipe\\\r\n• 5x Gather & 5x Custom Loot\\\r\n• BetterTC\\\r\n• Stacking Boxes\\\r\n• Modded Boats\\\r\n• Always Open Deep Sea\\\r\n• Quick Smelting\\\r\n• All Blueprints Unlocked\\\r\n• Active Admins\\\r\n• Discord Integrated\\\r\n• Custom Building Sites\\\r\n• Raidable Bases\\\r\n• Night Skip Vote\\\r\n• SkinBox\\\r\n• Free Minicopter\\\r\n• Teleporting System\\\r\n• Server & Ammo Hud\\\r\n• 1 Hit Barrels @ Auto Pickup\\\r\n• Backpacks\\\r\n• Fast Airdrops\\\r\n• Raid Alarms\\\r\n\\\r\nIf you’re new to Rust or just want a fun, fast, and fair experience, Noobs Playground is the place to play.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780470419,
"last_online": 1780585237,
"icon": null,
"name": "[US] Noobs Playground 5x | NoBPs | Loot+ | Noob Friendly",
"connect": "91.229.114.137:28051",
"request": "91.229.114.137:28053",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 100,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1766250801,
"last_update": 1780585237,
"banned": false,
"wipe": 1778177352,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 3912,
"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/10741157");
$data = json_decode($json, true);
var_dump($data);