API dla [AU] PROJECT 404 3X RAID BASES | QUESTS | EVENTS | LOW UPKEEP
JSON dla programów, stron i innych
text
json
{
"response": {
"fps": 56,
"fps_avg": 57,
"entities_count": 96257,
"world_seed": 50,
"world_size": 4000,
"steam_id": "90286548768478215",
"domain": null,
"id": 11686504,
"ip": "51.161.216.38",
"port": 28010,
"query": 28011,
"color": 0,
"city": "North Sydney",
"description": "![[AU] PROJECT 404 3X RAID BASES | QUESTS | EVENTS | LOW UPKEEP](https://www.dropbox.com/scl/fi/uw5wo8owquy123tss17gj/ChatGPT-Image-May-27-2026-08_30_38-AM.png?rlkey=o8j0mpxezy0m3h8fm83nctiqe&st=l2mozuni&dl=1)\nPROJECT 404 3X SERVER FEATURES\r\n\r\nWIPE SCHEDULE\r\n3x Monthly Wipes following the official Facepunch force wipe schedule\r\n50% Upkeep Costs\r\nRaid Bases with 4 Progressive Tiers\r\nEndless Cargo Ship events running 24/7 around the map\r\n\r\nWORLD EVENTS & NPCS\r\n\r\nDynamic Roaming NPCs enabled across the map\r\nNPC Convoys & Armoured Trains constantly active\r\nHigh-action encounters and custom world events\r\nGAMEPLAY FEATURES\r\nCustom Auto Kits for Clans & Endless Cargo events\r\nSpawn your own Mini Helicopter with /mymini\r\n\r\nPROJECT 404 XDQuest available at Outpost\r\n\r\nBUILDING & BASE FEATURES\r\nBuild directly on water with Water Bases enabled\r\nPurchase Water Foundations for advanced base designs\r\nPersonal Recycler access available (ask admins in chat)\r\nTool Cupboard Upgrade system enabled\r\nSERVER BOOSTS\r\nFast Smelt enabled (up to 10x speeds)\r\nIncreased Stack Sizes (up to 1 Million)\r\nTeleportation Safe Zones\r\nEasy Sailing mechanics\r\nFast Airdrop events\r\nCOMMANDS & UTILITIES\r\n/trees — Place trees around your base\r\n/ad — Toggle Auto Doors\r\n/mymini — Spawn your Mini Helicopter\r\nRecycler & Teleport features available\r\nINCLUDED PLUGINS\r\nTCUpgrades\r\nTree Spawner\r\nBackpacks\r\nEasy Sailing\r\nFast Airdrop\r\nCustom Loadouts\r\nClans\r\nEndless Cargo\r\n\r\nWelcome to PROJECT 404 — a high-action experience packed with custom features, quality-of-life upgrades, and nonstop events.",
"game": 252490,
"owner": null,
"boosts": 1,
"last_offline": 1780575211,
"last_online": 1780478426,
"icon": null,
"name": "[AU] PROJECT 404 3X RAID BASES | QUESTS | EVENTS | LOW UPKEEP",
"connect": "51.161.216.38:28010",
"request": "51.161.216.38:28011",
"map": "MADMAX & RUSTY",
"gamemode": "Survival",
"version": "2625",
"numplayers": 0,
"maxplayers": 50,
"bots": 0,
"secured": true,
"private": false,
"country": "AU",
"status": false,
"votes": 0,
"points": 0,
"add_date": 1780224649,
"last_update": 1780575211,
"banned": false,
"wipe": 1780476955,
"official": null,
"wipe_period": null,
"next_wipe": null,
"pve": 0,
"pvp": null,
"list_hidden": false,
"hide_address": false,
"hide_query": false,
"position_game": 12729,
"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/11686504");
$data = json_decode($json, true);
var_dump($data);