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

Get Fortnite News

GET
/news
News
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://skynewz-api-fortnite.herokuapp.com/api/news'
Response Response Example
200 - Example 1
{
    "br": {
        "_type": "string",
        "body": "string",
        "image": "string",
        "title": "string"
    },
    "common": {
        "_type": "string",
        "body": "string",
        "title": "string"
    },
    "loginmessage": {
        "_type": "string",
        "body": "string",
        "title": "string"
    },
    "survivalmessage": {
        "_type": "string",
        "body": "string",
        "title": "string"
    }
}

Request

None

Responses

🟢200A JSON objects of current news
application/json
Body
br
object 
optional
_type
string 
optional
Type of news
body
string 
optional
image
string 
optional
Image path of this news
title
string 
optional
common
object 
optional
_type
string 
optional
body
string 
optional
title
string 
optional
loginmessage
object 
optional
_type
string 
optional
body
string 
optional
title
string 
optional
survivalmessage
object 
optional
_type
string 
optional
body
string 
optional
title
string 
optional
🔴500Unexpected error
Previous
Get Fortnite game status
Next
Get a Bearer token
Built with