Deep dive into Steam's depot system, how SteamDB tracks depot creation/update dates, and practical approaches for proton-pulse-web to replicate this functionality.
Steam's official public Web API (partner.steamgames.com/doc/webapi) does not expose per-depot timestamps, manifest history, or OS-specific update dates. The store/api/appdetails endpoint returns app-level release dates but nothing about individual depots. We need this data to show users when a game's Linux depot was first added and when it was last updated.