Is it possible to grab data from another Wix module?

Hello,

I’m working on a website that will have an Event calendar as well as News section. I was wondering whether it’d be possible to “pull” certain elements from each of these modules? To give an example:

  1. The news module will have a text with a picture. I want to create a feed on the mainpage which would display the latest news - shortened text and a picture.

  2. Same with Events - I want to pull a picture and maybe some chosen details from it.

Would that be possible? Also, what if we I wanted to pull data from an existing Event App?

Would really appreciate any and all help :slight_smile:

Hello,

We do not yet offer such integration with other site applications, but this is something we are working on.
For now, if the specific app you are using offers an HTTP API, you could use that and manually fetch the desired data (Velo: Accessing 3rd-Party Services with the Fetch API | Help Center | Wix.com).