Python LIB for FN-api.com
Project description
Fn-api.com Python Library :
- for help you can enter our discord server Fn-api
from FNAPILIB import *
api = FNapi()
language example :
Supported languages
- ar
- de
- en
- es
- es-419
- fr
- it
- ja
- ko
- pl
- pt-BR
- ru
- tr
all cosmetics
api.allcosmetics()
Parameters:
language[Optional]
Return :
data of all Fortnite Cosmetics.
Cosmetic Detail
api.cosmeticD()
Parameters:
- language[Optional]
- auth[Required]
- cosmeticId[Required]
example: api.cosmeticD(cosmeticId="CID_547_Athena_Commando_F_Meteorwoman")
Return :
- data of a specific Fortnite Cosmetic
Blogposts
api.Blogposts()
Parameters:
language[Optional]
Return :
- data of Fortnite's Blogposts and Fortnite Competitive Blogposts.
calendar
api.calendar()
Parameters:
None
Return :
- data of the current Fortnite Calendar.
status
api.status()
Parameters:
None
Return :
- data of Fortnite's Server Status.
staging
api.staging()
Parameters:
None
Return :
- data of Fortnite's Staging/Dev Servers.
cloudStorage
api.cloudStorage()
Parameters:
None
Return :
- data of Fortnite's Cloud Storage.
cloudstorefile
api.cloudstorefile()
Parameters:
filename[Required]example: api.cloudstorefile(filename="Ver-13920814_DefaultEngine.ini")
Return :
- content of a specific Cloud Store file.
Emergency
api.Emergency()
Parameters:
language[Optional]
Return :
- data of Fortnite's Emergency Notices and General Issues.
radios
api.Radios()
Parameters:
language[Optional]
Return :
- data of Fortnite's Radio Stations.
backgrounds
api.backgrounds()
Parameters:
None
Return :
- data of Fortnite's In-Game Lobby.
news
api.news()
Parameters:
language[Optional]
Return :
- data of Fortnite's General news.
news_type
api.news_type()
Parameters:
-
gameMode: [Required] -
Game Modes =
(br,stw,creative) -
language[Optional] -
example: api.news_type(game_mode="br")
Return :
- news data of a specific Fortnite Game Mode.
playlists
api.playlists()
Parameters:
- language[Optional]
Return :
- data of all Fortnite Playlists.
active_playlists
api.active_playlists()
Parameters:
- language[Optional]
Return :
- data of Fortnite's Currently Active Playlists.
playlist_search
api.playlist_search()
Parameters:
playlistid[Required]example: api.playlist_search(playlistid="Playlist_Love_Squads")
Return :
- data of a specific Fortnite Playlist
shop_sections
api.shop_sections()
Parameters:
language[Optional]
Return :
- data of Fortnite's current Shop Sections.
stores
api.stores()
Parameters:
language[Optional]
Return :
- data of some stores that contains Fortnite.
store_select
api.store_select()
Parameters:
storename[Required ]- stores :
( epicgames, playstation, nintendoswitch )
Return :
- data of Fortnite from a specific store.
stream
api.stream()
Parameters:
-
stream_id: [Required] -
language[Optional] -
example: api.stream(stream_id="pjNcFLxWpoysrGkood")
Return :
- data of a Fortnite Stream.
aes
api.aes()
Parameters:
None
Return :
- data of Dynamic Pak Aes keys.
map
api.map()
Parameters:
language[Optional]
Return :
- data of current Fortnite Map information.
rarities
api.rarities()
Parameters:
language[Optional]
Return :
- data of all Fortnite Rarities and Series.
sections_list
api.sections_list()
Parameters:
language[Optional]
Return :
- list of all Fortnite Shop Sections
trello
api.trello()
Parameters:
None
Return :
- data of Fortnite's Trello page
weapons
api.weapons()
Parameters:
language[Optional]auth[Required]example: api.weapons(auth="your Premium token here")
Return :
list of all Fortnite Weapons
NPCs
api.npcs()
Parameters:
- language[Optional]
- auth[Required]
example: api.npcs(auth="your Premium token here")
Return :
- list of all Fortnite npcs
Npcs Detail
api.npcsD()
Parameters:
- language[Optional]
- auth[Required]
- npcId[Required]
example: api.npcs(auth="your Premium token here",npcId="NpcId")
Return :
- list of specific Fortnite NPC
Stw Shop
api.stwshop()
Parameters:
- language[Optional]
- auth[Required]
example: api.stwshop(auth="your Premium token here")
Return :
- data of Fortnite's Save The World Shop
Stw Daily
api.stwdaily()
Parameters:
- language[Optional]
- auth[Required]
example: api.stwdaily(auth="your Premium token here")
Return :
- data of Fortnite's Save The World's Daily Rewards
Stw User Stats
api.stw_user_stats()
Parameters:
- language[Optional]
- auth[Required]
- id/name[Required](One of the Them)
example: api.Stw_user_stats(auth="your Premium token here",name="SypherPK")
Return :
- Save The World stats of a user
Weapones Detail
api.weaponsD()
Parameters:
- language[Optional]
- auth[Required]
- weaponId[Required]
example: api.weaponsD(auth="your Premium token here",weaponId="WID_Shotgun_Standard_Athena_C_Ore_T03")
Return :
- list of all Fortnite npcs
Other Premium Options
- premium Users Have access to :
- get cosemetics of shop section(daily/All Sections) with full data of it [if you used your token and working] :
- Example :
[
api.shop_sections(auth="Premium token here")] [api.sections_list(auth="Premium token here")]
Parameters:
- language[Optional]
- auth[Required]
- hideCosmetics[Optional] (will be defaultly shown)
- Exmaple :
api.sections(hideCosmetics=True)api.sections(hideCosmetics=Flase)
Return :
- list of all Fortnite npcs
FN-api.com developers :
- command
- caser
-
THE LIBRARY DEV : LKST1
####################################################################
- Fn-api discord : FN-API
- Powered By :
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
FNAPILIB-1.0.7.tar.gz
(6.0 kB
view details)
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file FNAPILIB-1.0.7.tar.gz.
File metadata
- Download URL: FNAPILIB-1.0.7.tar.gz
- Upload date:
- Size: 6.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
4d5c5afb56ae936e0f74024fc64d6cb5444eda937e81d26bf7b0e0bb73b018e9
|
|
| MD5 |
e0cb46479ed5934276b073b50bed3069
|
|
| BLAKE2b-256 |
7f6c1eadb98534978ab39e74023dcbd74732874de861dcd444750e06988afeaa
|
File details
Details for the file FNAPILIB-1.0.7-py3-none-any.whl.
File metadata
- Download URL: FNAPILIB-1.0.7-py3-none-any.whl
- Upload date:
- Size: 5.7 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/3.4.2 importlib_metadata/4.8.1 pkginfo/1.7.1 requests/2.26.0 requests-toolbelt/0.9.1 tqdm/4.62.0 CPython/3.8.8
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
e607e720c22eff64fac7b34231ca582c9a911de45f89362afb51ed4504faf6b0
|
|
| MD5 |
ee891294f28bec97502edffba5fede11
|
|
| BLAKE2b-256 |
7c500207a76d6b676d439f97b1cec07f3912ee4c291834b371e0251d89dd86a7
|