API
Every game we track is exposed as plain JSON. No key, no auth, no rate limit — just GET it. Data refreshes automatically whenever the upstream source changes.
https://xerozify.xyz/api/offsets/gamesRust/rust+
https://xerozify.xyz/api/offsets/games/rust/currenthttps://xerozify.xyz/api/offsets/games/rust/buildshttps://xerozify.xyz/api/offsets/games/rust/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
Fortnite/fortnite+
https://xerozify.xyz/api/offsets/games/fortnite/currenthttps://xerozify.xyz/api/offsets/games/fortnite/buildshttps://xerozify.xyz/api/offsets/games/fortnite/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
Apex Legends/apex+
https://xerozify.xyz/api/offsets/games/apex/currenthttps://xerozify.xyz/api/offsets/games/apex/buildshttps://xerozify.xyz/api/offsets/games/apex/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
Counter-Strike 2/cs2+
https://xerozify.xyz/api/offsets/games/cs2/currenthttps://xerozify.xyz/api/offsets/games/cs2/buildshttps://xerozify.xyz/api/offsets/games/cs2/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
Roblox/roblox+
https://xerozify.xyz/api/offsets/games/roblox/currenthttps://xerozify.xyz/api/offsets/games/roblox/buildshttps://xerozify.xyz/api/offsets/games/roblox/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
Rainbow Six Siege/r6+
https://xerozify.xyz/api/offsets/games/r6/currenthttps://xerozify.xyz/api/offsets/games/r6/buildshttps://xerozify.xyz/api/offsets/games/r6/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
PUBG/pubg+
https://xerozify.xyz/api/offsets/games/pubg/currenthttps://xerozify.xyz/api/offsets/games/pubg/buildshttps://xerozify.xyz/api/offsets/games/pubg/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
FiveM/fivem+
https://xerozify.xyz/api/offsets/games/fivem/currenthttps://xerozify.xyz/api/offsets/games/fivem/buildshttps://xerozify.xyz/api/offsets/games/fivem/builds/{id}current returns the newest dump with version, updated_at, markdown, offsets (grouped by namespace) and offsets_flat (a flat Class::Member → 0xADDR map, ideal for auto-updaters).
curl -s https://xerozify.xyz/api/offsets/games/rust/current \ | jq '.offsets_flat["GameAssembly::timestamp"]'
credits for individual games+
- Rustoffsets.getmorphine.fun
- CS2cs2-sdk.com
- Robloxoffsets.imtheo.lol
- Apex Legendssdk.orionsolutions.shop
- Rainbow Six Siegeaethrixoffsets.lovable.app
- PUBGaethrixoffsets.lovable.app
- FiveMaethrixoffsets.lovable.app
Each of these sets was originally pulled from the source listed above, then cleaned up, re-organized and improved on our end — so what you see here is not identical to the original.
Offset UI and Layout inspired by cheatoffsets.com