Overview
Zyron API
One versioned REST API for the full Zyron platform: parse Fortnite .replay files into structured data, and programmatically run everything Zyron does in your Discord server — with outbound webhooks to close the loop.
The Zyron API has two halves. The Replay Parser turns a raw Unreal Engine .replay upload into an ordered elimination feed, the reporter's stats, and the participant list. The Guild API gives you complete programmatic control over a Zyron-powered Discord server, so you can build your own bots, dashboards, and automations on top of Zyron.
What you can do
- Replay parsing — upload a
.replayfile, get structured match data back. - Guild settings — branding, timezone, manager roles, blocklist, text triggers.
- Registration & links — configure the registration message and manage Epic account links.
- Custom games — create sessions, add players, and have Zyron's bot pool deliver the match key in-game.
- Tournament sessions — provision lobbies, manage teams, host matches, read live leaderboards.
- Dropmap — open, lock, and manage POI claims for a tournament.
- Stats & logbook — server growth, platform breakdowns, and the full audit trail.
- Webhooks — receive signed JSON events (verifications, signups, match results, dispatch completions) at your own endpoint.
Same engine Zyron runs in production
Base URL
All endpoints are served under a single versioned base URL:
https://api.zyron.pro/api/v1Guild endpoints live under /api/v1/guilds/:guildId and require a guild-scoped API key.
Next steps
Continue to the pages below to start integrating:
Need a key?