Skip to main content

Easy to use MiniFortniteAPI module.

Project description

MiniFortniteAPI

PyPI Python Version discord server invite Easy to use MiniFortniteAPI module.

Installing

Python 3.5 or higher is required

pip install MiniFortniteAPI

Documentation

To get started we first need to import the api and initialize the client.

import MiniFortniteAPI

api = MiniFortniteAPI.FortniteAPI

Aes

api.aes.build()
api.aes.main_key()
api.aes.updated()

News

api.news.image_gif()
api.news.date()
api.news.hash()

Creator Code

api.creator_code.code("{creator code}")
api.creator_code.status("{creator code}")

Creative Mode Island

api.creative_mode_island.title("{island code}")
api.creative_mode_island.description("{island code}")
api.creative_mode_island.published_date("{island code}")
api.creative_mode_island.image("{island code}")
api.creative_mode_island.creator("{island code}")

Cosmetics By ID

api.cosmetics.fetch_by_id.id("{id of the cosmetic}")
api.cosmetics.fetch_by_id.name("{id of the cosmetic}")
api.cosmetics.fetch_by_id.description("{id of the cosmetic}")
api.cosmetics.fetch_by_id.type("{id of the cosmetic}")
api.cosmetics.fetch_by_id.rarity("{id of the cosmetic}")
api.cosmetics.fetch_by_id.image("{id of the cosmetic}")
api.cosmetics.fetch_by_id.introduction("{id of the cosmetic}")
api.cosmetics.fetch_by_id.file("{id of the cosmetic}")

Map

api.map.all_locations()
api.map.image()

Playlists

api.playlists.all_playlists()
api.playlists.image()

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

MiniFortniteAPI-1.0.0.tar.gz (3.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page