REST API about Fortnite game
https://skynewz-api-fortnite.herokuapp.com/api
Auth type
API Key Header
Auth header
Authorization: YOUR_API_KEY
Rate limit
Not officially published
Pricing
Enterprise / contact sales
Free quota
None
Documentation
https://skynewz-api-fortnite.herokuapp.com/api
Endpoint status
Server online — HTTP 404 — server is online but path returned an error (may require auth)6.91s
(checked Mar 29, 2026)
Builder score
D
34%
builder-friendly
API key in the request header (Authorization)
Authorization: YOUR_API_KEY
Free with Fortnite-API.com key. Unofficial Fortnite stats and cosmetics API.
| Method | Path | Description |
|---|---|---|
| GET | /check |
Get Fortnite game status |
| GET | /news |
Get Fortnite News |
| POST | /oauth/token |
Get a Bearer token |
| GET | /pve/info |
Get Fortnite PVE Info (storm, etc) |
| GET | /pve/user/{username} |
Get PVE Stat by given username |
| GET | /stats/id/{plateform}/{id} |
Get user's stats by user id |
| GET | /stats/{plateform}/{username} |
Get user's stats by username |
| GET | /store |
Get Fortnite Store |
curl -X GET 'https://skynewz-api-fortnite.herokuapp.com/api/check' \ -H 'Authorization: YOUR_API_KEY'
{}
Data sourced from API Map. Always verify pricing and rate limits against the official FORTNITE REST documentation.