Can I interact with my experiences via API?

Hello developers! So, I made an app in Python that handles donations on Roblox (without executing any code in the client), and I’m making a feature that interacts with experiences. Like whenever someone buys a fortune wheel spin, I need to get the result of spinning in my app (if someone gets 60 seconds of jumping as a result, I need to know about that in my app). So, I need to send strings via in-experience API or something. Though I can use servers for that since there is HttpService, but is there a way to make it easier?