API Docs

Fetch Rust game offsets over HTTP. Simple, fast, no SDK required.

Free

Public API

No auth. Offsets update 2 days after each Rust patch.

GET https://rustoffsets.com/api/offsets
curl "https://rustoffsets.com/api/offsets"
Paid

API Key

Instant updates. Get your key from the dashboard after upgrading.

GET https://rustoffsets.com/api/offsets
curl "https://rustoffsets.com/api/offsets" -H "X-API-Key: your_api_key"

Code Examples

# Free tier (delayed)
curl "https://rustoffsets.com/api/offsets"

# Paid tier (instant)
curl "https://rustoffsets.com/api/offsets" -H "X-API-Key: rustoffsets_xxx"

Response

Returns raw Offsets.h content as plain text.

X-Build-IdCurrent Rust build identifier
X-Updated-AtISO timestamp of last update