· 6 years ago · May 23, 2019, 06:02 PM
1```
2token = 'https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token'
3exchange = 'https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/exchange'
4player = 'https://persona-public-service-prod06.ol.epicgames.com/persona/api/public/account/lookup?q={}'
5battle_royale = 'https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/stats/accountId/{}/bulk/window/alltime'
6status = 'https://lightswitch-public-service-prod06.ol.epicgames.com/lightswitch/api/service/bulk/status?serviceId=Fortnite'
7friends = 'https://friends-public-service-prod06.ol.epicgames.com/friends/api/public/friends/{}'
8store = 'https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/storefront/v2/catalog?rvn={}'
9news = 'https://fortnitecontent-website-prod07.ol.epicgames.com/content/api/pages/fortnite-game'
10patch_notes = 'https://www.epicgames.com/fortnite/api/blog/getPosts'
11blog = 'https://www.epicgames.com/fortnite/{}/news/{}'
12leaderboard = 'https://fortnite-public-service-prod11.ol.epicgames.com/fortnite/api/leaderboards/type/global/stat/br_placetop1_{}_m0{}/window/weekly'
13account = 'https://account-public-service-prod03.ol.epicgames.com/account/api/public/account?accountId={}'
14EULA_TRACKING: 'https://eulatracking-public-service-prod06.ol.epicgames.com/eulatracking/api/public/agreements/{{namespace}}',
15ORDER_QUICKPURCHASE: 'https://orderprocessor-public-service-ecomprod01.ol.epicgames.com/orderprocessor/api/shared/accounts/{{account_id}}/orders/quickPurchase', // ?country=PL&locale=pl
16CATALOG_OFFERS: 'https://catalog-public-service-prod06.ol.epicgames.com/catalog/api/shared/namespace/{{namespace}}/offers', // |/bulk/offers ?id=09176f4ff7564bbbb499bbe20bd6348f&returnItemDetails=false&country=PL&locale=pl
17ENTITLEMENTS: 'https://entitlement-public-service-prod08.ol.epicgames.com/entitlement/api/account/{{account_id}}/entitlements', // ?start=0&count=5000
18LAUNCHER_STATUS: 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/info/launcher',
19LAUNCHER_INFO: 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/Windows/x/EpicGamesLauncher',
20LOGIN_FRONTEND: 'https://accounts.launcher-website-prod07.ol.epicgames.com',
21OAUTH_TOKEN: 'https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/token',
22OAUTH_EXCHANGE: 'https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/exchange',
23OAUTH_VERIFY: 'https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/verify',
24OAUTH_SESSIONS_KILL: 'https://account-public-service-prod03.ol.epicgames.com/account/api/oauth/sessions/kill',
25
26DOMAINS: 'https://account-public-service-prod03.ol.epicgames.com/account/api/epicdomains/ssodomains',
27WAITING_ROOM: 'https://launcherwaitingroom-public-service-prod06.ol.epicgames.com/waitingroom/api/waitingroom',
28ACCOUNT: 'https://account-public-service-prod03.ol.epicgames.com/account/api/public/account',
29ACCOUNT_BY_NAME: 'https://account-public-service-prod03.ol.epicgames.com/account/api/public/account/displayName',
30
31FRIENDS: 'https://friends-public-service-prod06.ol.epicgames.com/friends/api/public/friends',
32FRIENDS_BLOCKLIST: 'https://friends-public-service-prod06.ol.epicgames.com/friends/api/public/blocklist',
33FRIENDS_RECENT_PLAYERS: 'https://friends-public-service-prod06.ol.epicgames.com/friends/api/public/list/{{namespace}}/{{account_id}}/recentPlayers',
34
35ACCOUNT_PAYMENTS: 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/payment/accounts/{{account_id}}/billingaccounts/default',
36CATALOG: 'https://catalog-public-service-prod06.ol.epicgames.com/catalog/api/shared/namespace/{{namespace}}/items', // ?status=SUNSET%7CACTIVE&sortBy=creationDate&country=US&locale=pl-PL&start=0&count=1000
37ACCOUNT_EXTERNAL_AUTHS: 'https://account-public-service-prod03.ol.epicgames.com/account/api/public/account/{{account_id}}/externalAuths',
38ACCOUNT_METADATA: 'https://account-public-service-prod03.ol.epicgames.com/account/api/accounts/{{account_id}}/metadata',
39ACCOUNT_BILLING: 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/payment/accounts/{{account_id}}/billingaccounts/default',
40LAUNCHER_ASSETS: 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/assets/Windows?label=Live', // label can be Live or Next at 2018-12-12
41CURRENCIES: 'https://catalog-public-service-prod06.ol.epicgames.com/catalog/api/shared/currencies', // ?start=0&count=100
42ACCOUNT_ENTITLEMENTS: 'https://entitlement-public-service-prod08.ol.epicgames.com/entitlement/api/account/{{account_id}}/entitlements', // ?start=0&count=5000
43FRIENDS_SETTINGS_EXTERNAL_SOURCES: 'https://friends-public-service-prod06.ol.epicgames.com/friends/api/v1/{{account_id}}/settings/externalSources/default', // instead default can be "steam"
44WALLET: 'https://launcher-public-service-prod06.ol.epicgames.com/launcher/api/public/accounts/{{account_id}}/wallet', // ?currencyCode=PLN
45PRICEENGINE_OFFER: 'https://priceengine-public-service-ecomprod01.ol.epicgames.com/priceengine/api/shared/offers/price', // request data: method: POST, example body(json): {"accountId":"YOUR_ACCOUNT_ID","calculateTax":false,"lineOffers":[{"offerId":"b1b8c163a7f5444daf19260d2792ccdc","quantity":1}],"country":"PL"}
46LIGHTSWITCH_SERVICE_STATUS: 'https://lightswitch-public-service-prod06.ol.epicgames.com/lightswitch/api/service/bulk/status', // ?serviceId=Fortnite // returns status of servers, maintennces and more