Booster Rewards / Paid Rewards are now live in Discord. Unlock sources, dumpers, cracks, leaks, and more by boosting the server or purchasing lifetime access for $3.

$

Game Offsets API Reference

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.

global
gethttps://xerozify.xyz/api/offsets/games
per game
Rust/rust+
gethttps://xerozify.xyz/api/offsets/games/rust/current
gethttps://xerozify.xyz/api/offsets/games/rust/builds
gethttps://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+
gethttps://xerozify.xyz/api/offsets/games/fortnite/current
gethttps://xerozify.xyz/api/offsets/games/fortnite/builds
gethttps://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+
gethttps://xerozify.xyz/api/offsets/games/apex/current
gethttps://xerozify.xyz/api/offsets/games/apex/builds
gethttps://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+
gethttps://xerozify.xyz/api/offsets/games/cs2/current
gethttps://xerozify.xyz/api/offsets/games/cs2/builds
gethttps://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+
gethttps://xerozify.xyz/api/offsets/games/roblox/current
gethttps://xerozify.xyz/api/offsets/games/roblox/builds
gethttps://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+
gethttps://xerozify.xyz/api/offsets/games/r6/current
gethttps://xerozify.xyz/api/offsets/games/r6/builds
gethttps://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+
gethttps://xerozify.xyz/api/offsets/games/pubg/current
gethttps://xerozify.xyz/api/offsets/games/pubg/builds
gethttps://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+
gethttps://xerozify.xyz/api/offsets/games/fivem/current
gethttps://xerozify.xyz/api/offsets/games/fivem/builds
gethttps://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).

Valorant/valorant+
gethttps://xerozify.xyz/api/offsets/games/valorant/current
gethttps://xerozify.xyz/api/offsets/games/valorant/builds
gethttps://xerozify.xyz/api/offsets/games/valorant/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).

example
curl -s https://xerozify.xyz/api/offsets/games/rust/current \
  | jq '.offsets_flat["GameAssembly::timestamp"]'
dumping credits+
in-house — dumped by the offset team in our Discord
  • valorant
  • rainbow six siege
  • pubg
  • fivem
external sources
  • rust — offsets.getmorphine.fun
  • cs2 — cs2-sdk.com
  • apex — sdk.orionsolutions.shop
  • roblox — offsets.imtheo.lol

Every set above was originally dumped by its listed source, then cleaned up, re-organized and improved on our end — so what you see here is not identical to the original.