Skip to main content

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 :

  • 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

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 hashes)

Uploaded Source

Built Distribution

FNAPILIB-1.0.7-py3-none-any.whl (5.7 kB view hashes)

Uploaded Python 3

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