Pathgen DocsPathgen API Documentation
Everything you need to build on top of Fortnite's data layer. High-fidelity telemetry, player intelligence, and AI-powered strategy.
Introduction
Pathgen is a Fortnite data API that gives developers access to replay parsing, player stats, AI coaching, tournament analytics, and game metadata through a single API key and credit system. Some endpoints are free with no key required, while professional-grade endpoints utilize credits.Jump to Quickstart →
Getting Started
Base URL
api.pathgen.dev/v1Authentication
Paid endpoints require an API key passed as a Bearer token in the Authorization header. Free public data endpoints require no key.
Get your key at platform.pathgen.dev/keys
Credits
Credits are purchased in packs. Charges only occur on successful (200 OK) responses. Failed parses or server errors are never billed.
Request Format
Replay endpoints use multipart/form-data with the file in a field called replay. All other endpoints use JSON or Query Params.