How can I add a customisd API in GDevelop Project?

Hi,

I’ve developed a game on GDevelop and want to integrate on a certain platform and in this regard I’d like to know that is there any possibility to add a customised API.

Also I’d like to know that can we pull/track user data from GDevelop triggering external custom events while game play. By the term "Pulling usr data " I want to mean that can I track a payer’s progress, level completion, failure status, count of attempts etc. For instance, if in a game at Level-1 a player is hitting 5 asteroids, can it be tracked by triggering some external events.

you can send a request to whatever api you’re using by using the Send asynchronous request to the specified web page action (i recommend using gameanalytics)