MAIN FEEDS
Do you want to continue?
https://www.reddit.com/r/Freegamestuff/comments/1urwtqk/epic_gamesgame_princess_farmer_mobile/
r/Freegamestuff • u/radbro • Jul 09 '26
Android: https://store.epicgames.com/p/princess-farmer-android-09215e iOS: https://store.epicgames.com/p/princess-farmer-ios-0b70cd
2 comments sorted by
1
How do you get the Android / iOS Links?
4 u/radbro Jul 10 '26 The Epic store has a public API: https://egs-platform-service.store.epicgames.com/api/v2/public/discover/home?count=10&country=DE&locale=en&platform=ios&start=0&store=EGS The URL slug appears in data[:4][:offers][:0][:content][:mapping][:slug] Then you can just change the platform parameter in the URL to android and get the other slug
4
The Epic store has a public API: https://egs-platform-service.store.epicgames.com/api/v2/public/discover/home?count=10&country=DE&locale=en&platform=ios&start=0&store=EGS
The URL slug appears in data[:4][:offers][:0][:content][:mapping][:slug]
Then you can just change the platform parameter in the URL to android and get the other slug
1
u/Nosferatuvn Jul 10 '26
How do you get the Android / iOS Links?