Security
How Warframe profile connection works
WarframeGodBuilds is an independent community project and is not affiliated with, endorsed by, or sponsored by Digital Extremes.
What this is
Connect Warframe Profile — not Warframe login
You authenticate with Digital Extremes only on DE’s own site. WGB associates a public Warframe profile with an optional WGB account. Connecting does not give WarframeGodBuilds access to your Warframe password.
What we read
- Your public Warframe account ID
- Public profile data (mastery, XP list, equipped loadout, syndicates)
What we do not read
- Warframe password
- Cookies or session tokens
- Inbox, trades, Platinum, payment details
- Browser history or files outside the JSON you upload
What we cannot do
- Modify the Warframe account, spend Platinum, trade, or play the game
Challenge
The extension is not trusted on its own
WGB mints a short-lived challenge (WGB-XXXX-XXXX). The connector returns that challenge plus the public account ID. A random ID without a live challenge is rejected.
Rate limits
Advisor never calls Digital Extremes. You sync; we store a snapshot; Advisor reads WGB. Public profile fetches are limited to once every 20 minutes. JSON import is the fallback when DE rate-limits.
- PC: https://api.warframe.com/cdn/getProfileViewingData.php?playerId=…
- PlayStation: https://api-ps4.warframe.com/cdn/getProfileViewingData.php?playerId=…
- Xbox: https://api-xb1.warframe.com/cdn/getProfileViewingData.php?playerId=…
- Switch: https://api-swi.warframe.com/cdn/getProfileViewingData.php?playerId=…
- iOS: https://api-mob.warframe.com/cdn/getProfileViewingData.php?playerId=…
- Android: https://api-and.warframe.com/cdn/getProfileViewingData.php?playerId=…
Honesty about the data
The public profile is mastery and viewing data, not a full Foundry dump. Mods you own but have not ranked may not appear. Collection ticks in this browser still count. Profile data is labelled as profile; manual ticks stay manual.