Skip to main content

Fn-api.com Python Library :

  • for help you can enter our discord server Fn-api

from FNAPILIB import *

api = FNapi()

language example :

  • api.status(lang="en")

  • api.status(lang="ar")

  • default language is ENGLISH

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

  • Premium image

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")] image

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 : image

Release files for FNAPILIB 1.0.7

For a detailed explanation of source distributions (sdists) and built distributions (wheels), please see the package formats documentation.

Source distribution (sdist)

Source distribution for FNAPILIB 1.0.7
File Size Uploaded
FNAPILIB-1.0.7.tar.gz 6.0 kB Details

Built distribution (wheel)

Table of built distributions (wheels) for FNAPILIB 1.0.7
File Interpreter ABI Platform
FNAPILIB-1.0.7-py3-none-any.whl Python 3 none any Details

Total release size: 11.7 kB

Release files / FNAPILIB-1.0.7.tar.gz

Download URL FNAPILIB-1.0.7.tar.gz
Size 6.0 kB
Tags Source
SHA-256 checksum
How to use checksums
4d5c5afb56ae936e0f74024fc64d6cb5444eda937e81d26bf7b0e0bb73b018e9
BLAKE2b-256 checksum
How to use checksums
7f6c1eadb98534978ab39e74023dcbd74732874de861dcd444750e06988afeaa
Upload date
Uploaded using Trusted Publishing?
What is 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

Release files / FNAPILIB-1.0.7-py3-none-any.whl

Download URL FNAPILIB-1.0.7-py3-none-any.whl
Size 5.7 kB
Tags Python 3
SHA-256 checksum
How to use checksums
e607e720c22eff64fac7b34231ca582c9a911de45f89362afb51ed4504faf6b0
BLAKE2b-256 checksum
How to use checksums
7c500207a76d6b676d439f97b1cec07f3912ee4c291834b371e0251d89dd86a7
Upload date
Uploaded using Trusted Publishing?
What is 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

Release history Release notifications | RSS feed

This release

1.0.7 This release

2 release files

1.0.6

2 release files

1.0.5

2 release files

1.0.4

2 release files

Anthropic, PBC Visionary sponsor Bloomberg Visionary sponsor Hudson River Trading Visionary sponsor Meta Visionary sponsor NVIDIA Visionary sponsor Microsoft Sustainability sponsor Depot Continuous Integration AWS Cloud computing and Security Sponsor Datadog Monitoring Fastly CDN Google Download Analytics Sentry Error logging StatusPage Status page