Make database external

Hi,

I’ve got a database full of entries on my site. Another site wants to use my info. So, I thought that maybe I could make the database public or something, so that the other site can use it. That other site is not made with Wix, and it does not need to be able to write or update entries.

How could I pull this off? Thanks!

Hey @webmasterq !

In this case, I would recommend using HTTP-requests which makes you able to expose an endpoint to your site and query the said database!
We’ve recently released an example that shows that exactly - Exposing API .

I hope that helps!

Doron.