F

FORTNITE REST API

by FORTNITE REST Free tier

REST API about Fortnite game

entertainmentskynewz-api-fortnite

Quick Reference

Base URL 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
Pricing
28
Latency
10
Depth
57

Authentication

API key in the request header (Authorization)

Authorization: YOUR_API_KEY

Pricing

Model subscription Starting price Enterprise / contact sales Free quota None

Free with Fortnite-API.com key. Unofficial Fortnite stats and cosmetics API.

Key Endpoints

MethodPathDescription
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

Sample Request

curl -X GET 'https://skynewz-api-fortnite.herokuapp.com/api/check' \
  -H 'Authorization: YOUR_API_KEY'

Sample Response

{}

Data sourced from API Map. Always verify pricing and rate limits against the official FORTNITE REST documentation.