PlayFab + Raspberry Pi API

Use your own secure endpoint to pull CapuLegacy profile data.

Point this page at your Pi service that proxies PlayFab. We never see your secret key — everything runs through your endpoint.

CapuLegacy gameplay HUD

How it works

Host a small HTTPS API on your Pi, enable CORS, and return JSON to populate the panel.

Endpoint

Example route: /player?userId={id} returning player stats.

Security

Keep PlayFab secrets on the server; this page only calls your URL.

CORS + HTTPS

Allow your domain/local file origin and serve over HTTPS for browser trust.

Player lookup

Enter your API base and PlayFab ID to load stats in real time.

Requests go only to your endpoint; keep server secrets off the client.

Waiting for lookup

Level
XP
Ban status
Last seen

Connect above to populate your data.