FORTNITE REST API
  1. User
FORTNITE REST API
  • Check
    • Get Fortnite game status
      GET
  • News
    • Get Fortnite News
      GET
  • Security
    • Get a Bearer token
      POST
  • PVE
    • Get Fortnite PVE Info (storm, etc)
      GET
    • Get PVE Stat by given username
      GET
  • Stats
    • Get user's stats by user id
      GET
    • Get user's stats by username
      GET
  • Store
    • Get Fortnite Store
      GET
  • User
    • Get a user by username
      GET
  1. User

Get a user by username

GET
/user/{plateform}/{username}
User
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://skynewz-api-fortnite.herokuapp.com/api/user//'
Response Response Example
200 - Example 1
{
  "displayName": "string",
  "id": "string"
}

Request

Path Params
plateform
string 
required
Playing plateform, can be xb1, ps4 or pc
username
string 
required
Player username

Responses

🟢200JSON Object of user
application/json
Body
displayName
string 
optional
id
string 
optional
ID of player
🟠404User not found or not found on this plateform
🔴500Unexpected error
Previous
Get Fortnite Store
Built with