Public
Documentation Settings

Documentation

Official documentation for https://fortniteapi.com.

Do not use the example scripts, create your own scripts.

Add this as a header: X-Fortnite-API-Version: v1.1

https://fortniteapi.com/docs

User API

POSTUser ID API

https://fortnite-public-api.theapinetwork.com/prod09/users/id

Fortnite BR user API.

Get user data.

HEADERS
Authorization

your_api_key

Bodyformdata
username

Ninja

Epic Games username

Example Request
curl
curl --location 'https://fortnite-public-api.theapinetwork.com/prod09/users/id' \
--header 'Authorization: your_api_key' \
--form 'username="Ninja"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTUser stats API (PLEASE USE V2!)

https://fortnite-public-api.theapinetwork.com/prod09/users/public/br_stats

User stats

HEADERS
Authorization

your_api_key

Bodyformdata
user_id

user id

The user ID of the user

platform

pc

User platform (pc, xb1 or ps4)

window

alltime

Window (alltime, season 4 - 5 or current)

Example Request
curl
curl --location 'https://fortnite-public-api.theapinetwork.com/prod09/users/public/br_stats' \
--header 'Authorization: your_api_key' \
--form 'user_id="user id"' \
--form 'platform="pc"' \
--form 'window="alltime"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers

POSTUser stats V2 API

https://fortnite-public-api.theapinetwork.com/prod09/users/public/br_stats_v2

User stats

HEADERS
Authorization

your_api_key

Bodyformdata
user_id

user id

The user ID of the user

platform

pc

User platform (pc, xb1 or ps4)

window

alltime

Window (alltime, season 4 - 5 or current)

Example Request
curl
curl --location 'https://fortnite-public-api.theapinetwork.com/prod09/users/public/br_stats_v2' \
--header 'Authorization: your_api_key' \
--form 'user_id="user id"' \
--form 'platform="pc"' \
--form 'window="alltime"'
Example Response
No response body
This request doesn't return any response body
No response headers
This request doesn't return any response headers