FORTNITE REST API
  1. PVE
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. PVE

Get Fortnite PVE Info (storm, etc)

GET
/pve/info
PVE
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://skynewz-api-fortnite.herokuapp.com/api/pve/info'
Response Response Example
200 - Example 1
{}

Request

None

Responses

🟢200All okay
application/json
Body
object {0}
🔴500Unexpected error
Modified at 2023-08-15 05:55:56
Previous
Get a Bearer token
Next
Get PVE Stat by given username
Built with