# FORTNITE REST API **Provider:** FORTNITE REST **Category:** entertainment **Base URL:** `https://skynewz-api-fortnite.herokuapp.com/api` **Auth:** api-key — `Authorization: YOUR_API_KEY` **Rate Limit:** Not officially published **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://skynewz-api-fortnite.herokuapp.com/api ## Description REST API about Fortnite game ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://skynewz-api-fortnite.herokuapp.com/api/check` | Get Fortnite game status | | GET | `https://skynewz-api-fortnite.herokuapp.com/api/news` | Get Fortnite News | | POST | `https://skynewz-api-fortnite.herokuapp.com/api/oauth/token` | Get a Bearer token | | GET | `https://skynewz-api-fortnite.herokuapp.com/api/pve/info` | Get Fortnite PVE Info (storm, etc) | | GET | `https://skynewz-api-fortnite.herokuapp.com/api/pve/user/{username}` | Get PVE Stat by given username | | GET | `https://skynewz-api-fortnite.herokuapp.com/api/stats/id/{plateform}/{id}` | Get user's stats by user id | | GET | `https://skynewz-api-fortnite.herokuapp.com/api/stats/{plateform}/{username}` | Get user's stats by username | | GET | `https://skynewz-api-fortnite.herokuapp.com/api/store` | Get Fortnite Store | ## Authentication API key in the request header (Authorization) ``` Authorization: YOUR_API_KEY ``` ## Sample Request ```bash curl -X GET 'https://skynewz-api-fortnite.herokuapp.com/api/check' \ -H 'Authorization: YOUR_API_KEY' ``` ## Sample Response ```json {} ``` ## Pricing Details Free with Fortnite-API.com key. Unofficial Fortnite stats and cosmetics API. --- *Source: [API Map](https://apimap.dev/apis/fortnite-rest/) — CC BY 4.0*