$

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.

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).

example
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