Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.
Oli edited this page Apr 27, 2020 · 10 revisions

Here is how you can start using snailapi

To begin, you need to import snailapi & create an instance of APIClient.

import snailapi

snail = snailapi.APIClient()
Attributes

await snail.get_shop() -> BRShop:

Gets a parsed version of the current battle royale shop (updates every day at UTC 0:00).

Returns

BRShop object containing featured, daily, specialFeatured and specialDaily.


await snail.get_aes() -> list:

Gets all current dynamic AES keys. Returns None if there is no dynamic aes keys.

Returns

List containing FortniteAES objects containing dynamic key information.