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
Modified at 2023-08-15 05:55:56