Terbau / fortnitepy

Async python library for interacting with Fortnite's API and XMPP services.
MIT License
148 stars 50 forks source link

Add support for creative discovery #188

Open Luc1412 opened 1 year ago

Luc1412 commented 1 year ago

POST https://fn-service-discovery-live-public.ogs.live.on.epicgames.com/api/v1/discovery/surface/{client_id}?appId=Fortnite

{
    "surfaceName": "CreativeDiscoverySurface_Frontend",
    "revision": -1,
    "partyMemberIds": ["ID"],
    "matchmakingRegion": ""
}

This returns the current discovery for the logged in player.