API dla HORNET HEAVEN 3X | Legendary Weapons| Bosses| Raids| Brad
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 30,
"fps_avg": 30,
"entities_count": 137522,
"world_seed": 12535,
"world_size": 4500,
"steam_id": "90286584317986822",
"domain": null,
"id": 11677580,
"ip": "66.51.99.148",
"port": 2700,
"query": 2701,
"color": 0,
"city": "Dallas",
"description": "BPY PvE #1 – The Real PvE Experience\r\nWelcome to BPY PvE #1, a polished and feature-rich Rust experience where the grind is satisfying, the rewards are worth it, and your base is safe from offline griefers.\r\n\r\nKey Features:\r\nFull PvE – No player raiding, focus on building and progression\r\nWipes – 2 times a month: 1st Thursday and mid-way to the next 1st Thursday\r\n3X Rates – Triple gather, faster crafting, more fun\r\nQuest Progression – Complete custom quests to expand your backpack and earn rewards\r\nLegendary Items – Rare loot with powerful perks\r\nVIP Tiers – 6 meme-worthy ranks with increasing perks like Auto Farms, BetterTC, Virtual Quarries, and more\r\nEconomy – Earn money, spend it in the ShoppyStock system\r\nRaidable Bases – PvE raiding against NPC-controlled bases\r\nBoss Monsters – Hunt custom NPC bosses for loot and fame\r\nQuality-of-Life Plugins – Backpacks, AbsoluteSorter, Clans, Vehicle Licenses, UltimateLocker, Cooking, and more\r\n\r\nProgression Systems:\r\nSkillTree: Level up and unlock buffs over time\r\nBetterTC: Boost building speed and TC efficiency\r\nAutoFarm: Set up efficient crop farms\r\nRestoreUponDeath: No more gear-loss frustration\r\nCustom Kits, Quests, Shops & Crafting Extensions\r\n\r\nHow to Start:\r\nType /info in-game to get links to our Discord and learn more.\r\nWhether you're a solo base-builder, a quest grinder, or a casual farmer — BPY PvE #1 is your chill, progression-based home.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780556669,
"last_online": 1780574436,
"icon": null,
"name": "HORNET HEAVEN 3X | Legendary Weapons| Bosses| Raids| Brad",
"connect": "66.51.99.148:2700",
"request": "66.51.99.148:2701",
"map": "Procedural Map",
"gamemode": "Survival",
"version": "2625",
"numplayers": 1,
"maxplayers": 1000,
"bots": 0,
"secured": true,
"private": false,
"country": "US",
"status": true,
"votes": 0,
"points": 60,
"add_date": 1780216215,
"last_update": 1780574436,
"banned": false,
"wipe": 1778783049,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 5972,
"language": "en",
"parked": false,
"app": {
"id": 252490,
"steam_id": 252490,
"name": "Rust",
"url": "rust"
},
"server_owner": null,
"mods": [],
"disabled_modules": []
}
}Przykłady kodu
php
<?php
$json = file_get_contents("https://api.gamemonitoring.pl/servers/11677580");
$data = json_decode($json, true);
var_dump($data);