Skip to content

Releases: Fortnite-API/py-wrapper

Add support for LEGO and Car Boost cosmetics

25 Mar 18:42

Choose a tag to compare

  • Add support for LEGO Builds, LEGO Decor Bundles and Car Boosts

Add new Cosmetic types and Rarities

06 Mar 20:48

Choose a tag to compare

  • Added lamborghini rarity
  • Added JAM_TRACK, AURA and TRAIL BrCosmeticType
  • Add support for newer aiohttp versions
  • Add ROCKET_RACING and FESTIVAL CosmeticCompatibleMode
  • Default to NORMAL ShopTileSize. This is the case when Epic messed it up and use "nomal" instead of "normal"
  • Fixed an issue, when shop is empty

Add new Cosmetics and new cosmetics endpoint

07 Jan 21:59

Choose a tag to compare

  • Add support for cosmetic and new cosmetics endpoint
  • Implement enum for shop material primary mode

Fix BrCosmetic

07 Jan 02:25

Choose a tag to compare

  • Fix BrCosmetic not inherit BaseCosmetic which caused many fields not being available

Add support for new cosmetic types

07 Jan 02:15

Choose a tag to compare

  • Added support for new cosmetic types including CarCosmetic, InstrumentCosmetic, JamTrack. Also methods for fetching them have been added
  • Add support for new LegoCosmeticVariant, which also can be fetched
  • Add new shop endpoint which features all new cosmetic types and removes legacy fields
  • Bump minimum required aiohttp to 4.0.0 and require at least 1.9.0

Add support for new shop layouts

27 Nov 13:56

Choose a tag to compare

  • Adds support for new shop layouts

Add Playlist rating_type and fix small bugs

31 Dec 17:40

Choose a tag to compare

  • Added Playlist.rating_type
  • Fix BrInputs.all being always None. This now allows to access all stats
  • Fix url_as() functions power of 2 check always failing
  • Remove debug print statement search_first

Fix download url

30 Dec 12:31

Choose a tag to compare

add new download_url

Took 23 minutes

Added undocumented Cosmetic data

30 Dec 12:10

Choose a tag to compare

  • Renamed following attributes of BrCosmetic:
    • cover_art to coverart
    • showcase_video to showcase_video_url
  • Added following attributes to BrCosmetic:
    • search_tags
    • exclusive_description
    • unlock_requirements
    • custom_exclusive_callout
    • built_in_emote_ids
    • item_preview_hero_path
  • Added BrCosmeticVariantOption.unlock_requirements

Fix download url again

30 Dec 12:35

Choose a tag to compare

fix download url

Took 40 seconds