Cassie's API Documentation

We Do plan on using Authentication soon, Every user will have a custom API Key

Export Files

GET /v1/export?type=json&path=FortniteGame/Plugins/GameFeatures/SaveTheWorld

This can take a type of json or image, And it will export them from the game files

Example Response
{
    "data": {}
}

Save The World Alerts

GET /v1/alerts/vbucks

This endpoint will fetch the current V-Bucks missions

Example Response
{
    "data": {
        "total": 1,
        "missions": []
    }                
}
GET

Example Response
{
    "data": {
        "total": 1,
        "missions": []
    }
}

BR & STW Shops

Account Lookup

GET /v1/account/:accountId

This endpoint will return if a account is disabled or active

Example Response
{
    "data:" {
        "displayName": "Cassie Clip1",
        "account_id": "1234567",
        "accountStatus": "DISABLED"
    }
}

Hot Fix Changes

Cosmetics Lookup

Br Maps